about summary refs log tree commit diff stats
path: root/src/plugins/plugins.c
Commit message (Expand)AuthorAgeFilesLines
* Allow installing plugins from directoryJames Booth2017-02-051-0/+37
* Allow loading all pluginsJames Booth2017-02-051-2/+24
* Allow unloading all pluginsJames Booth2017-02-051-0/+21
* Update CopyrightJames Booth2017-01-281-1/+1
* Add pre chat and room message blockingJames Booth2017-01-221-15/+37
* Remove status from cl_ev_presence_sendJames Booth2017-01-151-2/+1
* Fix assertion errors in unit testsJames Booth2016-09-251-0/+2
* Remove disco features added by plugins on unloadJames Booth2016-08-111-0/+10
* Add resource to chat message plugin hooksJames Booth2016-08-101-4/+4
* Rename plugin jid argumentsJames Booth2016-08-101-28/+28
* Move all filepath handling to files.cJames Booth2016-07-241-15/+2
* Move xgd functionsJames Booth2016-07-241-1/+1
* Add config/files.cJames Booth2016-07-241-0/+1
* Tidy headersJames Booth2016-07-241-4/+3
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Remove redundant plugin dir functionJames Booth2016-07-131-16/+4
* Add /plugins install commandJames Booth2016-07-121-0/+26
* Remove plugin window on /closeJames Booth2016-07-121-0/+6
* Allow reloading all plugins with /plugin reloadJames Booth2016-07-101-0/+21
* Add /plugin reload commandJames Booth2016-07-101-0/+11
* Plugin unload remove cmd_acs and close windowJames Booth2016-07-051-4/+15
* Add plugins on_unload hookJames Booth2016-07-051-0/+5
* Move prefs_remove_plugin to plugins_unloadJames Booth2016-07-041-1/+3
* Rename callback execte and destroy functionsJames Booth2016-07-031-1/+1
* Move plugin theme and settings initJames Booth2016-07-011-3/+2
* Use hash table to store pluginsJames Booth2016-06-301-92/+127
* Fix plugin load prefsJames Booth2016-06-301-1/+1
* Move plugin config add on loadJames Booth2016-06-301-0/+1
* /plugins unload command and completerJames Booth2016-06-301-0/+20
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-27/+0
* WIP - Unload plugin commandsJames Booth2016-06-291-0/+27
* Move connection fulljid functionJames Booth2016-05-061-1/+1
* Rename jabber_ functionsJames Booth2016-05-061-2/+2
* Add session.cJames Booth2016-05-051-1/+1
* Tidy xmpp headersJames Booth2016-05-041-0/+1
* Plugins: Added prof_disco_add_feature()James Booth2016-04-301-0/+8
* Plugins: Added account_name and fulljid to prof_init hookJames Booth2016-04-131-2/+8
* Only complete unloaded plugins on /plugins loadJames Booth2016-04-121-9/+10
* Added /plugins load commandJames Booth2016-04-101-16/+83
* Fixed timestamp for on_room_history_messageJames Booth2016-04-081-1/+1
* Plugins: Added on_room_history_messageJames Booth2016-04-081-0/+21
* Plugins: Added on_room_win_focusJames Booth2016-04-071-0/+11
* Plugins: Added on_chat_win_focusJames Booth2016-04-071-0/+11
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-12/+12
* Added plugins presence hooksJames Booth2016-03-301-0/+22
* Added basic stanza receive eooksJames Booth2016-03-271-0/+54
* Added stanza send hooks for pluginsJames Booth2016-03-261-0/+63
* Added boolean settings for pluginsJames Booth2016-03-251-0/+3
* Merge branch 'master' into plugins-pythonJames Booth2016-03-071-0/+2
|\
| * Plugins: Added callbacks init and close functionsJames Booth2016-03-071-0/+2