about summary refs log tree commit diff stats
path: root/src/xmpp/presence.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: diso -> discoDominik Heidler2016-04-011-1/+1
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
* Use one stanza handler per type (message, iq, presence)James Booth2016-03-281-126/+93
* Added basic stanza receive eooksJames Booth2016-03-271-2/+33
* Use xmpp_send_raw_string instead of xmpp_send_rawJames Booth2016-03-261-4/+4
* Added stanza send hooks for pluginsJames Booth2016-03-261-7/+41
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-3/+3
|/
* Removed ui_handle_room_join_errorJames Booth2015-11-021-1/+1
* Removed ui_input_nonblocking()James Booth2015-11-011-3/+3
* Applied coding style to src/xmpp/James Booth2015-10-261-38/+30
* Moved idle time check for last activityJames Booth2015-10-141-1/+3
* Added auto xa option, tidied autoaway codeJames Booth2015-09-271-1/+3
* Check for libmesode, fall back to libstropheJames Booth2015-09-211-0/+9
* Fixed various jid and account mem leaksJames Booth2015-06-241-0/+1
* Removed libgpg include from presence.cJames Booth2015-05-101-4/+1
* Moved pgp signature generation to cl_ev_presence_sendJames Booth2015-05-081-21/+11
* Merge branch 'master' into openpgpJames Booth2015-05-071-9/+4
|\
| * Renamed presence_update -> presence_sendJames Booth2015-05-071-9/+4
* | Moved pgp signature verification to sv_ev_contact_onlineJames Booth2015-05-071-11/+8
* | Merge branch 'master' into openpgpJames Booth2015-05-061-0/+6
|\|
| * Set ui nonblocking on presence updatesJames Booth2015-05-061-0/+6
* | Merge branch 'master' into pgpJames Booth2015-05-041-21/+21
|\|
| * Use null check convention in presence.cJames Booth2015-05-041-21/+21
* | Merge branch 'master' into pgpJames Booth2015-05-011-2/+10
|\|
| * Removed server event delegation functionsJames Booth2015-05-011-2/+10
* | Merge branch 'master' into pgpJames Booth2015-04-281-17/+17
|\|
| * Renamed event functionsJames Booth2015-04-281-17/+17
* | Merge branch 'master' into pgpJames Booth2015-04-191-17/+17
|\|
| * Renamed server event functionsJames Booth2015-04-191-17/+17
* | Merge branch 'master' into pgpJames Booth2015-04-191-1/+1
|\|
| * Moved server_events to event/James Booth2015-04-191-1/+1
* | Send encrypted messagesJames Booth2015-03-241-1/+1
* | Added signature verification, /pgp fps commandJames Booth2015-03-241-12/+23
* | Added check for HAVE_LIBGPGME in presence.cJames Booth2015-03-231-0/+4
* | Added pgpkeyid account setting, send signed presenceJames Booth2015-03-231-0/+22
|/
* Fixed spelling.Christian Storm2015-02-171-1/+1
* Updated copyrightJames Booth2015-02-101-1/+1
* Simplified autocompleters and command historyJames Booth2015-01-161-1/+1
* Removed function pointersJames Booth2014-12-221-36/+21
* Added caching of legacy capabilitiesJames Booth2014-11-301-5/+9
* Store capabilities against fulljid when unsupported hashJames Booth2014-11-271-7/+11
* Refactored parsing capsJames Booth2014-11-261-40/+33
* Refactored available presence handlerJames Booth2014-11-261-74/+26
* Fixed various memory leaksJames Booth2014-11-011-1/+4
* Show occupants role/affiliation changesJames Booth2014-10-181-11/+13
* Added reason to role/affiliation changesJames Booth2014-10-181-1/+3
* Include self in room rosterJames Booth2014-10-071-7/+6
* Refactor muc user handlerJames Booth2014-10-071-29/+16