Age | Commit message (Expand) | Author |
2007-05-11 | Code cleanup: renamed IRC functions to have uniform name (with prefix based o... | Sebastien Helleu |
2007-04-14 | Improved nick completion: completes with last speakers first (task #5896), fi... | Sebastien Helleu |
2007-01-05 | Changed copyright date (2006 -> 2007) | 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-09-23 | Fixed random crash with /upgrade command (error when loading buffers) | Sebastien Helleu |
2006-09-08 | Fixed display of privates in hotlist: now display activity for privates (at l... | Sebastien Helleu |
2006-08-25 | Added server default notify level (task #5634), fixed crashs with /buffer and... | Sebastien Helleu |
2006-08-17 | Added IRC command 329 (channel creation date) | Sebastien Helleu |
2006-08-09 | Fixed crash when purging DCC when a closed DCC chat has no more buffer | Sebastien Helleu |
2006-08-07 | Added missing modes (channel & user), now all modes are allowed (bug #16606),... | Sebastien Helleu |
2006-07-23 | Splited weechat.c into weechat.c and util.c | Sebastien Helleu |
2006-07-16 | added some panel functions, fixed refresh bugs when terminal is resized: too ... | Sebastien Helleu |
2006-06-10 | Fixed crashes with DCC chat remove/purge on DCC view (bug #16775) | 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-04-23 | Fixed bug #16369: fixed crash when multiple pv have same name: now it's forbi... | Sebastien Helleu |
2006-04-22 | Splited GUI sources | Sebastien Helleu |
2006-04-15 | Fixed many crashes with DCC chat | Sebastien Helleu |
2006-04-08 | Added hostnames associeted to nicks (available for /ban completion) | Sebastien Helleu |
2006-04-04 | Added "+p" mode for channels, fixed mode display in status bar | Sebastien Helleu |
2006-04-03 | Added nick alignment in DCC chat, /query and /msg, fixed DCC chat bug when cl... | Sebastien Helleu |
2006-03-19 | Added /cycle command, /part command does close buffer any more | Sebastien Helleu |
2006-03-18 | Fixed bug on ppc | Sebastien Helleu |
2006-02-22 | Added IRC raw data buffer | Sebastien Helleu |
2006-01-26 | Fixed bug with option "irc_away_check_max_nicks" (now channels are refreshed ... | Sebastien Helleu |
2006-01-25 | Added new option "irc_away_check_max_nicks" to disable away check on channels... | Sebastien Helleu |
2006-01-21 | Added option "irc_show_away_once", to show away message only once in pv | Sebastien Helleu |
2006-01-04 | New year in copyright, FSF address changed | Sebastien Helleu |
2005-12-11 | Added charset by server and channel, new command: /charset | Sebastien Helleu |
2005-12-06 | added /upgrade command, added ETA for DCC files | Sebastien Helleu |
2005-09-04 | Added /ignore and /unignore commands | Sebastien Helleu |
2005-09-03 | Fixed bug with strings comparison (str[n]casecmp) and some locales (like turk... | Sebastien Helleu |
2005-07-19 | Added "irc_highlight" setting, fixed crash when doing /part on an active DCC ... | Sebastien Helleu |
2005-06-19 | Channel notify levels are saved in config file | Sebastien Helleu |
2005-03-15 | Added nicks count for channel buffers | Sebastien Helleu |
2005-03-05 | Added crash dump when WeeChat receives SIGSEGV (Segmentation fault) | Sebastien Helleu |
2005-02-27 | Added DCC CHAT (send & recv) | Sebastien Helleu |
2005-02-05 | Away check is now customizable (with new irc_away_check option) | Sebastien Helleu |
2005-01-27 | Fixed bug when sending automatically who command during server split | Sebastien Helleu |
2005-01-26 | Away nicks are now displayed with another color | Sebastien Helleu |
2005-01-01 | Version 0.0.9 | Sebastien Helleu |
2004-10-03 | Added IRC::command function for Perl scripts | Sebastien Helleu |
2004-08-26 | Added DCC buffer type | Sebastien Helleu |
2004-07-01 | Window management | Sebastien Helleu |
2004-06-22 | Version 0.0.7-pre2 - window management | Sebastien Helleu |
2004-02-29 | Added modes channel (and /mode command is now ok), dcc skeleton, fixed displa... | Sebastien Helleu |
2003-12-31 | New copyright | Sebastien Helleu |
2003-12-31 | When private window is created (another user is talking), WeeChat does not sw... | Sebastien Helleu |
2003-11-09 | DEBUG macro moved to config.h | Sebastien Helleu |
2003-10-26 | Added #include "config.h" with #ifdef HAVE_CONFIG_H | Sebastien Helleu |