Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'dmitry/fixes' | James Booth | 2013-08-26 | 1 | -1/+1 |
|\ | |||||
| * | fixed crash because of incorrect string releasing | Dmitry Podgorny | 2013-08-26 | 1 | -1/+1 |
| | | |||||
* | | removed strdup in autocomplete calls | Dmitry Podgorny | 2013-08-26 | 3 | -9/+9 |
| | | |||||
* | | remove octet_compare | Dmitry Podgorny | 2013-08-26 | 2 | -5/+5 |
|/ | | | | strcmp provides the same functionality | ||||
* | fixed memory leaks in various files | Dmitry Podgorny | 2013-08-25 | 4 | -9/+17 |
| | |||||
* | removed strdup from g_string_append | Dmitry Podgorny | 2013-08-25 | 1 | -1/+1 |
| | |||||
* | fixed indenting | Dmitry Podgorny | 2013-08-24 | 1 | -1/+1 |
| | |||||
* | fixed memleak in _iq_handle_discoinfo_get | Dmitry Podgorny | 2013-08-24 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into nextdev | James Booth | 2013-08-05 | 2 | -4/+36 |
|\ | |||||
| * | 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 | 3 | -28/+12 |
| | | |||||
| * | 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 | 3 | -14/+55 |
| | | |||||
* | | fixed memory leaks | Dmitry Podgorny | 2013-08-03 | 4 | -36/+82 |
| | | | | | | | | Also avoided several NULL pointer dereferences. | ||||
* | | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 3 | -24/+27 |
| | | | | | | | | | | | | 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 | ||||
* | | Bookmarks: Move stanza pointer on in loop, check for autojoin "true" | James Booth | 2013-07-15 | 1 | -2/+4 |
| | | |||||
* | | draft of bookmarks implementation | Dmitry Podgorny | 2013-07-14 | 2 | -29/+133 |
| | | | | | | | | '/bookmark add' and '/bookmark remove' ain't finished | ||||
* | | improved autojoin logic | Dmitry Podgorny | 2013-07-14 | 1 | -15/+49 |
| | | | | | | | | | | Delete id handler after timeout (5sec) if response isn't received Auto join maximum 5 conferences | ||||
* | | Merge branch 'master' into bookmarks | Dmitry Podgorny | 2013-07-14 | 1 | -8/+10 |
|\| | |||||
| * | Coloured contact and subscription in /roster and /group output | James Booth | 2013-07-03 | 1 | -8/+10 |
| | | |||||
* | | use get_unique_id for bookmarks | Dmitry Podgorny | 2013-07-14 | 3 | -21/+11 |
| | | |||||
* | | initial support of autojoin for MUC | Dmitry Podgorny | 2013-06-30 | 6 | -0/+202 |
|/ | |||||
* | Changed client type to 'console' as per ↵ | James Booth | 2013-06-25 | 1 | -1/+1 |
| | | | | http://xmpp.org/registrar/disco-categories.html#client | ||||
* | Show messages on /group add and /group remove | James Booth | 2013-06-23 | 3 | -8/+80 |
| | | | | | closes #189 closes #190 | ||||
* | Show message when removing contact from group when not in group | James Booth | 2013-06-23 | 1 | -0/+5 |
| | |||||
* | Show message when contact already in group | James Booth | 2013-06-23 | 1 | -0/+5 |
| | |||||
* | 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 | 2 | -0/+13 |
|\ | |||||
| * | added support of captcha in a MUC | Dmitry Podgorny | 2013-06-09 | 2 | -0/+13 |
| | | |||||
* | | fixed memory leaks in presence.c | Dmitry Podgorny | 2013-06-09 | 2 | -7/+37 |
| | | |||||
* | | fixed several memory leaks | Dmitry Podgorny | 2013-06-09 | 3 | -21/+64 |
|/ | | | | And infinity loop in stanza_destroy_form(). | ||||
* | Implemented /group command with no args (list groups) | James Booth | 2013-06-02 | 2 | -0/+7 |
| | |||||
* | Changed autocomplete for /group and /who | James Booth | 2013-06-02 | 2 | -0/+7 |
| | |||||
* | Added group add and group remove to /roster command | James Booth | 2013-06-02 | 2 | -0/+85 |
| | |||||
* | Added message in console on /roster remove | James Booth | 2013-06-02 | 1 | -0/+2 |
| | |||||
* | Added message in console on /roster add | James Booth | 2013-06-02 | 2 | -4/+10 |
| | |||||
* | Added /roster remove command | James Booth | 2013-06-02 | 4 | -0/+39 |
| | |||||
* | Added /roster add command | James Booth | 2013-06-01 | 2 | -0/+11 |
| | |||||
* | Added roster list when using /roster with no args | James Booth | 2013-06-01 | 2 | -0/+14 |
| | |||||
* | Use waddstr for incoming messages to avoid truncation | James Booth | 2013-06-01 | 1 | -1/+0 |
| | | | | fixes #8 | ||||
* | Sort contacts on /who output | James Booth | 2013-05-30 | 1 | -1/+30 |
| | |||||
* | Add groups to roster contacts | James Booth | 2013-05-22 | 5 | -11/+73 |
| | | | | fixes #175 | ||||
* | Refactor roster.c | James Booth | 2013-05-22 | 1 | -72/+63 |
| | |||||
* | Reuse roster_add in roster_update | James Booth | 2013-05-22 | 1 | -163/+154 |
| | |||||
* | Removed unused offline_msg parameter from roster_add | James Booth | 2013-05-21 | 2 | -7/+4 |
| | |||||
* | Refactored roster push handling | James Booth | 2013-05-21 | 4 | -16/+45 |
| | |||||
* | Renamed roster_change_handle -> roster_change_name | James Booth | 2013-05-21 | 2 | -17/+17 |
| | |||||
* | Renamed roster_barejid_from_handle -> roster_barejid_from_name | James Booth | 2013-05-21 | 3 | -5/+5 |
| |