Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed /caps command for chat room participants | James Booth | 2014-09-21 | 1 | -5/+6 |
| | |||||
* | Destroy Jid after use | James Booth | 2014-09-21 | 1 | -0/+1 |
| | |||||
* | Added autocompletion for jid-multi form fields | James Booth | 2014-09-17 | 1 | -0/+8 |
| | |||||
* | Added autocompletion for form text-multi values | James Booth | 2014-09-17 | 1 | -0/+8 |
| | |||||
* | Added autocompletion for form list-multi values | James Booth | 2014-09-17 | 1 | -2/+11 |
| | |||||
* | Added autocompletion for form list-single values | James Booth | 2014-09-17 | 1 | -0/+16 |
| | |||||
* | Added autocompletion for form boolean values | James Booth | 2014-09-17 | 1 | -16/+51 |
| | |||||
* | Added field updated message, show form mofified indicator for /wins | James Booth | 2014-09-17 | 1 | -0/+10 |
| | |||||
* | Added form field help | James Booth | 2014-09-16 | 1 | -0/+4 |
| | |||||
* | Implemented /form help | James Booth | 2014-09-16 | 2 | -8/+29 |
| | |||||
* | Show form fields after updating | James Booth | 2014-09-15 | 1 | -10/+10 |
| | |||||
* | Added /form show | James Booth | 2014-09-15 | 2 | -3/+12 |
| | |||||
* | Dont allow unsaved form windows to be closed | James Booth | 2014-09-15 | 1 | -0/+11 |
| | |||||
* | Split /room and /form commands | James Booth | 2014-09-15 | 3 | -286/+287 |
| | |||||
* | Allow removing data from text-multi form fields | James Booth | 2014-09-14 | 1 | -5/+34 |
| | |||||
* | Added setting of unique form list values | James Booth | 2014-09-14 | 1 | -4/+16 |
| | |||||
* | Added /room remove command, reformetted form output | James Booth | 2014-09-14 | 1 | -1/+23 |
| | |||||
* | Added /room add for *-multi | James Booth | 2014-09-14 | 1 | -8/+28 |
| | |||||
* | Added add/remove subcommands to room config | James Booth | 2014-09-13 | 2 | -5/+71 |
| | |||||
* | Added form validation for jid-single type | James Booth | 2014-09-13 | 1 | -0/+1 |
| | |||||
* | Added form validation for list-single type | James Booth | 2014-09-13 | 1 | -2/+12 |
| | |||||
* | Added form validation for boolean type | James Booth | 2014-09-13 | 1 | -0/+12 |
| | |||||
* | Added form type check on set | James Booth | 2014-09-13 | 1 | -2/+10 |
| | |||||
* | Added autocomplete for setting room config form tags | James Booth | 2014-09-12 | 1 | -0/+12 |
| | |||||
* | Check room config tag exists before setting | James Booth | 2014-09-12 | 1 | -4/+8 |
| | |||||
* | Added setting of *-single room config values | James Booth | 2014-09-12 | 2 | -14/+42 |
| | |||||
* | Close config win | James Booth | 2014-09-11 | 1 | -0/+2 |
| | |||||
* | Close config window on submit/cancel | James Booth | 2014-09-11 | 1 | -9/+18 |
| | |||||
* | Added /room command validation, reduced to one subcommand | James Booth | 2014-09-11 | 2 | -66/+75 |
| | |||||
* | Implemented /room config submit for saving room configuration | James Booth | 2014-09-10 | 1 | -1/+16 |
| | |||||
* | Move to existing room config window if exists | James Booth | 2014-09-08 | 1 | -1/+10 |
| | |||||
* | Merge branch 'master' into roomconfig | James Booth | 2014-09-05 | 1 | -1/+1 |
|\ | |||||
| * | Changed summary for /help autoaway to reflect correct parameter 'time' | Michael Phillips | 2014-09-05 | 1 | -1/+1 |
| | | |||||
* | | Added /room config edit and /room config cancel | James Booth | 2014-09-04 | 2 | -14/+32 |
|/ | |||||
* | Fixed spelling mistake | James Booth | 2014-09-04 | 1 | -1/+1 |
| | |||||
* | Updated help for /ping | James Booth | 2014-09-04 | 1 | -0/+1 |
| | |||||
* | Added /ping command | James Booth | 2014-09-04 | 3 | -1/+30 |
| | |||||
* | Validate usage of /room config command, added UI messages | James Booth | 2014-09-03 | 2 | -10/+41 |
| | |||||
* | Send room destroy iq on /room config cancel | James Booth | 2014-09-03 | 1 | -0/+2 |
| | |||||
* | Send instant room request | James Booth | 2014-09-03 | 1 | -1/+3 |
| | |||||
* | WIP - Handle /room config commands | James Booth | 2014-09-03 | 1 | -1/+9 |
| | |||||
* | Added /room config command | James Booth | 2014-09-03 | 3 | -0/+56 |
| | |||||
* | Always update UI in event loop, removed updates from rest of code | James Booth | 2014-09-01 | 1 | -4/+0 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 6 | -0/+72 |
| | |||||
* | Added /bookmark with no args usage when in chat room | James Booth | 2014-08-19 | 2 | -61/+86 |
| | | | | issue #402 | ||||
* | "/bookmark add foo" crash - fix | Jan Hacker | 2014-08-17 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+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 | ||||
* | Show message when no group or empty roster on /who | James Booth | 2014-07-22 | 1 | -0/+8 |
| |