Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-14 | Do not auto-load hidden files in script plugins (bug #21390) | Sebastien Helleu | |
2009-06-13 | Fix IRC mode parsing when receiving modes with arguments (bug #26793) | Sebastien Helleu | |
2009-06-13 | Update ChangeLog and NEWS | Sebastien Helleu | |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu | |
2009-06-06 | Update ChangeLog | Sebastien Helleu | |
2009-05-19 | Add new command /wait (schedule a command execution in future) | Sebastien Helleu | |
2009-05-18 | Add argument with buffer number/range for command "/buffer close" (task ↵ | Sebastien Helleu | |
#9390, task #7239) | |||
2009-05-18 | Add new keys to move into last visited buffers (alt + "<", alt + ">"), come ↵ | Sebastien Helleu | |
back to last visited buffer when closing a buffer | |||
2009-05-16 | Update ChangeLog | Sebastien Helleu | |
2009-05-15 | Convert some docs to asciidoc format, add tester's guide, remove some ↵ | Sebastien Helleu | |
obsolete docs | |||
2009-05-11 | Change version from 0.2.7-dev to 0.3.0-dev | Sebastien Helleu | |
2009-05-09 | Fix completion with non-latin nicks (bug #18993) | Sebastien Helleu | |
2009-04-28 | Add versions 0.2.6.1 and 0.2.6.2 to current ChangeLog | Sebastien Helleu | |
2009-04-28 | Add polish translations (8% done) | Sebastien Helleu | |
2009-04-24 | Fix typo: splited/splitted -> split | Sebastien Helleu | |
2009-04-24 | Update ChangeLog | Sebastien Helleu | |
2009-04-06 | Update ChangeLog | Sebastien Helleu | |
2009-03-22 | Update ChangeLog | Sebastien Helleu | |
2009-03-07 | Add new key to zoom a window (meta-z by default) (task #7470) | Sebastien Helleu | |
2009-01-31 | Sort ChangeLog file by category (core, gui, plugins, ..) | Sebastien Helleu | |
2009-01-15 | Add 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-14 | Remove plugin "debug" from ChangeLog (plugin was removed and merged to core, ↵ | Sebastien Helleu | |
2 months ago) | |||
2008-12-19 | Add some colors in IRC messages from server (for text and nicks) (task #8926) | Sebastien Helleu | |
2008-12-10 | Add new plugin "relay", new function "string_format_size" in plugin API | Sebastien Helleu | |
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC ↵ | Sebastien Helleu | |
server (task #6859) | |||
2008-10-30 | Update ChangeLog (task #6687 done) | Sebastien Helleu | |
2008-10-30 | Add 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-26 | Rename version to 0.2.7-dev (instead of 0.2.7-dev-protocols) | Sebastien Helleu | |
2008-10-25 | Add smart join/part/quit message filter in IRC plugin, add names for filters | Sebastien Helleu | |
2008-10-19 | Add color decoding in title for IRC channels (task #6030) | Sebastien Helleu | |
2008-10-19 | Fix lock when disconnecting SSL server that is not yet successfully connected | Sebastien Helleu | |
2008-10-05 | Add Tcl script plugin (thanks to Dmitry Kobylin) | Sebastien Helleu | |
2008-10-03 | Add missing IRC command 369 (end of whowas) | Sebastien Helleu | |
2008-10-03 | Add missing hooks to ChangeLog | Sebastien Helleu | |
2008-10-02 | Add 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-02 | Add new /layout command and save_layout_on_exit config option, to ↵ | Sebastien Helleu | |
save/restore windows and buffers order (task #5453) | |||
2008-09-22 | Fix 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-28 | Fix display bug with some weird UTF-8 chars (bugs #19687 and #23943) | Sebastien Helleu | |
2008-07-06 | Update ChangeLog: bug #16356 fixed (wide chars in input) | Sebastien Helleu | |
2008-07-06 | Update ChangeLog | Sebastien Helleu | |
2008-06-18 | Update ChangeLog | Sebastien Helleu | |
2008-06-18 | Add new options for completion, optional stop instead of cycling with words ↵ | Sebastien Helleu | |
found | |||
2008-06-17 | New plugin "notify", new option for debug messages in plugins | Sebastien Helleu | |
2008-06-15 | Update ChangeLog | Sebastien Helleu | |
2008-06-15 | Add speed limit for DCC files sending (task #6178) | Sebastien Helleu | |
2008-05-11 | New input action "set_unread_current_buffer" to set unread marker for ↵ | Sebastien Helleu | |
current buffer only (task #7286) | |||
2008-05-07 | Mask allowed with /unset command (for mass-reset options) (task #6085) | Sebastien Helleu | |
2008-05-07 | New option "xfer.file.use_nick_in_filename" for Xfer files (task #7140) | Sebastien Helleu | |
2008-05-04 | Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ↵ | Sebastien Helleu | |
initial commit, not working yet) | |||
2008-04-30 | Updated ChangeLog | Sebastien Helleu | |