summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2005-02-22Fixed crash when quitting WeeChatSebastien Helleu
2005-02-21Fixed /connect and /disconnect commands, improved output of some commandsSebastien Helleu
2005-02-20/set command does not add "=" any more after completed option nameSebastien 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-19Added test of HAVE_ICONV, so compile is ok if iconv is not foundSebastien Helleu
2005-02-17Improved /help command outputSebastien Helleu
2005-02-15Added support for UnrealIrcd ("~" for chan owner, "&" for chan admin)Sebastien Helleu
2005-02-15Fixed /buffer close command (now ok when disconnected from server)Sebastien Helleu
2005-02-14Fixed /help command (display bug)Sebastien Helleu
2005-02-13Fixed infobar display bug when multpile windows are openedSebastien 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 ↵Sebastien Helleu
server buffer, only server messages are logged
2005-02-12Default decoded charset is UTF-8Sebastien Helleu
2005-02-10Fixed display bug for nicklist window when using multiple windowsSebastien Helleu
2005-02-06Nick window separator is now a single line (instead of colored space)Sebastien Helleu
2005-02-06Fixed charset conversions when locale is UTF-8 (added ↵Sebastien Helleu
"look_charset_internal" option)
2005-02-06Fixed display bug when resizing term with many windowsSebastien Helleu
2005-02-06Improved /window command: now split and merge are ok, fixed crash when ↵Sebastien Helleu
resizing terminal to small size
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 small color bug in nicksSebastien 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-23Improved completion for /set command (now adds '=' at the end)Sebastien Helleu
2005-01-23Min value for "irc_lag_min_show" is now 0Sebastien Helleu
2005-01-23Fixed display bug for lag (missing space)Sebastien Helleu
2005-01-23Fixed crash when closing some private buffersSebastien 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-19Added nick completion in private buffersSebastien Helleu
2005-01-19Added charset conversion in infobarSebastien Helleu
2005-01-19Fixed possible crash with "/server del" and "/buffer close" commandsSebastien Helleu
2005-01-17Allow nick completion for /quote commandSebastien Helleu
2005-01-16Allow nick completion for /me commandSebastien Helleu
2005-01-16Improved completion (now completes commands args), fixed color bug (gray ↵Sebastien Helleu
removed, replaced by default), fixed crash when unknown section with option(s) in config file, fixed IRC commands: /op, /deop, /voice, /devoice
2005-01-09Fixed /quit command with arg and %vSebastien Helleu
2005-01-08Fixed /me command (now ok without parameter)Sebastien Helleu
2005-01-08Fixed display bug for title in first server bufferSebastien Helleu
2005-01-08Logs are now disabled by default (server/channel/private)Sebastien Helleu
2005-01-05Improved /set command: new colors, server options can be changed while ↵Sebastien Helleu
WeeChat is running
2005-01-04Fixed /away command, new [irc] config section, option "look_display_away" ↵Sebastien Helleu
moved to "irc_display_away", added default away/part/quit messages in config file
2005-01-03Server & error messages now prefixed, /server command modified, ↵Sebastien Helleu
~/.weechat/logs dir can be read/write by user only
2005-01-02Added chmod on ~/.weeechat/weechat.rc file (only onwer can read/write)Sebastien Helleu
2005-01-02Replaced "curses" by "ncurses"Sebastien Helleu
2005-01-02Reset away time when disconnected from serverSebastien Helleu