Age | Commit message (Expand) | Author |
2006-12-05 | Fixed display bug with color for first line on screen (bug #17719) | Sebastien Helleu |
2006-12-04 | Added anti-flood option (irc_anti_flood) (task #5442) | Sebastien Helleu |
2006-12-04 | Fixed bug with "set_config" function in plugins API (bug #18448) | Sebastien Helleu |
2006-12-01 | Plugins: "add_message_handler" now accepts "*" for all IRC messages | Sebastien Helleu |
2006-11-29 | Added keys (F9/F10) to scroll topic (task #6030) | Sebastien Helleu |
2006-11-29 | Added auto completion with channels and filenames | Sebastien Helleu |
2006-11-28 | Added filename completion in doc and ChangeLog | Sebastien Helleu |
2006-11-26 | Fixed memleak in keyboard input | Sebastien Helleu |
2006-11-19 | Fixed refresh bug when changing config options if window is splited | Sebastien Helleu |
2006-11-17 | Added space between chat and nicklist when position is "right" (bug #17852) | Sebastien Helleu |
2006-11-17 | Added option "look_nicklist_separator" (task #5437) | Sebastien Helleu |
2006-11-14 | Fixed bug with DCC SEND when filename begins with '~' | Sebastien Helleu |
2006-11-09 | Added "irc_send_unknown_commands" option to send unknown commands to IRC serv... | Sebastien Helleu |
2006-11-08 | Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f... | Sebastien Helleu |
2006-11-04 | Fixed bug with ignore: now any IRC command is allowed | Sebastien Helleu |
2006-10-30 | Fixed crash with Ctrl-T (transpose) and one char on line (bug #18153) | Sebastien Helleu |
2006-10-24 | Updated ChangeLog | Sebastien Helleu |
2006-10-20 | Fixed bug on ignore with "mode" IRC command (bug #18058) | Sebastien Helleu |
2006-10-20 | Fixed crash when loading ruby script if file does not exist, with Ruby >= 1.9... | Sebastien Helleu |
2006-10-14 | Added date in plugin function get_buffer_data() | Sebastien Helleu |
2006-10-12 | Fixed some portability bugs (patch #5271) | Sebastien Helleu |
2006-10-12 | Fixed iconv detection for BSD (patch #5456) | Sebastien Helleu |
2006-10-12 | Fixed typo in configure.in (bash specific test) (patch #5450) | Sebastien Helleu |
2006-10-12 | Mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are now se... | Sebastien Helleu |
2006-10-12 | Added more values for config boolean values: y/true/t/1 and n/false/f/0 (patc... | Sebastien Helleu |
2006-10-09 | Fixed bug with /alias and arguments (like $1), now text after argument(s) is ... | Sebastien Helleu |
2006-10-08 | Fixed comparison between a char and negative value (now using 'signed char' t... | Sebastien Helleu |
2006-10-01 | Version 0.2.1 | Sebastien Helleu |
2006-09-30 | Fixed wrong bug # in ChangeLog: #17852 => #17838 | Sebastien Helleu |
2006-09-30 | Fixed crash for DCC receiver when resuming a file (bug #17885), fixed DCC err... | Sebastien Helleu |
2006-09-23 | Fixed random crash with /upgrade command (error when loading buffers) | Sebastien Helleu |
2006-09-16 | Fixed buffer search by server/channel: now if only channel is specified, a ch... | Sebastien Helleu |
2006-09-12 | Fixed highlight for DCC, invite and notice: when a window is displaying buffe... | Sebastien Helleu |
2006-09-08 | Command "/away -all" now allowed when not connected to current server | Sebastien Helleu |
2006-09-08 | New signals handled: SIGTERM and SIGHUP (received when terminal is closed): c... | Sebastien Helleu |
2006-09-02 | Added some new default key bindings for existing keys (for some OS) | Sebastien Helleu |
2006-08-30 | Command /key now ok with one arg (key name): display key if found | Sebastien Helleu |
2006-08-28 | Fixed bug with CTCP VERSION sent on channels (bug #17547), added current chan... | Sebastien Helleu |
2006-08-26 | Fixed typo in doc for example of get_buffer_data (lua) | Sebastien Helleu |
2006-08-26 | Fixed nicklist display bug when top/bottom (not enough lines) (bug #17537) | Sebastien Helleu |
2006-08-26 | Fixed bug with auto-rejoin of keyed chans (bug #17534) | Sebastien Helleu |
2006-08-26 | Added default nick completion when line starts with '//' (bug #17535) | Sebastien Helleu |
2006-08-26 | Values yes/no accepted (as on/off) for config boolean values (task #5454) | Sebastien Helleu |
2006-08-25 | Added server default notify level (task #5634), fixed crashs with /buffer and... | Sebastien Helleu |
2006-08-22 | Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special vars... | Sebastien Helleu |
2006-08-20 | Added hotlist in session file when using /upgrade command (task #5449) | Sebastien Helleu |
2006-08-19 | Added missing aspell plugin in ChangeLog for v0.2.0 | Sebastien Helleu |
2006-08-19 | Fixed nick refresh problem with unrealircd specific modes: chan owner (~) and... | Sebastien Helleu |
2006-08-19 | Version 0.2.0 | Sebastien Helleu |
2006-08-17 | Added 'C'lear option on IRC raw buffer | Sebastien Helleu |