summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
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 ↵Sebastien Helleu
(switch to first channel of next server)
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), ↵Sebastien Helleu
server_autoreconnect_delay (in seconds)), disconnections are now managed without problem by WeeChat
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 ↵Sebastien Helleu
look_remove_colors_from_msgs)
2004-12-22Fixed notice command (to server and display when received), fixed display of ↵Sebastien Helleu
nick mode changes
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 ↵Sebastien Helleu
command)
2004-12-21Changes in main event loop: treats keyboard input & servers messages at same ↵Sebastien Helleu
time
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 ↵Sebastien Helleu
modified
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 ↵Sebastien Helleu
to enable/disable this feature
2004-09-11Display DCC progress in realtime, added selected DCC color config option, ↵Sebastien Helleu
move into DCC list is ok (scroll)
2004-09-09Removed debug messageSebastien Helleu
2004-09-09DCC not auto accepted (depending on config), "~" replaced by home in dcc ↵Sebastien Helleu
download dir, suffix displayed in filename received (if file is renamed), highlight for DCC buffer
2004-09-08Incoming DCC fileSebastien Helleu
2004-09-08Receive DCC packets (for DCC file)Sebastien Helleu
2004-09-08Fixed crash when resizing terminal to very small size, "-MORE-" message is ↵Sebastien Helleu
now erased when switching to another buffer
2004-08-31Version 0.0.8-pre2: DCC window with Alt-D, /query command now reopens ↵Sebastien Helleu
private buffer if already opened
2004-08-26Added DCC buffer typeSebastien Helleu
2004-08-25Added Ctrl-L key to redraw terminalSebastien Helleu
2004-08-25Added Ctrl-L key to redraw terminalSebastien Helleu