Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidied jabber_process_events | James Booth | 2014-04-23 | 1 | -14/+20 |
| | |||||
* | Merge remote-tracking branch 'lucian/master' | James Booth | 2014-04-22 | 1 | -1/+0 |
|\ | |||||
| * | Added some otr policy functionality, if policy is set to "always" | lightb | 2014-04-19 | 1 | -1/+0 |
| | | | | | | | | | | | | if otr_is_secure fails, the message will not be sent. Changed both cmd_msg and cmd_execute_default | ||||
* | | Chat room windows now created only after successful join | James Booth | 2014-04-21 | 3 | -3/+22 |
| | | |||||
* | | Store password with room | James Booth | 2014-04-20 | 1 | -1/+1 |
|/ | |||||
* | Added simple stanza logging to main console | James Booth | 2014-04-15 | 1 | -0/+3 |
| | |||||
* | Fixed handling of room subject | James Booth | 2014-04-13 | 2 | -25/+20 |
| | |||||
* | Fixed "/bookmark remove" for disabling autojoin | James Booth | 2014-04-13 | 1 | -1/+0 |
| | | | | Issue #194 | ||||
* | Refactored bookmark_remove | James Booth | 2014-04-13 | 1 | -10/+8 |
| | | | | Issue #194 | ||||
* | Implemented "/bookmark remove" for private storage | James Booth | 2014-04-13 | 1 | -77/+101 |
| | | | | Issue #194 | ||||
* | Clean up after removing bookmark | James Booth | 2014-04-13 | 1 | -0/+2 |
| | | | | Issue #194 | ||||
* | Implemented "/bookmark add" for private storage | James Booth | 2014-04-13 | 3 | -89/+169 |
| | | | | Issue #194 | ||||
* | Tidied ui dependencies | James Booth | 2014-04-06 | 2 | -3/+2 |
| | |||||
* | Switch back to storage for muc bookmarks | James Booth | 2014-03-29 | 1 | -3/+3 |
| | |||||
* | Revert "Commented bookmarks code for 0.4.0 release" | James Booth | 2014-03-29 | 1 | -1/+1 |
| | | | | This reverts commit 8306d4c24421993fc04837499e7682dad4948878. | ||||
* | Commented bookmarks code for 0.4.0 release | James Booth | 2014-03-16 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 17 | -15/+57 |
| | |||||
* | Refactored muc_room_is_active to only take room, rather than full jid | James Booth | 2014-03-08 | 4 | -5/+5 |
| | |||||
* | Added test for /join with nick option | James Booth | 2014-03-08 | 3 | -6/+6 |
| | |||||
* | fixed build error when make run with -jN option | Dmitry Podgorny | 2014-03-06 | 2 | -2/+2 |
| | | | | | Race can occur when gitversion file isn't fully generated before it is used. | ||||
* | 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 | 5 | -6/+19 |
| | |||||
* | Removed id from bookmarks add | James Booth | 2014-02-03 | 1 | -1/+0 |
| | |||||
* | Implemented add bookmark for XEP-0223 | James Booth | 2014-02-02 | 3 | -2/+106 |
| | | | | Issue #194 | ||||
* | Test message when removing autojoin for non existent bookmark | James Booth | 2014-02-02 | 1 | -2/+10 |
| | |||||
* | Show message on /bookmark remove when bookmark does not exist | James Booth | 2014-02-02 | 2 | -2/+4 |
| | |||||
* | Added message when bookmark updated | James Booth | 2014-02-02 | 2 | -2/+4 |
| | |||||
* | 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 |
| | |||||
* | Moved error handling logic to server_events | James Booth | 2014-01-28 | 1 | -12/+1 |
| | |||||
* | Added generated id's to presence stanzas | James Booth | 2014-01-28 | 2 | -1/+12 |
| | |||||
* | Refactored presence_error_handler | James Booth | 2014-01-27 | 2 | -40/+42 |
| | |||||
* | Added fallback message error handlers | James Booth | 2014-01-27 | 1 | -2/+11 |
| | |||||
* | Fixed comment | James Booth | 2014-01-27 | 1 | -1/+1 |
| | |||||
* | Moved connection_error_handler to _presence_error_handler | James Booth | 2014-01-27 | 3 | -46/+47 |
| | |||||
* | Removed unnecessary strdup | James Booth | 2014-01-27 | 1 | -3/+2 |
| | |||||
* | Show original error message | James Booth | 2014-01-26 | 1 | -7/+19 |
| | |||||
* | Changed error message when couldn't join room | James Booth | 2014-01-26 | 1 | -2/+3 |
| | |||||
* | Handle recipient not found | James Booth | 2014-01-26 | 3 | -1/+124 |
| | |||||
* | 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 | 3 | -9/+8 |
| | |||||
* | Added id handler for pings, disable ping on error type 'cancel' | James Booth | 2014-01-26 | 1 | -0/+36 |
| | |||||
* | Use generated id on ping iqs | James Booth | 2014-01-26 | 1 | -1/+2 |
| | |||||
* | Moved xmpp ping to iq module | James Booth | 2014-01-26 | 3 | -38/+42 |
| | |||||
* | generate_unique_id allows prefix | James Booth | 2014-01-25 | 1 | -2/+2 |
| | |||||
* | Add message and presence error handlers seperately | James Booth | 2014-01-25 | 4 | -11/+3 |
| | |||||
* | Renamed iq handlers | James Booth | 2014-01-25 | 1 | -24/+29 |
| | |||||
* | Renamed _room_presence_handler -> _muc_user_handler | James Booth | 2014-01-25 | 1 | -4/+3 |
| | |||||
* | Renamed xmpp roster handlers | James Booth | 2014-01-25 | 1 | -6/+6 |
| |