Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed non c plugin code | James Booth | 2016-02-14 | 3 | -84/+6 | |
| | ||||||
* | Updated copyright | James Booth | 2016-02-14 | 14 | -14/+14 | |
| | ||||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 99 | -101/+101 | |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | |||||
| * | Updated copyright | James Booth | 2016-02-14 | 99 | -101/+101 | |
| | | ||||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 57 | -262/+2580 | |
|/ | ||||||
* | Fixed memory deallocations | James Booth | 2016-02-14 | 2 | -1/+4 | |
| | ||||||
* | Fix memory leaks | James Booth | 2016-02-14 | 2 | -0/+2 | |
| | ||||||
* | Fixed theme defaults memory release | James Booth | 2016-02-14 | 1 | -1/+1 | |
| | ||||||
* | Added missing prefs_free_string() | James Booth | 2016-02-14 | 1 | -0/+1 | |
| | ||||||
* | Highlight longer triggers first | James Booth | 2016-02-13 | 1 | -1/+21 | |
| | ||||||
* | Highlight room trigger terms | James Booth | 2016-02-13 | 6 | -6/+73 | |
| | ||||||
* | Added roommention.term theme option | James Booth | 2016-02-10 | 4 | -1/+36 | |
| | ||||||
* | Added mention and trigger themes for console | James Booth | 2016-02-10 | 3 | -4/+12 | |
| | ||||||
* | Fixed /role and /affiliation help | James Booth | 2016-02-07 | 1 | -2/+2 | |
| | ||||||
* | Fix room notification reminders | James Booth | 2016-02-07 | 5 | -12/+41 | |
| | ||||||
* | Added /roster show|hide unsubscribed | James Booth | 2016-02-07 | 9 | -0/+181 | |
| | ||||||
* | Don't show notification reminders for messages the user does not want ↵ | James Booth | 2016-02-04 | 8 | -49/+57 | |
| | | | | notifications for | |||||
* | Tidy notify_room_message() | James Booth | 2016-02-04 | 2 | -18/+12 | |
| | ||||||
* | Tidy notify_message() | James Booth | 2016-02-04 | 3 | -31/+12 | |
| | ||||||
* | Tidy prefs_do_chat_notify() | James Booth | 2016-02-04 | 1 | -13/+7 | |
| | ||||||
* | Removed unused arg: prefs_do_chat_notify() | James Booth | 2016-02-04 | 7 | -7/+7 | |
| | ||||||
* | Implemented /console private setting | James Booth | 2016-02-03 | 8 | -130/+164 | |
| | ||||||
* | Implemented /console chat setting | James Booth | 2016-02-03 | 3 | -8/+20 | |
| | ||||||
* | Added console.chat preference | James Booth | 2016-02-03 | 4 | -3/+19 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | 3 | -1/+65 | |
| | ||||||
* | Show message in private windows when user offline | James Booth | 2016-02-02 | 7 | -4/+60 | |
| | ||||||
* | Allow splitting roster rooms by conference server | James Booth | 2016-02-01 | 7 | -26/+151 | |
| | ||||||
* | 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 | 7 | -40/+115 | |
| | ||||||
* | 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 | 5 | -27/+15 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | 1 | -9/+9 | |
| | ||||||
* | Added unread counts to roster | James Booth | 2016-01-28 | 1 | -10/+130 | |
| |