summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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
2012-11-02core: support many commands in /eval (separated by semicolons)Sebastien Helleu
2012-11-02core: add command /eval, use expression in conditions for bars, add function ...Sebastien Helleu
2012-10-21core: remove duplicated #includeSebastien Helleu
2012-10-18core: fix gnutls warningsstfn
2012-10-18core: add option "-quit" for command /upgrade (save session and quit without ...Sebastien Helleu
2012-10-17core: fix sendmsg/recvmsg on BSD/OSX by sending 1 byte of data (in hook_connect)Simon Arlott
2012-10-17core: fix connection to servers on OS XSebastien Helleu
2012-10-14api: connect with IPv6 by default in hook_connect (with fallback to IPv4), sh...Simon Arlott
2012-09-20core: fix IPv6 example in /proxy commandstfn
2012-08-30core: add default key alt+"x" (zoom on merged buffer) (task #11029)Sebastien Helleu
2012-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-08-25core: fix IP address returned by hook_connect (return IP really used, not fir...Sebastien Helleu
2012-08-20irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}...Sebastien Helleu
2012-08-20core: fix quote used in /help option for values (type integer with strings)Sebastien Helleu
2012-08-15core: fix alignment of command arguments for scripts (in /help command)Sebastien Helleu
2012-08-14core: fix use of uninitialized variable in hdata_get_var_array_sizeSebastien Helleu
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...Sebastien Helleu
2012-08-14core: free some variables used for weechat.conf when quitting WeeChatSebastien Helleu
2012-08-14core: add hidden command line options --no-gnutls and --no-gcrypt (no init/de...Sebastien Helleu
2012-08-14core: free data before removing config file/section/option from lists (remove...Sebastien Helleu
2012-08-08core: fix connection to host in child process when socket is non-blocking (wi...Sebastien Helleu
2012-08-06core: return error string to callback of hook_connect if getaddrinfo fails in...Sebastien Helleu
2012-08-05core: fix crash if key of hashtable_get(_item) is NULL (just return NULL)Sebastien Helleu
2012-08-02core: update description of plugins and translate them in output of /pluginSebastien Helleu