summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2013-05-03core: add options weechat.look.prefix_align_more_after and weechat.look.prefi...Sebastien Helleu
2013-04-29core: make nick prefix/suffix dynamic (move options from irc plugin to core, ...Sebastien Helleu
2013-04-25core: fix typo in /help evalSebastien Helleu
2013-04-21api: add new function hdata_searchSebastien Helleu
2013-04-12api: fix connection to servers with hook_connect on OS X (bug #38496)Sebastien Helleu
2013-03-29core: fix uninitialized variable when saving layout for windows in upgradeSebastien Helleu
2013-03-25script: fix compilation on GNU/Hurd (patch #7977) (thanks to Andrew Potter)Sebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-03-17core: add support of multiple layouts (task #11274)Sebastien Helleu
2013-03-11api: fix bug in string_match when mask begins and ends with "*"Sebastien Helleu
2013-03-07api: allow hashtable with keys that are not strings in function hashtable_add...Sebastien Helleu
2013-02-26api: fix function string_mask_to_regex: escape all special chars used in rege...Sebastien Helleu
2013-02-17core: allow read of array in hdata without using indexSebastien Helleu
2013-02-14core: add option "dirs" for command /debugSebastien Helleu
2013-02-01core: add info about doc and function to read in /help weechat.completion.def...Sebastien Helleu
2013-01-29core: add "/debug tags" in /help filterNils Görs
2013-01-26core: use size of 32 for hashtables (instead of 4, 8 or 16)Sebastien Helleu
2013-01-26core: use default hash/comparison callback for keys of type integer/pointer/t...Sebastien Helleu
2013-01-21core: remove obsolete/unneeded check of headers and functions in cmake and co...Sebastien Helleu
2013-01-18core: fix infinite loop when a regex gives an empty match (bug #38112)Sebastien Helleu
2013-01-17core: add git version in backtrace and log fileSebastien Helleu
2013-01-14core: fix typo in commentSebastien Helleu
2013-01-14core: fix click in item "buffer_nicklist" when nicklist is a root bar (bug #3...Sebastien Helleu
2013-01-10core: fix some copyright datesSebastien Helleu
2013-01-07core: fix memory leak in evaluation of expression when a logical operator ("&...Sebastien Helleu
2013-01-06api: allow return code WEECHAT_RC_OK_EAT in callbacks of hook_signal and hook...Sebastien Helleu
2013-01-04core: fix compilation on OpenBSD (bug #38022)Simon Kuhnle
2013-01-04core: fix help of option weechat.color.separatorSebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-25core: fix detection of command in input: a single command char is considered ...Nils Görs
2012-12-20core: improve completion of commands /help, /mute and /setSebastien Helleu
2012-12-20core: add template %(windows_numbers) for first argument of command /windowSebastien Helleu
2012-12-20core: group templates of command /mouse into a single templateSebastien Helleu
2012-12-20core: add option "diff" for command /set (list options with changed value)Peter Boström
2012-12-19core: add cmake dependency between targets weechat_core and version_gitSebastien Helleu
2012-12-19core: fix compilation warning on FreeBSDSebastien Helleu
2012-12-16core: add git version in build, display it in "weechat-curses --help" and /ve...Sebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-12-06core: expand char '~' with user home in first argument of hook_processSebastien Helleu
2012-12-06core: fix crash in child process of hook_process_hashtable when arguments are...Sebastien Helleu
2012-12-02core: use high priority (50000) for commands /command and /input so that an a...Sebastien Helleu
2012-12-02core: execute command with higher priority when many commands with same name ...Sebastien Helleu
2012-12-01core: add color support in options weechat.look.prefix_{action|error|join|net...Nils Görs
2012-11-27core: do not display default value for options plugins.* in output of /setSebastien Helleu
2012-11-27core: display default values for changed config options in output of /setPeter Boström
2012-11-22api: use hashtable "options" for command arguments in function hook_process_h...Sebastien Helleu
2012-11-18core: do not call shell to execute command in hook_process (fix security prob...Sebastien Helleu
2012-11-02core: expand buffer local variables in evaluation of expressions (command /ev...Sebastien Helleu