Age | Commit message (Expand) | Author |
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-30 | Fixed crash when purging DCC with high number of DCC (> window size) | 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-24 | Fixed crash when setting look_one_server_buffer to ON (bug #16932) | Sebastien Helleu |
2006-06-16 | Fixed display bug with special char (bug #16732) | Sebastien Helleu |
2006-06-14 | Added completion info for buffers in crash/debug dump | Sebastien Helleu |
2006-06-10 | Fixed crash when closing DCC/raw buffer if 2 are open (bug #16808) | Sebastien Helleu |
2006-06-10 | Fixed crashes with DCC chat remove/purge on DCC view (bug #16775) | 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-23 | Fixed bug #16416 (crash when purging old DCC chats) | Sebastien Helleu |
2006-04-22 | Splited GUI sources | Sebastien Helleu |
2006-04-22 | Splited gui-display.c into many sources | Sebastien Helleu |
2006-04-21 | Command /clear [-all] now clears hotlist | 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-02 | Added nick alignment options | 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-21 | Aliases are executed before WeeChat/IRC commands, /builtin command added | Sebastien Helleu |
2006-03-11 | Fixed display bug when top of buffer is displayed and first line is removed | 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 |
2006-02-22 | Added IRC raw data buffer | Sebastien Helleu |
2006-02-20 | Added new plugin API function: remove_infobar | Sebastien Helleu |
2006-02-19 | Added timer handler for plugins | Sebastien Helleu |
2006-02-03 | Gtk GUI changes, now compile is ok | Sebastien Helleu |
2006-01-30 | Added options "look_open_near_server" and "look_nick_complete_first" (patch f... | Sebastien Helleu |
2006-01-25 | Added new scroll keys for a few lines up/down (default: meta-pgup/pgdn) (patc... | Sebastien Helleu |
2006-01-24 | Fixed bug with charset in infobar highlights | Sebastien Helleu |
2006-01-22 | Fixed bugs: buffer detection in plugins/scripts commands, and /history command | Sebastien Helleu |
2006-01-08 | Fixed bug with alt+k followed by an UTF-8 char coded on more than one byte | Sebastien Helleu |
2006-01-08 | Fixed hotlist display bug with server buffer when all servers are displayed on | Sebastien Helleu |