Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-04 | core: escape special chars (`#[\`) in configuration files for name of ↵ | Sebastien Helleu | |
options (bug #36584) | |||
2012-06-01 | core: test return code when reading flags with fcntl (set flags to 0 if error) | Sebastien Helleu | |
2012-05-15 | core: fix compilation warning on a comparison using type "wint_t" | Sebastien Helleu | |
2012-05-11 | core: support lines of 16 Kb long in configuration files (instead of 1 Kb) | Sebastien Helleu | |
2012-05-05 | core: add description of "command" in /help key | Sebastien Helleu | |
2012-05-03 | core: fix truncated config files (zero-length) after system crash (bug #36383) | Mateusz Poszwa | |
The function config_file_write_internal now performs an overwrite-by-rename (call to "rename" only) instead of calls to "unlink" then "rename". | |||
2012-04-14 | core: do not use malloc in function utf8_strlen_screen for small strings (4 ↵ | Sebastien Helleu | |
bytes or less) | |||
2012-04-11 | core: fix help of option weechat.completion.nick_completer | Sebastien Helleu | |
2012-04-11 | core: fix display bugs and crashs with small windows (bug #36107) | Sebastien Helleu | |
2012-04-07 | core: convert options weechat.look.prefix_align_more and ↵ | Sebastien Helleu | |
weechat.look.prefix_buffer_align_more from boolean to string (task #11197) | |||
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-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-23 | core: add a connection timeout for child process in hook_connect (bug #35966) | Sebastien Helleu | |
2012-03-17 | core: fix typo: unsensitive -> insensitive | Sebastien Helleu | |
2012-03-13 | core: follow symbolic links when writing configuration files (.conf) (task ↵ | Sebastien Helleu | |
#11779) | |||
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-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-25 | core: fix expand of path "~" to home of user in function string_expand_home ↵ | Sebastien Helleu | |
("~/xxx" was ok, but not "~") | |||
2012-02-20 | core: remove obsolete option "scroll_unread" in completion of /input (option ↵ | Sebastien Helleu | |
was moved to /window) | |||
2012-02-19 | core: fix memory leak in function util_search_full_lib_name | Sebastien Helleu | |
2012-02-09 | core: add options "dns_servers" and "accepttimeout_ms" for curl (libcurl >= ↵ | Sebastien Helleu | |
7.24.0) | |||
2012-02-05 | core: fix compilation warning under Cygwin | Sebastien Helleu | |
2012-01-28 | core: fix compilation warning on curl_easy_setopt for option ↵ | Sebastien Helleu | |
CURLOPT_FOLLOWLOCATION | |||
2012-01-26 | api: replace type "regex_t *" by "void *" in function string_regcomp (fix ↵ | Sebastien Helleu | |
ruby compilation with autotools) | |||
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-24 | core: fix typo in comment | 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-18 | core: add many libcurl options missing (for URL transfer) | Sebastien Helleu | |
2012-01-16 | core: add URL transfer (using libcurl), add function hook_process_hashtable ↵ | Sebastien Helleu | |
in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247) | |||
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-12-25 | core: change mouse state when option weechat.look.mouse is changed | Sebastien Helleu | |
2011-12-19 | core: add type "hashtable" for hdata, new api functions: hdata_hashtable and ↵ | Sebastien Helleu | |
hashtable_map_string | |||
2011-12-17 | core: display an error and do nothing for command "/unset *" | Sebastien Helleu | |
2011-12-17 | api: add new function hdata_check_pointer | Sebastien Helleu | |
2011-12-15 | core: display error about main buffer in command "/buffer close N" (or ↵ | Sebastien Helleu | |
N1-N2) only if main buffer is the only buffer matching number(s) | |||
2011-12-07 | core: add option "hooks" for command /debug | Sebastien Helleu | |
2011-12-07 | core: add option "weechat.look.scroll_bottom_after_switch" (if enabled, ↵ | Sebastien Helleu | |
restore old behaviour before fix of bug #25555 in version 0.3.5) | |||
2011-12-04 | core: add missing initialization of variable in function weelist_casesearch_pos | Sebastien Helleu | |
2011-12-01 | core: remove obsolete comment | Sebastien Helleu | |
2011-11-27 | core: check pointer returned by function localtime | Sebastien Helleu | |
2011-11-27 | irc: fix crash when signon time in message 317 (whois, idle) is invalid (too ↵ | Sebastien Helleu | |
large) (bug #34905) | |||
2011-11-25 | core: add type char for hdata and function hdata_char in plugin/script API | Sebastien Helleu | |
2011-11-21 | core: add "full_name" in buffer structure | Sebastien Helleu | |
2011-11-17 | core: apply filters after full reload of configuration files (with /reload) ↵ | Sebastien Helleu | |
(bug #31182) | |||
2011-11-15 | core: display a warning when option weechat.look.eat_newline_glitch is enabled | Sebastien Helleu | |
2011-11-15 | core: allow list for option weechat.plugin.extension (makes weechat.conf ↵ | Sebastien Helleu | |
portable accross Un*x and Windows) (task #11479) | |||
2011-11-12 | core: fix compilation under OpenBSD 5.0 (lib utf8 not needed any more) (bug ↵ | Simon Kuhnle | |
#34727) |