Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix call to plugins_post_chat_message_send | James Booth | 2016-02-16 | 1 | -3/+12 |
| | |||||
* | Fix plugin command memleak | James Booth | 2016-02-15 | 4 | -2/+11 |
| | |||||
* | 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 | 1 | -1/+1 |
|\ | |||||
| * | Updated LICENSE.txt | James Booth | 2016-02-14 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 100 | -102/+102 |
|\| | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 100 | -102/+102 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 70 | -287/+2668 |
|/ | |||||
* | 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 | 24 | -9/+93 |
| | |||||
* | Added roommention.term theme option | James Booth | 2016-02-10 | 21 | -3/+55 |
| | |||||
* | Added mention and trigger themes for console | James Booth | 2016-02-10 | 20 | -4/+46 |
| | |||||
* | Updated boothj5 theme | James Booth | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Fixed /role and /affiliation help | James Booth | 2016-02-07 | 1 | -2/+2 |
| | |||||
* | Fix room notification reminders | James Booth | 2016-02-07 | 6 | -13/+42 |
| | |||||
* | Added /roster show|hide unsubscribed | James Booth | 2016-02-07 | 14 | -0/+186 |
| | |||||
* | 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 | 13 | -130/+169 |
| | |||||
* | Implemented /console chat setting | James Booth | 2016-02-03 | 4 | -9/+21 |
| | |||||
* | Added console.chat preference | James Booth | 2016-02-03 | 9 | -3/+24 |
| | |||||
* | 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 |
| |