James Booth
|
9945246a64
|
Use hashtables for plugin disco features
|
2016-08-17 23:21:48 +01:00 |
|
James Booth
|
a65403c54a
|
Remove disco features added by plugins on unload
|
2016-08-11 23:20:59 +01:00 |
|
James Booth
|
bb676cc0fc
|
Check return values from python plugin hooks
|
2016-08-11 00:27:14 +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
|
efeb2fcfcd
|
Rename plugins settings functions
|
2016-08-07 00:16:57 +01:00 |
|
James Booth
|
350c121e26
|
Return int on c_api_settings_string_list_remove_all
|
2016-08-01 22:40:47 +01:00 |
|
James Booth
|
b2508be8f4
|
Return boolean on prof_settings_string_list_remove_all()
|
2016-08-01 22:09:25 +01:00 |
|
James Booth
|
b72bb3a157
|
Remove log debugs
|
2016-08-01 21:59:12 +01:00 |
|
James Booth
|
2518aa5078
|
Add string lists settings to plugins
|
2016-08-01 21:34:38 +01:00 |
|
James Booth
|
51a7588bc4
|
Add typedefs to C plugin API
|
2016-07-30 21:22:45 +01:00 |
|
James Booth
|
6c1fef522a
|
Use g_strndup in c_api.c
|
2016-07-27 21:32:44 +01:00 |
|
James Booth
|
d5d04756ce
|
Fix memory leaks
|
2016-07-25 22:23:54 +01:00 |
|
James Booth
|
943e91268c
|
Fix memory leaks
|
2016-07-25 21:56:38 +01:00 |
|
James Booth
|
139e53f388
|
Decrement reference count on python hook args objects
|
2016-07-25 21:48:00 +01:00 |
|
James Booth
|
130e753aac
|
Use Py_RETURN_NONE
|
2016-07-25 21:13:47 +01:00 |
|
James Booth
|
8f9f018d5a
|
Free python_str_or_unicode_to_string results
|
2016-07-25 00:41:34 +01:00 |
|
James Booth
|
cbfc34f7c3
|
Remove debug on plugin win create
|
2016-07-24 22:32:39 +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
|
5bc38b6bc2
|
Moved window_list.c
|
2016-07-24 15:14:46 +01:00 |
|
James Booth
|
9cff37352a
|
Make header defines consistent
|
2016-07-24 14:51:39 +01:00 |
|
James Booth
|
7c593c2780
|
Reorder headers
|
2016-07-24 02:16:57 +01:00 |
|
James Booth
|
4209b1cf45
|
Add /plugins python_version command
|
2016-07-24 02:12:56 +01:00 |
|
James Booth
|
b48a3d2f6a
|
Python plugins: Free string values
|
2016-07-24 01:53:13 +01:00 |
|
James Booth
|
47dfa6c3fc
|
Merge branch 'master' into python3
Conflicts:
.gitignore
|
2016-07-24 01:22:29 +01:00 |
|
James Booth
|
4ecb4019a6
|
Add missing include
|
2016-07-24 01:19:59 +01:00 |
|
James Booth
|
e8fc80f5c1
|
Update GPL link in headers
|
2016-07-24 01:14:49 +01:00 |
|
James Booth
|
d44472049b
|
Allow str and unicode in python api
|
2016-07-24 01:09:18 +01:00 |
|
James Booth
|
d2e237203c
|
Check for win callback hash before removing
|
2016-07-21 22:23:28 +01:00 |
|
James Booth
|
376811a960
|
Tidy python3 conditional code
|
2016-07-19 01:02:33 +01:00 |
|
James Booth
|
71ccfcc09f
|
Add python_init_prof()
|
2016-07-18 23:24:26 +01:00 |
|
James Booth
|
7d742f704f
|
Fix prof module init for python3
|
2016-07-18 01:27:23 +01:00 |
|
James Booth
|
ace2715cf7
|
Added PYTHON3 define
|
2016-07-14 00:00:46 +01:00 |
|
James Booth
|
9af921f260
|
Remove redundant plugin dir function
|
2016-07-13 00:49:53 +01:00 |
|
James Booth
|
7abf506261
|
Free memory when plugin windows closed
|
2016-07-13 00:25:45 +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
|
1a7eb00763
|
Check for plugin win before creating
|
2016-07-12 01:51:27 +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
|
d24a0508f4
|
Store python modules on load
|
2016-07-09 23:42:09 +01:00 |
|
James Booth
|
7776c1494a
|
Reaload python module if previous loaded on /plugin load
|
2016-07-09 23:13:36 +01:00 |
|
James Booth
|
1926ceea3d
|
Plugin unload remove cmd_acs and close window
|
2016-07-05 22:46:00 +01:00 |
|
James Booth
|
82458c9d96
|
Revert "Move adding plugins commands to autocompleters"
This reverts commit 97f7997025 .
|
2016-07-05 22:11:58 +01:00 |
|
James Booth
|
97f7997025
|
Move adding plugins commands to autocompleters
|
2016-07-05 22:10:41 +01:00 |
|
James Booth
|
99598e7d57
|
Add plugins on_unload hook
|
2016-07-05 22:03:14 +01:00 |
|
James Booth
|
71178b3696
|
Store plugin completers by plugin name
|
2016-07-05 21:46:36 +01:00 |
|