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 |
|
Sebastien Helleu
|
d8b775d2c4
|
Renamed plugins names (removed "lib" prefix in name)
|
2006-06-14 16:23:53 +00:00 |
|
Emmanuel Bouthenot
|
b48fb5c0ec
|
add get_irc_color function in plugins/scripts
|
2006-06-10 21:34:16 +00:00 |
|
Sebastien Helleu
|
fe90f3d4e4
|
Fixed crash with "register" function in plugin scripts (bug #16701)
|
2006-05-29 22:36:29 +00:00 |
|
Emmanuel Bouthenot
|
524fbba036
|
fix bug in end function calls for plugins/scripts
|
2006-05-17 09:59:19 +00:00 |
|
Emmanuel Bouthenot
|
5d08d5e27c
|
- fix a crash in ruby when a function return nothing (close bug #16552)
- add a warning when a function return nothing (python, ruby)
|
2006-05-08 20:22:42 +00:00 |
|
Emmanuel Bouthenot
|
1bc997b238
|
Fix possible minor bug in getting hostnames in plugins/scripts
|
2006-04-08 21:37:26 +00:00 |
|
Emmanuel Bouthenot
|
1f03444a6b
|
Added hostnames associeted to nicks in plugins/scripts
|
2006-04-08 21:03:31 +00:00 |
|
Sebastien Helleu
|
83bdd97916
|
Added keyboard handler to plugin API
|
2006-03-30 12:08:55 +00:00 |
|
Sebastien Helleu
|
e4cc182105
|
Script plugins now load scripts in WeeChat system share directory
|
2006-02-28 21:11:34 +00:00 |
|
Sebastien Helleu
|
9373a7a47e
|
Added new plugin API function: remove_infobar
|
2006-02-20 17:01:18 +00:00 |
|
Sebastien Helleu
|
3a213f38ec
|
Added timer handler for plugins
|
2006-02-19 10:43:47 +00:00 |
|
Emmanuel Bouthenot
|
14c9afb990
|
fix typo in parsing args for weechat_python_add_command_handler
|
2006-02-16 21:14:36 +00:00 |
|
Sebastien Helleu
|
c491b39388
|
Updated doc, renamed functions in plugins API
|
2006-02-16 20:27:28 +00:00 |
|
Emmanuel Bouthenot
|
8855d39f44
|
make possible to log with plugins / scripts
|
2006-02-16 16:10:25 +00:00 |
|
Emmanuel Bouthenot
|
00eef1c1bc
|
clean some code
|
2006-02-12 01:31:35 +00:00 |
|
Sebastien Helleu
|
6013e43292
|
Minor changes on server/channel/nick info API functions
|
2006-02-04 15:25:18 +00:00 |
|
Emmanuel Bouthenot
|
f222a6ad7a
|
extending plugins/scripts API by adding get_server_info, get_channel_info and get_nick_info
|
2006-01-31 13:54:27 +00:00 |
|
Sebastien Helleu
|
dd39ac2432
|
Fixed infobar_printf interface function, security problem with string format
|
2006-01-08 00:07:24 +00:00 |
|
Sebastien Helleu
|
4d62625894
|
New year in copyright, FSF address changed
|
2006-01-04 08:56:00 +00:00 |
|
Sebastien Helleu
|
d5b58ff068
|
Added completion system for plugins/scripts commands, fixed plugins autoload
|
2005-12-16 14:16:03 +00:00 |
|
Emmanuel Bouthenot
|
7a80558d0f
|
fix various minor bugs in plugins scripts
|
2005-12-06 22:38:06 +00:00 |
|
Emmanuel Bouthenot
|
81224d9397
|
fix some typos and improve get_dcc_info
|
2005-12-02 22:26:40 +00:00 |
|
Emmanuel Bouthenot
|
163ded5658
|
display python trackback on errors
|
2005-11-22 20:47:53 +00:00 |
|
Emmanuel Bouthenot
|
ef0e468415
|
fix a bug in plugin scripts : current_script was not set when exec a command
|
2005-11-16 21:13:56 +00:00 |
|
Sebastien Helleu
|
f5ecafd6a8
|
Fixed bugs with get_plugin_config and set_plugin_config functions (python only)
|
2005-11-08 09:16:32 +00:00 |
|
Sebastien Helleu
|
64c1dbba0e
|
Fixed bugs in "get_info" and "command" interface functions of plugins
|
2005-11-06 18:27:20 +00:00 |
|
Emmanuel Bouthenot
|
51cacc0fdb
|
remove unused comment
|
2005-11-04 22:33:26 +00:00 |
|
Emmanuel Bouthenot
|
7cf7e5b9ff
|
fix a dead lock
|
2005-11-04 22:26:53 +00:00 |
|
Emmanuel Bouthenot
|
cea0851071
|
improve contexts switch in python plugin
|
2005-11-04 09:23:33 +00:00 |
|
Emmanuel Bouthenot
|
e6a1bb4694
|
add constants for python return codes
|
2005-10-30 23:39:54 +00:00 |
|
Sebastien Helleu
|
e26772dcdb
|
Added new return codes for plugin handlers, to discard messages for WeeChat, plugins, or both.
|
2005-10-28 07:31:21 +00:00 |
|
Sebastien Helleu
|
0f055b087a
|
- Added options for /plugin command: autoload, reload, unload
- Added new plugin functions, for C plugins and scripts: set_config, get_plugin_config, set_plugin_config
- Added new script function: remove_handler
|
2005-10-25 17:37:13 +00:00 |
|
Emmanuel Bouthenot
|
0bc32f561b
|
fixes some typos, and a bug which occured when parsing a script fails
|
2005-10-20 09:19:10 +00:00 |
|
Emmanuel Bouthenot
|
d179625e52
|
correct bad hack for stdout and stderr outputs
|
2005-10-19 15:43:13 +00:00 |
|
Sebastien Helleu
|
357d7c5a2f
|
Changes in plugins and scripts plugins:
- get_info("version") now returns only version
- added get_config() function to read config options
|
2005-10-17 14:30:03 +00:00 |
|
Sebastien Helleu
|
2ca5b4f651
|
Added Py_Finalise when Python plugin is unloaded
|
2005-10-16 17:38:50 +00:00 |
|
Sebastien Helleu
|
7bb815a540
|
Fixed but when no parameter given for /perl and /python options
|
2005-10-16 15:39:20 +00:00 |
|
Sebastien Helleu
|
cdc33d08b0
|
New plugin interface (loads dynamic C libraries)
|
2005-10-15 12:34:21 +00:00 |
|