Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-03 | core: add options weechat.look.prefix_align_more_after and ↵ | Sebastien Helleu | |
weechat.look.prefix_buffer_align_more_after | |||
2013-04-29 | core: make nick prefix/suffix dynamic (move options from irc plugin to core, ↵ | Sebastien Helleu | |
add logger options) (bug #37531) | |||
2013-04-25 | core: fix typo in /help eval | Sebastien Helleu | |
2013-04-21 | api: add new function hdata_search | Sebastien Helleu | |
2013-04-12 | api: fix connection to servers with hook_connect on OS X (bug #38496) | Sebastien Helleu | |
2013-03-29 | core: fix uninitialized variable when saving layout for windows in upgrade | Sebastien Helleu | |
2013-03-25 | script: fix compilation on GNU/Hurd (patch #7977) (thanks to Andrew Potter) | Sebastien Helleu | |
PATH_MAX is now defined in weechat-plugin.h (if not defined, for example on GNU/Hurd), so that all plugins can use it. | |||
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu | |
2013-03-17 | core: add support of multiple layouts (task #11274) | Sebastien Helleu | |
2013-03-11 | api: fix bug in string_match when mask begins and ends with "*" | Sebastien Helleu | |
The bug was string_match returning 0 (instead of 1) if mask begins and ends with "*" and if string and mask have same length (except both "*") with same content: string_match("abc", "*abc*", 0) == 0 // BUG: it should return 1 string_match("abcd", "*abc*", 0) == 1 // OK | |||
2013-03-07 | api: allow hashtable with keys that are not strings in function ↵ | Sebastien Helleu | |
hashtable_add_to_infolist | |||
2013-02-26 | api: fix function string_mask_to_regex: escape all special chars used in ↵ | Sebastien Helleu | |
regex (bug #38398) | |||
2013-02-17 | core: allow read of array in hdata without using index | Sebastien Helleu | |
2013-02-14 | core: add option "dirs" for command /debug | Sebastien Helleu | |
2013-02-01 | core: add info about doc and function to read in /help ↵ | Sebastien Helleu | |
weechat.completion.default_template | |||
2013-01-29 | core: add "/debug tags" in /help filter | Nils Görs | |
2013-01-26 | core: use size of 32 for hashtables (instead of 4, 8 or 16) | Sebastien Helleu | |
A size of 32 will use a little more memory but will reduce collisions in key hashs, and then length of linked lists inside hash structure (faster search in hashtable). | |||
2013-01-26 | core: use default hash/comparison callback for keys of type ↵ | Sebastien Helleu | |
integer/pointer/time in hashtable | |||
2013-01-21 | core: remove obsolete/unneeded check of headers and functions in cmake and ↵ | Sebastien Helleu | |
configure | |||
2013-01-18 | core: fix infinite loop when a regex gives an empty match (bug #38112) | Sebastien Helleu | |
2013-01-17 | core: add git version in backtrace and log file | Sebastien Helleu | |
2013-01-14 | core: fix typo in comment | Sebastien Helleu | |
2013-01-14 | core: fix click in item "buffer_nicklist" when nicklist is a root bar (bug ↵ | Sebastien Helleu | |
#38080) Argument "*" is now silently ignored in command /window. When item "buffer_nicklist" is in a root bar, we use current window/buffer to find which nick has been clicked (same behaviour as callback used to display bar item "buffer_nicklist"). | |||
2013-01-10 | core: fix some copyright dates | Sebastien Helleu | |
2013-01-07 | core: fix memory leak in evaluation of expression when a logical operator ↵ | Sebastien Helleu | |
("&&" or "||") is found | |||
2013-01-06 | api: allow return code WEECHAT_RC_OK_EAT in callbacks of hook_signal and ↵ | Sebastien Helleu | |
hook_hsignal (stop sending the signal immediately) | |||
2013-01-04 | core: fix compilation on OpenBSD (bug #38022) | Simon Kuhnle | |
File "sys/uio.h" needs to be included explicitly for use of "struct iovec" on OpenBSD. Signed-off-by: Simon Kuhnle <simon@blarzwurst.de> | |||
2013-01-04 | core: fix help of option weechat.color.separator | Sebastien Helleu | |
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-12-25 | core: fix detection of command in input: a single command char is considered ↵ | Nils Görs | |
as a command (API function "string_input_for_bufer") | |||
2012-12-20 | core: improve completion of commands /help, /mute and /set | Sebastien Helleu | |
2012-12-20 | core: add template %(windows_numbers) for first argument of command /window | Sebastien Helleu | |
2012-12-20 | core: group templates of command /mouse into a single template | Sebastien Helleu | |
2012-12-20 | core: add option "diff" for command /set (list options with changed value) | Peter Boström | |
2012-12-19 | core: add cmake dependency between targets weechat_core and version_git | Sebastien Helleu | |
2012-12-19 | core: fix compilation warning on FreeBSD | Sebastien Helleu | |
2012-12-16 | core: add git version in build, display it in "weechat-curses --help" and ↵ | Sebastien Helleu | |
/version | |||
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu | |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu | |
2012-12-08 | api: allow creation of structure with hdata_update (allowed for hdata "history") | Sebastien Helleu | |
2012-12-06 | core: expand char '~' with user home in first argument of hook_process | Sebastien Helleu | |
2012-12-06 | core: fix crash in child process of hook_process_hashtable when arguments ↵ | Sebastien Helleu | |
are given in hashtable and that execvp() failed | |||
2012-12-02 | core: use high priority (50000) for commands /command and /input so that an ↵ | Sebastien Helleu | |
alias will not take precedence over these commands (bug #36353) | |||
2012-12-02 | core: execute command with higher priority when many commands with same name ↵ | Sebastien Helleu | |
are found with different priorities | |||
2012-12-01 | core: add color support in options ↵ | Nils Görs | |
weechat.look.prefix_{action|error|join|network|quit} (task #9555) | |||
2012-11-27 | core: do not display default value for options plugins.* in output of /set | Sebastien Helleu | |
2012-11-27 | core: display default values for changed config options in output of /set | Peter Boström | |
2012-11-22 | api: use hashtable "options" for command arguments in function ↵ | Sebastien Helleu | |
hook_process_hashtable (optional, default is a split of string with command) | |||
2012-11-18 | core: do not call shell to execute command in hook_process (fix security ↵ | Sebastien Helleu | |
problem when a plugin/script gives untrusted command) (bug #37764) | |||
2012-11-02 | core: expand buffer local variables in evaluation of expressions (command ↵ | Sebastien Helleu | |
/eval and function "string_eval_expression" in plugin API) |