Michael Vetter
|
c8f55ed338
|
Merge pull request #994 from philipflohr/master
Fail plugin unloading if plugin does not exist
|
2019-02-20 10:31:34 +01:00 |
|
Michael Vetter
|
fbbf920e2a
|
Merge pull request #995 from philipflohr/plugins_unload_all
let plugins_unload_all fail if one plugin unload operation fails
|
2019-02-20 10:22:49 +01:00 |
|
Philip Flohr
|
d1c54e9aaa
|
Fail plugin unload operation if plugin does not exist
|
2019-02-20 10:21:17 +01:00 |
|
Michael Vetter
|
706af9a900
|
Update copyright to include 2019
|
2019-01-22 11:31:45 +01:00 |
|
Philip Flohr
|
054267d738
|
Fix extended plugin handling PR
Fixes problems found in PR #999
|
2018-09-06 19:54:29 +03:00 |
|
Philip Flohr
|
cd86f5bc28
|
added the possibility to uninstall a plugin
|
2018-09-06 19:28:02 +03:00 |
|
Philip Flohr
|
e4ddced420
|
use gio functions for file copy
|
2018-09-06 19:28:02 +03:00 |
|
Philip Flohr
|
2795dc487c
|
removed unreachable code: if plugin is loaded it is also installed and therefore installation will fail. -> The unload code is not needed
|
2018-09-06 19:28:02 +03:00 |
|
Philip Flohr
|
1f66c08567
|
provide feedback on failure cause if plugin installation fails
|
2018-09-06 19:28:02 +03:00 |
|
Philip Flohr
|
adb4955c34
|
Fail plugin installation if the target file already exists
|
2018-09-06 19:28:02 +03:00 |
|
Philip Flohr
|
7861c8c03c
|
plugins_unload_all fails if one plugin unload operation fails
|
2018-04-21 16:47:58 +02:00 |
|
James Booth
|
250e972b7a
|
Update copyright
|
2018-01-21 15:00:02 +00:00 |
|
James Booth
|
6b830277a6
|
Allow previous autocompletion with shift tab
|
2017-04-01 00:27:11 +01:00 |
|
James Booth
|
286fecf38d
|
Allow installing plugins from directory
|
2017-02-05 21:09:03 +00:00 |
|
James Booth
|
dd42c3de6a
|
Allow loading all plugins
|
2017-02-05 19:16:14 +00:00 |
|
James Booth
|
a9fab9ed2d
|
Allow unloading all plugins
|
2017-02-05 18:54:33 +00:00 |
|
James Booth
|
68a3daedb9
|
Update Copyright
|
2017-01-28 17:24:22 +00:00 |
|
James Booth
|
83385cdbc0
|
Add pre chat and room message blocking
|
2017-01-22 18:09:04 +00:00 |
|
James Booth
|
2b7894ccff
|
Remove status from cl_ev_presence_send
fixes #888
|
2017-01-15 23:59:31 +00:00 |
|
James Booth
|
a48df40138
|
Fix assertion errors in unit tests
|
2016-09-25 23:30:44 +01:00 |
|
James Booth
|
a65403c54a
|
Remove disco features added by plugins on unload
|
2016-08-11 23:20:59 +01:00 |
|
James Booth
|
5d6b2d0b04
|
Add resource to chat message plugin hooks
|
2016-08-10 21:37:22 +01:00 |
|
James Booth
|
a948d741d9
|
Rename plugin jid arguments
|
2016-08-10 20:45:14 +01:00 |
|
James Booth
|
a3a73cf003
|
Move all filepath handling to files.c
|
2016-07-24 21:49:35 +01:00 |
|
James Booth
|
29452f8f1b
|
Move xgd functions
|
2016-07-24 17:12:09 +01:00 |
|
James Booth
|
ef942bd27a
|
Add config/files.c
|
2016-07-24 16:22:15 +01:00 |
|
James Booth
|
0a57c4de78
|
Tidy headers
|
2016-07-24 15:43:51 +01:00 |
|
James Booth
|
e8fc80f5c1
|
Update GPL link in headers
|
2016-07-24 01:14:49 +01:00 |
|
James Booth
|
9af921f260
|
Remove redundant plugin dir function
|
2016-07-13 00:49:53 +01:00 |
|
James Booth
|
0991699ae6
|
Add /plugins install command
|
2016-07-12 23:50:21 +01:00 |
|
James Booth
|
5f393a6d9f
|
Remove plugin window on /close
|
2016-07-12 02:16:12 +01:00 |
|
James Booth
|
9a0111c10a
|
Allow reloading all plugins with /plugin reload
|
2016-07-10 01:28:30 +01:00 |
|
James Booth
|
448bef247b
|
Add /plugin reload command
|
2016-07-10 01:07:41 +01:00 |
|
James Booth
|
1926ceea3d
|
Plugin unload remove cmd_acs and close window
|
2016-07-05 22:46:00 +01:00 |
|
James Booth
|
99598e7d57
|
Add plugins on_unload hook
|
2016-07-05 22:03:14 +01:00 |
|
James Booth
|
03c7ac73fd
|
Move prefs_remove_plugin to plugins_unload
|
2016-07-04 23:00:41 +01:00 |
|
James Booth
|
606a860bdc
|
Rename callback execte and destroy functions
|
2016-07-03 01:03:05 +01:00 |
|
James Booth
|
31c66bf857
|
Move plugin theme and settings init
|
2016-07-01 00:01:07 +01:00 |
|
James Booth
|
3bd3de036f
|
Use hash table to store plugins
|
2016-06-30 23:58:04 +01:00 |
|
James Booth
|
bb33522e4d
|
Fix plugin load prefs
|
2016-06-30 23:18:30 +01:00 |
|
James Booth
|
0cd1b50122
|
Move plugin config add on load
|
2016-06-30 23:16:54 +01:00 |
|
James Booth
|
ef6bad483e
|
/plugins unload command and completer
|
2016-06-30 23:14:05 +01:00 |
|
James Booth
|
29eb843d56
|
Revert "WIP - Unload plugin commands"
This reverts commit a01eb5d08e .
|
2016-06-30 22:37:52 +01:00 |
|
James Booth
|
a01eb5d08e
|
WIP - Unload plugin commands
|
2016-06-29 23:35:57 +01:00 |
|
James Booth
|
d1c71e98f4
|
Move connection fulljid function
|
2016-05-06 01:12:54 +01:00 |
|
James Booth
|
88f423afea
|
Rename jabber_ functions
|
2016-05-06 00:53:03 +01:00 |
|
James Booth
|
3bb1f12410
|
Add session.c
|
2016-05-05 23:51:49 +01:00 |
|
James Booth
|
ccabc08fef
|
Tidy xmpp headers
|
2016-05-04 01:19:51 +01:00 |
|
James Booth
|
623fbe9e47
|
Plugins: Added prof_disco_add_feature()
|
2016-04-30 23:00:07 +01:00 |
|
James Booth
|
b3a3351a35
|
Plugins: Added account_name and fulljid to prof_init hook
|
2016-04-13 00:10:37 +01:00 |
|