summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2017-06-25fset: add ${file}, ${section}, ${option}, add color optionsSébastien Helleu
2017-06-25core: limit hook_command_run to the exact given command (when no "*" are in c...Sébastien Helleu
2017-06-17core: implement buffer type in hashtable_add_from_infolistSimmo Saan
2017-06-17core: add hashtable_add_from_infolist to APISimmo Saan
2017-06-10core: free use of pointer after free in case of error in function string_dyn_...Sébastien Helleu
2017-06-10core, plugins: fix conditions to insert elements in linked listsSébastien Helleu
2017-06-10core: remove unused function upgrade_file_read_string_utf8 (issue #1012)Sébastien Helleu
2017-06-10core: remove unused functions secure_search_hash_algo and secure_search_ciphe...Sébastien Helleu
2017-06-10core: remove unused function proxy_search_with_option_name (issue #1012)Sébastien Helleu
2017-06-09core: remove unused functions config_file_config_insert and config_file_secti...Sébastien Helleu
2017-06-07core: remove unused function command_secure_display_data (issue #1012)Sébastien Helleu
2017-06-03core, script: remove unused config section variablesSimmo Saan
2017-06-03core: forward declare structs to avoid implicit declarationsSimmo Saan
2017-06-03core: fix gui_color_dump called with excess argumentsSimmo Saan
2017-06-01core: remove config_look_hotlist_add_buffer_if_away completelyMiroslav Koskar
2017-05-30api: add function hdata_compareSébastien Helleu
2017-05-30api: add function config_option_get_string in plugin APISébastien Helleu
2017-05-28core: remove unused variable "index" in function eval_hdata_get_valueSébastien Helleu
2017-05-22core: fix potential use of NULL pointer in function arraylist_clearSébastien Helleu
2017-05-20core: allow index for hdata arrays in evaluation of expressionsSébastien Helleu
2017-05-06core: add option weechat.completion.nick_case_sensitive (closes #981)Sébastien Helleu
2017-04-29core: improve translation of /help evalSébastien Helleu
2017-04-29core: add wildcard matching operators to eval (closes #608)Simmo Saan
2017-04-25core: fix check of condition in ${if:...} (evaluated strings)Sébastien Helleu
2017-04-25core: fix command /cursor stop (do not toggle cursor mode) (closes #964)Sébastien Helleu
2017-04-25core: add new cut formats in function commentSébastien Helleu
2017-04-24core: add a way to count the suffix length in max chars displayed in cut of s...Sébastien Helleu
2017-04-22core: ensure length is not negative in function string_strndupSébastien Helleu
2017-04-21doc: fix translation of command "eval" in user's guideSébastien Helleu
2017-04-21core: add link to function color (plugin API reference) in /help evalSébastien Helleu
2017-04-08core: fix typo in /help bufferarza
2017-04-07Merge pull request #944 from arza-zara/duplicate_sigquitSébastien Helleu
2017-04-07core: remove duplicate util_catch_signal for SIGQUITarza
2017-04-06core: add Curl options for versions 7.50.0 to 7.52.0Sébastien Helleu
2017-04-02api: fix memory leak in function string_dyn_free()Sébastien Helleu
2017-04-01api: return pointer to string in function string_dyn_free() if argument "free...Sébastien Helleu
2017-03-30core: add ${re:#} to get the index of last group captured in evaluation of ex...Sébastien Helleu
2017-03-30core: make "callback_cmp" optional in call to function arraylist_new()Sébastien Helleu
2017-03-27core: add cut of string with max chars displayed in evaluation of expressionsSébastien Helleu
2017-03-26core: support local variables in /buffer getarza
2017-03-25core: update translationsSébastien Helleu
2017-03-25core: prevent infinite loop in evaluation of expression with extra_vars_evalSébastien Helleu
2017-03-25core: add cut of string in evaluation of expressionsSébastien Helleu
2017-03-25core: add ternary operator (condition) in evaluation of expressionsSébastien Helleu
2017-03-25api: add dynamic string functions (string_dyn_*)Sébastien Helleu
2017-03-25core: check that pointers received in arguments are not NULL in "free" functionsSébastien Helleu
2017-02-03core: add last start date in output of command /version after at least one /u...Sébastien Helleu
2017-01-22core, alias: add xgettext comment on some command help stringsSébastien Helleu
2017-01-22core: add new resize prefix (h/v) and examples of resize in /help windowSébastien Helleu
2017-01-22core: add resize of window parents (closes #893)raspbeguy