Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed bookmarks todo | James Booth | 2014-08-31 | 1 | -1/+0 |
| | |||||
* | Removed hard dependency on libstrophe 0.8.6 from install-all.sh | James Booth | 2014-08-31 | 1 | -2/+0 |
| | | | | | Allows getting the latest libstrophe code including SCRAM-SHA-1 support | ||||
* | Merge remote-tracking branch 'tdi/master' | James Booth | 2014-08-29 | 1 | -7/+13 |
|\ | |||||
| * | Concise formatting of /roster command | Dariusz Dwornikowski | 2014-08-28 | 1 | -7/+8 |
|/ | |||||
* | Small spelling fixes in code and comments | Dariusz Dwornikowski | 2014-08-27 | 4 | -5/+5 |
| | |||||
* | Set version to 0.4.5 development | James Booth | 2014-08-24 | 1 | -2/+2 |
| | |||||
* | Set version to 0.4.4 release | James Booth | 2014-08-24 | 1 | -1/+1 |
| | |||||
* | Revert "Removed libstrophe dependencies as no longer statically linking" | James Booth | 2014-08-24 | 1 | -3/+40 |
| | | | | | | This reverts commit 7f0fd06d0ba094ab1ba26ea3efc67201107ccd1c. issue #408 | ||||
* | Added LICENSE.txt to dist target | James Booth | 2014-08-24 | 1 | -1/+1 |
| | |||||
* | Added LICENSE.txt | James Booth | 2014-08-24 | 1 | -0/+23 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 81 | -0/+1016 |
| | |||||
* | Check window exsists before doing incoming typing notifications | James Booth | 2014-08-21 | 1 | -1/+4 |
| | | | | issue #397 | ||||
* | Check for chat room window on muc events, log error when doesn't exist | James Booth | 2014-08-20 | 1 | -160/+186 |
| | | | | issue #341 | ||||
* | Added /bookmark with no args usage when in chat room | James Booth | 2014-08-19 | 3 | -61/+95 |
| | | | | issue #402 | ||||
* | Handle chat states for users not in roster | James Booth | 2014-08-19 | 3 | -7/+15 |
| | | | | issue #397 | ||||
* | Removed otr flag from configure-debug | James Booth | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | Set window active instead of new on room subject | James Booth | 2014-08-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'libstrophe_so' | James Booth | 2014-08-18 | 1 | -40/+3 |
|\ | |||||
| * | Removed libstrophe dependencies as no longer statically linking | James Booth | 2014-08-13 | 1 | -40/+3 |
| | | |||||
* | | Added test for jid validation on /bookmark add | James Booth | 2014-08-18 | 3 | -1/+21 |
| | | |||||
* | | "/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 | 6 | -10/+10 |
| | |||||
* | Fix notification support check for cygwin | James Booth | 2014-08-10 | 1 | -6/+13 |
| | |||||
* | Set to 0.4.4 development | James Booth | 2014-08-09 | 1 | -2/+2 |
| | |||||
* | Set status to release | James Booth | 2014-08-09 | 1 | -1/+1 |
| | |||||
* | Added call to ldconfig for opensuse install | James Booth | 2014-08-09 | 1 | -0/+1 |
| | |||||
* | Make prefix and argument to libstrophe install | James Booth | 2014-08-09 | 1 | -4/+4 |
| | |||||
* | Removed AC_FUNC_MALLOC | James Booth | 2014-08-09 | 1 | -1/+0 |
| | |||||
* | Added --prefix=/usr to all libstrophe installs | James Booth | 2014-08-09 | 1 | -1/+1 |
| | |||||
* | Added libtool to dependencies in install-all.sh | James Booth | 2014-08-09 | 1 | -5/+5 |
| | |||||
* | Updates to install-all.sh | James Booth | 2014-08-09 | 1 | -13/+12 |
| | | | | | | | Use main apt-get git repo Use main libstrophe git repo Configure libstrophe with --prefix==/usr on cygwin Use 0.8.6 tag of libstrophe | ||||
* | 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 |
| | |||||
* | Added scripts and profrc.example to dist target | James Booth | 2014-08-04 | 1 | -2/+4 |
| | |||||
* | 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 |
| | |