summaryrefslogtreecommitdiff
path: root/src/irc/irc-channel.c
AgeCommit message (Collapse)Author
2007-05-11Code cleanup: renamed IRC functions to have uniform name (with prefix based ↵Sebastien Helleu
on source name), moved some functions
2007-04-14Improved nick completion: completes with last speakers first (task #5896), ↵Sebastien Helleu
fixed nick completion (bugs #19590 and #19589)
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), ↵Sebastien Helleu
fixed compilation problems with FreeBSD, fixed status bar display bug
2006-10-24Added "modifier" in plugins API, improved /plugin commandSebastien Helleu
2006-09-23Fixed random crash with /upgrade command (error when loading buffers)Sebastien Helleu
2006-09-08Fixed display of privates in hotlist: now display activity for privates (at ↵Sebastien Helleu
least messages) when server default notify is 1
2006-08-25Added server default notify level (task #5634), fixed crashs with /buffer ↵Sebastien Helleu
and /charset commands when not connected to any server (bug #17525)
2006-08-17Added IRC command 329 (channel creation date)Sebastien Helleu
2006-08-09Fixed crash when purging DCC when a closed DCC chat has no more bufferSebastien 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-07-23Splited weechat.c into weechat.c and util.cSebastien 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-06-10Fixed crashes with DCC chat remove/purge on DCC view (bug #16775)Sebastien Helleu
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used ↵Sebastien Helleu
for WeeChat log file
2006-04-23Fixed bug #16369: fixed crash when multiple pv have same name: now it's ↵Sebastien Helleu
forbidden and pv buffer is not renamed (when a nick changes) if another exists with same name
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-15Fixed many crashes with DCC chatSebastien Helleu
2006-04-08Added hostnames associeted to nicks (available for /ban completion)Sebastien Helleu
2006-04-04Added "+p" mode for channels, fixed mode display in status barSebastien Helleu
2006-04-03Added nick alignment in DCC chat, /query and /msg, fixed DCC chat bug when ↵Sebastien Helleu
closing buffer
2006-03-19Added /cycle command, /part command does close buffer any moreSebastien Helleu
2006-03-18Fixed bug on ppcSebastien Helleu
2006-02-22Added IRC raw data bufferSebastien Helleu
2006-01-26Fixed bug with option "irc_away_check_max_nicks" (now channels are refreshed ↵Sebastien Helleu
when nicks count changed)
2006-01-25Added new option "irc_away_check_max_nicks" to disable away check on ↵Sebastien Helleu
channels with high number of nicks (patch from Gwenn)
2006-01-21Added option "irc_show_away_once", to show away message only once in pvSebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-11Added charset by server and channel, new command: /charsetSebastien Helleu
2005-12-06added /upgrade command, added ETA for DCC filesSebastien Helleu
2005-09-04Added /ignore and /unignore commandsSebastien Helleu
2005-09-03Fixed bug with strings comparison (str[n]casecmp) and some locales (like ↵Sebastien Helleu
turkish), now using ASCII comparison
2005-07-19Added "irc_highlight" setting, fixed crash when doing /part on an active DCC ↵Sebastien Helleu
chat buffer
2005-06-19Channel notify levels are saved in config fileSebastien Helleu
2005-03-15Added nicks count for channel buffersSebastien Helleu
2005-03-05Added crash dump when WeeChat receives SIGSEGV (Segmentation fault)Sebastien Helleu
2005-02-27Added DCC CHAT (send & recv)Sebastien Helleu
2005-02-05Away check is now customizable (with new irc_away_check option)Sebastien Helleu
2005-01-27Fixed bug when sending automatically who command during server splitSebastien Helleu
2005-01-26Away nicks are now displayed with another colorSebastien Helleu
2005-01-01Version 0.0.9Sebastien Helleu
2004-10-03Added IRC::command function for Perl scriptsSebastien Helleu
2004-08-26Added DCC buffer typeSebastien Helleu
2004-07-01Window managementSebastien Helleu
2004-06-22Version 0.0.7-pre2 - window managementSebastien Helleu
2004-02-29Added modes channel (and /mode command is now ok), dcc skeleton, fixed ↵Sebastien Helleu
display bug for nicklist
2003-12-31New copyrightSebastien Helleu
2003-12-31When private window is created (another user is talking), WeeChat does not ↵Sebastien Helleu
switch to this window
2003-11-09DEBUG macro moved to config.hSebastien Helleu
2003-10-26Added #include "config.h" with #ifdef HAVE_CONFIG_HSebastien Helleu