James Booth
|
9cff37352a
|
Make header defines consistent
|
2016-07-24 14:51:39 +01:00 |
|
James Booth
|
310abd401d
|
Moved chat_state.c
|
2016-07-24 14:28:25 +01:00 |
|
James Booth
|
25a6252a28
|
Moved chat_session.c
|
2016-07-24 14:23:55 +01:00 |
|
James Booth
|
0649aad80d
|
Move event timeout to connection module
|
2016-07-24 14:08:30 +01:00 |
|
James Booth
|
8d8f2f290d
|
Moved chat state handling code to chat_state.c
|
2016-07-24 13:56:11 +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
|
27a842d1cf
|
Include python plugins by default in build
|
2016-07-24 01:34:02 +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
|
1586ee9ed4
|
Merge remote-tracking branch 'origin/master'
|
2016-07-24 01:13:03 +01:00 |
|
James Booth
|
9824657777
|
Merge pull request #826 from PMaynard/gpl-url
Updated GPL URL
|
2016-07-24 01:12:51 +01:00 |
|
James Booth
|
458334a2c7
|
Update gitignore
|
2016-07-24 01:10:54 +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 |
|
Pete Maynard
|
14c8f53f85
|
Updated GPL URL
|
2016-07-21 11:49:52 +01:00 |
|
James Booth
|
b68d2ce106
|
Update gitignore
|
2016-07-19 23:44:38 +01:00 |
|
James Booth
|
066526db41
|
Comment python version arg in configure-debug
|
2016-07-19 23:43:43 +01:00 |
|
James Booth
|
f1dea893aa
|
Use python3 in configure-debug
|
2016-07-19 01:05:17 +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
|
269b8ce832
|
Merge branch 'master' into python3
|
2016-07-18 22:55:05 +01:00 |
|
James Booth
|
feb50ea411
|
capabilities: use free instead of g_free
|
2016-07-18 22:32:58 +01:00 |
|
James Booth
|
d4b3a05678
|
Use g_path_get_basename when installing plugin
|
2016-07-18 20:55:50 +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
|
10814b044d
|
Fix plugin install output
|
2016-07-13 01:06:03 +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
|
44862fe842
|
Remove string allocation for conflists
|
2016-07-10 00:43:53 +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 |
|
James Booth
|
fd218ac3e4
|
Pass plugin name to all autocompleter functions
|
2016-07-04 23:14:08 +01:00 |
|
James Booth
|
03c7ac73fd
|
Move prefs_remove_plugin to plugins_unload
|
2016-07-04 23:00:41 +01:00 |
|
James Booth
|
c8d09083a8
|
Remove plugin callbacks in plugin_destroy functions
|
2016-07-04 22:54:55 +01:00 |
|
James Booth
|
0d7b4cb4a7
|
Store plugin window callbacks by plugin name
|
2016-07-04 22:42:15 +01:00 |
|
James Booth
|
a779ad0764
|
Use hash table for plugin timed functions
|
2016-07-04 21:48:04 +01:00 |
|
James Booth
|
3fe1d76a05
|
Unit test for callback_add_command()
|
2016-07-04 21:10:11 +01:00 |
|