Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Call plugin disconnect hook before disconnecting on autoping fail | James Booth | 2016-02-25 | 1 | -3/+3 | |
* | | | Merge branch 'master' into plugins-python | James Booth | 2016-02-24 | 1 | -0/+1 | |
|\| | | ||||||
| * | | Added missing string.h include to plugins/api.c | James Booth | 2016-02-24 | 1 | -0/+1 | |
* | | | Merge branch 'master' into plugins-python | James Booth | 2016-02-24 | 1 | -0/+1 | |
|\| | | ||||||
| * | | Added missing stdlib.h include | James Booth | 2016-02-24 | 1 | -0/+1 | |
* | | | Added python_api_cons_bad_cmd_usage | James Booth | 2016-02-24 | 1 | -0/+12 | |
* | | | Added python support to -v | James Booth | 2016-02-24 | 1 | -0/+6 | |
* | | | Added python plugins code | James Booth | 2016-02-24 | 10 | -8/+1236 | |
|/ / | ||||||
* | | Added theme support to plugins | James Booth | 2016-02-21 | 9 | -119/+234 | |
* | | Return result from plugin calls | James Booth | 2016-02-21 | 6 | -59/+157 | |
* | | Removed plugin hook call for MUC history | James Booth | 2016-02-18 | 1 | -4/+1 | |
* | | Added prof_cons_bad_cmd_usage plugin function | James Booth | 2016-02-18 | 6 | -45/+20 | |
* | | Integrated plugins with /help command | James Booth | 2016-02-18 | 5 | -11/+53 | |
* | | Added cmd_help_autocomplete_add | James Booth | 2016-02-18 | 3 | -1/+9 | |
* | | Added plugin commands to /help autocompletion | James Booth | 2016-02-18 | 1 | -0/+3 | |
* | | Tidied cons_show_help | James Booth | 2016-02-18 | 4 | -50/+47 | |
* | | Added new help format to c plugins WIP | James Booth | 2016-02-18 | 12 | -15/+108 | |
* | | 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 | |
|\| | ||||||
| * | 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 notific... | James Booth | 2016-02-04 | 8 | -49/+57 | |
* | 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 | |
* | Fixed help formatting | James Booth | 2016-02-03 | 1 | -2/+2 | |
* | Fixed tests | James Booth | 2016-02-03 | 1 | -0/+2 |