Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-23 | irc: hide passwords in commands or messages sent to nickserv with modifiers ↵ | Sebastien Helleu | |
(bug #38346) New modifiers: "irc_command_auth" and "irc_message_auth". Option removed: irc.look.hide_nickserv_pwd New option: irc.look.nicks_hide_password | |||
2013-02-17 | irc: unmask smart filtered join if nick speaks in channel some minutes after ↵ | Sebastien Helleu | |
the join, new option irc.look.smart_filter_join_unmask (task #12405) The nick changes are tracked and will be unmasked with the join. Events triggering the unmask of join are: a message (can be CTCP), a notice or an update of topic. | |||
2013-01-01 | doc: update german translations, FAQ, scripting and user guide | Nils Görs | |
2012-12-05 | irc: read local variable "autorejoin" in buffer to override server option ↵ | Nils Görs | |
"autorejoin" (task #12256) | |||
2012-11-05 | core: update german translations | Nils Görs | |
2012-11-02 | irc: add option irc.network.alternate_nick to disable dynamic nick ↵ | Nils Görs | |
generation when all nicks are already in use on server (task #12281) | |||
2012-10-20 | irc: add option irc.network.whois_double_nick to double nick in command /whois | Sebastien Helleu | |
2012-10-20 | doc: update german translations and user guide | Nils Görs | |
2012-10-14 | api: connect with IPv6 by default in hook_connect (with fallback to IPv4), ↵ | Simon Arlott | |
shuffle list of hosts for a same address (task #11205) | |||
2012-09-18 | doc: update german translations, FAQ and quickstart guide | Nils Görs | |
2012-08-20 | irc: move options weechat.look.nickmode{_empty} to ↵ | Sebastien Helleu | |
irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs) The option irc.look.nick_mode has a new type: integer with values: none/prefix/action/both (default is "prefix", which is old behaviour). | |||
2012-08-03 | doc: update german translations, FAQ and user guide | Nils Görs | |
2012-07-27 | irc: add help on values for option irc.look.nick_completion_smart | Sebastien Helleu | |
2012-07-27 | doc: update german translations and docs | Nils Görs | |
2012-07-27 | relay: add support of SSL (for irc and weechat protocols), new option ↵ | Sebastien Helleu | |
relay.network.ssl_cert_key (task #12044) | |||
2012-07-15 | irc: describe possible values in /help irc.look.display_away | Sebastien Helleu | |
2012-07-07 | irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes ↵ | Sebastien Helleu | |
(task #12022) | |||
2012-07-03 | doc: update german translations and user guide | Nils Görs | |
2012-06-30 | irc: add option irc.look.ctcp_time_format to customize reply to CTCP TIME ↵ | Sebastien Helleu | |
(task #12150) | |||
2012-06-02 | doc: update german translations and user guide | Nils Görs | |
2012-05-20 | doc: update german translations and user guide | Nils Görs | |
2012-04-03 | irc: fix help of option irc.color.mirc_remap | Sebastien Helleu | |
2012-03-28 | core: update german translations | Nils Görs | |
2012-03-13 | doc: update german translations, FAQ and user guide | Nils Görs | |
2012-02-29 | irc: add support of "external" SASL mechanism (task #11864) | Kyle Fuller | |
2012-02-26 | irc: add search for lower case nicks in option irc.look.nick_color_force | Sebastien Helleu | |
2012-02-21 | doc: update german translations and FAQ | Nils Görs | |
2012-02-20 | core: update german translations | Nils Görs | |
2012-02-19 | irc: rename server option "cap" to "capabilities" | Sebastien Helleu | |
2012-02-19 | irc: add option "cap" in servers to enable capabilities on connection | Sebastien Helleu | |
2012-02-04 | doc: update german translations, user guide and scripting guide | Nils Görs | |
2012-01-22 | core: add support of flags in regular expressions and highlight options, add ↵ | Sebastien Helleu | |
irc options to customize/disable default nick highlight (task #11128) New functions in C plugin API: - string_regex_flags - string_regcomp New irc options: - irc.look.highlight_server - irc.look.highlight_channel - irc.look.highlight_pv Regex flags are supported in following options/commands: - option weechat.look.highlight - option weechat.look.highlight_regex - options irc.look.highlight_{server|channel|pv} - option relay.network.allowed_ips - core command /filter - irc command /list - irc command /ignore - rmodifier command /rmodifier | |||
2011-11-12 | doc: add anchors for config file options in user's guide | Sebastien Helleu | |
2011-11-08 | doc: update german translations and docs | Sebastien Helleu | |
2011-11-05 | irc: add option irc.color.mirc_remap to remap mirc colors in messages to ↵ | Sebastien Helleu | |
WeeChat colors | |||
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix ↵ | Sebastien Helleu | |
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer New features and bugs fixed: - mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse" - free movement of cursor: new command /cursor, new key context "cursor" - new hook_focus (used by cursor and mouse) - info "cursor_mode" - bugs fixed with key "^" - allow plugin name in /buffer name - fix bugs with bar windows: do not create bar windows for hidden bars - fix completion bug when two words for completion are equal but with different case - automatic scroll direction in /bar scroll (x/y is now optional) | |||
2011-06-22 | doc: update german translations and FAQ | Sebastien Helleu | |
2011-05-04 | doc: update german translations and docs | Sebastien Helleu | |
2011-04-28 | irc: add new options irc.color.topic_old and irc.color.topic_new | Sebastien Helleu | |
2011-04-28 | irc: add option "ssl_priorities" in servers (task #10106, debian #624055) | Sebastien Helleu | |
2011-04-09 | core: update german translations and FAQ | Sebastien Helleu | |
2011-03-23 | irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a ↵ | Sebastien Helleu | |
single option irc.color.nick_prefixes (task #10888) | |||
2011-03-16 | Add new option irc.look.buffer_switch_autojoin, rename option ↵ | Sebastien Helleu | |
irc.look.buffer_auto_switch_on_join to irc.look.buffer_switch_join (task #10506) | |||
2011-03-15 | Add new option irc.look.buffer_auto_switch_on_join | Sebastien Helleu | |
2011-03-08 | Update german translations and FAQ | Sebastien Helleu | |
2011-03-07 | Add new option irc.look.smart_filter_nick | Sebastien Helleu | |
2011-03-04 | Add new option irc.look.color_nicks_in_names | Sebastien Helleu | |
2011-02-25 | Update german translations and user guide | Sebastien Helleu | |
2011-02-24 | Replace char "%" by "!" for reverse video in color attributes | Sebastien Helleu | |
2011-02-23 | Add new option irc.look.color_nicks_in_nicklist | Sebastien Helleu | |