Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-03 | irc: fix help of option irc.color.mirc_remap | Sebastien Helleu | |
2012-04-03 | doc: update italian plugin API reference | Marco Paolone | |
2012-04-03 | core: fix bugs with option weechat.look.prefix_same_nick, use nick color for ↵ | Sebastien Helleu | |
string used as replacement Bugs fixed: - hide/replace prefix only if prefix is a nick (do not do it for join/part/quit or action messages) - hide/replace prefix only when displaying messages (do not cache value in lines) The nick color used in replacement string comes from tag "prefix_nick_ccc", where "ccc" is the color of nick. | |||
2012-03-29 | doc: argument "shutdown_function" is optional in function register ↵ | Sebastien Helleu | |
(scripting guide) | |||
2012-03-28 | logger: add colors for backlog lines and end of backlog (task #11966) | Sebastien Helleu | |
2012-03-28 | core: add option weechat.look.prefix_same_nick (hide or change prefix on ↵ | Sebastien Helleu | |
messages whose nick is the same as previous message) (task #11965) | |||
2012-03-26 | irc: allow more than one nick in command /invite | Sebastien Helleu | |
2012-03-24 | doc: fix order of arguments for function nicklist_add_group in plugin API ↵ | Sebastien Helleu | |
reference | |||
2012-03-23 | doc: add missing command "/set weechat.look.align_end_of_lines time" in ↵ | Sebastien Helleu | |
question about URLs (FAQ) | |||
2012-03-23 | core: add a connection timeout for child process in hook_connect (bug #35966) | Sebastien Helleu | |
2012-03-23 | doc: update hdata "irc_channel" (add "names_received") in plugin API reference | Sebastien Helleu | |
2012-03-12 | doc: update italian FAQ, user guide and plugin API reference | Marco Paolone | |
2012-03-12 | irc: fix redirection of message when message is queued for sending on server | Sebastien Helleu | |
2012-03-12 | irc: add signals and tags in messages for irc notify (patch from Quentin ↵ | Sebastien Helleu | |
Glidic) (task #11887) | |||
2012-03-09 | core: improve and fix bugs on standard paste and bracketed paste | Sebastien Helleu | |
Changes: - wait control sequence for end of bracketed paste (and only after, check if we should ask confirmation to user) - add option weechat.look.paste_bracketed_timer_delay to force the end of bracketed paste if the control sequence for end of bracketed paste was not received in time - in bracketed paste mode, with paste_max_lines=1, do not ask confirmation for one line (ask for one line only if paste_max_lines=0) - fix bugs with mintty: bracketed paste should be ok every time (even if some codes are sometimes partially received, WeeChat will now handle that properly); the standard paste often fails (due to bug in mintty, which sends paste very slowly to remote app); so the bracketed paste mode is highly recommended with mintty - after paste in bracketed paste mode, the undo key (ctrl+"_" by default) will undo whole paste, not chars one by one | |||
2012-03-05 | api: add list "gui_buffer_last_displayed" in hdata "buffer" | Sebastien Helleu | |
2012-03-04 | core: fix typo in help of option weechat.look.paste_bracketed (bug #35717) | Sebastien Helleu | |
2012-03-04 | core: rename option weechat.look.bracketed_paste_mode to ↵ | Sebastien Helleu | |
weechat.look.paste_bracketed | |||
2012-03-04 | core: add support of terminal "bracketed paste mode" (task #11316) | Sebastien Helleu | |
2012-02-29 | doc: rewrite sentence about command /charset in FAQ | Sebastien Helleu | |
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-26 | doc: add japanese translator in user guide | Sebastien Helleu | |
2012-02-24 | doc: fix name of package libcurl4-gnutls-dev in dependencies (user guide) | Sebastien Helleu | |
2012-02-24 | doc: add gdb commands to log output in a file (user guide) | Sebastien Helleu | |
2012-02-20 | core: update italian translations | Marco Paolone | |
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-17 | doc: fix python example for config_new_option in plugin API reference | Sebastien Helleu | |
2012-02-12 | doc: update italian FAQ | Marco Paolone | |
2012-02-11 | doc: add question about "TLS handshake error" in FAQ | Sebastien Helleu | |
2012-02-10 | doc: update italian docs | Marco Paolone | |
2012-02-09 | core: add options "dns_servers" and "accepttimeout_ms" for curl (libcurl >= ↵ | Sebastien Helleu | |
7.24.0) | |||
2012-02-09 | irc: add signal "irc_server_opened" | Sebastien Helleu | |
2012-02-09 | doc: fix typo in plugin API reference (example for weechat_string_toupper) | Sebastien Helleu | |
2012-02-06 | core: update italian translations | Marco Paolone | |
2012-02-05 | irc: add signal "xxx,irc_out1_yyy" and modifier "irc_out1_xxx" (outgoing ↵ | Sebastien Helleu | |
message before automatic split to fit in 512 bytes) | |||
2012-01-28 | doc: add the versions where signals were introduced, fix typos in signals ↵ | Sebastien Helleu | |
(plugin API reference) | |||
2012-01-28 | core: add signal "window_switch" | Sebastien Helleu | |
2012-01-27 | irc: add alias "ctcp" for target buffer of CTCP messages | Sebastien Helleu | |
2012-01-26 | api: replace type "regex_t *" by "void *" in function string_regcomp (fix ↵ | Sebastien Helleu | |
ruby compilation with autotools) | |||
2012-01-26 | doc: add spanish quickstart guide | Lázaro A | |
2012-01-24 | core: move option "scroll_unread" from command /input to /window | Sebastien Helleu | |
2012-01-24 | api: add modifier "input_text_for_buffer" | Sebastien Helleu | |
2012-01-23 | relay: use protocol arguments for protocol "irc" only (arguments forbidden ↵ | Sebastien Helleu | |
for protocol "weechat") | |||
2012-01-23 | relay: add protocol "weechat" in /help relay | Sebastien Helleu | |
2012-01-22 | doc: add python 3.x in user guide | Sebastien Helleu | |
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 | |||
2012-01-19 | doc: add URL transfer in scripting guide | Sebastien Helleu | |
2012-01-19 | doc: add missing functions "hook_process_hashtable" and "hdata_hashtable" in ↵ | Sebastien Helleu | |
scripting guide |