Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Store real jid with occupants | James Booth | 2014-10-01 | 1 | -4/+6 | |
| | ||||||
* | wip - Store roles and affiliations with occupants | James Booth | 2014-09-30 | 1 | -4/+16 | |
| | ||||||
* | Tidied muc module | James Booth | 2014-09-28 | 1 | -12/+12 | |
| | ||||||
* | Store room affiliation and role | James Booth | 2014-09-28 | 1 | -10/+26 | |
| | ||||||
* | Renamed autocomplete function to get list | James Booth | 2014-09-26 | 1 | -2/+2 | |
| | ||||||
* | Free unique id | James Booth | 2014-09-24 | 1 | -0/+2 | |
| | ||||||
* | Log errors on caps responses | James Booth | 2014-09-21 | 1 | -6/+6 | |
| | ||||||
* | Handle capabilities for room participants | James Booth | 2014-09-21 | 1 | -31/+46 | |
| | ||||||
* | Fixed muc presence check, remove logging from presence handler | James Booth | 2014-09-21 | 1 | -10/+7 | |
| | ||||||
* | Removed _get_caps_key function | James Booth | 2014-09-21 | 1 | -61/+5 | |
| | ||||||
* | Added jid->hash lookup for capabilities | James Booth | 2014-09-20 | 1 | -17/+12 | |
| | ||||||
* | Do not send caps request on self presence | James Booth | 2014-09-19 | 1 | -1/+1 | |
| | ||||||
* | wip - refactoring capabilities | James Booth | 2014-09-19 | 1 | -5/+37 | |
| | ||||||
* | Tidied available presence handler | James Booth | 2014-09-18 | 1 | -34/+55 | |
| | ||||||
* | Show message when room requires config | James Booth | 2014-09-03 | 1 | -0/+5 | |
| | ||||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 | |
| | ||||||
* | Added quote param to autocomplete_complete | James Booth | 2014-07-09 | 1 | -1/+1 | |
| | ||||||
* | Renamed generate_unique_id -> create_unique_id | James Booth | 2014-06-15 | 1 | -3/+3 | |
| | ||||||
* | Fixed usages of get_unique_id to free result | James Booth | 2014-06-15 | 1 | -0/+3 | |
| | ||||||
* | Fixed memleak in _available_handler | James Booth | 2014-06-15 | 1 | -0/+1 | |
| | ||||||
* | Refactroed self presence checks, handle null stanzas | James Booth | 2014-05-06 | 1 | -19/+19 | |
| | | | | Issue #341 | |||||
* | Added null check for presence error stanza namespace element | James Booth | 2014-05-05 | 1 | -1/+4 | |
| | | | | Issue #341 | |||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 1 | -7/+1 | |
| | ||||||
* | Chat room windows now created only after successful join | James Booth | 2014-04-21 | 1 | -2/+20 | |
| | ||||||
* | Store password with room | James Booth | 2014-04-20 | 1 | -1/+1 | |
| | ||||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 | |
| | ||||||
* | Added test for /join with nick option | James Booth | 2014-03-08 | 1 | -3/+3 | |
| | ||||||
* | Adding password handling for joining chatrooms | Kristofer M White | 2014-02-27 | 1 | -2/+2 | |
| | ||||||
* | Refactored handle_presence_error, removed no longer used functions | James Booth | 2014-01-30 | 1 | -1/+1 | |
| | ||||||
* | Renamed handle_error_message -> handle_presence_error | James Booth | 2014-01-30 | 1 | -1/+1 | |
| | ||||||
* | Added generated id's to presence stanzas | James Booth | 2014-01-28 | 1 | -1/+5 | |
| | ||||||
* | Refactored presence_error_handler | James Booth | 2014-01-27 | 1 | -28/+27 | |
| | ||||||
* | Moved connection_error_handler to _presence_error_handler | James Booth | 2014-01-27 | 1 | -1/+47 | |
| | ||||||
* | Add message and presence error handlers seperately | James Booth | 2014-01-25 | 1 | -0/+1 | |
| | ||||||
* | Renamed _room_presence_handler -> _muc_user_handler | James Booth | 2014-01-25 | 1 | -4/+3 | |
| | ||||||
* | Moved presence handlers to server_events | James Booth | 2014-01-05 | 1 | -13/+14 | |
| | ||||||
* | Fixed types of presence variables to resource_presence_type (avoid useless ↵ | Jasper van Bourgognie | 2013-12-27 | 1 | -2/+2 | |
| | | | | and implicit casts) | |||||
* | Bind presence functions in main.c | James Booth | 2013-12-22 | 1 | -11/+15 | |
| | ||||||
* | Dynamically bind xmpp module api | James Booth | 2013-12-18 | 1 | -20/+31 | |
| | ||||||
* | Fixe rejoining room after nickname conflict | James Booth | 2013-09-22 | 1 | -4/+6 | |
| | | | | fixes #241 | |||||
* | Add error handler only once | James Booth | 2013-09-22 | 1 | -1/+0 | |
| | | | | fixes #240 | |||||
* | removed strdup in autocomplete calls | Dmitry Podgorny | 2013-08-26 | 1 | -1/+1 | |
| | ||||||
* | fixed memory leaks in various files | Dmitry Podgorny | 2013-08-25 | 1 | -0/+1 | |
| | ||||||
* | fixed indenting | Dmitry Podgorny | 2013-08-24 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' into nextdev | James Booth | 2013-08-05 | 1 | -3/+3 | |
|\ | ||||||
| * | Undo change to stanza check for nick change return value | James Booth | 2013-08-05 | 1 | -2/+2 | |
| | | ||||||
| * | Handle when servers dont send status 101 or jid for MUC nick changes | James Booth | 2013-08-05 | 1 | -4/+4 | |
| | | ||||||
* | | fixed memory leaks | Dmitry Podgorny | 2013-08-03 | 1 | -11/+49 | |
| | | | | | | | | Also avoided several NULL pointer dereferences. | |||||
* | | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 1 | -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.c | Dmitry Podgorny | 2013-06-09 | 1 | -2/+10 | |
| |