summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2006-08-17IRC raw buffer now uses join/part prefix with color to display messagesSebastien Helleu
2006-08-17Added send of "quit" message to server when using /disconnectSebastien Helleu
2006-08-17Added IRC command 329 (channel creation date)Sebastien Helleu
2006-08-17Added missing IRC commands: 310, 326Sebastien Helleu
2006-08-17Fixed "wallops" command when received, now displayed by WeeChat (bug #17441)Sebastien Helleu
2006-08-10Fixed /wallops command (now many words are correctly sent)Sebastien Helleu
2006-08-10Fixed command 348 (channel exception list, received by /mode #chan e)Sebastien Helleu
2006-08-07Added missing modes (channel & user), now all modes are allowed (bug ↵Sebastien Helleu
#16606), added "%m" for completion with self nick (on current server)
2006-08-05Added missing IRC command 338Sebastien Helleu
2006-08-05Fixed DCC restore after /upgrade (now order is saved)Sebastien Helleu
2006-08-05Fixed away after server disconnection (now away is set again when ↵Sebastien Helleu
reconnecting) (bug #16359)
2006-08-05Fixed DCC file connection problem (connection from receiver to sender)Sebastien Helleu
2006-08-03Improved DCC speed (up to x5 on LAN) by forking for DCC files and a new ↵Sebastien Helleu
option "dcc_fast_send" (does not wait for ACK) (task #5758)
2006-07-30Fixed crash when purging DCC with high number of DCC (> window size)Sebastien Helleu
2006-07-27Fixed completion for command handlers (now empty completion_template means ↵Sebastien Helleu
nick completion, "-" string means no completion at all)
2006-07-27Fixed nick alignment problem when look_nickmode is offSebastien Helleu
2006-07-25Added generic function for incoming numeric IRC commands (bug #16611)Sebastien Helleu
2006-07-25Fixed crash when doing "/part something" on a server buffer (bug #17201)Sebastien Helleu
2006-07-22Charsets are now checked when set by /charset commandSebastien Helleu
2006-07-18Added "look_save_on_exit" option (patch from Emanuele Giaquinta)Sebastien Helleu
2006-07-16Fixed crash on DCC buffer under Darwin 8 (bug #17115)Sebastien Helleu
2006-07-16added some panel functions, fixed refresh bugs when terminal is resized: too ↵Sebastien Helleu
many refreshs, display bug with splited windows
2006-07-07Added configure option for doc XSL prefix (bug #16991)Sebastien Helleu
2006-06-30Fixed bug with spaces in script names (bug #16957)Sebastien Helleu
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)