Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | 6 | -3/+1194 | |
|/ | ||||||
* | Added theme support to plugins | James Booth | 2016-02-21 | 8 | -118/+231 | |
| | ||||||
* | Return result from plugin calls | James Booth | 2016-02-21 | 6 | -59/+157 | |
| | | | | closes #739 | |||||
* | 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 | 3 | -47/+46 | |
| | ||||||
* | Added new help format to c plugins WIP | James Booth | 2016-02-18 | 11 | -15/+106 | |
| | ||||||
* | 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 | 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 | |
| |