summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-04-01Fixed display but with input command line (when text is longer than window size)Sebastien Helleu
2006-04-01Fixed plugin command handler call when no argument is givenSebastien Helleu
2006-03-31Fixed nicklist display bugs when on top or bottom of chat window, fixed refre...Sebastien Helleu
2006-03-30Fixed bug with /alias and /unalias commands when alias begins with '/'Sebastien Helleu
2006-03-30Added nick completion for /userhost commandSebastien Helleu
2006-03-30Added keyboard handler to plugin APISebastien Helleu
2006-03-26Improved script plugin loaderSebastien Helleu
2006-03-25Fixed bug with /set string value completionSebastien Helleu
2006-03-25Added hostname/IP option for connection to serverSebastien Helleu
2006-03-24Fixed --disable-plugins option in configure scriptSebastien Helleu
2006-03-24Added /setp command (set plugin options)Sebastien Helleu
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
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 logs...Sebastien Helleu
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 to...Sebastien Helleu
2006-03-02Added special names for plugin message handlers: weechat_pv, weechat_highligh...Sebastien Helleu
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
2006-02-18Fixed message displayed when a command handler failed (now "failed" instead ofSebastien Helleu
2006-02-18Fixed Ruby function "log" (argument count)Sebastien Helleu
2006-02-17Commands allowed when not connected to any server, fixed get_config: now need...Sebastien Helleu
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
2006-02-12Updated doc for server_command settingSebastien Helleu