about summary refs log tree commit diff stats
path: root/src/plugins/c_api.c
Commit message (Expand)AuthorAgeFilesLines
* Profani-tty has rebornDaniel Santos2023-07-011-4/+4
* Format code with clang-format 16Michael Vetter2023-04-141-1/+1
* Adapt to g_string_free glib 2.75.3 changeMichael Vetter2023-03-211-5/+1
* Add plugin get_barejid_from_roster functionDustin Lagoy2021-04-291-0/+7
* Change nick to name in api to match conventionDustin Lagoy2021-04-281-3/+3
* Add plugin prof_get_nick_from_roster functionDustin Lagoy2021-04-281-0/+7
* Add config.h in files were it was missingMichael Vetter2021-03-261-0/+2
* Apply coding styleMichael Vetter2020-07-071-88/+91
* Revert "Apply coding style"Michael Vetter2020-07-071-92/+89
* Apply coding styleMichael Vetter2020-07-071-89/+92
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Add chat and room show calls to plugins apiJames Booth2017-01-211-0/+30
* Allow room display properies to be set by pluginsJames Booth2017-01-201-0/+28
* Allow chat prefix char to be set by pluginsJames Booth2017-01-201-0/+28
* Add titlebar encryption text to plugins apiJames Booth2017-01-191-0/+14
* Add prof.encryption_reset to Plugins APIJames Booth2017-01-181-0/+7
* Add get_room_nick to plugins apiJames Booth2016-11-061-0/+7
* Allow filepath autocompletion in pluginsJames Booth2016-10-101-0/+12
* Remove disco features added by plugins on unloadJames Booth2016-08-111-3/+5
* Rename plugins settings functionsJames Booth2016-08-071-24/+24
* Return int on c_api_settings_string_list_remove_allJames Booth2016-08-011-2/+2
* Add string lists settings to pluginsJames Booth2016-08-011-0/+28
* Use g_strndup in c_api.cJames Booth2016-07-271-2/+2
* Free python_str_or_unicode_to_string resultsJames Booth2016-07-251-1/+1
* Remove debug on plugin win createJames Booth2016-07-241-1/+0
* Add missing includeJames Booth2016-07-241-0/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Pass plugin name to all autocompleter functionsJames Booth2016-07-041-6/+16
* Free plugins commands on quitJames Booth2016-07-041-3/+11
* Add plugin name to win_create api callJames Booth2016-07-031-3/+6
* Pass plugin name to api layerJames Booth2016-06-301-3/+3
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-2/+2
* WIP - Unload plugin commandsJames Booth2016-06-291-2/+2
* Add macro for plugins completer addJames Booth2016-06-231-2/+5
* Add macro for C plugins register_timedJames Booth2016-06-231-3/+6
* Add function to get C plugin nameJames Booth2016-06-231-2/+21
* Plugins: Added prof_disco_add_feature()James Booth2016-04-301-0/+7
* Plugins: Added more muc hooksJames Booth2016-04-151-1/+15
* Plugins: Added completer_clearJames Booth2016-04-071-0/+7
* Plugins: Added completer_removeJames Booth2016-04-071-0/+7
* Plugins: Renamed register_ac->completer_addJames Booth2016-04-071-3/+3
* Plugins: Added basic incoming message functionJames Booth2016-03-291-0/+7
* Added integer settings for pluginsJames Booth2016-03-261-0/+14
* Added plugin string settingsJames Booth2016-03-261-0/+14
* Added boolean settings for pluginsJames Booth2016-03-251-0/+14
* Added prof_send_stanza to plugins APIJames Booth2016-03-231-0/+7
* Plugins: Added callbacks init and close functionsJames Booth2016-03-071-1/+1