about summary refs log tree commit diff stats
path: root/src/roster_list.c
Commit message (Collapse)AuthorAgeFilesLines
* Pass offline filter to roster_get_contactsJames Booth2015-11-181-1/+7
|
* Pass offline filter to roster list functionsJames Booth2015-11-181-2/+14
|
* Pass ordering to roster list functionsJames Booth2015-11-181-61/+21
|
* Added /roster order name|presenceJames Booth2015-11-171-7/+109
|
* Keep count of group membersJames Booth2015-11-121-16/+79
|
* Applied coding style to src/James Booth2015-10-261-42/+37
|
* Optimised contact comparisons, create utf8 collate key onceJames Booth2015-05-071-13/+7
|
* Use null check convention in roster_list.cJames Booth2015-05-041-15/+15
|
* Added roster list function to get display name for messagesJames Booth2015-05-031-0/+28
|
* Lowercase barejid before searching rosterJames Booth2015-02-231-5/+9
|
* Fixed spelling.Christian Storm2015-02-171-5/+5
|
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Simplified autocompleters and command historyJames Booth2015-01-161-4/+4
|
* Merge remote-tracking branch 'incertia/master'James Booth2014-11-241-0/+18
|\
| * roster_get_contacts_nooffline only gets contacts that are not offlineWill Song2014-11-231-1/+2
| |
| * add functions for getting roster list without offline contacts (but not ↵Will Song2014-11-231-0/+17
|/ | | | implemented)
* Fix autocomplete clash, fix crash on opening window when recipient not in rosterJames Booth2014-11-221-1/+5
|
* Renamed roster autocomplete functionsJames Booth2014-11-221-4/+4
|
* Fixed leaksJames Booth2014-11-131-0/+1
|
* Implemented /roster by groupJames Booth2014-11-131-0/+20
|
* Implemented roster grouped by presenceJames Booth2014-11-121-0/+20
|
* Renamed autocomplete function to get listJames Booth2014-09-261-1/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Added quote param to autocomplete_completeJames Booth2014-07-091-4/+4
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Refactored roster add/updateJames Booth2014-01-051-40/+30
|
* Removed prof_handle group functionsJames Booth2014-01-051-30/+0
|
* Removed roster_list dependency on xmpp moduleJames Booth2014-01-051-26/+16
|
* Refactored roster_change_nameJames Booth2014-01-051-11/+9
|
* Moved autocomplete tests to cmockaJames Booth2013-12-141-11/+11
|
* Added simple mock test, refactored rosterJames Booth2013-12-141-0/+475