about summary refs log tree commit diff stats
path: root/src/xmpp/roster.c
Commit message (Expand)AuthorAgeFilesLines
...
* Added /roster add commandJames Booth2013-06-011-0/+10
* Sort contacts on /who outputJames Booth2013-05-301-1/+30
* Add groups to roster contactsJames Booth2013-05-221-7/+57
* 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-211-5/+3
* Refactored roster push handlingJames Booth2013-05-211-12/+41
* Renamed roster_change_handle -> roster_change_nameJames Booth2013-05-211-16/+16
* Renamed roster_barejid_from_handle -> roster_barejid_from_nameJames Booth2013-05-211-2/+2
* 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-211-1/+11
* Roster handle changes handled correctlyJames Booth2013-05-201-40/+67
* Added jid autocompleter for /roster nick commandJames Booth2013-05-201-18/+33
* Use handle in /msg commandJames Booth2013-05-191-8/+55
* Added /roster command with nick option to change handleJames Booth2013-05-191-3/+23
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-061-1/+204
* Renamed contact_list_ functions to roster_James Booth2013-05-061-3/+3
* Created roster module, moved roster iq'sJames Booth2013-05-061-0/+126