Age | Commit message (Expand) | Author |
2006-03-21 | Completed /set command help | Sebastien Helleu |
2006-03-21 | Fixed high CPU usage when running under a screen that has been killed | Sebastien Helleu |
2006-03-21 | Aliases are executed before WeeChat/IRC commands, /builtin command added | Sebastien Helleu |
2006-03-19 | Immediately refresh nick (input window) during server connection process | Sebastien Helleu |
2006-03-19 | Added /cycle command, /part command does close buffer any more | Sebastien Helleu |
2006-03-18 | Fixed bug on ppc | Sebastien Helleu |
2006-03-14 | Fixed /set command when internal server name contains one or many dots | Sebastien Helleu |
2006-03-14 | Added missing IRC command "378" | Sebastien Helleu |
2006-03-14 | Fixed plugin get_info bug when no server at all is opened | Sebastien Helleu |
2006-03-11 | Fixed display bug when top of buffer is displayed and first line is removed | Sebastien Helleu |
2006-03-10 | Fixed "+I" mode output | Sebastien Helleu |
2006-03-10 | Fixed /mode command output | Sebastien Helleu |
2006-03-10 | Fixed completion for /away and /nick commands | Sebastien Helleu |
2006-03-08 | Improved alias completion (now uses target command for completion) | Sebastien Helleu |
2006-03-06 | Fixed completion bug with commands in pv (nick completion, for example with /me) | Sebastien Helleu |
2006-03-06 | Fixed chmod on home (now chmod is not executed when a directory is user's home) | Sebastien Helleu |
2006-03-04 | Added missing IRC command "487" | Sebastien Helleu |
2006-03-04 | Using new default value for DCC download dir (created at startup), fixed logs... | Sebastien Helleu |
2006-03-04 | Added inactivity time, available for plugins via get_info("inactivity") | Sebastien Helleu |
2006-03-03 | Keys alt-{home|end} to scroll top/bottom, alt-{f11-f12} to scroll nicklist to... | Sebastien Helleu |
2006-03-02 | Added special names for plugin message handlers: weechat_pv, weechat_highligh... | Sebastien Helleu |
2006-02-28 | Script plugins now load scripts in WeeChat system share directory | Sebastien Helleu |
2006-02-28 | /msg command does not open any buffer any more | Sebastien Helleu |
2006-02-26 | Fixed crash when using global history (when older entry is removed) | Sebastien Helleu |
2006-02-22 | Added IRC raw data buffer | Sebastien Helleu |
2006-02-21 | fix minor bug and improve backtrace display on errors | Emmanuel Bouthenot |
2006-02-21 | Fixed display bugs with /kill command | Sebastien Helleu |
2006-02-20 | Added new plugin API function: remove_infobar | Sebastien Helleu |
2006-02-19 | Fixed bug in /lua command for timer handlers | Sebastien Helleu |
2006-02-19 | Added timer handler for plugins | Sebastien Helleu |
2006-02-18 | Plugin messages handlers now called when message is ignored; new behaviour for | Sebastien Helleu |
2006-02-18 | Fixed message displayed when a command handler failed (now "failed" instead of | Sebastien Helleu |
2006-02-18 | Fixed Ruby function "log" (argument count) | Sebastien Helleu |
2006-02-17 | Commands allowed when not connected to any server, fixed get_config: now need... | Sebastien Helleu |
2006-02-16 | fix typo in parsing args for weechat_python_add_command_handler | Emmanuel Bouthenot |
2006-02-16 | Updated doc, renamed functions in plugins API | Sebastien Helleu |
2006-02-16 | make possible to log with plugins / scripts | Emmanuel Bouthenot |
2006-02-16 | clean code while parsing commands in server_command and make possible to run ... | Emmanuel Bouthenot |
2006-02-12 | Updated doc for server_command setting | Sebastien Helleu |
2006-02-12 | make possible to run more than one command when connecting to server | Emmanuel Bouthenot |
2006-02-12 | fix some crash (unprotected code execution) and display some kind of backtrac... | Emmanuel Bouthenot |
2006-02-12 | clean some code | Emmanuel Bouthenot |
2006-02-11 | Enable plugins compilation if Lua is enabled (like Perl/Python/Ruby) | Sebastien Helleu |
2006-02-10 | clean code to avoid warning and errors when compiling with gcc-2.95 | Emmanuel Bouthenot |
2006-02-09 | fix weechat_lua_remove_handler : now really use function args | Emmanuel Bouthenot |
2006-02-09 | fix weechat_lua_add_message_handler : now really use function args | Emmanuel Bouthenot |
2006-02-08 | adding lua plugin/scripts support | Emmanuel Bouthenot |
2006-02-08 | adding lua plugin/script | Emmanuel Bouthenot |
2006-02-04 | Minor changes on server/channel/nick info API functions | Sebastien Helleu |
2006-02-03 | Gtk GUI changes, now compile is ok | Sebastien Helleu |