summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2004-12-21Added server_command_delay config option (delay in seconds after startup comm...Sebastien Helleu
2004-10-24Fixed bug with /kick command (now ok with many words as reason)Sebastien Helleu
2004-10-17nickserv passwords hidden (new config option: log_hide_nickserv_pwd on/off)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-28Fixed display bug: now redraws all DCC view when one or more DCC status are m...Sebastien 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-09Removed debug messageSebastien 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-08-26Added DCC buffer typeSebastien Helleu
2004-07-10Free all buffers when exiting from WeeChatSebastien Helleu
2004-07-05Fixed nick color when nick is changed (now uses always same color)Sebastien Helleu
2004-07-04DCC skeletonSebastien Helleu
2004-07-04Added /buffer command, jump to buffer by number (alt-digit), actions now ok i...Sebastien Helleu
2004-07-03Added auto-switch to active channels (alt-a)Sebastien Helleu
2004-07-02Buffers ordered by number, unique color for each nick, action messages now li...Sebastien Helleu
2004-07-01Window managementSebastien Helleu
2004-06-22Version 0.0.7-pre2 - window managementSebastien Helleu
2004-05-31Fixed bug in /away commandSebastien Helleu
2004-04-19Fixed bug when a user changes nick (do not change private window name if nick...Sebastien Helleu
2004-03-27Fixed bug when opened private win and remote user changes his nickSebastien 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-02-21CTCP Version reply is now in english only and doesn't show host (security rea...Sebastien Helleu
2004-01-24Channel can be specified at the end of command line URL with /channelSebastien Helleu
2004-01-24/set command is now okSebastien Helleu
2004-01-24Secured code to prevent buffer overflows and memory leaksSebastien Helleu
2004-01-24Secured code to prevent buffer overflows and memory leaksSebastien Helleu
2004-01-21Infobar highlight notificationsSebastien Helleu
2004-01-21Fixed QUIT command: now sent to all connected servers (not only current)Sebastien Helleu
2004-01-18Servers allowed on command line (irc://nick:passwd@irc.example.org:port)Sebastien Helleu
2004-01-18Fixed crash with /oper commandSebastien Helleu
2004-01-15Added LOCALEDIR defineSebastien Helleu
2004-01-01Highlight action messagesSebastien Helleu
2003-12-31New copyrightSebastien Helleu
2003-12-31When private window is created (another user is talking), WeeChat does not sw...Sebastien Helleu
2003-12-26Added highlight (when our nick is written in a channel/private window), added...uid67137
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-22Added Perl command handlersSebastien Helleu
2003-11-17Added Perl message handlersSebastien Helleu
2003-11-16Perl plugin supportSebastien Helleu
2003-11-09DEBUG macro moved to config.hSebastien Helleu
2003-11-02Fixed bug on some IRC servers (when nick too long and nicklist problem)Sebastien Helleu