about summary refs log tree commit diff stats
path: root/src/xmpp/message.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed /duck commandJames Booth2014-10-181-28/+1
|
* Added /room subject commandJames Booth2014-10-051-4/+14
|
* Tidied muc moduleJames Booth2014-09-281-2/+2
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Spelling errors fixed and hyphenation used as minus sign fixedDariusz Dwornikowski2014-08-111-1/+1
|
* Added notification setting for typing in current windowJames Booth2014-05-241-3/+1
|
* Fixed cppcheck warningsJames Booth2014-04-261-3/+2
|
* Added some otr policy functionality, if policy is set to "always"lightb2014-04-191-1/+0
| | | | | | if otr_is_secure fails, the message will not be sent. Changed both cmd_msg and cmd_execute_default
* 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
| | | | fixes #240
* fixed memory leaks in various filesDmitry Podgorny2013-08-251-0/+1
|
* fixed memory leaksDmitry Podgorny2013-08-031-0/+6
| | | | Also avoided several NULL pointer dereferences.
* 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
|/ | | | And infinity loop in stanza_destroy_form().
* Use waddstr for incoming messages to avoid truncationJames Booth2013-06-011-1/+0
| | | | fixes #8
* 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