about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Close UI windows on /quitJames Booth2014-01-301-0/+1
* Moved error handling logic to server_eventsJames Booth2014-01-283-30/+20
* 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
* Renamed namespace variablesJames Booth2014-01-251-9/+9
* Don't show error for initial bookmarks requestJames Booth2014-01-252-6/+12
* Don't allow /alias to overwrite standard commandJames Booth2014-01-255-10/+42
* Added autocomplete for /alias removeJames Booth2014-01-253-3/+47
* Added help for /alias commandJames Booth2014-01-251-0/+7
* Added aliases to autocompleteJames Booth2014-01-235-9/+40
* Implemented basic running of alias commandsJames Booth2014-01-234-7/+35
* Show message when alias already exists in /alias addJames Booth2014-01-233-6/+14
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-236-9/+153
* Added skeleton /alias commandJames Booth2014-01-235-2/+34
* Removed debugJames Booth2014-01-231-1/+0
* Encrypt /tiny command when in OTR sessionJames Booth2014-01-232-1/+35
* Refactored ProfAccount creationJames Booth2014-01-226-152/+237
* Removed unused encode.xmlJames Booth2014-01-212-14/+0
* Fixed memory leaks from str_replaceJames Booth2014-01-211-0/+3
* Convert name to barejid on retrieving win in titlebar for otr messagesJames Booth2014-01-211-1/+3
* Implemented autocomplete for new /statuses optionsJames Booth2014-01-211-2/+47
* Tidied /statuses helpJames Booth2014-01-211-9/+11
* Added statuses settings to prefs outputJames Booth2014-01-212-21/+29
* Added use of statuses preferencesJames Booth2014-01-211-6/+42
* WIP - /statuses command optionsJames Booth2014-01-203-2/+12
* Added UI presence functionsJames Booth2014-01-194-43/+87
* Inlined ui_contact_online and ui_contact_offlineJames Booth2014-01-193-73/+55
* Use defaults for /statuses commandsJames Booth2014-01-191-0/+4
* Changed /statuses preferencesJames Booth2014-01-193-0/+41