about summary refs log tree commit diff stats
path: root/src/xmpp/message.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed handling of room subjectJames Booth2014-04-131-24/+20
* Tidied ui dependenciesJames Booth2014-04-061-1/+0
* Updated copyrightJames Booth2014-03-091-1/+1
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-081-2/+2
* Moved error handling logic to server_eventsJames Booth2014-01-281-12/+1
* Refactored presence_error_handlerJames Booth2014-01-271-12/+15
* Added fallback message error handlersJames Booth2014-01-271-2/+11
* Fixed commentJames Booth2014-01-271-1/+1
* Removed unnecessary strdupJames Booth2014-01-271-3/+2
* Show original error messageJames Booth2014-01-261-7/+19
* Changed error message when couldn't join roomJames Booth2014-01-261-2/+3
* Handle recipient not foundJames Booth2014-01-261-1/+33
* Add generated id to messagesJames Booth2014-01-261-4/+4
* Add message and presence error handlers seperatelyJames Booth2014-01-251-0/+1
* Split xmpp message handlers by namespaceJames Booth2014-01-251-44/+73
* Renamed namespace variablesJames Booth2014-01-251-9/+9
* Moved messages handlers to server_eventsJames Booth2014-01-051-14/+15
* Bind message functions in main.cJames Booth2013-12-221-9/+13
* Dynamically bind xmpp module apiJames Booth2013-12-181-16/+25
* Added simple mock test, refactored rosterJames Booth2013-12-141-0/+1
* Add error handler only onceJames Booth2013-09-221-1/+0
* fixed memory leaks in various filesDmitry Podgorny2013-08-251-0/+1
* fixed memory leaksDmitry Podgorny2013-08-031-0/+6
* Moved stophe references in message sendJames Booth2013-06-201-2/+2
* Merge remote-tracking branch 'dmitry/captcha-2' into captchaJames Booth2013-06-161-0/+12
|\
| * added support of captcha in a MUCDmitry Podgorny2013-06-091-0/+12
* | fixed several memory leaksDmitry Podgorny2013-06-091-16/+39
|/
* Use waddstr for incoming messages to avoid truncationJames Booth2013-06-011-1/+0
* Renamed roster_barejid_from_handle -> roster_barejid_from_nameJames Booth2013-05-211-2/+2
* Renamed roster_jid_from_handle -> roster_barejid_from_handleJames Booth2013-05-211-2/+2
* Use handle in /msg commandJames Booth2013-05-191-6/+15
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-051-4/+27
* Added /invite for direct MUC invitationsJames Booth2013-04-201-17/+12
* Show message in console when receiving chat room invitesJames Booth2013-03-241-3/+85
* Added usage of handlers to message and presence modulesJames Booth2013-02-101-26/+10
* Moved private xmpp functions to connection.hJames Booth2013-02-031-15/+16
* Refactored getting boolean preferencesJames Booth2013-02-031-3/+3
* Added config dir to sourceJames Booth2013-02-021-1/+1
* Tidied #include'sJames Booth2013-02-021-3/+3
* Removed message handler function from xmpp.hJames Booth2013-02-021-0/+1
* Removed stanza functions from xmpp.hJames Booth2013-02-021-0/+1
* Added xmpp subdir to sourceJames Booth2013-02-021-0/+304