Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Follow normal workflow for OMEMO message reception | Paul Fariello | 2019-04-10 | 1 | -1/+1 |
| | | | | | | We try to decrypt all messages, if it's successful we use sv_ev_incoming_message even for OMEMO messages. We pass an OMEMO boolean to let UI be aware that message were encrypted. | ||||
* | Merge pull request #994 from philipflohr/master | Michael Vetter | 2019-02-20 | 1 | -1/+2 |
|\ | | | | | Fail plugin unloading if plugin does not exist | ||||
| * | Fail plugin unload operation if plugin does not exist | Philip Flohr | 2019-02-20 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #995 from philipflohr/plugins_unload_all | Michael Vetter | 2019-02-20 | 1 | -3/+3 |
|\ \ | | | | | | | let plugins_unload_all fail if one plugin unload operation fails | ||||
| * | | plugins_unload_all fails if one plugin unload operation fails | Philip Flohr | 2018-04-21 | 1 | -3/+3 |
| |/ | |||||
* | | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 24 | -24/+24 |
| | | |||||
* | | Fix extended plugin handling PR | Philip Flohr | 2018-09-06 | 1 | -1/+6 |
| | | | | | | | | Fixes problems found in PR #999 | ||||
* | | added the possibility to uninstall a plugin | Philip Flohr | 2018-09-06 | 2 | -0/+17 |
| | | |||||
* | | use gio functions for file copy | Philip Flohr | 2018-09-06 | 1 | -2/+1 |
| | | |||||
* | | removed unreachable code: if plugin is loaded it is also installed and ↵ | Philip Flohr | 2018-09-06 | 1 | -5/+0 |
| | | | | | | | | therefore installation will fail. -> The unload code is not needed | ||||
* | | provide feedback on failure cause if plugin installation fails | Philip Flohr | 2018-09-06 | 2 | -4/+7 |
| | | |||||
* | | Fail plugin installation if the target file already exists | Philip Flohr | 2018-09-06 | 1 | -0/+6 |
|/ | |||||
* | Add preferences for tab display | James Booth | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | Show name in statusbar tabs WIP | James Booth | 2018-03-08 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 24 | -24/+24 |
| | |||||
* | Show Python version on --version | James Booth | 2017-08-10 | 2 | -2/+14 |
| | | | | issue #956 | ||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 4 | -7/+7 |
| | |||||
* | Allow installing plugins from directory | James Booth | 2017-02-05 | 2 | -0/+45 |
| | |||||
* | Allow loading all plugins | James Booth | 2017-02-05 | 2 | -3/+26 |
| | |||||
* | Allow unloading all plugins | James Booth | 2017-02-05 | 2 | -0/+22 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 24 | -24/+24 |
| | |||||
* | Add pre chat and room message blocking | James Booth | 2017-01-22 | 6 | -15/+73 |
| | |||||
* | Add chat and room show calls to plugins api | James Booth | 2017-01-21 | 6 | -0/+343 |
| | |||||
* | Allow room display properies to be set by plugins | James Booth | 2017-01-20 | 6 | -0/+218 |
| | |||||
* | Allow chat prefix char to be set by plugins | James Booth | 2017-01-20 | 6 | -1/+222 |
| | |||||
* | Add titlebar encryption text to plugins api | James Booth | 2017-01-19 | 6 | -0/+111 |
| | |||||
* | Fix conditional compile | James Booth | 2017-01-18 | 1 | -0/+4 |
| | |||||
* | Add prof.encryption_reset to Plugins API | James Booth | 2017-01-18 | 6 | -0/+54 |
| | | | | issue #885 | ||||
* | Remove status from cl_ev_presence_send | James Booth | 2017-01-15 | 2 | -3/+2 |
| | | | | fixes #888 | ||||
* | Add get_room_nick to plugins api | James Booth | 2016-11-06 | 6 | -0/+41 |
| | |||||
* | Add win_print | James Booth | 2016-10-15 | 1 | -3/+3 |
| | |||||
* | Use win_printf_line where appropriate | James Booth | 2016-10-15 | 1 | -2/+2 |
| | |||||
* | Add ch arg to win_printf_line | James Booth | 2016-10-15 | 1 | -1/+1 |
| | |||||
* | Use THEME_DEFAULT | James Booth | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | Add win_printf_line | James Booth | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | Always use string format in win_printf | James Booth | 2016-10-12 | 1 | -3/+3 |
| | |||||
* | Remove win_print, use win_printf instead | James Booth | 2016-10-11 | 1 | -3/+3 |
| | |||||
* | Allow filepath autocompletion in plugins | James Booth | 2016-10-10 | 8 | -1/+97 |
| | | | | closes #858 | ||||
* | Remove hash table replace entry when adding plugin timed callbacks | James Booth | 2016-10-09 | 1 | -2/+0 |
| | | | | fixes #869 | ||||
* | Fix assertion errors in unit tests | James Booth | 2016-09-25 | 1 | -0/+2 |
| | |||||
* | Use hashtables for plugin disco features | James Booth | 2016-08-17 | 2 | -28/+66 |
| | |||||
* | Remove disco features added by plugins on unload | James Booth | 2016-08-11 | 11 | -18/+90 |
| | |||||
* | Check return values from python plugin hooks | James Booth | 2016-08-11 | 1 | -57/+91 |
| | |||||
* | Add resource to chat message plugin hooks | James Booth | 2016-08-10 | 6 | -120/+121 |
| | |||||
* | Rename plugin jid arguments | James Booth | 2016-08-10 | 2 | -43/+43 |
| | |||||
* | Rename plugins settings functions | James Booth | 2016-08-07 | 8 | -104/+104 |
| | |||||
* | Return int on c_api_settings_string_list_remove_all | James Booth | 2016-08-01 | 3 | -4/+4 |
| | |||||
* | Return boolean on prof_settings_string_list_remove_all() | James Booth | 2016-08-01 | 5 | -9/+18 |
| | |||||
* | Remove log debugs | James Booth | 2016-08-01 | 1 | -7/+0 |
| | |||||
* | Add string lists settings to plugins | James Booth | 2016-08-01 | 8 | -0/+233 |
| |