summaryrefslogtreecommitdiff
path: root/src/irc/irc-recv.c
AgeCommit message (Expand)Author
2005-04-28Added IRC command "671"Sebastien Helleu
2005-04-19Added "-all" option for /nick command, added "341" IRC command (for invitation)Sebastien Helleu
2005-04-09Hotlist not changed when self away or nick changeSebastien Helleu
2005-03-21Added missing IRC command 307Sebastien Helleu
2005-03-17Fixed display bug when halfop flag is set/unsetSebastien Helleu
2005-03-16Added /halfop & /dehalfop commands, fixed halfop display bug in nicklistSebastien Helleu
2005-03-15Added nicks count for channel buffersSebastien Helleu
2005-03-15More explicit message when channel or nick not foundSebastien Helleu
2005-03-13Added /ban, /unban and /kickban commands, fixed /kick commandSebastien Helleu
2005-03-13Do not highlight server buffer for notices from memoservSebastien Helleu
2005-03-13Do not highlight server buffer for notices from nickserv and chanservSebastien Helleu
2005-03-12Fixed /invite command (and now invite requests are displayed)Sebastien Helleu
2005-03-12Added FIFO pipe for remote controlSebastien Helleu
2005-03-07Properly display CTCP SOUND on channelSebastien Helleu
2005-03-05Server errors are now displayed on appropriate buffers (default is server buf...Sebastien Helleu
2005-02-27Added DCC CHAT (send & recv)Sebastien Helleu
2005-02-26Improved display: align messages after prefixes (for example: "-@-" or "-=-")Sebastien Helleu
2005-02-22Nicklist now refreshed when using multiple windowsSebastien Helleu
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-13Fixed display bugs when many windows are openedSebastien 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-23Wait "irc_lag_check" seconds for 1st lag check after connection to serverSebastien Helleu
2005-01-23Added lag indicatorSebastien Helleu
2005-01-03Server & error messages now prefixed, /server command modified, ~/.weechat/lo...Sebastien Helleu
2005-01-02Fixed /away command (now ok when not away)Sebastien Helleu
2005-01-01Version 0.0.9Sebastien Helleu
2004-12-28Fixed bug in notice display when no '!' is found in hostSebastien Helleu
2004-12-27auto-reconnection to server (new options: server_autoreconnect (on/off), serv...Sebastien Helleu
2004-12-22Fixed notice command (to server and display when received), fixed display of ...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-08-31Version 0.0.8-pre2: DCC window with Alt-D, /query command now reopens private...Sebastien Helleu
2004-07-10Free all buffers when exiting from WeeChatSebastien Helleu
2004-07-04Added /buffer command, jump to buffer by number (alt-digit), actions now ok i...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-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-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-24Secured code to prevent buffer overflows and memory leaksSebastien Helleu
2004-01-21Infobar highlight notificationsSebastien Helleu
2004-01-01Highlight action messagesSebastien Helleu