about summary refs log tree commit diff stats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-302-0/+22
|
* Pass plugin name to api layerJames Booth2016-06-304-14/+14
|
* Revert "WIP - Unload plugin commands"James Booth2016-06-3011-75/+9
| | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f.
* WIP - Unload plugin commandsJames Booth2016-06-2911-9/+75
|
* Add macro for plugins completer addJames Booth2016-06-234-4/+11
|
* Add macro for C plugins register_timedJames Booth2016-06-234-8/+15
|
* Add function to get C plugin nameJames Booth2016-06-233-4/+25
|
* Add function to get plugin nameJames Booth2016-06-221-0/+20
|
* Rename command sourcesJames Booth2016-05-224-5/+5
|
* Add cmd_autocomplete.cJames Booth2016-05-201-3/+3
|
* Move send stanza functionJames Booth2016-05-061-1/+1
|
* Move connection fulljid functionJames Booth2016-05-061-1/+1
|
* Rename jabber_ functionsJames Booth2016-05-062-4/+4
|
* Add session.cJames Booth2016-05-052-3/+3
|
* Tidy xmpp headersJames Booth2016-05-041-0/+1
|
* Plugins: Added prof_disco_add_feature()James Booth2016-04-3010-0/+167
|
* Plugins: Added more muc hooksJames Booth2016-04-157-4/+94
|
* 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
| | | | Allows plugins to stop stanza processing
* 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
| | | | Also allow adding to plugin autocompleters
* Plugins: Fix python threadingJames Booth2016-03-092-4/+62
| | | | Release global interpreter lock during api calls
* Merge branch 'master' into plugins-pythonJames Booth2016-03-077-8/+38
|\
| * Plugins: Added callbacks init and close functionsJames Booth2016-03-076-7/+37
| | | | | | | | Included destroy function in PluginWindowCallback
* | 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
|\| |