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 |
|
Emmanuel Bouthenot
|
b8662d79c2
|
rewrite ruby funcalls
|
2005-12-10 22:28:18 +00:00 |
|
Emmanuel Bouthenot
|
7a80558d0f
|
fix various minor bugs in plugins scripts
|
2005-12-06 22:38:06 +00:00 |
|
Emmanuel Bouthenot
|
74b84ae163
|
make ruby plugin functionnal
|
2005-12-02 22:28:21 +00:00 |
|
Emmanuel Bouthenot
|
81224d9397
|
fix some typos and improve get_dcc_info
|
2005-12-02 22:26:40 +00:00 |
|
Sebastien Helleu
|
c005d8c4d3
|
Added server/channel arg to /buffer command for jumping to buffer
|
2005-11-29 08:23:03 +00:00 |
|
Emmanuel Bouthenot
|
816fac5084
|
fix typo with perl_current_script_filename
|
2005-11-28 20:08:50 +00:00 |
|