about summary refs log tree commit diff stats
path: root/src/xmpp/presence.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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 ↵Jasper van Bourgognie2013-12-271-2/+2
| | | | and implicit casts)
* 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
| | | | fixes #241
* Add error handler only onceJames Booth2013-09-221-1/+0
| | | | fixes #240
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-1/+1
|
* fixed memory leaks in various filesDmitry Podgorny2013-08-251-0/+1
|
* fixed indentingDmitry Podgorny2013-08-241-1/+1
|
* Merge branch 'master' into nextdevJames Booth2013-08-051-3/+3
|\
| * Undo change to stanza check for nick change return valueJames Booth2013-08-051-2/+2
| |
| * Handle when servers dont send status 101 or jid for MUC nick changesJames Booth2013-08-051-4/+4
| |
* | fixed memory leaksDmitry Podgorny2013-08-031-11/+49
| | | | | | | | Also avoided several NULL pointer dereferences.
* | most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-11/+15
|/ | | | | | FREE_SET_NULL makes extra assignment of NULL for pointers in stack or dynamic memory that is going to be freed. FREE_SET_NULL is useful for pointers that can be used in future.
* fixed memory leaks in presence.cDmitry Podgorny2013-06-091-2/+10
|
* Added roster list when using /roster with no argsJames Booth2013-06-011-0/+13
|
* Refactored roster push handlingJames Booth2013-05-211-1/+1
|
* Fixed error when losing connection and segfaulting on notify_remind()James Booth2013-05-061-1/+7
|
* Autocomplete "/sub allow" parameter from subscription requestsJames Booth2013-05-051-0/+12
|
* Use autocomplete instead of hash table for subscription requestsJames Booth2013-05-051-18/+11
|
* Include open subscription requests in desktop reminder notificationsJames Booth2013-04-271-0/+10
| | | | closes #167