Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Unit test for callback_add_command() | James Booth | 2016-07-04 | 1 | -7/+32 | |
| | ||||||
* | Free plugins commands on quit | James Booth | 2016-07-04 | 15 | -50/+200 | |
| | ||||||
* | Rename callback execte and destroy functions | James Booth | 2016-07-03 | 4 | -17/+17 | |
| | ||||||
* | Add plugin name to win_create api call | James Booth | 2016-07-03 | 6 | -6/+15 | |
| | ||||||
* | Move plugin theme and settings init | James Booth | 2016-07-01 | 2 | -4/+2 | |
| | ||||||
* | Use hash table to store plugins | James Booth | 2016-06-30 | 4 | -109/+143 | |
| | ||||||
* | Fix plugin load prefs | James Booth | 2016-06-30 | 1 | -1/+1 | |
| | ||||||
* | Move plugin config add on load | James Booth | 2016-06-30 | 2 | -1/+1 | |
| | ||||||
* | /plugins unload command and completer | James Booth | 2016-06-30 | 7 | -2/+76 | |
| | ||||||
* | Pass plugin name to api layer | James Booth | 2016-06-30 | 4 | -14/+14 | |
| | ||||||
* | Revert "WIP - Unload plugin commands" | James Booth | 2016-06-30 | 21 | -162/+21 | |
| | | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f. | |||||
* | WIP - Unload plugin commands | James Booth | 2016-06-29 | 21 | -21/+162 | |
| | ||||||
* | Add macro for plugins completer add | James Booth | 2016-06-23 | 4 | -4/+11 | |
| | ||||||
* | Add macro for C plugins register_timed | James Booth | 2016-06-23 | 4 | -8/+15 | |
| | ||||||
* | Add function to get C plugin name | James Booth | 2016-06-23 | 3 | -4/+25 | |
| | ||||||
* | Add function to get plugin name | James Booth | 2016-06-22 | 1 | -0/+20 | |
| | ||||||
* | Add ProfIdFreeCallback to free stale id handlers on connect | James Booth | 2016-06-08 | 5 | -41/+86 | |
| | ||||||
* | Fix memory leaks | James Booth | 2016-06-08 | 3 | -21/+8 | |
| | ||||||
* | Free string on connect autocomplete | James Booth | 2016-06-08 | 1 | -0/+2 | |
| | ||||||
* | Check for NULL before clearing connection data | James Booth | 2016-06-01 | 1 | -3/+7 | |
| | ||||||
* | Complete no arg for /account properties | James Booth | 2016-06-01 | 1 | -31/+39 | |
| | ||||||
* | Complete no arg for /join properties | James Booth | 2016-06-01 | 1 | -19/+26 | |
| | ||||||
* | Complete no arg for /connect properties | James Booth | 2016-06-01 | 1 | -50/+49 | |
| | ||||||
* | Merge branch 'master' into complete-empty | James Booth | 2016-05-31 | 11 | -220/+211 | |
|\ | ||||||
| * | Update /notify help | James Booth | 2016-05-31 | 1 | -1/+2 | |
| | | ||||||
| * | Remove commented code | James Booth | 2016-05-31 | 1 | -26/+0 | |
| | | ||||||
| * | Move /statuses options to /presence command | James Booth | 2016-05-31 | 11 | -215/+199 | |
| | | ||||||
| * | Add /presence titlebar subcommand | James Booth | 2016-05-31 | 3 | -32/+64 | |
| | | ||||||
* | | Merge branch 'master' into complete-empty | James Booth | 2016-05-25 | 2 | -14/+20 | |
|\| | ||||||
| * | Update window navigation help | James Booth | 2016-05-25 | 2 | -14/+20 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/complete-empty' into complete-empty | James Booth | 2016-05-24 | 0 | -0/+0 | |
|\ \ | ||||||
| * | | Complete no arg for /role set | James Booth | 2016-05-24 | 1 | -2/+4 | |
| | | | ||||||
* | | | Complete no arg for /bookmark properties | James Booth | 2016-05-24 | 1 | -40/+51 | |
| | | | ||||||
* | | | Complete no arg for /role set | James Booth | 2016-05-24 | 1 | -2/+4 | |
|/ / | ||||||
* | | Complete no arg for /affiliation set | James Booth | 2016-05-24 | 1 | -2/+4 | |
| | | ||||||
* | | Complete no arg for /script run|show | James Booth | 2016-05-24 | 1 | -2/+2 | |
| | | ||||||
* | | Complete no arg for /theme load | James Booth | 2016-05-24 | 1 | -1/+1 | |
| | | ||||||
* | | Complete no arg for /plugins load | James Booth | 2016-05-24 | 1 | -1/+1 | |
| | | ||||||
* | | Allow empty autocomplete for /otr policy | James Booth | 2016-05-24 | 1 | -6/+6 | |
| | | ||||||
* | | Allow autocomplete for basic compelters when no input | James Booth | 2016-05-24 | 1 | -3/+3 | |
|/ | ||||||
* | Option to bookmark room invites | James Booth | 2016-05-23 | 10 | -4/+68 | |
| | | | | issue #813 | |||||
* | Merge branch 'cmd-tidy' | James Booth | 2016-05-23 | 31 | -5499/+5646 | |
|\ | ||||||
| * | Remove unneeded functions from cmd headers | James Booth | 2016-05-23 | 4 | -167/+168 | |
| | | ||||||
| * | Move functions from cmd_defs to cmd_funcs | James Booth | 2016-05-23 | 4 | -181/+188 | |
| | | ||||||
| * | Fix command headers | James Booth | 2016-05-23 | 6 | -10/+15 | |
| | | ||||||
| * | Rename command sources | James Booth | 2016-05-22 | 30 | -43/+44 | |
| | | ||||||
| * | Merge branch 'master' into cmd-tidy | James Booth | 2016-05-22 | 1 | -4/+2 | |
| |\ | ||||||
| * | | Add cmd_autocomplete.c | James Booth | 2016-05-20 | 10 | -2877/+3010 | |
| | | | ||||||
* | | | Updated console output for room invites | James Booth | 2016-05-23 | 1 | -1/+2 | |
| |/ |/| | ||||||
* | | Merge remote-tracking branch 'pasis/autotools' | James Booth | 2016-05-22 | 1 | -4/+2 | |
|\ \ | |/ |/| |