Age | Commit message (Expand) | Author |
2007-01-05 | Changed copyright date (2006 -> 2007) | Sebastien Helleu |
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 display bug with charset on DCC and IRC raw buffers | Sebastien Helleu |
2006-12-01 | Fixed charset bug when displaying "Day changed" message | Sebastien Helleu |
2006-11-29 | Added keys (F9/F10) to scroll topic (task #6030) | Sebastien Helleu |
2006-11-26 | Fixed memleak in keyboard input | 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-08 | Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f... | Sebastien Helleu |
2006-10-24 | Added "modifier" in plugins API, improved /plugin command | Sebastien Helleu |
2006-10-12 | Fixed some portability bugs (patch #5271) | Sebastien Helleu |
2006-10-09 | Fixed warning on AMD64 | Sebastien Helleu |
2006-10-08 | Fixed compilation warnings for AMD64 | Sebastien Helleu |
2006-10-08 | Fixed comparison between a char and negative value (now using 'signed char' t... | 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-26 | Fixed nicklist display bug when top/bottom (not enough lines) (bug #17537) | Sebastien Helleu |
2006-08-17 | Added 'C'lear option on IRC raw buffer | Sebastien Helleu |
2006-08-17 | Added send of "quit" message to server when using /disconnect | Sebastien Helleu |
2006-08-07 | Added missing modes (channel & user), now all modes are allowed (bug #16606),... | Sebastien Helleu |
2006-08-03 | Improved DCC speed (up to x5 on LAN) by forking for DCC files and a new optio... | Sebastien Helleu |
2006-07-30 | Fixed compilation problems under Irix | Sebastien Helleu |
2006-07-23 | Removed useless call to doupdate() | Sebastien Helleu |
2006-07-23 | Splited weechat.c into weechat.c and util.c | Sebastien Helleu |
2006-07-16 | Fixed crash on DCC buffer under Darwin 8 (bug #17115) | Sebastien Helleu |
2006-07-16 | added some panel functions, fixed refresh bugs when terminal is resized: too ... | Sebastien Helleu |
2006-07-01 | Fixed typos | Sebastien Helleu |
2006-06-26 | Fixed refresh bug (too many refresh) when terminal is resized | Sebastien Helleu |
2006-06-16 | Fixed display bug with special char (bug #16732) | Sebastien Helleu |
2006-05-25 | Fixed random crash at exit (/quit or /upgrade) with splited windows | Sebastien Helleu |
2006-05-21 | Fixed bug with keyboard on GNU/Hurd: use only one select(), waiting for bette... | Sebastien Helleu |
2006-05-20 | Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for... | Sebastien Helleu |
2006-05-14 | Fixed 2 crashs: with malformed UTF-8 strings and with ncurses color when too ... | Sebastien Helleu |
2006-05-13 | Added new key to find previous completion (shift-tab by default) | 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 | Added some panel structures and functions | Sebastien Helleu |
2006-05-07 | Fixed refresh bug (deadlock in curses) when terminal is resized (bug #16542) | Sebastien Helleu |
2006-04-22 | Splited GUI sources | Sebastien Helleu |
2006-04-22 | Splited gui-display.c into many sources | 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-01 | Fixed display but with input command line (when text is longer than window size) | 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-24 | Fixed --disable-plugins option in configure script | Sebastien Helleu |
2006-03-21 | Fixed high CPU usage when running under a screen that has been killed | 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 |