about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Collapse)AuthorAgeFilesLines
* Added simple mock test, refactored rosterJames Booth2013-12-1412-523/+87
|
* Fixed compile error for -Wduplicate-decl-specifier on OSXJames Booth2013-11-102-2/+2
|
* Use passwords from the accounts fileTomás Senart2013-10-142-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 conflictJames Booth2013-09-221-4/+6
| | | | fixes #241
* Add error handler only onceJames Booth2013-09-223-2/+1
| | | | fixes #240
* Use git revision in development stringsJames Booth2013-09-172-0/+22
|
* Merge remote-tracking branch 'dmitry/fixes'James Booth2013-08-261-1/+1
|\
| * fixed crash because of incorrect string releasingDmitry Podgorny2013-08-261-1/+1
| |
* | removed strdup in autocomplete callsDmitry Podgorny2013-08-263-9/+9
| |
* | remove octet_compareDmitry Podgorny2013-08-262-5/+5
|/ | | | strcmp provides the same functionality
* fixed memory leaks in various filesDmitry Podgorny2013-08-254-9/+17
|
* removed strdup from g_string_appendDmitry Podgorny2013-08-251-1/+1
|
* fixed indentingDmitry Podgorny2013-08-241-1/+1
|
* fixed memleak in _iq_handle_discoinfo_getDmitry Podgorny2013-08-241-0/+1
|
* Merge branch 'master' into nextdevJames Booth2013-08-052-4/+36
|\
| * Free JidJames Booth2013-08-051-0/+1
| |
| * Undo change to stanza check for nick change return valueJames Booth2013-08-053-28/+12
| |
| * Refactor MUC self presence checksJames Booth2013-08-051-12/+18
| |
| * Handle when servers dont send status 101 or jid for MUC nick changesJames Booth2013-08-053-14/+55
| |
* | fixed memory leaksDmitry Podgorny2013-08-034-36/+82
| | | | | | | | Also avoided several NULL pointer dereferences.
* | most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-033-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 nextdevJames Booth2013-07-221-5/+1
|\|
| * Removed escaping XML as handled by libstropheJames Booth2013-07-221-5/+1
| | | | | | | | https://github.com/metajack/libstrophe/commit/4ad21c9283ceae9109ea71860aa27814222c9ee3
* | Bookmarks: Move stanza pointer on in loop, check for autojoin "true"James Booth2013-07-151-2/+4
| |
* | draft of bookmarks implementationDmitry Podgorny2013-07-142-29/+133
| | | | | | | | '/bookmark add' and '/bookmark remove' ain't finished
* | improved autojoin logicDmitry Podgorny2013-07-141-15/+49
| | | | | | | | | | Delete id handler after timeout (5sec) if response isn't received Auto join maximum 5 conferences
* | Merge branch 'master' into bookmarksDmitry Podgorny2013-07-141-8/+10
|\|
| * Coloured contact and subscription in /roster and /group outputJames Booth2013-07-031-8/+10
| |
* | use get_unique_id for bookmarksDmitry Podgorny2013-07-143-21/+11
| |
* | initial support of autojoin for MUCDmitry Podgorny2013-06-306-0/+202
|/
* Changed client type to 'console' as per ↵James Booth2013-06-251-1/+1
| | | | http://xmpp.org/registrar/disco-categories.html#client
* Show messages on /group add and /group removeJames Booth2013-06-233-8/+80
| | | | | closes #189 closes #190
* Show message when removing contact from group when not in groupJames Booth2013-06-231-0/+5
|
* Show message when contact already in groupJames Booth2013-06-231-0/+5
|
* Moved stophe references in message sendJames Booth2013-06-201-2/+2
|
* Merge remote-tracking branch 'dmitry/captcha-2' into captchaJames Booth2013-06-162-0/+13
|\
| * added support of captcha in a MUCDmitry Podgorny2013-06-092-0/+13
| |
* | fixed memory leaks in presence.cDmitry Podgorny2013-06-092-7/+37
| |
* | fixed several memory leaksDmitry Podgorny2013-06-093-21/+64
|/ | | | And infinity loop in stanza_destroy_form().
* Implemented /group command with no args (list groups)James Booth2013-06-022-0/+7
|
* Changed autocomplete for /group and /whoJames Booth2013-06-022-0/+7
|
* Added group add and group remove to /roster commandJames Booth2013-06-022-0/+85
|
* Added message in console on /roster removeJames Booth2013-06-021-0/+2
|
* Added message in console on /roster addJames Booth2013-06-022-4/+10
|
* Added /roster remove commandJames Booth2013-06-024-0/+39
|
* Added /roster add commandJames Booth2013-06-012-0/+11
|
* Added roster list when using /roster with no argsJames Booth2013-06-012-0/+14
|
* Use waddstr for incoming messages to avoid truncationJames Booth2013-06-011-1/+0
| | | | fixes #8
* Sort contacts on /who outputJames Booth2013-05-301-1/+30
|
* Add groups to roster contactsJames Booth2013-05-225-11/+73
| | | | fixes #175