Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed types of presence variables to resource_presence_type (avoid useless ↵ | Jasper van Bourgognie | 2013-12-27 | 2 | -3/+3 |
| | | | | and implicit casts) | ||||
* | Bind roster functions in main.c | James Booth | 2013-12-22 | 2 | -6/+12 |
| | |||||
* | Bind presence functions in main.c | James Booth | 2013-12-22 | 2 | -11/+16 |
| | |||||
* | Bind message functions in main.c | James Booth | 2013-12-22 | 2 | -9/+14 |
| | |||||
* | Bind iq functions in main.c | James Booth | 2013-12-22 | 2 | -4/+10 |
| | |||||
* | Bind capabilities functions in main.c | James Booth | 2013-12-22 | 2 | -2/+8 |
| | |||||
* | Bind bookmark functions in main.c | James Booth | 2013-12-22 | 2 | -5/+11 |
| | |||||
* | Bind jabber functions in main.c | James Booth | 2013-12-22 | 2 | -14/+19 |
| | |||||
* | Dynamically bind xmpp module api | James Booth | 2013-12-18 | 8 | -143/+194 |
| | |||||
* | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 12 | -523/+87 |
| | |||||
* | Fixed compile error for -Wduplicate-decl-specifier on OSX | James Booth | 2013-11-10 | 2 | -2/+2 |
| | |||||
* | Use passwords from the accounts file | Tomás Senart | 2013-10-14 | 2 | -7/+5 |
| | | | | | | 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. | ||||
* | 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 | 3 | -2/+1 |
| | | | | fixes #240 | ||||
* | Use git revision in development strings | James Booth | 2013-09-17 | 2 | -0/+22 |
| | |||||
* | 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 |
| |