Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added TLS trusted certificate path preference | James Booth | 2015-09-23 | 1 | -0/+5 | |
| | ||||||
* | Added conditionals for libmesode cert verification | James Booth | 2015-09-22 | 1 | -0/+7 | |
| | ||||||
* | Added TLS cert fail callback | James Booth | 2015-09-22 | 1 | -1/+11 | |
| | ||||||
* | Check for libmesode, fall back to libstrophe | James Booth | 2015-09-21 | 1 | -0/+7 | |
| | ||||||
* | Fixed various jid and account mem leaks | James Booth | 2015-06-24 | 1 | -0/+1 | |
| | ||||||
* | Added initial stabber test | James Booth | 2015-05-17 | 1 | -4/+5 | |
| | ||||||
* | Use null check convention in connection.c | James Booth | 2015-05-04 | 1 | -12/+12 | |
| | ||||||
* | Renamed event functions | James Booth | 2015-04-28 | 1 | -5/+5 | |
| | ||||||
* | Renamed server event functions | James Booth | 2015-04-19 | 1 | -5/+5 | |
| | ||||||
* | Moved server_events to event/ | James Booth | 2015-04-19 | 1 | -2/+2 | |
| | ||||||
* | Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280 | James Booth | 2015-03-08 | 1 | -0/+5 | |
|\ | ||||||
| * | Add XEP-0280 support | Olivier LE MOAL | 2015-02-10 | 1 | -0/+5 | |
| | | ||||||
* | | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 | |
|/ | ||||||
* | Removed function pointers | James Booth | 2014-12-22 | 1 | -42/+25 | |
| | ||||||
* | Fixed various memory leaks | James Booth | 2014-11-01 | 1 | -3/+3 | |
| | ||||||
* | Small spelling fixes in code and comments | Dariusz Dwornikowski | 2014-08-27 | 1 | -1/+1 | |
| | ||||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 | |
| | ||||||
* | Free jabber_conn.log | James Booth | 2014-06-15 | 1 | -0/+4 | |
| | ||||||
* | Free saved account details before replacing | James Booth | 2014-06-15 | 1 | -0/+6 | |
| | ||||||
* | Added connection details to jabber_shutdown | James Booth | 2014-06-15 | 1 | -0/+3 | |
| | ||||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 1 | -2/+1 | |
| | ||||||
* | Tidied jabber_process_events | James Booth | 2014-04-23 | 1 | -14/+20 | |
| | ||||||
* | Added simple stanza logging to main console | James Booth | 2014-04-15 | 1 | -0/+3 | |
| | ||||||
* | Revert "Commented bookmarks code for 0.4.0 release" | James Booth | 2014-03-29 | 1 | -1/+1 | |
| | | | | This reverts commit 8306d4c24421993fc04837499e7682dad4948878. | |||||
* | Commented bookmarks code for 0.4.0 release | James Booth | 2014-03-16 | 1 | -1/+1 | |
| | ||||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 | |
| | ||||||
* | Moved connection_error_handler to _presence_error_handler | James Booth | 2014-01-27 | 1 | -43/+0 | |
| | ||||||
* | Moved xmpp ping to iq module | James Booth | 2014-01-26 | 1 | -37/+0 | |
| | ||||||
* | Add message and presence error handlers seperately | James Booth | 2014-01-25 | 1 | -11/+0 | |
| | ||||||
* | Don't show error for initial bookmarks request | James Booth | 2014-01-25 | 1 | -2/+11 | |
| | ||||||
* | Fixed test compilation | James Booth | 2014-01-18 | 1 | -1/+1 | |
| | ||||||
* | WIP - Adding port to account options | James Booth | 2014-01-18 | 1 | -8/+14 | |
| | ||||||
* | Moved handle_lost_connection and handle_failed_login to server_events | James Booth | 2014-01-05 | 1 | -2/+2 | |
| | ||||||
* | Moved handle_login_account_success to server_events | James Booth | 2014-01-05 | 1 | -2/+2 | |
| | ||||||
* | Added server_events.c | James Booth | 2014-01-05 | 1 | -2/+3 | |
| | ||||||
* | Bind jabber functions in main.c | James Booth | 2013-12-22 | 1 | -14/+17 | |
| | ||||||
* | Dynamically bind xmpp module api | James Booth | 2013-12-18 | 1 | -26/+40 | |
| | ||||||
* | Use passwords from the accounts file | Tomás Senart | 2013-10-14 | 1 | -5/+4 | |
| | | | | | | This commit makes it so that if the password in an account in the accounts file is present, then use it. Otherwise ask for the password to the user. | |||||
* | Add error handler only once | James Booth | 2013-09-22 | 1 | -0/+1 | |
| | | | | fixes #240 | |||||
* | use get_unique_id for bookmarks | Dmitry Podgorny | 2013-07-14 | 1 | -13/+0 | |
| | ||||||
* | initial support of autojoin for MUC | Dmitry Podgorny | 2013-06-30 | 1 | -0/+15 | |
| | ||||||
* | fixed several memory leaks | Dmitry Podgorny | 2013-06-09 | 1 | -2/+6 | |
| | | | | And infinity loop in stanza_destroy_form(). | |||||
* | Refactored roster push handling | James Booth | 2013-05-21 | 1 | -2/+2 | |
| | ||||||
* | Renamed contact_list_ functions to roster_ | James Booth | 2013-05-06 | 1 | -1/+0 | |
| | ||||||
* | Created roster module, moved roster iq's | James Booth | 2013-05-06 | 1 | -1/+3 | |
| | ||||||
* | Fixed error when losing connection and segfaulting on notify_remind() | James Booth | 2013-05-06 | 1 | -2/+2 | |
| | ||||||
* | Show shortened room jid if possible on invite | James Booth | 2013-04-18 | 1 | -0/+13 | |
| | ||||||
* | Check for NULL connection and context | James Booth | 2013-03-02 | 1 | -4/+16 | |
| | | | | fixes #155 | |||||
* | Init and shutdown of libstrophe moved, free resources before creating | James Booth | 2013-02-27 | 1 | -12/+24 | |
| | ||||||
* | Removed connection_shutdown function | James Booth | 2013-02-27 | 1 | -12/+9 | |
| |