Age | Commit message (Expand) | Author |
2006-05-20 | Improved lua plugin detection (bug #16574) | Sebastien Helleu |
2006-05-20 | Automatically rename log file when crashing, added backtrace to log file | Sebastien Helleu |
2006-05-19 | Added backtrace when WeeChat crashes | Sebastien Helleu |
2006-05-16 | Added lock for log file (~/.weechat/weechat.log), only one WeeChat process ca... | Sebastien Helleu |
2006-05-14 | Fixed crash with ncurses color when too many colors defined in ncurses (bug #... | Sebastien Helleu |
2006-05-14 | Fixed 2 crashs: with malformed UTF-8 strings and with ncurses color when too ... | Sebastien Helleu |
2006-05-14 | Added missing IRC commands (006, 007, 310, 379) | Sebastien Helleu |
2006-05-13 | Added new key to find previous completion (shift-tab by default) | Sebastien Helleu |
2006-05-08 | Fixed bug with long outgoing IRC messages (> 512 bytes) (bug #16358) | Sebastien Helleu |
2006-05-08 | Fixed UTF-8 display bug with chars using more than one cell on screen (bug #1... | Sebastien Helleu |
2006-05-07 | Fixed display bug with DCC file size when > 1 Gb | Sebastien Helleu |
2006-05-07 | Fixed refresh bug (deadlock in curses) when terminal is resized (bug #16542) | Sebastien Helleu |
2006-05-05 | Fixed nicklist sort bug | Sebastien Helleu |
2006-04-23 | Added IRC commands 290, 292, 437, 974 | Sebastien Helleu |
2006-04-23 | Fixed bug #16369: fixed crash when multiple pv have same name: now it's forbi... | Sebastien Helleu |
2006-04-21 | Command /clear [-all] now clears hotlist | Sebastien Helleu |
2006-04-19 | Fixed crash after /upgrade if a line in history is empty | Sebastien Helleu |
2006-04-15 | Fixed many crashes with DCC chat | Sebastien Helleu |
2006-04-12 | Added new option to customize input prompt, added nick modes, fixed commands ... | Sebastien Helleu |
2006-04-11 | Removed charset conversion for commands (only allowed in text sent to channel... | Sebastien Helleu |
2006-04-10 | Removed color encoding in commands (only allowed in text sent to channel/priv... | Sebastien Helleu |
2006-04-08 | Added hostnames associeted to nicks (available for /ban completion) | Sebastien Helleu |
2006-04-04 | Added "+p" mode for channels, fixed mode display in status bar | Sebastien Helleu |
2006-04-02 | Added nick alignment options | Sebastien Helleu |
2006-04-01 | Fixed /names command: now displays result when not on a channel | Sebastien Helleu |
2006-03-31 | Fixed nicklist display bugs when on top or bottom of chat window, fixed refre... | 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 | 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 | 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 | Added /cycle command, /part command does close buffer any more | Sebastien Helleu |
2006-03-18 | Version 0.1.8 | Sebastien Helleu |
2006-03-17 | Ruby changes forgotten in ChangeLog | Sebastien Helleu |
2006-03-14 | Fixed /set command when internal server name contains one or many dots | 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 /mode command output | Sebastien Helleu |
2006-03-08 | Improved alias completion (now uses target command for completion) | Sebastien Helleu |
2006-03-04 | Added missing IRC command "487" | 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-20 | Added new plugin API function: remove_infobar | Sebastien Helleu |
2006-02-19 | Added timer handler for plugins | Sebastien Helleu |