summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2009-06-14Do not auto-load hidden files in script plugins (bug #21390)Sebastien Helleu
2009-06-13Fix IRC mode parsing when receiving modes with arguments (bug #26793)Sebastien Helleu
2009-06-13Update ChangeLog and NEWSSebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-06-06Update ChangeLogSebastien Helleu
2009-05-19Add new command /wait (schedule a command execution in future)Sebastien Helleu
2009-05-18Add argument with buffer number/range for command "/buffer close" (task ↵Sebastien Helleu
#9390, task #7239)
2009-05-18Add new keys to move into last visited buffers (alt + "<", alt + ">"), come ↵Sebastien Helleu
back to last visited buffer when closing a buffer
2009-05-16Update ChangeLogSebastien Helleu
2009-05-15Convert some docs to asciidoc format, add tester's guide, remove some ↵Sebastien Helleu
obsolete docs
2009-05-11Change version from 0.2.7-dev to 0.3.0-devSebastien Helleu
2009-05-09Fix completion with non-latin nicks (bug #18993)Sebastien Helleu
2009-04-28Add versions 0.2.6.1 and 0.2.6.2 to current ChangeLogSebastien Helleu
2009-04-28Add polish translations (8% done)Sebastien Helleu
2009-04-24Fix typo: splited/splitted -> splitSebastien Helleu
2009-04-24Update ChangeLogSebastien Helleu
2009-04-06Update ChangeLogSebastien Helleu
2009-03-22Update ChangeLogSebastien Helleu
2009-03-07Add new key to zoom a window (meta-z by default) (task #7470)Sebastien Helleu
2009-01-31Sort ChangeLog file by category (core, gui, plugins, ..)Sebastien Helleu
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
2009-01-14Remove plugin "debug" from ChangeLog (plugin was removed and merged to core, ↵Sebastien Helleu
2 months ago)
2008-12-19Add some colors in IRC messages from server (for text and nicks) (task #8926)Sebastien Helleu
2008-12-10Add new plugin "relay", new function "string_format_size" in plugin APISebastien Helleu
2008-11-23Add support for more than one proxy, with proxy selection for each IRC ↵Sebastien Helleu
server (task #6859)
2008-10-30Update ChangeLog (task #6687 done)Sebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by ↵Sebastien Helleu
buffer, mask by buffer, ..), fix some bugs New features: - new command /logger - log level, to log only some messages, according to importance (task #8592) - level by buffer: custom level for some buffers (or group of buffers) - log filename mask by buffer (or group of buffers) - marker line is added after display of backlog - add "delete" callback for config file sections - add "mkdir_parents" function to plugin API - remove old log options in IRC plugin Bug fix: - marker line is set only when user switches buffer (not when a plugin force switch, like IRC plugin does when opening server or channel buffer) - backlog fixed (sometimes lines were not properly displayed)
2008-10-26Rename version to 0.2.7-dev (instead of 0.2.7-dev-protocols)Sebastien Helleu
2008-10-25Add smart join/part/quit message filter in IRC plugin, add names for filtersSebastien Helleu
2008-10-19Add color decoding in title for IRC channels (task #6030)Sebastien Helleu
2008-10-19Fix lock when disconnecting SSL server that is not yet successfully connectedSebastien Helleu
2008-10-05Add Tcl script plugin (thanks to Dmitry Kobylin)Sebastien Helleu
2008-10-03Add missing IRC command 369 (end of whowas)Sebastien Helleu
2008-10-03Add missing hooks to ChangeLogSebastien Helleu
2008-10-02Add new option scroll_page_percent to choose percent of height to scroll ↵Sebastien Helleu
with page_up and page_down keys (task #8702)
2008-10-02Add new /layout command and save_layout_on_exit config option, to ↵Sebastien Helleu
save/restore windows and buffers order (task #5453)
2008-09-22Fix network connection for hostnames resolving to several IPs: try all IPs ↵Sebastien Helleu
in list until one succeeds (bug #21473, debian bug #498610)
2008-07-28Fix display bug with some weird UTF-8 chars (bugs #19687 and #23943)Sebastien Helleu
2008-07-06Update ChangeLog: bug #16356 fixed (wide chars in input)Sebastien Helleu
2008-07-06Update ChangeLogSebastien Helleu
2008-06-18Update ChangeLogSebastien Helleu
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