Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt to g_string_free glib 2.75.3 change | Michael Vetter | 2023-03-21 | 1 | -5/+1 |
| | | | | | | | | | | | | glib 2.75.3 changes warning behaviour of `g_string_free()`. See: * https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3219 * https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3226 Use this opportunity to replace the use of GString with `g_strdup_printf()` where possible. Otherwise correctly take the return value of `g_string_free()` which is nicer anyways. | ||||
* | Add plugin get_barejid_from_roster function | Dustin Lagoy | 2021-04-29 | 1 | -0/+7 |
| | |||||
* | Change nick to name in api to match convention | Dustin Lagoy | 2021-04-28 | 1 | -3/+3 |
| | | | | | Change all instances of *get_nick_from_roster to *get_name_from_roster to match the convention of names in the roster itself. | ||||
* | Add plugin prof_get_nick_from_roster function | Dustin Lagoy | 2021-04-28 | 1 | -0/+7 |
| | |||||
* | Add config.h in files were it was missing | Michael Vetter | 2021-03-26 | 1 | -0/+2 |
| | | | | Related to https://github.com/profanity-im/profanity/issues/1512 | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -88/+91 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -92/+89 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -89/+92 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Add chat and room show calls to plugins api | James Booth | 2017-01-21 | 1 | -0/+30 |
| | |||||
* | Allow room display properies to be set by plugins | James Booth | 2017-01-20 | 1 | -0/+28 |
| | |||||
* | Allow chat prefix char to be set by plugins | James Booth | 2017-01-20 | 1 | -0/+28 |
| | |||||
* | Add titlebar encryption text to plugins api | James Booth | 2017-01-19 | 1 | -0/+14 |
| | |||||
* | Add prof.encryption_reset to Plugins API | James Booth | 2017-01-18 | 1 | -0/+7 |
| | | | | issue #885 | ||||
* | Add get_room_nick to plugins api | James Booth | 2016-11-06 | 1 | -0/+7 |
| | |||||
* | Allow filepath autocompletion in plugins | James Booth | 2016-10-10 | 1 | -0/+12 |
| | | | | closes #858 | ||||
* | Remove disco features added by plugins on unload | James Booth | 2016-08-11 | 1 | -3/+5 |
| | |||||
* | Rename plugins settings functions | James Booth | 2016-08-07 | 1 | -24/+24 |
| | |||||
* | Return int on c_api_settings_string_list_remove_all | James Booth | 2016-08-01 | 1 | -2/+2 |
| | |||||
* | Add string lists settings to plugins | James Booth | 2016-08-01 | 1 | -0/+28 |
| | |||||
* | Use g_strndup in c_api.c | James Booth | 2016-07-27 | 1 | -2/+2 |
| | |||||
* | Free python_str_or_unicode_to_string results | James Booth | 2016-07-25 | 1 | -1/+1 |
| | |||||
* | Remove debug on plugin win create | James Booth | 2016-07-24 | 1 | -1/+0 |
| | |||||
* | Add missing include | James Booth | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Pass plugin name to all autocompleter functions | James Booth | 2016-07-04 | 1 | -6/+16 |
| | |||||
* | Free plugins commands on quit | James Booth | 2016-07-04 | 1 | -3/+11 |
| | |||||
* | Add plugin name to win_create api call | James Booth | 2016-07-03 | 1 | -3/+6 |
| | |||||
* | Pass plugin name to api layer | James Booth | 2016-06-30 | 1 | -3/+3 |
| | |||||
* | Revert "WIP - Unload plugin commands" | James Booth | 2016-06-30 | 1 | -2/+2 |
| | | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f. | ||||
* | WIP - Unload plugin commands | James Booth | 2016-06-29 | 1 | -2/+2 |
| | |||||
* | Add macro for plugins completer add | James Booth | 2016-06-23 | 1 | -2/+5 |
| | |||||
* | Add macro for C plugins register_timed | James Booth | 2016-06-23 | 1 | -3/+6 |
| | |||||
* | Add function to get C plugin name | James Booth | 2016-06-23 | 1 | -2/+21 |
| | |||||
* | Plugins: Added prof_disco_add_feature() | James Booth | 2016-04-30 | 1 | -0/+7 |
| | |||||
* | Plugins: Added more muc hooks | James Booth | 2016-04-15 | 1 | -1/+15 |
| | |||||
* | Plugins: Added completer_clear | James Booth | 2016-04-07 | 1 | -0/+7 |
| | |||||
* | Plugins: Added completer_remove | James Booth | 2016-04-07 | 1 | -0/+7 |
| | |||||
* | Plugins: Renamed register_ac->completer_add | James Booth | 2016-04-07 | 1 | -3/+3 |
| | |||||
* | Plugins: Added basic incoming message function | James Booth | 2016-03-29 | 1 | -0/+7 |
| | |||||
* | Added integer settings for plugins | James Booth | 2016-03-26 | 1 | -0/+14 |
| | |||||
* | Added plugin string settings | James Booth | 2016-03-26 | 1 | -0/+14 |
| | |||||
* | Added boolean settings for plugins | James Booth | 2016-03-25 | 1 | -0/+14 |
| | |||||
* | Added prof_send_stanza to plugins API | James Booth | 2016-03-23 | 1 | -0/+7 |
| | |||||
* | Plugins: Added callbacks init and close functions | James Booth | 2016-03-07 | 1 | -1/+1 |
| | | | | Included destroy function in PluginWindowCallback | ||||
* | Added current_win_is_console to plugins api | James Booth | 2016-02-28 | 1 | -0/+7 |
| | |||||
* | Added theme support to plugins | James Booth | 2016-02-21 | 1 | -29/+15 |
| |