Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add message and presence error handlers seperately | James Booth | 2014-01-25 | 1 | -0/+1 |
| | |||||
* | Renamed _room_presence_handler -> _muc_user_handler | James Booth | 2014-01-25 | 1 | -4/+3 |
| | |||||
* | Moved presence handlers to server_events | James Booth | 2014-01-05 | 1 | -13/+14 |
| | |||||
* | Fixed types of presence variables to resource_presence_type (avoid useless ↵ | Jasper van Bourgognie | 2013-12-27 | 1 | -2/+2 |
| | | | | and implicit casts) | ||||
* | Bind presence functions in main.c | James Booth | 2013-12-22 | 1 | -11/+15 |
| | |||||
* | Dynamically bind xmpp module api | James Booth | 2013-12-18 | 1 | -20/+31 |
| | |||||
* | Fixe rejoining room after nickname conflict | James Booth | 2013-09-22 | 1 | -4/+6 |
| | | | | fixes #241 | ||||
* | Add error handler only once | James Booth | 2013-09-22 | 1 | -1/+0 |
| | | | | fixes #240 | ||||
* | removed strdup in autocomplete calls | Dmitry Podgorny | 2013-08-26 | 1 | -1/+1 |
| | |||||
* | fixed memory leaks in various files | Dmitry Podgorny | 2013-08-25 | 1 | -0/+1 |
| | |||||
* | fixed indenting | Dmitry Podgorny | 2013-08-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into nextdev | James Booth | 2013-08-05 | 1 | -3/+3 |
|\ | |||||
| * | Undo change to stanza check for nick change return value | James Booth | 2013-08-05 | 1 | -2/+2 |
| | | |||||
| * | Handle when servers dont send status 101 or jid for MUC nick changes | James Booth | 2013-08-05 | 1 | -4/+4 |
| | | |||||
* | | fixed memory leaks | Dmitry Podgorny | 2013-08-03 | 1 | -11/+49 |
| | | | | | | | | Also avoided several NULL pointer dereferences. | ||||
* | | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 1 | -11/+15 |
|/ | | | | | | FREE_SET_NULL makes extra assignment of NULL for pointers in stack or dynamic memory that is going to be freed. FREE_SET_NULL is useful for pointers that can be used in future. | ||||
* | fixed memory leaks in presence.c | Dmitry Podgorny | 2013-06-09 | 1 | -2/+10 |
| | |||||
* | Added roster list when using /roster with no args | James Booth | 2013-06-01 | 1 | -0/+13 |
| | |||||
* | Refactored roster push handling | James Booth | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | Fixed error when losing connection and segfaulting on notify_remind() | James Booth | 2013-05-06 | 1 | -1/+7 |
| | |||||
* | Autocomplete "/sub allow" parameter from subscription requests | James Booth | 2013-05-05 | 1 | -0/+12 |
| | |||||
* | Use autocomplete instead of hash table for subscription requests | James Booth | 2013-05-05 | 1 | -18/+11 |
| | |||||
* | Include open subscription requests in desktop reminder notifications | James Booth | 2013-04-27 | 1 | -0/+10 |
| | | | | closes #167 | ||||
* | Handle when servers do not send fulljid with presence | James Booth | 2013-04-07 | 1 | -12/+21 |
| | | | | | A default resource "__prof_default" is created, and invisible to the user for most purposes. | ||||
* | Refactor getting caps_key | James Booth | 2013-03-17 | 1 | -86/+60 |
| | |||||
* | Refactor show and status stanza handling | James Booth | 2013-03-17 | 1 | -36/+5 |
| | |||||
* | Refactor resource handling in available handler | James Booth | 2013-03-17 | 1 | -15/+13 |
| | |||||
* | Renamed ID attribute for capabilities disco info request | James Booth | 2013-03-17 | 1 | -5/+3 |
| | |||||
* | Added /disco command | James Booth | 2013-03-14 | 1 | -3/+3 |
| | |||||
* | Tidied fix for id attributes that cause a segfault | James Booth | 2013-03-08 | 1 | -9/+12 |
| | | | | fixes #151 | ||||
* | Fixed problem with using id attribute with apostrophe. | James Booth | 2013-03-07 | 1 | -4/+11 |
| | | | | Needs a better solution, but the current one stop the crash | ||||
* | Check for resource in unavailable presence handler | James Booth | 2013-02-24 | 1 | -3/+7 |
| | |||||
* | Add resource only when resourcepart in JID #152 | James Booth | 2013-02-24 | 1 | -11/+15 |
| | |||||
* | Revert "Commented self presence handling #151" | James Booth | 2013-02-21 | 1 | -6/+0 |
| | | | | This reverts commit 872726c5aa2bad5ff9f49fa7b8d0a55f6603cb26. | ||||
* | Commented self presence handling #151 | James Booth | 2013-02-20 | 1 | -0/+6 |
| | |||||
* | Show available resources for current account with "/account" | James Booth | 2013-02-18 | 1 | -0/+8 |
| | |||||
* | Show all resources ordered by priority with /info command | James Booth | 2013-02-17 | 1 | -2/+2 |
| | |||||
* | Simple default resource hanlding on presence | James Booth | 2013-02-14 | 1 | -3/+19 |
| | |||||
* | Tidy up presence module | James Booth | 2013-02-10 | 1 | -72/+126 |
| | |||||
* | Added usage of handlers to message and presence modules | James Booth | 2013-02-10 | 1 | -67/+146 |
| | |||||
* | Added resource_presence_t and contact_presence_t | James Booth | 2013-02-10 | 1 | -3/+3 |
| | |||||
* | Removed presence from jabber_conn | James Booth | 2013-02-10 | 1 | -3/+2 |
| | |||||
* | Renamed jabber_presence_t->presence_t | James Booth | 2013-02-10 | 1 | -3/+3 |
| | |||||
* | Send show, status, priority and caps when changing room nickname | James Booth | 2013-02-04 | 1 | -0/+11 |
| | |||||
* | Moved setting presence status and show into functions | James Booth | 2013-02-04 | 1 | -2/+6 |
| | |||||
* | Added asserts | James Booth | 2013-02-03 | 1 | -2/+2 |
| | |||||
* | Moved private xmpp functions to connection.h | James Booth | 2013-02-03 | 1 | -18/+19 |
| | |||||
* | Moved function to get presence string from type to stanza.c | James Booth | 2013-02-03 | 1 | -21/+2 |
| | |||||
* | Send entity capabilities and status when joining room | James Booth | 2013-02-03 | 1 | -108/+76 |
| | |||||
* | Added debugging to presence and iq handlers | James Booth | 2013-02-03 | 1 | -1/+27 |
| |