Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added /console chat autocompletion | James Booth | 2016-02-03 | 1 | -11/+20 |
| | |||||
* | Update autocompleters on roster nick change/clear | James Booth | 2016-02-03 | 3 | -0/+37 |
| | | | | fixes #720 | ||||
* | Fixed help formatting | James Booth | 2016-02-03 | 1 | -2/+2 |
| | |||||
* | Fixed tests | James Booth | 2016-02-03 | 1 | -0/+2 |
| | |||||
* | Handle self leaving room in private wins | James Booth | 2016-02-03 | 6 | -0/+154 |
| | |||||
* | Handle occupant nick change in private wins | James Booth | 2016-02-02 | 3 | -0/+27 |
| | |||||
* | Handle occupant kicked/banned in private chat wins | James Booth | 2016-02-02 | 4 | -1/+71 |
| | |||||
* | Show message in private windows when user offline | James Booth | 2016-02-02 | 7 | -4/+60 |
| | |||||
* | Updated themes | James Booth | 2016-02-01 | 4 | -20/+23 |
| | |||||
* | Allow splitting roster rooms by conference server | James Booth | 2016-02-01 | 10 | -26/+154 |
| | |||||
* | Colour private chats by presence in roster panel | James Booth | 2016-01-31 | 2 | -17/+36 |
| | |||||
* | Roster panel colour fixes | James Booth | 2016-01-31 | 1 | -7/+13 |
| | |||||
* | Fixed /pref ui formatting | James Booth | 2016-01-31 | 1 | -110/+110 |
| | |||||
* | Added roster.rooms.private.char setting | James Booth | 2016-01-31 | 10 | -42/+119 |
| | |||||
* | Show orphaned private chats | James Booth | 2016-01-31 | 1 | -5/+31 |
| | |||||
* | Only add private chats to Rooms unread count in roster when room active | James Booth | 2016-01-31 | 1 | -12/+15 |
| | |||||
* | Show offline contacts with unread messages in roster | James Booth | 2016-01-31 | 1 | -36/+14 |
| | |||||
* | Removed unused arg from roster_get_ functions | James Booth | 2016-01-31 | 7 | -38/+26 |
| | |||||
* | Added filter functions to roster | James Booth | 2016-01-31 | 1 | -24/+129 |
| | |||||
* | Added functions for rooms and private chat headers | James Booth | 2016-01-31 | 1 | -84/+111 |
| | |||||
* | Added _rosterwin_contacts_header function | James Booth | 2016-01-30 | 1 | -131/+58 |
| | |||||
* | Reorganise rosterwin.c | James Booth | 2016-01-30 | 1 | -410/+429 |
| | |||||
* | Added _rosterwin_contacts_all function | James Booth | 2016-01-30 | 1 | -65/+71 |
| | |||||
* | Fixed assertion errors in tests | James Booth | 2016-01-30 | 1 | -1/+3 |
| | |||||
* | Removed _rosterwin_contacts_by_no_group function | James Booth | 2016-01-30 | 3 | -110/+15 |
| | |||||
* | Moved offline check logic in roster panel | James Booth | 2016-01-30 | 1 | -3/+5 |
| | |||||
* | Show private chat unread message count in roster panel | James Booth | 2016-01-28 | 1 | -2/+36 |
| | |||||
* | Updated themes | James Booth | 2016-01-28 | 4 | -9/+15 |
| | |||||
* | Added unread counts to roster | James Booth | 2016-01-28 | 1 | -10/+130 |
| | |||||
* | Store /roster count setting | James Booth | 2016-01-27 | 6 | -22/+58 |
| | |||||
* | Added /roster count command | James Booth | 2016-01-27 | 2 | -3/+28 |
| | |||||
* | Updated boothj5 theme | James Booth | 2016-01-26 | 1 | -5/+5 |
| | |||||
* | Fix handling of unknown characters with word wrap | James Booth | 2016-01-26 | 1 | -1/+5 |
| | |||||
* | Added missing header | James Booth | 2016-01-25 | 1 | -0/+1 |
| | |||||
* | Updated install-all.sh cygwin dependencies | James Booth | 2016-01-25 | 1 | -2/+2 |
| | |||||
* | Themes: Tidy foreground colour loading | James Booth | 2016-01-25 | 1 | -70/+71 |
| | |||||
* | Added themes for roster room mention and triggers | James Booth | 2016-01-25 | 23 | -4/+63 |
| | | | | closes #718 | ||||
* | Show console messages for room mention and triggers | James Booth | 2016-01-24 | 5 | -17/+57 |
| | | | | closes #719 | ||||
* | Fixed tests | James Booth | 2016-01-24 | 1 | -1/+1 |
| | |||||
* | Tidy handling room mention and room triggers | James Booth | 2016-01-24 | 5 | -32/+37 |
| | |||||
* | Updated boothj5 theme | James Booth | 2016-01-24 | 1 | -1/+1 |
| | |||||
* | Updated boothj5 theme | James Booth | 2016-01-24 | 1 | -1/+1 |
| | |||||
* | Updated themes | James Booth | 2016-01-24 | 15 | -0/+15 |
| | |||||
* | Added roomtrigger colour theme | James Booth | 2016-01-24 | 7 | -22/+34 |
| | | | | closes #717 | ||||
* | Updated themes | James Booth | 2016-01-24 | 3 | -2/+10 |
| | |||||
* | Roster private chat preferences | James Booth | 2016-01-24 | 7 | -47/+206 |
| | |||||
* | Added private chat roster group | James Booth | 2016-01-24 | 2 | -2/+79 |
| | |||||
* | Added /roster private command | James Booth | 2016-01-24 | 7 | -52/+116 |
| | |||||
* | Added private chat to roster rooms | James Booth | 2016-01-24 | 4 | -1/+95 |
| | |||||
* | Formatting of /theme properties command output | James Booth | 2016-01-23 | 3 | -45/+64 |
| |