Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Replace FREE_SET_NULLs with function call | James Booth | 2013-02-27 | 1 | -4/+1 |
| | |||||
* | Split connection_free_resources | James Booth | 2013-02-27 | 1 | -7/+34 |
| | |||||
* | Made connection free resources static function | James Booth | 2013-02-27 | 1 | -4/+6 |
| | |||||
* | Added debug to connection handler | James Booth | 2013-02-26 | 1 | -0/+12 |
| | |||||
* | Revert "Commented self presence handling #151" | James Booth | 2013-02-21 | 1 | -3/+3 |
| | | | | This reverts commit 872726c5aa2bad5ff9f49fa7b8d0a55f6603cb26. | ||||
* | Commented self presence handling #151 | James Booth | 2013-02-20 | 1 | -3/+3 |
| | |||||
* | Remove all from resource hash table, rather than destroy | James Booth | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | Show available resources for current account with "/account" | James Booth | 2013-02-18 | 1 | -0/+23 |
| | |||||
* | Added usage of handlers to message and presence modules | James Booth | 2013-02-10 | 1 | -1/+2 |
| | |||||
* | Removed presence from jabber_conn | James Booth | 2013-02-10 | 1 | -17/+0 |
| | |||||
* | Renamed jabber_presence_t->presence_t | James Booth | 2013-02-10 | 1 | -3/+3 |
| | |||||
* | Use of const in connection.c | James Booth | 2013-02-04 | 1 | -5/+6 |
| | |||||
* | Small tidy up in connection.c | James Booth | 2013-02-03 | 1 | -3/+10 |
| | |||||
* | Added asserts | James Booth | 2013-02-03 | 1 | -3/+10 |
| | |||||
* | Removed jabber_restart function | James Booth | 2013-02-03 | 1 | -8/+4 |
| | |||||
* | Moved caps_init() out of xmpp.h | James Booth | 2013-02-03 | 1 | -0/+2 |
| | |||||
* | Moved private xmpp functions to connection.h | James Booth | 2013-02-03 | 1 | -10/+11 |
| | |||||
* | Added config dir to source | James Booth | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | Tidied #include's | James Booth | 2013-02-02 | 1 | -7/+7 |
| | |||||
* | Removed presence functions from xmpp.h | James Booth | 2013-02-02 | 1 | -0/+1 |
| | |||||
* | Removed iq functions from xmpp.h | James Booth | 2013-02-02 | 1 | -0/+1 |
| | |||||
* | 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/+513 |