summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2006-06-28Fixed random crash when "MODE #chan -l" is receivedSebastien Helleu
2006-06-28Fixed bug in IRC parser (random crash with malformed IRC messages)Sebastien Helleu
2006-06-26Fixed refresh bug (too many refresh) when terminal is resizedSebastien Helleu
2006-06-26Case ignored for channel names in charset options (bug #16858)Sebastien Helleu
2006-06-24Fixed crash when setting look_one_server_buffer to ON (bug #16932)Sebastien Helleu
2006-06-22Added new functions in plugin/script API: get window info, get buffer info, ↵Sebastien Helleu
get buffer content
2006-06-20Added czech quickstart guideSebastien Helleu
2006-06-16Fixed display bug with special char (bug #16732)Sebastien Helleu
2006-06-15Added color encoding for some commands like /meSebastien Helleu
2006-06-14Renamed plugins names (removed "lib" prefix in name)Sebastien Helleu
2006-06-10Fixed crash when closing DCC/raw buffer if 2 are open (bug #16808)Sebastien Helleu
2006-06-10Fixed crashes with DCC chat remove/purge on DCC view (bug #16775)Sebastien Helleu
2006-06-07Fixed problem with bnc (now connected to server when receiving 001, not 004) ↵Sebastien Helleu
(bug #16760)
2006-06-01Revert back for plugin loaded, use of GLOBAL instead of LOCAL (problems with ↵Sebastien Helleu
Perl DynaLoader)
2006-05-31Fixed plugins symbol problem (removed global flag when loading library)Sebastien Helleu
2006-05-29Command /save now writes plugins options (~/.weechat/plugins.rc)Sebastien Helleu
2006-05-29Fixed crash with "register" function in plugin scripts (bug #16701)Sebastien Helleu
2006-05-25Fixed random crash at exit (/quit or /upgrade) with splited windowsSebastien Helleu
2006-05-24Version 0.1.9Sebastien Helleu
2006-05-24Fixed /squery command (message sent to server, now ok with # args > 2)Sebastien Helleu
2006-05-21Fixed /alias command (now ok with an alias name: display content)Sebastien Helleu
2006-05-20Improved lua plugin detection (bug #16574)Sebastien Helleu
2006-05-20Automatically rename log file when crashing, added backtrace to log fileSebastien Helleu
2006-05-19Added backtrace when WeeChat crashesSebastien Helleu
2006-05-16Added lock for log file (~/.weechat/weechat.log), only one WeeChat process ↵Sebastien Helleu
can use this file (bug #16382)
2006-05-14Fixed crash with ncurses color when too many colors defined in ncurses (bug ↵Sebastien Helleu
#16556)
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