Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added window title autocomplete to /close command | James Booth | 2016-01-13 | 1 | -72/+122 | |
| | ||||||
* | Added roster rooms order preference | James Booth | 2016-01-09 | 1 | -0/+25 | |
| | ||||||
* | Added /win navigation by jid, win title | James Booth | 2016-01-07 | 1 | -5/+24 | |
| | ||||||
* | Added roster struct, create and destroy roster on connect/disconnect | James Booth | 2016-01-05 | 1 | -0/+7 | |
| | ||||||
* | Add cl_ev_disconnect | James Booth | 2016-01-03 | 1 | -15/+4 | |
| | ||||||
* | Close all windows on /disconnect | James Booth | 2016-01-03 | 1 | -0/+1 | |
| | ||||||
* | Added /roster show|hide rooms | James Booth | 2016-01-02 | 1 | -0/+14 | |
| | ||||||
* | Added autoping timeout preference | James Booth | 2016-01-01 | 1 | -12/+35 | |
| | ||||||
* | Added /console command | James Booth | 2015-12-29 | 1 | -0/+20 | |
| | ||||||
* | Added /charset command | James Booth | 2015-12-19 | 1 | -0/+21 | |
| | ||||||
* | Show PGP error strings | James Booth | 2015-12-15 | 1 | -4/+9 | |
| | ||||||
* | Added /wins unread | James Booth | 2015-11-30 | 1 | -1/+3 | |
| | ||||||
* | Tidied output for /notify command | James Booth | 2015-11-29 | 1 | -55/+75 | |
| | ||||||
* | Renamed /notify message -> /notify chat | James Booth | 2015-11-29 | 1 | -22/+22 | |
| | ||||||
* | Removed regular chat message triggers | James Booth | 2015-11-28 | 1 | -47/+0 | |
| | ||||||
* | Added room specific notify settings | James Booth | 2015-11-28 | 1 | -20/+158 | |
| | ||||||
* | Merge branch 'master' into notifications | James Booth | 2015-11-27 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix typo | Alex Jordan | 2015-11-27 | 1 | -1/+1 | |
| | | ||||||
* | | Finished basic /notify triggers | James Booth | 2015-11-25 | 1 | -6/+13 | |
| | | ||||||
* | | Merge branch 'master' into notifications | James Booth | 2015-11-25 | 1 | -0/+95 | |
|\| | ||||||
| * | Merge remote-tracking branch 'incertia/export-command' | James Booth | 2015-11-25 | 1 | -0/+95 | |
| |\ | ||||||
| | * | 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 | |
| | | | ||||||
| | * | 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 | |||||
| | * | 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 | 1 | -0/+54 | |
| |/ | | | | | | | | | | | | | 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 | |||||
* | | Added functions to manage custom notification triggers | James Booth | 2015-11-24 | 1 | -10/+52 | |
| | | ||||||
* | | Added notify triggers WIP | James Booth | 2015-11-23 | 1 | -0/+48 | |
|/ | ||||||
* | Show summary of trusted certificates, add /tls cert <fingerprint> | James Booth | 2015-11-22 | 1 | -16/+27 | |
| | | | | fixes #676 | |||||
* | Tidied roster commands | James Booth | 2015-11-22 | 1 | -38/+48 | |
| | ||||||
* | Added /roster resource join | James Booth | 2015-11-22 | 1 | -0/+11 | |
| | ||||||
* | Added /roster char resource | James Booth | 2015-11-22 | 1 | -0/+12 | |
| | ||||||
* | Added word wrap to roster panel | James Booth | 2015-11-22 | 1 | -0/+11 | |
| | ||||||
* | Option to show presence information on single line in roster | James Booth | 2015-11-22 | 1 | -1/+1 | |
| | ||||||
* | Added /roster indent presence | James Booth | 2015-11-21 | 1 | -0/+16 | |
| | ||||||
* | Added /roster indent resource | James Booth | 2015-11-21 | 1 | -0/+16 | |
| | ||||||
* | Free pref strings | James Booth | 2015-11-21 | 1 | -8/+24 | |
| | ||||||
* | Added /roster indent contact | James Booth | 2015-11-21 | 1 | -0/+23 | |
| | ||||||
* | Added /roster char contact | James Booth | 2015-11-20 | 1 | -0/+12 | |
| | ||||||
* | Added /roster char header | James Booth | 2015-11-19 | 1 | -0/+19 | |
| | ||||||
* | Added option to show resource priority in roster | James Booth | 2015-11-18 | 1 | -0/+14 | |
| | ||||||
* | Added roster count option | James Booth | 2015-11-18 | 1 | -0/+14 | |
| |