about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextdevJames Booth2013-07-221-5/+1
|\
| * Removed escaping XML as handled by libstropheJames Booth2013-07-221-5/+1
* | 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
* | improved autojoin logicDmitry Podgorny2013-07-141-15/+49
* | 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 http://xmpp.org/registrar/disco-categ...James Booth2013-06-251-1/+1
* Show messages on /group add and /group removeJames Booth2013-06-233-8/+80
* 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
|/
* 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
* Sort contacts on /who outputJames Booth2013-05-301-1/+30
* Add groups to roster contactsJames Booth2013-05-225-11/+73
* Refactor roster.cJames Booth2013-05-221-72/+63
* Reuse roster_add in roster_updateJames Booth2013-05-221-163/+154
* Removed unused offline_msg parameter from roster_addJames Booth2013-05-212-7/+4
* Refactored roster push handlingJames Booth2013-05-214-16/+45
* Renamed roster_change_handle -> roster_change_nameJames Booth2013-05-212-17/+17
* Renamed roster_barejid_from_handle -> roster_barejid_from_nameJames Booth2013-05-213-5/+5
* Renamed handle, jid and resource in rosterJames Booth2013-05-211-58/+58
* Renamed _roster_handle_set -> _roster_handle_pushJames Booth2013-05-211-3/+5
* Renamed roster_jid_from_handle -> roster_barejid_from_handleJames Booth2013-05-213-4/+14
* Roster handle changes handled correctlyJames Booth2013-05-201-40/+67
* Added jid autocompleter for /roster nick commandJames Booth2013-05-202-18/+34
* Use handle in /msg commandJames Booth2013-05-194-15/+71
* Changing roster handle with no argument clears handleJames Booth2013-05-191-1/+5
* Added /roster command with nick option to change handleJames Booth2013-05-195-4/+51
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-064-2/+227
* Renamed contact_list_ functions to roster_James Booth2013-05-063-5/+4
* Tidied includes in iq.cJames Booth2013-05-061-6/+1
* Created roster module, moved roster iq'sJames Booth2013-05-064-85/+158
* Fixed error when losing connection and segfaulting on notify_remind()James Booth2013-05-063-4/+11
* Autocomplete "/sub allow" parameter from subscription requestsJames Booth2013-05-052-0/+14
* Use autocomplete instead of hash table for subscription requestsJames Booth2013-05-052-19/+12