about summary refs log tree commit diff stats
path: root/src/xmpp/presence.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|\| | | | | | | | | Conflicts: src/xmpp/message.c
| * Renamed event functionsJames Booth2015-04-281-17/+17
| |
* | Merge branch 'master' into pgpJames Booth2015-04-191-17/+17
|\| | | | | | | | | Conflicts: src/xmpp/message.c
| * 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
|
* Refactor muc_user_handlerJames Booth2014-10-071-68/+40
|
* Added jid autocomplete for affiliation commandsJames Booth2014-10-061-4/+18
|
* Implemented /room kick commandJames Booth2014-10-051-2/+37
|
* Store real jid with occupantsJames Booth2014-10-011-4/+6
|
* wip - Store roles and affiliations with occupantsJames Booth2014-09-301-4/+16
|
* Tidied muc moduleJames Booth2014-09-281-12/+12
|
* Store room affiliation and roleJames Booth2014-09-281-10/+26
|
* Renamed autocomplete function to get listJames Booth2014-09-261-2/+2
|
* Free unique idJames Booth2014-09-241-0/+2
|
* Log errors on caps responsesJames Booth2014-09-211-6/+6
|
* Handle capabilities for room participantsJames Booth2014-09-211-31/+46
|
* Fixed muc presence check, remove logging from presence handlerJames Booth2014-09-211-10/+7
|
* Removed _get_caps_key functionJames Booth2014-09-211-61/+5
|
* Added jid->hash lookup for capabilitiesJames Booth2014-09-201-17/+12
|
* Do not send caps request on self presenceJames Booth2014-09-191-1/+1
|
* wip - refactoring capabilitiesJames Booth2014-09-191-5/+37
|
* Tidied available presence handlerJames Booth2014-09-181-34/+55
|
* Show message when room requires configJames Booth2014-09-031-0/+5
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Added quote param to autocomplete_completeJames Booth2014-07-091-1/+1
|
* Renamed generate_unique_id -> create_unique_idJames Booth2014-06-151-3/+3
|
* Fixed usages of get_unique_id to free resultJames Booth2014-06-151-0/+3
|
* Fixed memleak in _available_handlerJames Booth2014-06-151-0/+1
|
* Refactroed self presence checks, handle null stanzasJames Booth2014-05-061-19/+19
| | | | Issue #341
* Added null check for presence error stanza namespace elementJames Booth2014-05-051-1/+4
| | | | Issue #341