Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create sha-1 of own capabilities once | James Booth | 2014-09-23 | 1 | -2/+1 |
| | |||||
* | Fixed muc presence check, remove logging from presence handler | James Booth | 2014-09-21 | 1 | -12/+4 |
| | |||||
* | wip - refactoring capabilities | James Booth | 2014-09-19 | 1 | -6/+39 |
| | |||||
* | Implemented /room config submit for saving room configuration | James Booth | 2014-09-10 | 1 | -0/+26 |
| | |||||
* | Merge branch 'master' into roomconfig | James Booth | 2014-09-09 | 1 | -0/+2 |
|\ | |||||
| * | Use stanza_get_error_message for pong errors | James Booth | 2014-09-09 | 1 | -0/+2 |
| | | |||||
* | | Created form module | James Booth | 2014-09-05 | 1 | -97/+0 |
| | | |||||
* | | Debug room config form fields | James Booth | 2014-09-05 | 1 | -5/+21 |
| | | |||||
* | | Added /room config edit and /room config cancel | James Booth | 2014-09-04 | 1 | -2/+52 |
|/ | |||||
* | Fix room config check for servers that don't send 110 status | James Booth | 2014-09-04 | 1 | -11/+2 |
| | |||||
* | Added /ping command | James Booth | 2014-09-04 | 1 | -1/+4 |
| | |||||
* | Send room destroy iq on /room config cancel | James Booth | 2014-09-03 | 1 | -0/+27 |
| | |||||
* | Send instant room request | James Booth | 2014-09-03 | 1 | -0/+29 |
| | |||||
* | Show message when room requires config | James Booth | 2014-09-03 | 1 | -0/+46 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Removed string allocation in stanza when joining room | James Booth | 2014-06-15 | 1 | -1/+1 |
| | |||||
* | Renamed generate_unique_id -> create_unique_id | James Booth | 2014-06-15 | 1 | -8/+8 |
| | |||||
* | Fixed usages of get_unique_id to free result | James Booth | 2014-06-15 | 1 | -0/+7 |
| | |||||
* | Refactroed self presence checks, handle null stanzas | James Booth | 2014-05-06 | 1 | -89/+54 |
| | | | | Issue #341 | ||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 1 | -59/+1 |
| | |||||
* | Implemented "/bookmark add" for private storage | James Booth | 2014-04-13 | 1 | -2/+95 |
| | | | | Issue #194 | ||||
* | Switch back to storage for muc bookmarks | James Booth | 2014-03-29 | 1 | -3/+3 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Refactored muc_room_is_active to only take room, rather than full jid | James Booth | 2014-03-08 | 1 | -1/+1 |
| | |||||
* | Making whitespace consistently spaces, not tabs | Kristofer M White | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | Adding password handling for joining chatrooms | Kristofer M White | 2014-02-27 | 1 | -1/+14 |
| | |||||
* | Implemented add bookmark for XEP-0223 | James Booth | 2014-02-02 | 1 | -2/+2 |
| | | | | Issue #194 | ||||
* | Added generated id's to presence stanzas | James Booth | 2014-01-28 | 1 | -0/+7 |
| | |||||
* | Handle recipient not found | James Booth | 2014-01-26 | 1 | -0/+65 |
| | |||||
* | Added generated id to chat state stanzas | James Booth | 2014-01-26 | 1 | -0/+2 |
| | |||||
* | Added generated id to invites | James Booth | 2014-01-26 | 1 | -0/+2 |
| | |||||
* | Add generated id to messages | James Booth | 2014-01-26 | 1 | -4/+3 |
| | |||||
* | Use generated id on ping iqs | James Booth | 2014-01-26 | 1 | -1/+2 |
| | |||||
* | remove octet_compare | Dmitry Podgorny | 2013-08-26 | 1 | -2/+2 |
| | | | | strcmp provides the same functionality | ||||
* | Merge branch 'master' into nextdev | James Booth | 2013-08-05 | 1 | -1/+33 |
|\ | |||||
| * | Free Jid | James Booth | 2013-08-05 | 1 | -0/+1 |
| | | |||||
| * | Undo change to stanza check for nick change return value | James Booth | 2013-08-05 | 1 | -25/+9 |
| | | |||||
| * | Refactor MUC self presence checks | James Booth | 2013-08-05 | 1 | -12/+18 |
| | | |||||
| * | Handle when servers dont send status 101 or jid for MUC nick changes | James Booth | 2013-08-05 | 1 | -9/+50 |
| | | |||||
* | | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 1 | -4/+4 |
| | | | | | | | | | | | | 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. | ||||
* | | Merge branch 'master' into nextdev | James Booth | 2013-07-22 | 1 | -5/+1 |
|\| | |||||
| * | Removed escaping XML as handled by libstrophe | James Booth | 2013-07-22 | 1 | -5/+1 |
| | | | | | | | | https://github.com/metajack/libstrophe/commit/4ad21c9283ceae9109ea71860aa27814222c9ee3 | ||||
* | | initial support of autojoin for MUC | Dmitry Podgorny | 2013-06-30 | 1 | -0/+57 |
|/ | |||||
* | Show messages on /group add and /group remove | James Booth | 2013-06-23 | 1 | -2/+5 |
| | | | | | closes #189 closes #190 | ||||
* | fixed memory leaks in presence.c | Dmitry Podgorny | 2013-06-09 | 1 | -5/+27 |
| | |||||
* | fixed several memory leaks | Dmitry Podgorny | 2013-06-09 | 1 | -3/+19 |
| | | | | And infinity loop in stanza_destroy_form(). | ||||
* | Added /roster remove command | James Booth | 2013-06-02 | 1 | -0/+23 |
| | |||||
* | Add groups to roster contacts | James Booth | 2013-05-22 | 1 | -1/+12 |
| | | | | fixes #175 | ||||
* | Changing roster handle with no argument clears handle | James Booth | 2013-05-19 | 1 | -1/+5 |
| | |||||
* | Added /roster command with nick option to change handle | James Booth | 2013-05-19 | 1 | -0/+23 |
| |