about summary refs log tree commit diff stats
path: root/src/plugins/profapi.c
Commit message (Collapse)AuthorAgeFilesLines
* Add chat and room show calls to plugins apiJames Booth2017-01-211-0/+8
|
* Allow room display properies to be set by pluginsJames Booth2017-01-201-0/+4
|
* Allow chat prefix char to be set by pluginsJames Booth2017-01-201-1/+4
|
* Add titlebar encryption text to plugins apiJames Booth2017-01-191-0/+4
|
* Add prof.encryption_reset to Plugins APIJames Booth2017-01-181-0/+2
| | | | issue #885
* Add get_room_nick to plugins apiJames Booth2016-11-061-0/+2
|
* Allow filepath autocompletion in pluginsJames Booth2016-10-101-0/+1
| | | | closes #858
* Remove disco features added by plugins on unloadJames Booth2016-08-111-1/+1
|
* Rename plugins settings functionsJames Booth2016-08-071-8/+8
|
* Return int on c_api_settings_string_list_remove_allJames Booth2016-08-011-1/+1
|
* Add string lists settings to pluginsJames Booth2016-08-011-0/+4
|
* Add typedefs to C plugin APIJames Booth2016-07-301-3/+3
|
* Free python_str_or_unicode_to_string resultsJames Booth2016-07-251-1/+1
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Pass plugin name to all autocompleter functionsJames Booth2016-07-041-2/+2
|
* Add plugin name to win_create api callJames Booth2016-07-031-1/+1
|
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-1/+1
| | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f.
* WIP - Unload plugin commandsJames Booth2016-06-291-1/+1
|
* Add macro for plugins completer addJames Booth2016-06-231-1/+1
|
* Add macro for C plugins register_timedJames Booth2016-06-231-1/+1
|
* Add function to get C plugin nameJames Booth2016-06-231-1/+1
|
* Plugins: Added prof_disco_add_feature()James Booth2016-04-301-0/+2
|
* Plugins: Added more muc hooksJames Booth2016-04-151-0/+2
|
* Plugins: Added completer_clearJames Booth2016-04-071-0/+1
|
* Plugins: Added completer_removeJames Booth2016-04-071-0/+1
|
* Plugins: Renamed register_ac->completer_addJames Booth2016-04-071-1/+1
|
* Plugins: Added basic incoming message functionJames Booth2016-03-291-0/+2
|
* Added integer settings for pluginsJames Booth2016-03-261-0/+2
|
* Added plugin string settingsJames Booth2016-03-261-0/+2
|
* Added boolean settings for pluginsJames Booth2016-03-251-0/+3
|
* Added prof_send_stanza to plugins APIJames Booth2016-03-231-0/+1
|
* Added current_win_is_console to plugins apiJames Booth2016-02-281-0/+1
|
* Added theme support to pluginsJames Booth2016-02-211-4/+3
|
* Return result from plugin callsJames Booth2016-02-211-8/+8
| | | | closes #739
* Added prof_cons_bad_cmd_usage plugin functionJames Booth2016-02-181-1/+1
|
* Added new help format to c plugins WIPJames Booth2016-02-181-1/+2
|
* Updated copyrightJames Booth2016-02-141-1/+1
|
* Added C plugin code from plugins branchJames Booth2016-02-141-0/+70