summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2008-06-18Add new options for completion, optional stop instead of cycling with words ↵Sebastien Helleu
found
2008-06-17New plugin "notify", new option for debug messages in pluginsSebastien Helleu
2008-06-15Update ChangeLogSebastien Helleu
2008-06-15Add speed limit for DCC files sending (task #6178)Sebastien Helleu
2008-05-11New input action "set_unread_current_buffer" to set unread marker for ↵Sebastien Helleu
current buffer only (task #7286)
2008-05-07Mask allowed with /unset command (for mass-reset options) (task #6085)Sebastien Helleu
2008-05-07New option "xfer.file.use_nick_in_filename" for Xfer files (task #7140)Sebastien Helleu
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ↵Sebastien Helleu
initial commit, not working yet)
2008-04-30Updated ChangeLogSebastien Helleu
2008-04-15Fixed bug with alias, use current buffer to run commands (bug #22876)Sebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-03-28Added preliminary support of new buffer type, with free contentSebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), ↵Sebastien Helleu
fixed many memory leaks
2008-03-05Partial support of bars, with custom items.Sebastien Helleu
Today only root bars are partially working (refresh is not always performed), and bars are not saved in configuration file. To be continued...
2008-02-24Command /whois is now authorized in private without argument (task #7482)Sebastien Helleu
2008-02-21Removed kernel info in CTCP VERSION reply (IRC plugin) (task #7494)Sebastien Helleu
2008-02-04Added string_tolower/upper in plugins API, added "name_lower_case" option in ↵Sebastien Helleu
logger plugin (bug #19522) The new option "name_lower_case" is "on" by default and will convert category/name to lower case for log filename.
2008-02-03Use of many addresses for one IRC server (auto-switch when a connexion ↵Sebastien Helleu
fails), nicks are now set with one option "nicks" (task #6088)
2008-01-28Fixed bug when switching window, scrollback is now preserved (task #7680)Sebastien Helleu
2008-01-24Add of "modifier" hook, migration of charset plugin to new API, SIGHUP ↵Sebastien Helleu
signal catched (reload all config files), better config files reloading
2008-01-01Added group support for nicklist, fixed some bugs in plugins API and IRC pluginSebastien Helleu
Added group support for nicklist (with subgroups). Partial changes in IRC protocol functions (new arguments with argv and argv_eol). Fixed some bugs: - nicklist in plugins API - problem in main loop with select() when SIGWINCH is received (terminal resize) - bug in string explode function - bug in infobar countdown.
2007-12-17New backlog option in logger plugin, added variable names in .h files, ↵Sebastien Helleu
replaced "void *" pointers by structures
2007-12-14Improved main loop (less CPU usage), better precision for timers, use of one ↵Sebastien Helleu
list by hook type (for fast search in hooks)
2007-12-13Renamed hook "event" to "signal"Sebastien Helleu
2007-12-03Updated ChangeLog fileSebastien Helleu
2007-12-01Added /reload commandSebastien Helleu
2007-09-19Fixed nick completion bug (missing space after nick)Sebastien Helleu
2007-09-06Version 0.2.6Sebastien Helleu
2007-09-05Updated ChangeLogSebastien Helleu
2007-09-02Fixed ChangeLog messageSebastien Helleu
2007-09-02Added new option "deloutq" to /server command to flush all servers messages ↵Sebastien Helleu
out queues (task #7221)
2007-09-02Fixed display bug with some special chars in messages (some words were ↵Sebastien Helleu
truncated on screen) (bug #20944)
2007-08-31Fixed UTF-8 bug with color encoding/decodingSebastien Helleu
2007-08-30Fixed crash when searching text in buffer with ctrl-R (bug #20938)Sebastien Helleu
2007-08-29Added string length limit for setup file optionsSebastien Helleu
2007-08-27Fixed bug with flock() when home is on NFS filesystem (bug #20913)Sebastien Helleu
2007-08-27Added option to align text of messages (except first lines) (task #7246)Sebastien Helleu
2007-08-23Fixed user modes in nicklist when ban and nick mode are received in the same ↵Sebastien Helleu
MODE message (bug #20870)
2007-08-21Fixed IRC message 333: silently ignore message if error when parsing itSebastien Helleu
2007-08-20Fixed server option "command_delay": does not freeze WeeChat any moreSebastien Helleu
2007-08-17Added paste detection, new options look_paste_max_lines and ↵Sebastien Helleu
col_input_actions (task #5442)
2007-08-12Fixed bug with highlight and UTF-8 chars around word (bug #20753)Sebastien Helleu
2007-08-09Added swedish quickstart guideSebastien Helleu
2007-08-09Added support of channel mode +u (channel user) (bug #20717)Sebastien Helleu
2007-08-08Improved /connect command to connect to a host by creating a temporary ↵Sebastien Helleu
server, added option to /server to create temporary server (task #7095)
2007-08-08Allow clear of multiple selected buffers with /clear (patch #6112)Sebastien Helleu
2007-08-08Added "copy" and "rename" options to /server commandSebastien Helleu
2007-08-06Added key for setting unread marker on all buffers (default: ctrl-S + ↵Sebastien Helleu
ctrl-U) (task 7180)
2007-08-01Fixed nick prefix display on servers that doesn't support all prefixes (bug ↵Sebastien Helleu
#20025)
2007-08-01Fixed terminal encoding detection when NLS is disabled (bug #20646)Sebastien Helleu