Sebastien Helleu
|
1005890db2
|
Fixed completion bug with commands in pv (nick completion, for example with /me)
|
2006-03-06 21:09:09 +00:00 |
|
Sebastien Helleu
|
8f714033ac
|
Fixed chmod on home (now chmod is not executed when a directory is user's home)
|
2006-03-06 20:58:08 +00:00 |
|
Sebastien Helleu
|
1a510e1598
|
Added missing IRC command "487"
|
2006-03-04 23:20:41 +00:00 |
|
Sebastien Helleu
|
650805f204
|
Using new default value for DCC download dir (created at startup), fixed logs dir creation
|
2006-03-04 15:37:20 +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
|
92db79989e
|
Keys alt-{home|end} to scroll top/bottom, alt-{f11-f12} to scroll nicklist top/bottom
|
2006-03-03 10:40:43 +00:00 |
|
Sebastien Helleu
|
5d32ac0d57
|
Added special names for plugin message handlers: weechat_pv, weechat_highlight, weechat_ctcp, weechat_dcc
|
2006-03-02 21:54:33 +00:00 |
|
Sebastien Helleu
|
bd1685a8fe
|
Updated TODO
|
2006-03-02 21:54:00 +00:00 |
|
Sebastien Helleu
|
312ad619ae
|
Fixed bug with dl library detection (for FreeBSD and maybe other systems)
|
2006-03-02 15:58:10 +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
|
8c662f69f9
|
/msg command does not open any buffer any more
|
2006-02-28 15:59:33 +00:00 |
|
Sebastien Helleu
|
5c29def9d9
|
Fixed crash when using global history (when older entry is removed)
|
2006-02-26 11:27:43 +00:00 |
|
Sebastien Helleu
|
c0a1673060
|
Added IRC raw data buffer
|
2006-02-22 11:58:11 +00:00 |
|
Emmanuel Bouthenot
|
3a79e32dbb
|
fix minor bug and improve backtrace display on errors
|
2006-02-21 22:43:48 +00:00 |
|
Sebastien Helleu
|
349d9d1028
|
Fixed display bugs with /kill command
|
2006-02-21 10:23:35 +00:00 |
|
Sebastien Helleu
|
13ddcc3adc
|
Added infobar_remove in C plugin API
|
2006-02-20 21:55:51 +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
|
484274d65f
|
Plugin messages handlers now called when message is ignored; new behaviour for
messages ignored by a message handler: now WeeChat executes standard handler,
treating message as "ignored"
|
2006-02-18 13:35:06 +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
|
271d1c905f
|
Fixed scripts examples with server/channel/nick info
|
2006-02-17 15:00:00 +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 |
|
Sebastien Helleu
|
d69c634d2f
|
Fixed typos
|
2006-02-17 14:58:01 +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 |
|
Sebastien Helleu
|
91af3fe728
|
Updated translations
|
2006-02-16 10:19:07 +00:00 |
|
Emmanuel Bouthenot
|
a62a002522
|
clean code while parsing commands in server_command and make possible to run many (irc or weechat) commands with alias
|
2006-02-16 09:51:08 +00:00 |
|
Sebastien Helleu
|
f79653db8e
|
Updated czech translations
|
2006-02-14 08:02:47 +00:00 |
|
Sebastien Helleu
|
0538215157
|
Updated doc for server_command setting
|
2006-02-12 22:12:05 +00:00 |
|
Emmanuel Bouthenot
|
fa02f128ec
|
make possible to run more than one command when connecting to server
|
2006-02-12 21:50:31 +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
|
e7fd1a0cb7
|
Auto-detect all components, and compile if found by default
|
2006-02-11 10:11:10 +00:00 |
|
Sebastien Helleu
|
321a8a65ad
|
Added Lua
|
2006-02-11 10:10:26 +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 |
|
Sebastien Helleu
|
4c34ac5d8f
|
Added Lua script plugin
|
2006-02-09 20:47:16 +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 |
|
Sebastien Helleu
|
4a4daf6931
|
Added lua script plugin, new functions in plugins API
|
2006-02-08 21:37:17 +00:00 |
|
Emmanuel Bouthenot
|
8ddc5afb21
|
adding lua plugin/scripts support
|
2006-02-08 13:14:23 +00:00 |
|
Emmanuel Bouthenot
|
a5cef6abde
|
lua plugin/scripts support
|
2006-02-08 12:06:24 +00:00 |
|
Emmanuel Bouthenot
|
13a6d5b833
|
adding lua plugin/script
|
2006-02-08 11:49:04 +00:00 |
|
Sebastien Helleu
|
47b7b1d578
|
Added new API functions for scripts (list of servers, channels, nicks)
|
2006-02-08 11:13:49 +00:00 |
|
Sebastien Helleu
|
c0a7e4445c
|
Added hungarian translation (thanks to voroskoi)
|
2006-02-08 10:27:10 +00:00 |
|
Sebastien Helleu
|
80d6b1d952
|
Fixed XML typos
|
2006-02-07 21:10:11 +00:00 |
|
Sebastien Helleu
|
75eb47ee9e
|
Added new plugins API functions (get_server_info, free_server_info, get_channel_info, free_channel_info, get_nick_info, free_nick_info)
|
2006-02-05 20:57:42 +00:00 |
|