summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2005-02-26Improved display: align messages after prefixes (for example: "-@-" or "-=-")Sebastien Helleu
2005-02-24Don't check for away on channels when connection to server is downSebastien Helleu
2005-02-22Nicklist now refreshed when using multiple windowsSebastien Helleu
2005-02-22Fixed crash when quitting WeeChatSebastien Helleu
2005-02-21Fixed /connect and /disconnect commands, improved output of some commandsSebastien Helleu
2005-02-20Fixed minor display bugSebastien 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-12Plugins messages are logged with new config option (log_plugin_msg); on serve...Sebastien Helleu
2005-02-06Fixed charset conversions when locale is UTF-8 (added "look_charset_internal"...Sebastien Helleu
2005-02-05Away check is now customizable (with new irc_away_check option)Sebastien Helleu
2005-01-31Fixed many memory leaksSebastien Helleu
2005-01-27Fixed bug when sending automatically who command during server splitSebastien Helleu
2005-01-27Fixed bug in message parser when connected to many serversSebastien 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-25Added away indicatorSebastien 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-19Fixed possible crash with "/server del" and "/buffer close" commandsSebastien Helleu
2005-01-16Improved completion (now completes commands args), fixed color bug (gray remo...Sebastien Helleu
2005-01-09Fixed /quit command with arg and %vSebastien Helleu
2005-01-08Fixed /me command (now ok without parameter)Sebastien Helleu
2005-01-04Fixed /away command, new [irc] config section, option "look_display_away" mov...Sebastien Helleu
2005-01-03Server & error messages now prefixed, /server command modified, ~/.weechat/lo...Sebastien Helleu
2005-01-02Reset away time when disconnected from serverSebastien Helleu
2005-01-02Fixed /away command (now ok when not away)Sebastien Helleu
2005-01-02Added new options look_charset_decode/look_charset_encode and /unset command.Sebastien Helleu
2005-01-01Version 0.0.9Sebastien Helleu
2004-12-31Added /buffer close, new keys: Alt-S (switch to server buffer), Alt-X (switch...Sebastien Helleu
2004-12-28Fixed bug when parsing messages, now looking for for \r\n and \n to cut messagesSebastien 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-27Major bug fixed when socket is closed by server (100% CPU usage fixed)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-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