Sebastien Helleu
|
96a3481b69
|
Add constants for config file read/write/set/unset callbacks
|
2008-06-02 15:42:43 +02:00 |
|
Sebastien Helleu
|
91084108ae
|
Add arguments for plugin init functions and "irc://.." command line option for irc plugin
|
2008-05-15 22:13:54 +02:00 |
|
Sebastien Helleu
|
886b81498f
|
Fixed crash with scripts when WeeChat calls functions of many scripts at same time with callbacks (bug #23109)
|
2008-04-30 13:21:21 +02:00 |
|
Sebastien Helleu
|
d975629686
|
Improved /set command, added /unset command, new name for config files (*.conf)
|
2008-04-11 18:36:06 +02:00 |
|
Sebastien Helleu
|
57323fa71e
|
Removed sizeof(char) and useless type casts from void* to another pointer type (patch from Leonid Evdokimov)
|
2008-03-23 23:00:04 +01:00 |
|
Sebastien Helleu
|
d9a4bdf629
|
Check plugin version when loading it, to prevent crash when loading old plugins
|
2008-03-23 11:41:09 +01:00 |
|
Sebastien Helleu
|
61ca929728
|
Added tags for lines and custom filtering by tags or regex (task #7674), fixed many memory leaks
|
2008-03-22 23:36:12 +01:00 |
|
Sebastien Helleu
|
17804ea08b
|
Fix bug with weechat_plugin_end() function, now returns "int" everywhere
|
2008-02-25 17:31:04 +01:00 |
|
Sebastien Helleu
|
dec0e7dc12
|
Added new plugin "debug"
|
2008-02-21 17:31:59 +01:00 |
|
Sebastien Helleu
|
28e811c09c
|
Use of sizeof(char) in all malloc/realloc for strings
|
2008-02-02 21:12:16 +01:00 |
|
Sebastien Helleu
|
ad41486543
|
Added config file functions in plugins API, improved /reload and /save commands (now possible to reload/save some files only), fixed completion bug
|
2008-01-27 10:48:29 +01:00 |
|
Sebastien Helleu
|
25c5bc6421
|
Removed use of config.h file in script plugins, not needed
|
2008-01-21 12:40:18 +01:00 |
|
Sebastien Helleu
|
697f070725
|
Added new functions and script name completion in script plugins, fixed some bugs in weelist management and script plugins
New functions in script plugins API: gettext, ngettext, list_new, list_add,
list_search, list_casesearch, list_get, list_set, list_next, list_prev,
list_string, list_size, list_remove, list_remove_all, list_free.
|
2008-01-16 10:19:25 +01:00 |
|
Sebastien Helleu
|
337908e9ef
|
Update of translations for scripts, fix bugs and code factorized in script plugins
|
2008-01-14 11:18:39 +01:00 |
|
Sebastien Helleu
|
68f7238887
|
Migration of Lua plugin to new API
|
2008-01-13 23:29:43 +01:00 |
|
Sebastien Helleu
|
05e1e4715c
|
Migration of Ruby plugin to new API, new functions to dump script plugin data to WeeChat log file
|
2008-01-13 13:22:22 +01:00 |
|
Sebastien Helleu
|
c17a4d5c76
|
Migration of Python plugin to new API, bugs fixed in Perl/Python plugins
|
2008-01-12 15:25:38 +01:00 |
|
Sebastien Helleu
|
02c0dec9cb
|
Renamed sources files in script plugins
|
2007-10-31 17:39:25 +01:00 |
|
Sebastien Helleu
|
f68a2cbfcd
|
Added "copy" and "rename" options to /server command
|
2007-08-08 08:19:04 +00:00 |
|
Sebastien Helleu
|
2c3fad454c
|
Added "buffer_move" event handler to plugins API (task #6708)
|
2007-07-18 12:02:40 +00:00 |
|
Sebastien Helleu
|
f1a39ce7d7
|
Replaced GPL 2 license by GPL 3
|
2007-07-02 12:25:13 +00:00 |
|
Sebastien Helleu
|
d395846fb7
|
Removed "prefix" data for server info in plugin API (oups, why did I add that ?)
|
2007-05-11 15:04:56 +00:00 |
|
Sebastien Helleu
|
bee62989f6
|
Code cleanup: renamed IRC functions to have uniform name (with prefix based on source name), moved some functions
|
2007-05-11 14:59:12 +00:00 |
|
Emmanuel Bouthenot
|
063744ef7d
|
make arguments for function get_buffer_data() mandatory in plugins/scripts
|
2007-03-09 15:46:08 +00:00 |
|
Sebastien Helleu
|
7b9ef6b56e
|
Added new return code in plugin API to force highlight (for message handlers only)
|
2007-03-06 16:42:39 +00:00 |
|
Emmanuel Bouthenot
|
47db86b66a
|
fix some memory leaks in perl plugin/script
|
2007-02-28 22:59:47 +00:00 |
|
Emmanuel Bouthenot
|
2ca6c6a3f1
|
fix some memory leaks in python plugin/script
|
2007-02-28 15:07:24 +00:00 |
|
Emmanuel Bouthenot
|
158d2c9934
|
bug fix and code cleanup in plugins/scripts
|
2007-02-27 22:22:56 +00:00 |
|
Emmanuel Bouthenot
|
429167f032
|
fix the possibility to load a perl script even if it doesn't call register() function
|
2007-02-17 18:23:50 +00:00 |
|
Sebastien Helleu
|
aba6e1257d
|
Added "call" option to /key command, added new key function "insert" to insert text on command line (task #6468)
|
2007-02-12 17:39:34 +00:00 |
|
Sebastien Helleu
|
fddd0416b9
|
Added event handlers in plugin list commands outputs (/plugin and script commands)
|
2007-02-05 22:47:12 +00:00 |
|
Sebastien Helleu
|
8e436c58cd
|
Added event handler to plugin API
|
2007-02-05 22:18:33 +00:00 |
|
Sebastien Helleu
|
632d451f62
|
Changed copyright date (2006 -> 2007)
|
2007-01-05 23:41:38 +00:00 |
|
Sebastien Helleu
|
c20ce83d20
|
Added charset plugin (WeeChat is now full UTF-8 for internal data storage), fixed compilation problems with FreeBSD, fixed status bar display bug
|
2006-11-08 07:54:33 +00:00 |
|
Emmanuel Bouthenot
|
b84f75eba6
|
adding $weechat_dir/python in the top of sys.path
|
2006-10-29 01:38:54 +00:00 |
|
Emmanuel Bouthenot
|
7772bcfd33
|
improve plugins/scripts completion template to use filename completion
|
2006-10-28 20:24:20 +00:00 |
|
Emmanuel Bouthenot
|
189d06624e
|
fix memory leaks in python/script plugin
|
2006-10-26 14:11:45 +00:00 |
|
Emmanuel Bouthenot
|
0ff3acf6e4
|
add modifiers in scripts/plugins API, cleaning code in script/plugins, improve display for stdout/stderr redirections for python and ruby
|
2006-10-26 13:30:20 +00:00 |
|
Sebastien Helleu
|
dfa9ed31d4
|
Added "modifier" in plugins API, improved /plugin command
|
2006-10-24 11:23:31 +00:00 |
|
Sebastien Helleu
|
a3878a522c
|
Fixed crash when loading ruby script if file does not exist, with Ruby >= 1.9 only (bug #18064)
|
2006-10-20 09:19:51 +00:00 |
|
Emmanuel Bouthenot
|
06c4cf4144
|
adding date field 'date' in get_buffer_data() function of plugins/scripts API
|
2006-10-16 20:19:12 +00:00 |
|
Emmanuel Bouthenot
|
5d70f20c27
|
adding some missing headers in plugins
|
2006-10-10 18:08:48 +00:00 |
|
Emmanuel Bouthenot
|
9f035d8f91
|
fix a bug (can make crash) when calling a script command with another script command
|
2006-09-28 21:27:42 +00:00 |
|
Sebastien Helleu
|
1d211a16da
|
Added missing modes (channel & user), now all modes are allowed (bug #16606), added "%m" for completion with self nick (on current server)
|
2006-08-07 22:26:55 +00:00 |
|
Emmanuel Bouthenot
|
22b80dec65
|
adding functions : get_buffer_info, get_window_info, get_buffer_data and print_server in scripts API
|
2006-08-05 14:23:38 +00:00 |
|
Sebastien Helleu
|
ee68e1c944
|
Fixed typo in help for script plugin commands (/perl, /python, /ruby, /lua)
|
2006-07-04 07:45:39 +00:00 |
|
Sebastien Helleu
|
9563cf2b9d
|
Fixed bug with spaces in script names (bug #16957)
|
2006-06-30 13:02:25 +00:00 |
|
Emmanuel Bouthenot
|
daa802a6a2
|
improvements in python scripts context management
|
2006-06-16 11:39:00 +00:00 |
|
Emmanuel Bouthenot
|
3e17a27c01
|
improve python sub-interpreters management
|
2006-06-15 22:24:12 +00:00 |
|
Emmanuel Bouthenot
|
b48fb5c0ec
|
add get_irc_color function in plugins/scripts
|
2006-06-10 21:34:16 +00:00 |
|