index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2006-04-02
Fixed string explosion bug (should return 0 with empty string)
Sebastien Helleu
2006-04-02
Fixed /buffer close bug with part message
Sebastien Helleu
2006-04-01
add regular expression support for /list command
Emmanuel Bouthenot
2006-04-01
Fixed /names command: now displays result when not on a channel
Sebastien Helleu
2006-04-01
Fixed display but with input command line (when text is longer than window size)
Sebastien Helleu
2006-04-01
Fixed plugin command handler call when no argument is given
Sebastien Helleu
2006-03-31
Fixed nicklist display bugs when on top or bottom of chat window, fixed refre...
Sebastien Helleu
2006-03-30
Fixed bug with /alias and /unalias commands when alias begins with '/'
Sebastien Helleu
2006-03-30
Added nick completion for /userhost command
Sebastien Helleu
2006-03-30
Added keyboard handler to plugin API
Sebastien Helleu
2006-03-26
Improved script plugin loader
Sebastien Helleu
2006-03-25
Fixed bug with /set string value completion
Sebastien Helleu
2006-03-25
Added hostname/IP option for connection to server
Sebastien Helleu
2006-03-24
Fixed --disable-plugins option in configure script
Sebastien Helleu
2006-03-24
Added /setp command (set plugin options)
Sebastien Helleu
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
[next]