Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Spelling errors fixed and hyphenation used as minus sign fixed | Dariusz Dwornikowski | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Added notification setting for typing in current window | James Booth | 2014-05-24 | 1 | -3/+1 |
| | |||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 1 | -3/+2 |
| | |||||
* | Added some otr policy functionality, if policy is set to "always" | lightb | 2014-04-19 | 1 | -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 subject | James Booth | 2014-04-13 | 1 | -24/+20 |
| | |||||
* | Tidied ui dependencies | James Booth | 2014-04-06 | 1 | -1/+0 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Refactored muc_room_is_active to only take room, rather than full jid | James Booth | 2014-03-08 | 1 | -2/+2 |
| | |||||
* | Moved error handling logic to server_events | James Booth | 2014-01-28 | 1 | -12/+1 |
| | |||||
* | Refactored presence_error_handler | James Booth | 2014-01-27 | 1 | -12/+15 |
| | |||||
* | Added fallback message error handlers | James Booth | 2014-01-27 | 1 | -2/+11 |
| | |||||
* | Fixed comment | James Booth | 2014-01-27 | 1 | -1/+1 |
| | |||||
* | Removed unnecessary strdup | James Booth | 2014-01-27 | 1 | -3/+2 |
| | |||||
* | Show original error message | James Booth | 2014-01-26 | 1 | -7/+19 |
| | |||||
* | Changed error message when couldn't join room | James Booth | 2014-01-26 | 1 | -2/+3 |
| | |||||
* | Handle recipient not found | James Booth | 2014-01-26 | 1 | -1/+33 |
| | |||||
* | Add generated id to messages | James Booth | 2014-01-26 | 1 | -4/+4 |
| | |||||
* | Add message and presence error handlers seperately | James Booth | 2014-01-25 | 1 | -0/+1 |
| | |||||
* | Split xmpp message handlers by namespace | James Booth | 2014-01-25 | 1 | -44/+73 |
| | |||||
* | Renamed namespace variables | James Booth | 2014-01-25 | 1 | -9/+9 |
| | |||||
* | Moved messages handlers to server_events | James Booth | 2014-01-05 | 1 | -14/+15 |
| | |||||
* | Bind message functions in main.c | James Booth | 2013-12-22 | 1 | -9/+13 |
| | |||||
* | Dynamically bind xmpp module api | James Booth | 2013-12-18 | 1 | -16/+25 |
| | |||||
* | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 1 | -0/+1 |
| | |||||
* | Add error handler only once | James Booth | 2013-09-22 | 1 | -1/+0 |
| | | | | fixes #240 | ||||
* | fixed memory leaks in various files | Dmitry Podgorny | 2013-08-25 | 1 | -0/+1 |
| | |||||
* | fixed memory leaks | Dmitry Podgorny | 2013-08-03 | 1 | -0/+6 |
| | | | | Also avoided several NULL pointer dereferences. | ||||
* | Moved stophe references in message send | James Booth | 2013-06-20 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'dmitry/captcha-2' into captcha | James Booth | 2013-06-16 | 1 | -0/+12 |
|\ | |||||
| * | added support of captcha in a MUC | Dmitry Podgorny | 2013-06-09 | 1 | -0/+12 |
| | | |||||
* | | fixed several memory leaks | Dmitry Podgorny | 2013-06-09 | 1 | -16/+39 |
|/ | | | | And infinity loop in stanza_destroy_form(). | ||||
* | Use waddstr for incoming messages to avoid truncation | James Booth | 2013-06-01 | 1 | -1/+0 |
| | | | | fixes #8 | ||||
* | Renamed roster_barejid_from_handle -> roster_barejid_from_name | James Booth | 2013-05-21 | 1 | -2/+2 |
| | |||||
* | Renamed roster_jid_from_handle -> roster_barejid_from_handle | James Booth | 2013-05-21 | 1 | -2/+2 |
| | |||||
* | Use handle in /msg command | James Booth | 2013-05-19 | 1 | -6/+15 |
| | |||||
* | Added /duck command to perform searches using duckduckgo chat bot | James Booth | 2013-05-05 | 1 | -4/+27 |
| | |||||
* | Added /invite for direct MUC invitations | James Booth | 2013-04-20 | 1 | -17/+12 |
| | |||||
* | Show message in console when receiving chat room invites | James Booth | 2013-03-24 | 1 | -3/+85 |
| | |||||
* | Added usage of handlers to message and presence modules | James Booth | 2013-02-10 | 1 | -26/+10 |
| | |||||
* | Moved private xmpp functions to connection.h | James Booth | 2013-02-03 | 1 | -15/+16 |
| | |||||
* | Refactored getting boolean preferences | James Booth | 2013-02-03 | 1 | -3/+3 |
| | |||||
* | Added config dir to source | James Booth | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | Tidied #include's | James Booth | 2013-02-02 | 1 | -3/+3 |
| | |||||
* | Removed message handler function from xmpp.h | James Booth | 2013-02-02 | 1 | -0/+1 |
| | |||||
* | Removed stanza functions from xmpp.h | James Booth | 2013-02-02 | 1 | -0/+1 |
| | |||||
* | Added xmpp subdir to source | James Booth | 2013-02-02 | 1 | -0/+304 |