Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Disable readline completion | James Booth | 2015-11-29 | 1 | -0/+3 | |
| | ||||||
* | Changed /bookmark list output to show text "win" | James Booth | 2015-11-29 | 1 | -1/+1 | |
| | ||||||
* | Tidied output for /notify command | James Booth | 2015-11-29 | 1 | -55/+75 | |
| | ||||||
* | Fixed functional tests | James Booth | 2015-11-29 | 1 | -2/+2 | |
| | ||||||
* | Renamed /notify message -> /notify chat | James Booth | 2015-11-29 | 7 | -150/+149 | |
| | ||||||
* | Added /notify reset to autocompletion | James Booth | 2015-11-28 | 1 | -0/+2 | |
| | ||||||
* | Removed regular chat message triggers | James Booth | 2015-11-28 | 5 | -174/+5 | |
| | ||||||
* | Added room specific notify settings | James Booth | 2015-11-28 | 7 | -110/+328 | |
| | ||||||
* | Merge branch 'master' into notifications | James Booth | 2015-11-27 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge remote-tracking branch 'strugee/patch-1' | James Booth | 2015-11-27 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Fix typo | Alex Jordan | 2015-11-27 | 1 | -1/+1 | |
| |/ | ||||||
* | | Only show reminder notifications when notifications are enabled | James Booth | 2015-11-25 | 10 | -18/+73 | |
| | | ||||||
* | | Finished basic /notify triggers | James Booth | 2015-11-25 | 5 | -71/+133 | |
| | | ||||||
* | | Implemented regular chat notify triggers | James Booth | 2015-11-25 | 3 | -15/+39 | |
| | | ||||||
* | | Merge branch 'master' into notifications | James Booth | 2015-11-25 | 4 | -0/+111 | |
|\| | ||||||
| * | Merge remote-tracking branch 'incertia/export-command' | James Booth | 2015-11-25 | 4 | -0/+111 | |
| |\ | ||||||
| | * | add spaces after constructs such as if/for/while | Will Song | 2015-11-24 | 1 | -13/+13 | |
| | | | ||||||
| | * | free fname as soon as we are done with it (also prevents a memory leak) | Will Song | 2015-11-24 | 1 | -1/+1 | |
| | | | ||||||
| | * | remove NULL check because parse_args will fail before calling cmd_export | Will Song | 2015-11-24 | 1 | -3/+1 | |
| | | | ||||||
| | * | add some code to deal with a common $HOME convention | Will Song | 2015-11-24 | 1 | -1/+13 | |
| | | | ||||||
| | * | show different message when one is not connected | Will Song | 2015-11-24 | 1 | -3/+9 | |
| | | | ||||||
| | * | move brace to newline to follow conventions | Will Song | 2015-11-24 | 1 | -1/+2 | |
| | | | ||||||
| | * | styling changes and remove temporary comment | Will Song | 2015-11-24 | 1 | -7/+5 | |
| | | | ||||||
| | * | actually check the return value of write for rare fail conditions | Will Song | 2015-11-23 | 1 | -13/+21 | |
| | | | ||||||
| | * | ignore another return value and move initial loop declaration outside of loop | Will Song | 2015-11-23 | 1 | -4/+5 | |
| | | | ||||||
| | * | mark return value of sys_write as unused to fix tests | Will Song | 2015-11-23 | 1 | -4/+7 | |
| | | | ||||||
| | * | update CHANGELOG | Will Song | 2015-11-23 | 1 | -0/+1 | |
| | | | ||||||
| | * | since we keep track of length correctly, we don't need to add a null ↵ | Will Song | 2015-11-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | terminator for sys_write | |||||
| | * | fix typo | Will Song | 2015-11-23 | 1 | -1/+1 | |
| | | | ||||||
| | * | decrease the amount of sys_writes used and add a useful error message | Will Song | 2015-11-23 | 1 | -8/+22 | |
| | | | | | | | | | | | | also pretty up console messages by adding an empty line | |||||
| | * | add feature in issue #585 | Will Song | 2015-11-23 | 3 | -0/+69 | |
| |/ | | | | | | | | | | | | | this should only be temporary due the silly amounts of syscalls involved ideally we would create a new escaped string and write that directly via fputs | |||||
* | | Tidy regular chat and room notifications | James Booth | 2015-11-24 | 8 | -59/+127 | |
| | | ||||||
* | | Added autocompleters for notify trigger removal | James Booth | 2015-11-24 | 3 | -0/+81 | |
| | | ||||||
* | | Added functions to manage custom notification triggers | James Booth | 2015-11-24 | 3 | -10/+130 | |
| | | ||||||
* | | Merge branch 'master' into notifications | James Booth | 2015-11-24 | 4 | -93/+181 | |
|\| | ||||||
| * | Added conf_string_list_add | James Booth | 2015-11-24 | 3 | -42/+52 | |
| | | ||||||
| * | Created config/conflists.c for shared config list handling | James Booth | 2015-11-23 | 4 | -51/+129 | |
| | | ||||||
* | | Added notify triggers WIP | James Booth | 2015-11-23 | 5 | -12/+116 | |
|/ | ||||||
* | Show error message when OTR key cannot be loaded | James Booth | 2015-11-23 | 1 | -9/+18 | |
| | ||||||
* | Show summary of trusted certificates, add /tls cert <fingerprint> | James Booth | 2015-11-22 | 7 | -19/+90 | |
| | | | | fixes #676 | |||||
* | Tidied roster commands | James Booth | 2015-11-22 | 8 | -152/+186 | |
| | ||||||
* | Added /roster resource join | James Booth | 2015-11-22 | 5 | -17/+79 | |
| | ||||||
* | Removed whitespace from boothj5 theme | James Booth | 2015-11-22 | 1 | -15/+15 | |
| | ||||||
* | Added /roster char resource | James Booth | 2015-11-22 | 9 | -0/+76 | |
| | ||||||
* | Updated help | James Booth | 2015-11-22 | 1 | -3/+3 | |
| | ||||||
* | Updated themes | James Booth | 2015-11-22 | 3 | -0/+3 | |
| | ||||||
* | Added word wrap to roster panel | James Booth | 2015-11-22 | 11 | -19/+60 | |
| | ||||||
* | Pass wrap boolean to win_sub_print() | James Booth | 2015-11-22 | 4 | -18/+18 | |
| | ||||||
* | Renamed subwin functions | James Booth | 2015-11-22 | 4 | -27/+27 | |
| | ||||||
* | Updated themes | James Booth | 2015-11-22 | 6 | -14/+37 | |
| |