summaryrefslogtreecommitdiff
path: root/src/irc/irc.h
AgeCommit message (Expand)Author
2005-02-20Connection to IRC server is now made by child process (non blocking)Sebastien Helleu
2005-02-20Added DCC sendSebastien Helleu
2005-02-15Added support for UnrealIrcd ("~" for chan owner, "&" for chan admin)Sebastien Helleu
2005-02-05Away check is now customizable (with new irc_away_check option)Sebastien Helleu
2005-01-26Fixed bug in message parser when connected to many serversSebastien Helleu
2005-01-26Away nicks are now displayed with another colorSebastien Helleu
2005-01-23Added lag indicatorSebastien Helleu
2005-01-03Server & error messages now prefixed, /server command modified, ~/.weechat/lo...Sebastien Helleu
2005-01-01Version 0.0.9Sebastien Helleu
2004-12-27auto-reconnection to server (new options: server_autoreconnect (on/off), serv...Sebastien Helleu
2004-12-21Added server_command_delay config option (delay in seconds after startup comm...Sebastien Helleu
2004-10-17Auto-rejoin channels when kicked (new config option: server_autorejoin on/off)Sebastien Helleu
2004-10-03Added IRC::command function for Perl scriptsSebastien Helleu
2004-09-16Added DCC control keys (Accept, Cancel, Remove, Close DCC view)Sebastien Helleu
2004-09-12Away now announced in channels, and config option "look_display_away" added t...Sebastien Helleu
2004-09-11Display DCC progress in realtime, added selected DCC color config option, mov...Sebastien Helleu
2004-09-09DCC not auto accepted (depending on config), "~" replaced by home in dcc down...Sebastien Helleu
2004-09-08Incoming DCC fileSebastien Helleu
2004-09-08Receive DCC packets (for DCC file)Sebastien Helleu
2004-08-31Version 0.0.8-pre2: DCC window with Alt-D, /query command now reopens private...Sebastien Helleu
2004-07-01Window managementSebastien Helleu
2004-06-22Version 0.0.7-pre2 - window managementSebastien Helleu
2004-03-20/query command added, IRC messages 476, 477 now displayedSebastien Helleu
2004-02-29Display channel modes when joining channel that already exists (i.e. with mod...Sebastien Helleu
2004-02-29Added modes channel (and /mode command is now ok), dcc skeleton, fixed displa...Sebastien Helleu
2004-01-24Secured code to prevent buffer overflows and memory leaksSebastien Helleu
2004-01-18Servers allowed on command line (irc://nick:passwd@irc.example.org:port)Sebastien Helleu
2003-12-31New copyrightSebastien Helleu
2003-12-31When private window is created (another user is talking), WeeChat does not sw...Sebastien Helleu
2003-11-30- added IRC::get_info function for Perl scriptsSebastien Helleu
2003-11-29Added plugin prefix ("=P=") in front of scripts messagesSebastien Helleu
2003-11-17Added Perl message handlersSebastien Helleu
2003-10-11Added commands: die, summon, users, wallops, userhost, ison ; fixed display b...Sebastien Helleu
2003-10-09Added commands: info, servlist, squery, who and whowasSebastien Helleu
2003-10-08Added commands: service, squit, motd, lusers, links, time, trace and adminSebastien Helleu
2003-10-06Added /stats command, splited irc-commands.c in 3 files (commands, send, recv)Sebastien Helleu
2003-10-04Added /rehash and /restart commandsSebastien Helleu
2003-10-04Added command & autojoin channels when connected to serverSebastien Helleu
2003-10-01Fixed bug when destroying last serverSebastien Helleu
2003-09-28Added /connect and /disconnect commandsSebastien Helleu
2003-09-28Added /server commandSebastien Helleu
2003-09-27First CVS upload.Sebastien Helleu