Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Set window active instead of new on room subject | James Booth | 2014-08-18 | 1 | -1/+1 | |
| | ||||||
* | "/bookmark add foo" crash - fix | Jan Hacker | 2014-08-17 | 2 | -5/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 5 | -7/+7 | |
| | ||||||
* | Fix notification support check for cygwin | James Booth | 2014-08-10 | 1 | -6/+13 | |
| | ||||||
* | Enable splash logo by default | James Booth | 2014-08-09 | 1 | -0/+1 | |
| | ||||||
* | Allow escaping commands using double slash "//" | James Booth | 2014-08-06 | 1 | -2/+6 | |
| | ||||||
* | Check for unknown commands and show message in console | James Booth | 2014-08-04 | 1 | -0/+7 | |
| | | | | fixes #390 | |||||
* | Escape open bracket at start of OSX notification messages | James Booth | 2014-08-04 | 1 | -1/+17 | |
| | | | | fixes #391 | |||||
* | Escape backtick in mac terminal notifications | James Booth | 2014-08-04 | 1 | -3/+5 | |
| | ||||||
* | Merge branch 'master' into winbuffers | James Booth | 2014-07-29 | 1 | -1/+5 | |
|\ | ||||||
| * | Set auto reconnect to 30 seconds by default | James Booth | 2014-07-29 | 1 | -1/+5 | |
| | | | | | | | | fixes #386 | |||||
* | | Changed comma colour in room roster | James Booth | 2014-07-23 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'master' into winbuffers | James Booth | 2014-07-22 | 1 | -188/+261 | |
|\| | ||||||
| * | Show message when no group or empty roster on /who | James Booth | 2014-07-22 | 1 | -0/+8 | |
| | | ||||||
| * | Added _who_roster function | James Booth | 2014-07-22 | 1 | -166/+173 | |
| | | ||||||
| * | Added _who_room function | James Booth | 2014-07-22 | 1 | -80/+84 | |
| | | ||||||
| * | Show message when no contacts with presence for /who | James Booth | 2014-07-22 | 1 | -33/+87 | |
| | | ||||||
* | | Fixed bug with chat room history times being coloured | James Booth | 2014-07-22 | 1 | -1/+21 | |
| | | ||||||
* | | Fixed colouring in room roster | James Booth | 2014-07-21 | 1 | -2/+2 | |
| | | ||||||
* | | Use win_save_println in core.c | James Booth | 2014-07-21 | 1 | -15/+15 | |
| | | ||||||
* | | Added win_save_println | James Booth | 2014-07-21 | 4 | -19/+26 | |
| | | ||||||
* | | Added win_save_newline | James Booth | 2014-07-20 | 4 | -14/+21 | |
| | | ||||||
* | | Removed win_print from window.h | James Booth | 2014-07-20 | 1 | -1/+0 | |
| | | ||||||
* | | Made win_print static | James Booth | 2014-07-20 | 1 | -4/+8 | |
| | | ||||||
* | | Added BUFF_SIZE back again | James Booth | 2014-07-20 | 1 | -1/+3 | |
| | | ||||||
* | | Return address of buffer entry | James Booth | 2014-07-19 | 3 | -6/+5 | |
| | | ||||||
* | | Erase stdscr before resizing | James Booth | 2014-07-19 | 1 | -0/+2 | |
| | | ||||||
* | | Use PAD_SIZE for buffer max size | James Booth | 2014-07-18 | 2 | -3/+1 | |
| | | ||||||
* | | Merge branch 'statusbar' into winbuffers | James Booth | 2014-07-18 | 2 | -3/+4 | |
|\ \ | ||||||
| * | | Moved status_bar_resize | James Booth | 2014-07-18 | 2 | -3/+4 | |
| | | | ||||||
* | | | Use GSList for buffer entries | James Booth | 2014-07-18 | 3 | -57/+42 | |
| | | | ||||||
* | | | Removed horizontal paging | James Booth | 2014-07-18 | 3 | -37/+4 | |
|/ / | ||||||
* | | Removed newlines from splash logo version output | James Booth | 2014-07-16 | 1 | -3/+3 | |
| | | ||||||
* | | Removed flag != 0's | James Booth | 2014-07-16 | 1 | -5/+5 | |
| | | ||||||
* | | Used constants for print flags | James Booth | 2014-07-16 | 2 | -4/+4 | |
| | | ||||||
* | | Removed unused function | James Booth | 2014-07-16 | 2 | -49/+0 | |
| | | ||||||
* | | Whitespace formatting | James Booth | 2014-07-16 | 1 | -95/+112 | |
| | | ||||||
* | | Whitespace formatting | James Booth | 2014-07-16 | 1 | -12/+10 | |
| | | ||||||
* | | Replaced NO_EOL_DATE with bitwise or | James Booth | 2014-07-16 | 4 | -48/+46 | |
| | | ||||||
* | | Use constants for flags | James Booth | 2014-07-16 | 2 | -5/+7 | |
| | | ||||||
* | | Whitespace formatting | James Booth | 2014-07-16 | 1 | -49/+66 | |
| | | ||||||
* | | Merge branch 'master' into winbuffers | James Booth | 2014-07-16 | 3 | -33/+45 | |
|\| | | | | | | | | | Conflicts: src/ui/core.c | |||||
| * | Colour chat room messages that contain users nickname | James Booth | 2014-07-16 | 3 | -33/+47 | |
| | | ||||||
* | | Merge branch 'master' into winbuffers | James Booth | 2014-07-15 | 1 | -0/+3 | |
|\| | ||||||
| * | Added ": " after nick autocomplete when start of message | James Booth | 2014-07-15 | 1 | -0/+3 | |
| | | ||||||
* | | Merge branch 'master' into winbuffers | James Booth | 2014-07-15 | 10 | -77/+125 | |
|\| | ||||||
| * | Save chat room message prefix for autocomplete | James Booth | 2014-07-15 | 3 | -33/+69 | |
| | | ||||||
| * | Finished chat room nick autocomplete | James Booth | 2014-07-15 | 2 | -10/+22 | |
| | | ||||||
| * | Added quote param to autocomplete_param_with_ac | James Booth | 2014-07-09 | 4 | -38/+38 | |
| | | ||||||
| * | Added quote param to autocomplete_complete | James Booth | 2014-07-09 | 9 | -18/+18 | |
| | |