summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2012-07-13core: add command line option "-r" (or "--run-command") to run command(s) aft...Peter Boström
2012-07-09core: add function "hook_set" in plugin API, add "subplugin" in hooks (set by...Peter Boström
2012-07-07core: add option weechat.look.jump_smart_back_to_buffer (jump back to initial...Nils Görs
2012-06-10core: add horizontal separator between windows, two new options to toggle hor...Sebastien Helleu
2012-06-09core: add options weechat.color.chat_nick_offline_highlight(_bg) (text/bg for...Sebastien Helleu
2012-06-09core: add options to use different color for offline nicks in prefix (patch f...Sebastien Helleu
2012-06-04core: reallow names beginning with "#" for bars, proxies and filtersSebastien Helleu
2012-06-04core: escape special chars (`#[\`) in configuration files for name of options...Sebastien Helleu
2012-06-01core: test return code when reading flags with fcntl (set flags to 0 if error)Sebastien Helleu
2012-05-15core: fix compilation warning on a comparison using type "wint_t"Sebastien Helleu
2012-05-11core: support lines of 16 Kb long in configuration files (instead of 1 Kb)Sebastien Helleu
2012-05-05core: add description of "command" in /help keySebastien Helleu
2012-05-03core: fix truncated config files (zero-length) after system crash (bug #36383)Mateusz Poszwa
2012-04-14core: do not use malloc in function utf8_strlen_screen for small strings (4 b...Sebastien Helleu
2012-04-11core: fix help of option weechat.completion.nick_completerSebastien Helleu
2012-04-11core: fix display bugs and crashs with small windows (bug #36107)Sebastien Helleu
2012-04-07core: convert options weechat.look.prefix_align_more and weechat.look.prefix_...Sebastien Helleu
2012-04-03core: fix bugs with option weechat.look.prefix_same_nick, use nick color for ...Sebastien Helleu
2012-03-28core: add option weechat.look.prefix_same_nick (hide or change prefix on mess...Sebastien Helleu
2012-03-23core: add a connection timeout for child process in hook_connect (bug #35966)Sebastien Helleu
2012-03-17core: fix typo: unsensitive -> insensitiveSebastien Helleu
2012-03-13core: follow symbolic links when writing configuration files (.conf) (task #1...Sebastien Helleu
2012-03-09core: improve and fix bugs on standard paste and bracketed pasteSebastien Helleu
2012-03-04core: fix typo in help of option weechat.look.paste_bracketed (bug #35717)Sebastien Helleu
2012-03-04core: rename option weechat.look.bracketed_paste_mode to weechat.look.paste_b...Sebastien Helleu
2012-03-04core: add support of terminal "bracketed paste mode" (task #11316)Sebastien Helleu
2012-02-25core: fix expand of path "~" to home of user in function string_expand_home (...Sebastien Helleu
2012-02-20core: remove obsolete option "scroll_unread" in completion of /input (option ...Sebastien Helleu
2012-02-19core: fix memory leak in function util_search_full_lib_nameSebastien Helleu
2012-02-09core: add options "dns_servers" and "accepttimeout_ms" for curl (libcurl >= 7...Sebastien Helleu
2012-02-05core: fix compilation warning under CygwinSebastien Helleu
2012-01-28core: fix compilation warning on curl_easy_setopt for option CURLOPT_FOLLOWLO...Sebastien Helleu
2012-01-26api: replace type "regex_t *" by "void *" in function string_regcomp (fix rub...Sebastien Helleu
2012-01-24core: move option "scroll_unread" from command /input to /windowSebastien Helleu
2012-01-24api: add modifier "input_text_for_buffer"Sebastien Helleu
2012-01-24core: fix typo in commentSebastien Helleu
2012-01-22core: add support of flags in regular expressions and highlight options, add ...Sebastien Helleu
2012-01-18core: add many libcurl options missing (for URL transfer)Sebastien Helleu
2012-01-16core: add URL transfer (using libcurl), add function hook_process_hashtable i...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-12-25core: change mouse state when option weechat.look.mouse is changedSebastien Helleu
2011-12-19core: add type "hashtable" for hdata, new api functions: hdata_hashtable and ...Sebastien Helleu
2011-12-17core: display an error and do nothing for command "/unset *"Sebastien Helleu
2011-12-17api: add new function hdata_check_pointerSebastien Helleu
2011-12-15core: display error about main buffer in command "/buffer close N" (or N1-N2)...Sebastien Helleu
2011-12-07core: add option "hooks" for command /debugSebastien Helleu
2011-12-07core: add option "weechat.look.scroll_bottom_after_switch" (if enabled, resto...Sebastien Helleu
2011-12-04core: add missing initialization of variable in function weelist_casesearch_posSebastien Helleu
2011-12-01core: remove obsolete commentSebastien Helleu
2011-11-27core: check pointer returned by function localtimeSebastien Helleu