about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Added message when bookmark updatedJames Booth2014-02-028-23/+55
* Added /bookmark remove testsJames Booth2014-02-026-0/+70
* Added test for when autojoin no nick on /bookmark addJames Booth2014-02-023-0/+21
* Added cons message on ./bookmark addJames Booth2014-02-022-0/+22
* Added cmd_bookmark testsJames Booth2014-02-018-1/+222
* Changed name of expected values in testsJames Booth2014-02-011-4/+4
* Added test for /bookmark listJames Booth2014-02-0110-2/+169
* Moved test helpersJames Booth2014-02-014-2/+2
* Fixed cmd_bookmark message when not connectedJames Booth2014-02-014-5/+54
* Added cmd_bookmark testsJames Booth2014-02-015-0/+44
* Added muc room active testsJames Booth2014-01-313-0/+27
* Added muc invite count testsJames Booth2014-01-303-0/+24
* Added setup and teardown for muc testsJames Booth2014-01-303-8/+15
* Close muc after testJames Booth2014-01-301-0/+4
* Added muc remove invite testJames Booth2014-01-303-1/+15
* Added muc testsJames Booth2014-01-304-0/+26
* Added presence_error tests, added muc_close()James Booth2014-01-309-23/+139
* Refactored handle_presence_error, removed no longer used functionsJames Booth2014-01-307-84/+16
* Renamed handle_error_message -> handle_presence_errorJames Booth2014-01-303-4/+4
* Added push-all.sh to .gitignoreJames Booth2014-01-301-0/+1
* Close UI windows on /quitJames Booth2014-01-301-0/+1
* Move all test output to ./testsuite.out, show single line pass/failJames Booth2014-01-292-2/+13
* Added message stanza error testsJames Booth2014-01-286-8/+102
* Disable OTR support by default until 4.0.0 is supported.James Booth2014-01-281-2/+4
* Moved error handling logic to server_eventsJames Booth2014-01-288-30/+52
* Renamed preferences setup and teardown test functionsJames Booth2014-01-283-48/+48
* Fixed double free'ing in testsJames Booth2014-01-283-10/+10
* Added generated id's to presence stanzasJames Booth2014-01-282-1/+12
* Changed log level to info for failed connectionJames Booth2014-01-271-1/+1
* Add level to log outputJames Booth2014-01-271-1/+23
* Refactored presence_error_handlerJames Booth2014-01-272-40/+42
* Added fallback message error handlersJames Booth2014-01-275-2/+62
* Fixed commentJames Booth2014-01-271-1/+1
* Moved connection_error_handler to _presence_error_handlerJames Booth2014-01-273-46/+47
* Removed unnecessary strdupJames Booth2014-01-271-3/+2
* Show original error messageJames Booth2014-01-265-22/+30
* Changed error message when couldn't join roomJames Booth2014-01-263-9/+20
* Handle recipient not foundJames Booth2014-01-268-17/+183
* Added generated id to chat state stanzasJames Booth2014-01-261-0/+2
* Added generated id to invitesJames Booth2014-01-261-0/+2
* Add generated id to messagesJames Booth2014-01-263-9/+8
* Added id handler for pings, disable ping on error type 'cancel'James Booth2014-01-263-0/+45
* Use generated id on ping iqsJames Booth2014-01-261-1/+2
* Moved xmpp ping to iq moduleJames Booth2014-01-264-39/+43
* generate_unique_id allows prefixJames Booth2014-01-253-5/+9
* Add message and presence error handlers seperatelyJames Booth2014-01-254-11/+3
* Renamed iq handlersJames Booth2014-01-251-24/+29
* Renamed _room_presence_handler -> _muc_user_handlerJames Booth2014-01-251-4/+3
* Renamed xmpp roster handlersJames Booth2014-01-251-6/+6
* Split xmpp message handlers by namespaceJames Booth2014-01-251-44/+73