summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 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-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 WeeCha...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-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
2005-01-02Fixed /away command (now ok when not away)Sebastien Helleu
2005-01-02Fixed /set command (now empty strings are allowed)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-27Inline help is now translated with gettextSebastien 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-24Fixed bug when resizing window (input not displayed after resize)Sebastien Helleu
2004-12-23Colors suppression in incoming messages is now ok (option look_remove_colors_...Sebastien Helleu
2004-12-22Fixed notice command (to server and display when received), fixed display of ...Sebastien Helleu
2004-12-22Added keys: Ctrl+A (=home), Ctrl+E (=end), Ctrl+W (=ctrl+backspace)Sebastien Helleu
2004-12-21Added server_command_delay config option (delay in seconds after startup comm...Sebastien Helleu
2004-12-21Changes in main event loop: treats keyboard input & servers messages at same ...Sebastien Helleu
2004-10-24Fixed bug with /kick command (now ok with many words as reason)Sebastien Helleu
2004-10-22Changed xahlexx mailSebastien Helleu
2004-10-17nickserv passwords hidden (new config option: log_hide_nickserv_pwd on/off)Sebastien Helleu
2004-10-17Fixed display bug with channel name and privates when kickedSebastien Helleu
2004-10-17Auto-rejoin channels when kicked (new config option: server_autorejoin on/off)Sebastien Helleu
2004-10-03Fixed call to plugin_exec_command when server is NULLSebastien Helleu
2004-10-03Fixed bug in wee_perl_exec() when server == NULLSebastien Helleu
2004-10-03Added IRC::command function for Perl scriptsSebastien Helleu
2004-10-03Fixed bug when adding alias with same name as otherSebastien Helleu
2004-10-03Command "/buffer notify"Sebastien Helleu
2004-09-28Fixed display bug: now redraws all DCC view when one or more DCC status are m...Sebastien Helleu
2004-09-19Log server/channel/private to fileSebastien Helleu
2004-09-19Commands "/buffer (list)" and "/buffer move" now okSebastien Helleu
2004-09-19Fixed path for included .h filesSebastien Helleu
2004-09-18Redraw status bar when closing DCC viewSebastien Helleu
2004-09-16Added DCC control keys (Accept, Cancel, Remove, Close DCC view)Sebastien Helleu
2004-09-13New /perl autoload commandSebastien 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