Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed bookmarks todo | James Booth | 2014-08-31 | 1 | -1/+0 |
| | |||||
* | Small spelling fixes in code and comments | Dariusz Dwornikowski | 2014-08-27 | 1 | -1/+1 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 17 | -0/+204 |
| | |||||
* | "/bookmark add foo" crash - fix | Jan Hacker | 2014-08-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | A user providing an invalid JID when creating a new bookmark (like 'foo') would reproducibly crash/segfault profanity, as it insists on checking string length behind the @ of the JID. However, it could be NULL if the user accidentally omitted it. The patch avoids the crash by NULL-checking and prevents getting there in the first place by checking the argument to "add". Backtrace of unpatched profanity with above command: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 0x00007fff85699732 in strlen () (gdb) bt #0 0x00007fff85699732 in strlen () #1 0x00000001000965d2 in xmpp_strdup () #2 0x0000000100095d6d in xmpp_stanza_set_attribute () #3 0x0000000100011c5c in _send_bookmarks () #4 0x00000001000115a8 in _bookmark_add () #5 0x000000010003320d in cmd_bookmark () #6 0x000000010002a0f2 in cmd_execute () #7 0x0000000100003a1d in process_input () #8 0x00000001000037c7 in prof_run () #9 0x0000000100045032 in main () (gdb) | ||||
* | Spelling errors fixed and hyphenation used as minus sign fixed | Dariusz Dwornikowski | 2014-08-11 | 2 | -4/+4 |
| | |||||
* | Added quote param to autocomplete_complete | James Booth | 2014-07-09 | 2 | -2/+2 |
| | |||||
* | 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 | 4 | -14/+14 |
| | |||||
* | Free string after use in sending caps response | James Booth | 2014-06-15 | 1 | -0/+1 |
| | |||||
* | Free jabber_conn.log | James Booth | 2014-06-15 | 1 | -0/+4 |
| | |||||
* | Free saved account details before replacing | James Booth | 2014-06-15 | 1 | -0/+6 |
| | |||||
* | Fixed usages of get_unique_id to free result | James Booth | 2014-06-15 | 3 | -1/+12 |
| | |||||
* | Added connection details to jabber_shutdown | James Booth | 2014-06-15 | 1 | -0/+3 |
| | |||||
* | Fixed memleak in _available_handler | James Booth | 2014-06-15 | 1 | -0/+1 |
| | |||||
* | Renamed sha1 functions to avoid naming clashes | James Booth | 2014-06-15 | 1 | -1/+1 |
| | |||||
* | Added notification setting for typing in current window | James Booth | 2014-05-24 | 1 | -3/+1 |
| | |||||
* | Use account muc_nick when no nick for bookmark | James Booth | 2014-05-23 | 1 | -1/+4 |
| | |||||
* | Refactored bookmarks to use option parser, allow bookmarking rooms with ↵ | James Booth | 2014-05-10 | 4 | -41/+134 |
| | | | | passwords | ||||
* | Refactroed self presence checks, handle null stanzas | James Booth | 2014-05-06 | 2 | -108/+73 |
| | | | | Issue #341 | ||||
* | Added null check for presence error stanza namespace element | James Booth | 2014-05-05 | 1 | -1/+4 |
| | | | | Issue #341 | ||||
* | Changed to use gnutls instead of openssl for sha1 hashing | James Booth | 2014-05-01 | 1 | -15/+1 |
| | |||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 7 | -83/+10 |
| | |||||
* | 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 |
| |