Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make header defines consistent | James Booth | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | /plugins unload command and completer | James Booth | 2016-06-30 | 1 | -0/+1 |
| | |||||
* | Revert "WIP - Unload plugin commands" | James Booth | 2016-06-30 | 1 | -1/+0 |
| | | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f. | ||||
* | WIP - Unload plugin commands | James Booth | 2016-06-29 | 1 | -0/+1 |
| | |||||
* | Option to bookmark room invites | James Booth | 2016-05-23 | 1 | -0/+1 |
| | | | | issue #813 | ||||
* | Add /tray timer <seconds> | James Booth | 2016-05-15 | 1 | -0/+3 |
| | | | | closes #787 | ||||
* | Add /tray read on|off command | James Booth | 2016-05-15 | 1 | -0/+1 |
| | | | | issue #786 | ||||
* | Merge remote-tracking branch 'asdil12/tray_config' | James Booth | 2016-04-17 | 1 | -0/+1 |
|\ | |||||
| * | Make tray icon configurable using /tray cmd | Dominik Heidler | 2016-04-16 | 1 | -0/+3 |
|/ | |||||
* | Added /plugins load command | James Booth | 2016-04-10 | 1 | -0/+1 |
| | |||||
* | Added whole word matches for room mention | James Booth | 2016-04-07 | 1 | -2/+2 |
| | |||||
* | Added mention match preferences | James Booth | 2016-04-03 | 1 | -0/+2 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | Fix plugin command memleak | James Booth | 2016-02-15 | 1 | -0/+1 |
| | |||||
* | 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 | -1/+3 |
|/ | |||||
* | Fix room notification reminders | James Booth | 2016-02-07 | 1 | -0/+1 |
| | |||||
* | Added /roster show|hide unsubscribed | James Booth | 2016-02-07 | 1 | -0/+1 |
| | |||||
* | Don't show notification reminders for messages the user does not want ↵ | James Booth | 2016-02-04 | 1 | -2/+2 |
| | | | | notifications for | ||||
* | Removed unused arg: prefs_do_chat_notify() | James Booth | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | Implemented /console private setting | James Booth | 2016-02-03 | 1 | -0/+1 |
| | |||||
* | Added console.chat preference | James Booth | 2016-02-03 | 1 | -0/+1 |
| | |||||
* | Allow splitting roster rooms by conference server | James Booth | 2016-02-01 | 1 | -0/+1 |
| | |||||
* | Added roster.rooms.private.char setting | James Booth | 2016-01-31 | 1 | -0/+3 |
| | |||||
* | Store /roster count setting | James Booth | 2016-01-27 | 1 | -0/+1 |
| | |||||
* | Tidy handling room mention and room triggers | James Booth | 2016-01-24 | 1 | -2/+3 |
| | |||||
* | Added roomtrigger colour theme | James Booth | 2016-01-24 | 1 | -0/+1 |
| | | | | closes #717 | ||||
* | Roster private chat preferences | James Booth | 2016-01-24 | 1 | -0/+6 |
| | |||||
* | Added /roster private command | James Booth | 2016-01-24 | 1 | -0/+1 |
| | |||||
* | Added /roster show|hide contacts | James Booth | 2016-01-20 | 1 | -0/+1 |
| | |||||
* | Added /roster rooms position preference | James Booth | 2016-01-19 | 1 | -0/+1 |
| | |||||
* | Added /roster unread preferrence | James Booth | 2016-01-17 | 1 | -0/+1 |
| | | | | closes #712 | ||||
* | Added /roster room unread preference | James Booth | 2016-01-17 | 1 | -0/+1 |
| | | | | closes ##708 | ||||
* | Added roster rooms order preference | James Booth | 2016-01-09 | 1 | -0/+1 |
| | |||||
* | Added roster rooms preference | James Booth | 2016-01-02 | 1 | -0/+1 |
| | |||||
* | Added autoping timeout preference | James Booth | 2016-01-01 | 1 | -0/+2 |
| | |||||
* | Added console MUC message preference | James Booth | 2015-12-29 | 1 | -0/+1 |
| | |||||
* | Read ~/.config/profanity/inputrc | James Booth | 2015-12-06 | 1 | -0/+2 |
| | |||||
* | Renamed /notify message -> /notify chat | James Booth | 2015-11-29 | 1 | -3/+3 |
| | |||||
* | Removed regular chat message triggers | James Booth | 2015-11-28 | 1 | -6/+0 |
| | |||||
* | Added room specific notify settings | James Booth | 2015-11-28 | 1 | -2/+13 |
| | |||||
* | Finished basic /notify triggers | James Booth | 2015-11-25 | 1 | -2/+3 |
| | |||||
* | Implemented regular chat notify triggers | James Booth | 2015-11-25 | 1 | -1/+1 |
| | |||||
* | Tidy regular chat and room notifications | James Booth | 2015-11-24 | 1 | -0/+3 |
| | |||||
* | Added autocompleters for notify trigger removal | James Booth | 2015-11-24 | 1 | -0/+6 |
| | |||||
* | Added functions to manage custom notification triggers | James Booth | 2015-11-24 | 1 | -0/+7 |
| | |||||
* | Added notify triggers WIP | James Booth | 2015-11-23 | 1 | -0/+2 |
| | |||||
* | Added /roster resource join | James Booth | 2015-11-22 | 1 | -0/+1 |
| |