about summary refs log tree commit diff stats
path: root/src/xmpp/roster.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-141-1/+1
| |
* | Added C plugin code from plugins branchJames Booth2016-02-141-3/+4
|/
* Moved sending of initial presence to sv_ev_roster_receivedJames Booth2015-12-141-29/+0
|
* Applied coding style to src/xmpp/James Booth2015-10-261-26/+19
|
* Use lastactivity preference for presence updatesJames Booth2015-10-141-1/+6
|
* Include last activity in initial presenceJames Booth2015-09-271-2/+24
|
* Check for libmesode, fall back to libstropheJames Booth2015-09-211-0/+8
|
* Added id attributes to roster queriesJames Booth2015-07-221-4/+7
| | | | fixes #596
* Added cl_ev_presence_sendJames Booth2015-05-071-1/+2
|
* Renamed presence_update -> presence_sendJames Booth2015-05-071-1/+1
|
* Tidied _roster_result_handlerJames Booth2015-05-071-32/+30
|
* Use null check convention in roster.cJames Booth2015-05-041-11/+11
|
* Removed server event delegation functionsJames Booth2015-05-011-6/+5
|
* Renamed event functionsJames Booth2015-04-281-6/+6
|
* Renamed server event functionsJames Booth2015-04-191-6/+6
|
* Moved server_events to event/James Booth2015-04-191-1/+1
|
* Lowercase barejid in JidJames Booth2015-02-231-0/+3
|
* Lowercase barejid before adding to rosterJames Booth2015-02-231-9/+11
|
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Removed function pointersJames Booth2014-12-221-22/+11
|
* Show roster after roster receivedJames Booth2014-11-201-0/+2
|
* Implemented /roster by groupJames Booth2014-11-131-1/+1
|
* Handle roster set and result when item name is empty stringJames Booth2014-10-021-10/+15
| | | | fixed #431
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Renamed generate_unique_id -> create_unique_idJames Booth2014-06-151-2/+2
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* generate_unique_id allows prefixJames Booth2014-01-251-2/+2
|
* Add message and presence error handlers seperatelyJames Booth2014-01-251-0/+1
|
* Renamed xmpp roster handlersJames Booth2014-01-251-6/+6
|
* Refactored roster add/updateJames Booth2014-01-051-2/+10
|
* Moved roster handlers to server_eventsJames Booth2014-01-051-3/+4
|
* Renamed roster_add_new -> roster_send_add_newJames Booth2014-01-051-2/+2
|
* Fixed types of presence variables to resource_presence_type (avoid useless ↵Jasper van Bourgognie2013-12-271-1/+1
| | | | and implicit casts)
* Bind roster functions in main.cJames Booth2013-12-221-6/+11
|
* Dynamically bind xmpp module apiJames Booth2013-12-181-10/+16
|
* Added simple mock test, refactored rosterJames Booth2013-12-141-474/+57
|
* Fixed compile error for -Wduplicate-decl-specifier on OSXJames Booth2013-11-101-1/+1
|
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-6/+6
|
* removed strdup from g_string_appendDmitry Podgorny2013-08-251-1/+1
|
* Coloured contact and subscription in /roster and /group outputJames Booth2013-07-031-8/+10
|
* Show messages on /group add and /group removeJames Booth2013-06-231-4/+73
| | | | | 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
|
* Implemented /group command with no args (list groups)James Booth2013-06-021-0/+6
|
* Changed autocomplete for /group and /whoJames Booth2013-06-021-0/+6
|
* Added group add and group remove to /roster commandJames Booth2013-06-021-0/+81
|
* Added message in console on /roster removeJames Booth2013-06-021-0/+2
|
* Added message in console on /roster addJames Booth2013-06-021-3/+8
|
* Added /roster remove commandJames Booth2013-06-021-0/+13
|