Sebastien Helleu
|
fe90f3d4e4
|
Fixed crash with "register" function in plugin scripts (bug #16701)
|
2006-05-29 22:36:29 +00:00 |
|
Sebastien Helleu
|
0eea93bba3
|
Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for WeeChat log file
|
2006-05-20 09:45:02 +00:00 |
|
Emmanuel Bouthenot
|
c2dd7e4ffb
|
check return value in weechat_ruby_exec() to be a valid value and fix crash when called function return nothing
|
2006-05-17 12:41:58 +00:00 |
|
Emmanuel Bouthenot
|
524fbba036
|
fix bug in end function calls for plugins/scripts
|
2006-05-17 09:59:19 +00:00 |
|
Emmanuel Bouthenot
|
87aa03b2cf
|
fix number of args in end function call
|
2006-05-17 08:58:56 +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 |
|
Sebastien Helleu
|
40ffeb9e0c
|
Splited GUI sources
|
2006-04-22 21:18:02 +00:00 |
|
Emmanuel Bouthenot
|
f2258884d9
|
fix minor bug with ruby 1.9 and stdout/stderr redirections
|
2006-04-12 15:29:28 +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
|
d86af240fa
|
Fixed plugin command handler call when no argument is given
|
2006-04-01 07:43:51 +00:00 |
|
Sebastien Helleu
|
83bdd97916
|
Added keyboard handler to plugin API
|
2006-03-30 12:08:55 +00:00 |
|
Sebastien Helleu
|
56af0e3284
|
Improved script plugin loader
|
2006-03-26 09:46:30 +00:00 |
|
Sebastien Helleu
|
d9c032fee3
|
Added /setp command (set plugin options)
|
2006-03-24 09:38:54 +00:00 |
|
Sebastien Helleu
|
27fd4beca7
|
Aliases are executed before WeeChat/IRC commands, /builtin command added
|
2006-03-21 11:41:02 +00:00 |
|
Sebastien Helleu
|
7fa3dcbb2e
|
Fixed plugin get_info bug when no server at all is opened
|
2006-03-14 12:43:02 +00:00 |
|
Sebastien Helleu
|
919800c37c
|
Added inactivity time, available for plugins via get_info("inactivity")
|
2006-03-04 14:27:14 +00:00 |
|
Sebastien Helleu
|
e4cc182105
|
Script plugins now load scripts in WeeChat system share directory
|
2006-02-28 21:11:34 +00:00 |
|
Emmanuel Bouthenot
|
3a79e32dbb
|
fix minor bug and improve backtrace display on errors
|
2006-02-21 22:43:48 +00:00 |
|
Sebastien Helleu
|
9373a7a47e
|
Added new plugin API function: remove_infobar
|
2006-02-20 17:01:18 +00:00 |
|
Sebastien Helleu
|
e0c97562a5
|
Fixed bug in /lua command for timer handlers
|
2006-02-19 11:17:14 +00:00 |
|
Sebastien Helleu
|
3a213f38ec
|
Added timer handler for plugins
|
2006-02-19 10:43:47 +00:00 |
|
Sebastien Helleu
|
4f81254e40
|
Fixed message displayed when a command handler failed (now "failed" instead of
"command not found")
|
2006-02-18 12:50:55 +00:00 |
|
Sebastien Helleu
|
da3f8ade08
|
Fixed Ruby function "log" (argument count)
|
2006-02-18 12:50:03 +00:00 |
|
Sebastien Helleu
|
ae0e17cfe2
|
Commands allowed when not connected to any server, fixed get_config: now needs exact option name to return value
|
2006-02-17 14:59:07 +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
|
06ecdfdd35
|
fix some crash (unprotected code execution) and display some kind of backtrace when errors occurs
|
2006-02-12 01:33:36 +00:00 |
|
Emmanuel Bouthenot
|
00eef1c1bc
|
clean some code
|
2006-02-12 01:31:35 +00:00 |
|
Sebastien Helleu
|
e7f730387f
|
Enable plugins compilation if Lua is enabled (like Perl/Python/Ruby)
|
2006-02-11 10:09:59 +00:00 |
|
Emmanuel Bouthenot
|
e4eeaaf1dd
|
clean code to avoid warning and errors when compiling with gcc-2.95
|
2006-02-10 12:44:10 +00:00 |
|
Emmanuel Bouthenot
|
73990d8caa
|
fix weechat_lua_remove_handler : now really use function args
|
2006-02-09 10:50:46 +00:00 |
|
Emmanuel Bouthenot
|
d4e755a641
|
fix weechat_lua_add_message_handler : now really use function args
|
2006-02-09 10:33:48 +00:00 |
|
Emmanuel Bouthenot
|
8ddc5afb21
|
adding lua plugin/scripts support
|
2006-02-08 13:14:23 +00:00 |
|
Emmanuel Bouthenot
|
13a6d5b833
|
adding lua plugin/script
|
2006-02-08 11:49:04 +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
|
a7479272f0
|
Fixed bug with "get_dcc_info" plugin interface function
|
2006-01-26 10:18:50 +00:00 |
|
Sebastien Helleu
|
364d774ded
|
Added new command line argument for setting WeeChat homedir (-d or --dir) (patch from Gwenn)
|
2006-01-25 08:55:24 +00:00 |
|
Sebastien Helleu
|
8cd8410448
|
Fixed bugs: buffer detection in plugins/scripts commands, and /history command
|
2006-01-22 21:30:19 +00:00 |
|
Sebastien Helleu
|
f6d46b8792
|
Reverse order for unloading plugins (fixes crash on FreeBSD)
|
2006-01-14 12:09:04 +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
|
05456cc54e
|
Fixed infobar_printf interface function, security problem with string format
|
2006-01-07 23:58:07 +00:00 |
|
Sebastien Helleu
|
4d62625894
|
New year in copyright, FSF address changed
|
2006-01-04 08:56:00 +00:00 |
|
Sebastien Helleu
|
f4513bbadd
|
Added include of <sys/types.h> for time_t
|
2005-12-18 23:46:15 +00:00 |
|
Sebastien Helleu
|
04fda8a314
|
Fixed FIFO pipe buffer detection, away message (301) now displayed in query if
exists, otherwise on server buffer
|
2005-12-17 11:54:41 +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
|
acb40634b0
|
fix: shutdown function was not lauched
|
2005-12-11 10:56:13 +00:00 |
|
Sebastien Helleu
|
77e00d0381
|
Added charset by server and channel, new command: /charset
|
2005-12-11 00:52:32 +00:00 |
|