about summary refs log tree commit diff stats
path: root/src/xmpp/presence.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added null check for presence error stanza namespace elementJames Booth2014-05-051-1/+4
* Fixed cppcheck warningsJames Booth2014-04-261-7/+1
* Chat room windows now created only after successful joinJames Booth2014-04-211-2/+20
* Store password with roomJames Booth2014-04-201-1/+1
* Updated copyrightJames Booth2014-03-091-1/+1
* Added test for /join with nick optionJames Booth2014-03-081-3/+3
* Adding password handling for joining chatroomsKristofer M White2014-02-271-2/+2
* Refactored handle_presence_error, removed no longer used functionsJames Booth2014-01-301-1/+1
* Renamed handle_error_message -> handle_presence_errorJames Booth2014-01-301-1/+1
* Added generated id's to presence stanzasJames Booth2014-01-281-1/+5
* Refactored presence_error_handlerJames Booth2014-01-271-28/+27
* Moved connection_error_handler to _presence_error_handlerJames Booth2014-01-271-1/+47
* Add message and presence error handlers seperatelyJames Booth2014-01-251-0/+1
* Renamed _room_presence_handler -> _muc_user_handlerJames Booth2014-01-251-4/+3
* Moved presence handlers to server_eventsJames Booth2014-01-051-13/+14
* Fixed types of presence variables to resource_presence_type (avoid useless an...Jasper van Bourgognie2013-12-271-2/+2
* Bind presence functions in main.cJames Booth2013-12-221-11/+15
* Dynamically bind xmpp module apiJames Booth2013-12-181-20/+31
* Fixe rejoining room after nickname conflictJames Booth2013-09-221-4/+6
* Add error handler only onceJames Booth2013-09-221-1/+0
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-1/+1