Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove octet_compare | Dmitry Podgorny | 2013-08-26 | 1 | -2/+2 |
| | | | | strcmp provides the same functionality | ||||
* | Merge branch 'master' into nextdev | James Booth | 2013-08-05 | 1 | -1/+33 |
|\ | |||||
| * | Free Jid | James Booth | 2013-08-05 | 1 | -0/+1 |
| | | |||||
| * | Undo change to stanza check for nick change return value | James Booth | 2013-08-05 | 1 | -25/+9 |
| | | |||||
| * | Refactor MUC self presence checks | James Booth | 2013-08-05 | 1 | -12/+18 |
| | | |||||
| * | Handle when servers dont send status 101 or jid for MUC nick changes | James Booth | 2013-08-05 | 1 | -9/+50 |
| | | |||||
* | | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 1 | -4/+4 |
| | | | | | | | | | | | | 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. | ||||
* | | Merge branch 'master' into nextdev | James Booth | 2013-07-22 | 1 | -5/+1 |
|\| | |||||
| * | Removed escaping XML as handled by libstrophe | James Booth | 2013-07-22 | 1 | -5/+1 |
| | | | | | | | | https://github.com/metajack/libstrophe/commit/4ad21c9283ceae9109ea71860aa27814222c9ee3 | ||||
* | | initial support of autojoin for MUC | Dmitry Podgorny | 2013-06-30 | 1 | -0/+57 |
|/ | |||||
* | Show messages on /group add and /group remove | James Booth | 2013-06-23 | 1 | -2/+5 |
| | | | | | closes #189 closes #190 | ||||
* | fixed memory leaks in presence.c | Dmitry Podgorny | 2013-06-09 | 1 | -5/+27 |
| | |||||
* | fixed several memory leaks | Dmitry Podgorny | 2013-06-09 | 1 | -3/+19 |
| | | | | And infinity loop in stanza_destroy_form(). | ||||
* | Added /roster remove command | James Booth | 2013-06-02 | 1 | -0/+23 |
| | |||||
* | Add groups to roster contacts | James Booth | 2013-05-22 | 1 | -1/+12 |
| | | | | fixes #175 | ||||
* | Changing roster handle with no argument clears handle | James Booth | 2013-05-19 | 1 | -1/+5 |
| | |||||
* | Added /roster command with nick option to change handle | James Booth | 2013-05-19 | 1 | -0/+23 |
| | |||||
* | Added /duck command to perform searches using duckduckgo chat bot | James Booth | 2013-05-05 | 1 | -1/+4 |
| | |||||
* | Added /invite for direct MUC invitations | James Booth | 2013-04-20 | 1 | -0/+24 |
| | |||||
* | Refactor show and status stanza handling | James Booth | 2013-03-17 | 1 | -0/+26 |
| | |||||
* | Added /disco command | James Booth | 2013-03-14 | 1 | -2/+4 |
| | |||||
* | Added basic /rooms command to get chat room list | James Booth | 2013-03-13 | 1 | -0/+20 |
| | |||||
* | fixed crash in stanza_create_form when text is NULL | Dmitry Podgorny | 2013-03-12 | 1 | -1/+6 |
| | | | | | | xmpp_stanza_get_text may return NULL. Also fixed memory leak: xmpp_stanza_get_text returns new allocated string and it must be freed by xmpp_free(). | ||||
* | Added autocomplete for /software command | James Booth | 2013-02-17 | 1 | -0/+19 |
| | |||||
* | Tidy up presence module | James Booth | 2013-02-10 | 1 | -0/+27 |
| | |||||
* | Added resource_presence_t and contact_presence_t | James Booth | 2013-02-10 | 1 | -6/+6 |
| | |||||
* | Renamed jabber_presence_t->presence_t | James Booth | 2013-02-10 | 1 | -1/+1 |
| | |||||
* | Moved setting presence status and show into functions | James Booth | 2013-02-04 | 1 | -53/+40 |
| | |||||
* | Moved function to get presence string from type to stanza.c | James Booth | 2013-02-03 | 1 | -0/+18 |
| | |||||
* | Send entity capabilities and status when joining room | James Booth | 2013-02-03 | 1 | -1/+76 |
| | |||||
* | Fixed crash on receiving dataform | James Booth | 2013-02-03 | 1 | -1/+1 |
| | |||||
* | Tidied #include's | James Booth | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | Removed stanza functions from xmpp.h | James Booth | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | Added xmpp subdir to source | James Booth | 2013-02-02 | 1 | -0/+608 |