about summary refs log tree commit diff stats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Plugins: Added account_name and fulljid to prof_init hookJames Booth2016-04-136-11/+22
* Only complete unloaded plugins on /plugins loadJames Booth2016-04-122-10/+11
* Execute python string to append plugin pathJames Booth2016-04-121-15/+5
* Added /plugins load commandJames Booth2016-04-104-22/+88
* Fixed timestamp for on_room_history_messageJames Booth2016-04-081-1/+1
* Plugins: Added on_room_history_messageJames Booth2016-04-086-0/+69
* Plugins: Added completer_clearJames Booth2016-04-078-0/+45
* Plugins: Added on_room_win_focusJames Booth2016-04-076-0/+52
* Plugins: Added on_chat_win_focusJames Booth2016-04-076-0/+56
* Plugins: Added completer_removeJames Booth2016-04-078-0/+60
* Plugins: Renamed register_ac->completer_addJames Booth2016-04-076-9/+10
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-12/+12
* Added missing include in callbacks.cJames Booth2016-03-311-0/+1
* Added plugins presence hooksJames Booth2016-03-306-253/+397
* Plugins: Added basic incoming message functionJames Booth2016-03-296-6/+48
* Use one stanza handler per type (message, iq, presence)James Booth2016-03-281-0/+3
* Added basic stanza receive eooksJames Booth2016-03-276-0/+204
* Added stanza send hooks for pluginsJames Booth2016-03-266-2/+235
* Added integer settings for pluginsJames Booth2016-03-268-0/+90
* Added plugin string settingsJames Booth2016-03-268-0/+95
* Added boolean settings for pluginsJames Booth2016-03-2510-5/+252
* Added prof_send_stanza to plugins APIJames Booth2016-03-236-0/+37
* Parse plugin args with freetext parserJames Booth2016-03-152-6/+15
* Plugins: Fix python threadingJames Booth2016-03-092-4/+62
* Merge branch 'master' into plugins-pythonJames Booth2016-03-077-8/+38
|\
| * Plugins: Added callbacks init and close functionsJames Booth2016-03-076-7/+37
* | Merge branch 'master' into plugins-pythonJames Booth2016-03-071-0/+4
|\|
| * Free GLists in plugin autocompletersJames Booth2016-03-071-0/+4
| * Merge remote-tracking branch 'origin/master'James Booth2016-02-281-1/+1
| |\
* | | Added current_win_is_console to python APIJames Booth2016-02-281-0/+12
* | | Merge branch 'master' into plugins-pythonJames Booth2016-02-285-0/+22
|\| |
| * | Added current_win_is_console to plugins apiJames Booth2016-02-285-0/+22
* | | Merge branch 'master' into plugins-pythonJames Booth2016-02-251-1/+1
|\ \ \ | | |/ | |/|
| * | Remove default from plugin theme NULL checksJames Booth2016-02-251-1/+1
| |/
* | Merge branch 'master' into plugins-pythonJames Booth2016-02-251-1/+1
|\|
| * Check for NULLs before testing plugin themeJames Booth2016-02-251-1/+1
* | Merge branch 'master' into plugins-pythonJames Booth2016-02-241-0/+1
|\|
| * Added missing string.h include to plugins/api.cJames Booth2016-02-241-0/+1
* | Added python_api_cons_bad_cmd_usageJames Booth2016-02-241-0/+12
* | Added python plugins codeJames Booth2016-02-246-3/+1194
|/
* Added theme support to pluginsJames Booth2016-02-218-118/+231
* Return result from plugin callsJames Booth2016-02-216-59/+157
* Added prof_cons_bad_cmd_usage plugin functionJames Booth2016-02-185-2/+20
* Integrated plugins with /help commandJames Booth2016-02-182-0/+16
* Added cmd_help_autocomplete_addJames Booth2016-02-181-0/+2
* Added new help format to c plugins WIPJames Booth2016-02-188-14/+56
* Fix plugin command memleakJames Booth2016-02-152-1/+3
* Removed non c plugin codeJames Booth2016-02-142-84/+0
* Updated copyrightJames Booth2016-02-1414-14/+14
* Added C plugin code from plugins branchJames Booth2016-02-1414-0/+2096