Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added whole word matches for room mention | James Booth | 2016-04-07 | 1 | -21/+43 |
| | |||||
* | Added reset to /notify help | James Booth | 2016-04-04 | 1 | -0/+1 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -6/+6 |
| | |||||
* | Fixed /help group formatting | James Booth | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Integrated plugins with /help command | James Booth | 2016-02-18 | 1 | -1/+4 |
| | |||||
* | Added cmd_help_autocomplete_add | James Booth | 2016-02-18 | 1 | -1/+6 |
| | |||||
* | Added plugin commands to /help autocompletion | James Booth | 2016-02-18 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -9/+29 |
|/ | |||||
* | Fixed /role and /affiliation help | James Booth | 2016-02-07 | 1 | -2/+2 |
| | |||||
* | Added /roster show|hide unsubscribed | James Booth | 2016-02-07 | 1 | -0/+1 |
| | |||||
* | Implemented /console private setting | James Booth | 2016-02-03 | 1 | -7/+17 |
| | |||||
* | Added /console chat autocompletion | James Booth | 2016-02-03 | 1 | -11/+20 |
| | |||||
* | Fixed help formatting | James Booth | 2016-02-03 | 1 | -2/+2 |
| | |||||
* | Allow splitting roster rooms by conference server | James Booth | 2016-02-01 | 1 | -1/+16 |
| | |||||
* | Added roster.rooms.private.char setting | James Booth | 2016-01-31 | 1 | -37/+47 |
| | |||||
* | Store /roster count setting | James Booth | 2016-01-27 | 1 | -1/+0 |
| | |||||
* | Added /roster count command | James Booth | 2016-01-27 | 1 | -2/+27 |
| | |||||
* | Roster private chat preferences | James Booth | 2016-01-24 | 1 | -3/+19 |
| | |||||
* | Added /roster private command | James Booth | 2016-01-24 | 1 | -0/+17 |
| | |||||
* | Formatting of /theme properties command output | James Booth | 2016-01-23 | 1 | -4/+4 |
| | |||||
* | Added account theme property | James Booth | 2016-01-22 | 1 | -1/+25 |
| | |||||
* | WIP: Add /theme properties command | James Booth | 2016-01-21 | 1 | -2/+5 |
| | |||||
* | Added /roster show|hide contacts | James Booth | 2016-01-20 | 1 | -2/+5 |
| | |||||
* | Added /roster rooms position preference | James Booth | 2016-01-19 | 1 | -0/+15 |
| | |||||
* | Added /roster unread preferrence | James Booth | 2016-01-17 | 1 | -1/+10 |
| | | | | closes #712 | ||||
* | Added /roster room unread preference | James Booth | 2016-01-17 | 1 | -0/+17 |
| | | | | closes ##708 | ||||
* | Added window title autocomplete to /close command | James Booth | 2016-01-13 | 1 | -14/+34 |
| | |||||
* | 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 | -3/+37 |
| | |||||
* | Added roster struct, create and destroy roster on connect/disconnect | James Booth | 2016-01-05 | 1 | -76/+109 |
| | |||||
* | Added /roster show|hide rooms | James Booth | 2016-01-02 | 1 | -2/+5 |
| | |||||
* | Added autoping timeout preference | James Booth | 2016-01-01 | 1 | -5/+14 |
| | |||||
* | Added /console command | James Booth | 2015-12-29 | 1 | -1/+52 |
| | |||||
* | Fixed /charset help | James Booth | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | Added /charset command | James Booth | 2015-12-19 | 1 | -0/+12 |
| | |||||
* | Fix spelling and grammatical mistakes in command help text | Steven Erenst | 2015-12-06 | 1 | -7/+7 |
| | | | | Signed-off-by: Steven Erenst <stevenerenst@gmail.com> | ||||
* | Added /wins unread | James Booth | 2015-11-30 | 1 | -0/+4 |
| | |||||
* | Renamed /notify message -> /notify chat | James Booth | 2015-11-29 | 1 | -43/+41 |
| | |||||
* | Added /notify reset to autocompletion | James Booth | 2015-11-28 | 1 | -0/+2 |
| | |||||
* | Removed regular chat message triggers | James Booth | 2015-11-28 | 1 | -20/+2 |
| | |||||
* | Added room specific notify settings | James Booth | 2015-11-28 | 1 | -41/+31 |
| | |||||
* | Finished basic /notify triggers | James Booth | 2015-11-25 | 1 | -3/+10 |
| | |||||
* | Merge branch 'master' into notifications | James Booth | 2015-11-25 | 1 | -0/+14 |
|\ | |||||
| * | fix typo | Will Song | 2015-11-23 | 1 | -1/+1 |
| | | |||||
| * | add feature in issue #585 | Will Song | 2015-11-23 | 1 | -0/+14 |
| | | | | | | | | | | | | | | 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 autocompleters for notify trigger removal | James Booth | 2015-11-24 | 1 | -0/+12 |
| | | |||||
* | | Added notify triggers WIP | James Booth | 2015-11-23 | 1 | -12/+50 |
|/ | |||||
* | Show summary of trusted certificates, add /tls cert <fingerprint> | James Booth | 2015-11-22 | 1 | -2/+8 |
| | | | | fixes #676 |