about summary refs log tree commit diff stats
path: root/src/xmpp/roster.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename ProfIdCallback into ProfIqCallbackPaul Fariello2019-04-101-2/+2
| | | | Goal is to create other kind of callback no based on id cmp
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Make _get_groups_from_item and roster _compare_* publicPaul Fariello2018-09-261-6/+3
| | | | In order to avoid duplication with xep 0133 support in command execution
* Move ID generation to xmpp folderMichael Vetter2018-08-301-4/+4
| | | | | | | | | | | create_unique_id() was changed to use UUIDs instead of a counter in the last commit. Since now it depends on connection_create_uuid() which is in the xmpp subfolder the function should also be moved there. Renamed it to connection_create_stanza_id() and moved it to src/xmpp/connection.c. Discussion happened in https://github.com/boothj5/profanity/pull/1010
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Use libstrophe convenience functions for stanza attributesJames Booth2016-08-201-2/+2
|
* Tidy headersJames Booth2016-07-241-5/+5
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Add ProfIdFreeCallback to free stale id handlers on connectJames Booth2016-06-081-5/+14
|
* Move connection fulljid functionJames Booth2016-05-061-1/+1
|
* Rename jabber_ functionsJames Booth2016-05-061-1/+2
|
* Renamed connection.c -> session.cJames Booth2016-05-051-1/+1
|
* Tidy xmpp headersJames Booth2016-05-041-6/+7
|
* Rename id_handler_add -> iq_id_handler_addJames Booth2016-05-021-2/+2
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
|
* Use one stanza handler per type (message, iq, presence)James Booth2016-03-281-71/+21
| | | | Allows plugins to stop stanza processing
* Added basic stanza receive eooksJames Booth2016-03-271-6/+14
|
* Use xmpp_send_raw_string instead of xmpp_send_rawJames Booth2016-03-261-2/+2
|
* Added stanza send hooks for pluginsJames Booth2016-03-261-6/+24
|
* 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
|