Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-04-15 | Fixed bug with alias, use current buffer to run commands (bug #22876) | Sebastien Helleu | |
2008-04-11 | Improved /set command, added /unset command, new name for config files (*.conf) | Sebastien Helleu | |
2008-03-28 | Added preliminary support of new buffer type, with free content | Sebastien Helleu | |
2008-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), ↵ | Sebastien Helleu | |
fixed many memory leaks | |||
2008-03-05 | Partial 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-24 | Command /whois is now authorized in private without argument (task #7482) | Sebastien Helleu | |
2008-02-21 | Removed kernel info in CTCP VERSION reply (IRC plugin) (task #7494) | Sebastien Helleu | |
2008-02-04 | Added 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-03 | Use 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-28 | Fixed bug when switching window, scrollback is now preserved (task #7680) | Sebastien Helleu | |
2008-01-24 | Add 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-01 | Added group support for nicklist, fixed some bugs in plugins API and IRC plugin | Sebastien 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. |