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
|
031fab21b0
|
Fixed display bug when top of buffer is displayed and first line is removed
(according to "history_max_lines" setting)
|
2006-03-11 07:33:54 +00:00 |
|
Sebastien Helleu
|
ea06fca69c
|
Fixed "+I" mode output
|
2006-03-10 23:19:11 +00:00 |
|
Sebastien Helleu
|
4181fa3f74
|
Fixed /mode command output
|
2006-03-10 22:44:21 +00:00 |
|
Sebastien Helleu
|
d6e562ed7e
|
Fixed completion for /away and /nick commands
|
2006-03-10 09:04:29 +00:00 |
|
Sebastien Helleu
|
227c05447f
|
Improved alias completion (now uses target command for completion)
|
2006-03-08 15:31:26 +00:00 |
|
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
|
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
|
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
|
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
|
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
|
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
|
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 |
|
Sebastien Helleu
|
480974b8de
|
Gtk GUI changes, now compile is ok
|
2006-02-03 00:36:03 +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
|
70ad116c0f
|
Added options "look_open_near_server" and "look_nick_complete_first" (patch from Gwenn)
|
2006-01-30 20:22:40 +00:00 |
|
Sebastien Helleu
|
99a3434733
|
Fixed bug with elapsed time when away if computer clock was changed (displays 0 if elapsed time is negative)
|
2006-01-26 16:49:21 +00:00 |
|
Sebastien Helleu
|
0e91f0c208
|
Fixed bug with /upgrade when servers buffer (with one buffer for all servers) is moved to buffer # > 1
|
2006-01-26 13:57: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
|
2e1c6023d7
|
Fixed bug with option "irc_away_check_max_nicks" (now channels are refreshed when nicks count changed)
|
2006-01-26 10:04:57 +00:00 |
|
Sebastien Helleu
|
464fc8abdf
|
Added new scroll keys for a few lines up/down (default: meta-pgup/pgdn) (patch from Pistos)
|
2006-01-25 17:52:11 +00:00 |
|
Sebastien Helleu
|
1e4c1a7073
|
Fixed compilation problem with debug messages
|
2006-01-25 17:09:24 +00:00 |
|