summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2006-05-14Fixed 2 crashs: with malformed UTF-8 strings and with ncurses color when too ↵Sebastien Helleu
many colors defined in ncurses
2006-05-14Added missing IRC commands (006, 007, 310, 379)Sebastien Helleu
2006-05-13Added new key to find previous completion (shift-tab by default)Sebastien Helleu
2006-05-08Fixed bug with long outgoing IRC messages (> 512 bytes) (bug #16358)Sebastien Helleu
2006-05-08Fixed UTF-8 display bug with chars using more than one cell on screen (bug ↵Sebastien Helleu
#16356)
2006-05-07Fixed display bug with DCC file size when > 1 GbSebastien Helleu
2006-05-07Fixed refresh bug (deadlock in curses) when terminal is resized (bug #16542)Sebastien Helleu
2006-05-05Fixed nicklist sort bugSebastien Helleu
2006-04-23Added IRC commands 290, 292, 437, 974Sebastien Helleu
2006-04-23Fixed bug #16369: fixed crash when multiple pv have same name: now it's ↵Sebastien Helleu
forbidden and pv buffer is not renamed (when a nick changes) if another exists with same name
2006-04-21Command /clear [-all] now clears hotlistSebastien Helleu
2006-04-19Fixed crash after /upgrade if a line in history is emptySebastien Helleu
2006-04-15Fixed many crashes with DCC chatSebastien Helleu
2006-04-12Added new option to customize input prompt, added nick modes, fixed commands ↵Sebastien Helleu
332, 333 (/topic now ok when channel is not opened)
2006-04-11Removed charset conversion for commands (only allowed in text sent to ↵Sebastien Helleu
channel/private)
2006-04-10Removed color encoding in commands (only allowed in text sent to ↵Sebastien Helleu
channel/private)
2006-04-08Added hostnames associeted to nicks (available for /ban completion)Sebastien Helleu
2006-04-04Added "+p" mode for channels, fixed mode display in status barSebastien Helleu
2006-04-02Added nick alignment optionsSebastien Helleu
2006-04-01Fixed /names command: now displays result when not on a channelSebastien Helleu
2006-03-31Fixed nicklist display bugs when on top or bottom of chat window, fixed ↵Sebastien Helleu
refresh bug (too many refresh) when terminal is resized
2006-03-30Added keyboard handler to plugin APISebastien Helleu
2006-03-26Improved script plugin loaderSebastien 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-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-19Added /cycle command, /part command does close buffer any moreSebastien Helleu
2006-03-18Version 0.1.8Sebastien Helleu
2006-03-17Ruby changes forgotten in ChangeLogSebastien Helleu
2006-03-14Fixed /set command when internal server name contains one or many dotsSebastien 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 /mode command outputSebastien Helleu
2006-03-08Improved alias completion (now uses target command for completion)Sebastien Helleu
2006-03-04Added missing IRC command "487"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 ↵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-20Added new plugin API function: remove_infobarSebastien 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-16Updated doc, renamed functions in plugins APISebastien Helleu
2006-02-12Updated doc for server_command settingSebastien Helleu
2006-02-08Added lua script plugin, new functions in plugins APISebastien Helleu
2006-01-30Added options "look_open_near_server" and "look_nick_complete_first" (patch ↵Sebastien Helleu
from Gwenn)