summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-03-21Completed /set command helpSebastien Helleu
2006-03-21Fixed high CPU usage when running under a screen that has been killedSebastien Helleu
2006-03-21Aliases are executed before WeeChat/IRC commands, /builtin command addedSebastien Helleu
2006-03-19Immediately refresh nick (input window) during server connection processSebastien Helleu
2006-03-19Added /cycle command, /part command does close buffer any moreSebastien Helleu
2006-03-18Fixed bug on ppcSebastien Helleu
2006-03-14Fixed /set command when internal server name contains one or many dotsSebastien Helleu
2006-03-14Added missing IRC command "378"Sebastien Helleu
2006-03-14Fixed plugin get_info bug when no server at all is openedSebastien Helleu
2006-03-11Fixed display bug when top of buffer is displayed and first line is removedSebastien Helleu
(according to "history_max_lines" setting)
2006-03-10Fixed "+I" mode outputSebastien Helleu
2006-03-10Fixed /mode command outputSebastien Helleu
2006-03-10Fixed completion for /away and /nick commandsSebastien Helleu
2006-03-08Improved alias completion (now uses target command for completion)Sebastien Helleu
2006-03-06Fixed completion bug with commands in pv (nick completion, for example with /me)Sebastien Helleu
2006-03-06Fixed chmod on home (now chmod is not executed when a directory is user's home)Sebastien Helleu
2006-03-04Added missing IRC command "487"Sebastien Helleu
2006-03-04Using new default value for DCC download dir (created at startup), fixed ↵Sebastien Helleu
logs dir creation
2006-03-04Added inactivity time, available for plugins via get_info("inactivity")Sebastien Helleu
2006-03-03Keys alt-{home|end} to scroll top/bottom, alt-{f11-f12} to scroll nicklist ↵Sebastien Helleu
top/bottom
2006-03-02Added special names for plugin message handlers: weechat_pv, ↵Sebastien Helleu
weechat_highlight, weechat_ctcp, weechat_dcc
2006-02-28Script plugins now load scripts in WeeChat system share directorySebastien Helleu
2006-02-28/msg command does not open any buffer any moreSebastien Helleu
2006-02-26Fixed crash when using global history (when older entry is removed)Sebastien Helleu
2006-02-22Added IRC raw data bufferSebastien Helleu
2006-02-21fix minor bug and improve backtrace display on errorsEmmanuel Bouthenot
2006-02-21Fixed display bugs with /kill commandSebastien Helleu
2006-02-20Added new plugin API function: remove_infobarSebastien Helleu
2006-02-19Fixed bug in /lua command for timer handlersSebastien Helleu
2006-02-19Added timer handler for pluginsSebastien Helleu
2006-02-18Plugin messages handlers now called when message is ignored; new behaviour forSebastien Helleu
messages ignored by a message handler: now WeeChat executes standard handler, treating message as "ignored"
2006-02-18Fixed message displayed when a command handler failed (now "failed" instead ofSebastien Helleu
"command not found")
2006-02-18Fixed Ruby function "log" (argument count)Sebastien Helleu
2006-02-17Commands allowed when not connected to any server, fixed get_config: now ↵Sebastien Helleu
needs exact option name to return value
2006-02-16fix typo in parsing args for weechat_python_add_command_handlerEmmanuel Bouthenot
2006-02-16Updated doc, renamed functions in plugins APISebastien Helleu
2006-02-16make possible to log with plugins / scriptsEmmanuel Bouthenot
2006-02-16clean code while parsing commands in server_command and make possible to run ↵Emmanuel Bouthenot
many (irc or weechat) commands with alias
2006-02-12Updated doc for server_command settingSebastien Helleu
2006-02-12make possible to run more than one command when connecting to serverEmmanuel Bouthenot
2006-02-12fix some crash (unprotected code execution) and display some kind of ↵Emmanuel Bouthenot
backtrace when errors occurs
2006-02-12clean some codeEmmanuel Bouthenot
2006-02-11Enable plugins compilation if Lua is enabled (like Perl/Python/Ruby)Sebastien Helleu
2006-02-10clean code to avoid warning and errors when compiling with gcc-2.95Emmanuel Bouthenot
2006-02-09fix weechat_lua_remove_handler : now really use function argsEmmanuel Bouthenot
2006-02-09fix weechat_lua_add_message_handler : now really use function argsEmmanuel Bouthenot
2006-02-08adding lua plugin/scripts supportEmmanuel Bouthenot
2006-02-08adding lua plugin/scriptEmmanuel Bouthenot
2006-02-04Minor changes on server/channel/nick info API functionsSebastien Helleu
2006-02-03Gtk GUI changes, now compile is okSebastien Helleu