index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2013-01-07
core: fix memory leak in evaluation of expression when a logical operator ("&...
Sebastien Helleu
2013-01-06
api: allow return code WEECHAT_RC_OK_EAT in callbacks of hook_signal and hook...
Sebastien Helleu
2013-01-04
core: fix compilation on OpenBSD (bug #38022)
Simon Kuhnle
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
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 /ve...
Sebastien Helleu
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 are...
Sebastien Helleu
2012-12-02
core: use high priority (50000) for commands /command and /input so that an a...
Sebastien Helleu
2012-12-02
core: execute command with higher priority when many commands with same name ...
Sebastien Helleu
2012-12-01
core: add color support in options weechat.look.prefix_{action|error|join|net...
Nils Görs
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 hook_process_h...
Sebastien Helleu
2012-11-18
core: do not call shell to execute command in hook_process (fix security prob...
Sebastien Helleu
2012-11-02
core: expand buffer local variables in evaluation of expressions (command /ev...
Sebastien Helleu
2012-11-02
core: support many commands in /eval (separated by semicolons)
Sebastien Helleu
2012-11-02
core: add command /eval, use expression in conditions for bars, add function ...
Sebastien Helleu
2012-10-21
core: remove duplicated #include
Sebastien Helleu
2012-10-18
core: fix gnutls warnings
stfn
2012-10-18
core: add option "-quit" for command /upgrade (save session and quit without ...
Sebastien Helleu
2012-10-17
core: fix sendmsg/recvmsg on BSD/OSX by sending 1 byte of data (in hook_connect)
Simon Arlott
2012-10-17
core: fix connection to servers on OS X
Sebastien Helleu
2012-10-14
api: connect with IPv6 by default in hook_connect (with fallback to IPv4), sh...
Simon Arlott
2012-09-20
core: fix IPv6 example in /proxy command
stfn
2012-08-30
core: add default key alt+"x" (zoom on merged buffer) (task #11029)
Sebastien Helleu
2012-08-27
api: allow update for some variables of hdata, add new functions hdata_update...
Sebastien Helleu
2012-08-25
core: fix IP address returned by hook_connect (return IP really used, not fir...
Sebastien Helleu
2012-08-20
irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}...
Sebastien Helleu
2012-08-20
core: fix quote used in /help option for values (type integer with strings)
Sebastien Helleu
2012-08-15
core: fix alignment of command arguments for scripts (in /help command)
Sebastien Helleu
2012-08-14
core: fix use of uninitialized variable in hdata_get_var_array_size
Sebastien Helleu
2012-08-14
core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...
Sebastien Helleu
2012-08-14
core: free some variables used for weechat.conf when quitting WeeChat
Sebastien Helleu
2012-08-14
core: add hidden command line options --no-gnutls and --no-gcrypt (no init/de...
Sebastien Helleu
2012-08-14
core: free data before removing config file/section/option from lists (remove...
Sebastien Helleu
2012-08-08
core: fix connection to host in child process when socket is non-blocking (wi...
Sebastien Helleu
2012-08-06
core: return error string to callback of hook_connect if getaddrinfo fails in...
Sebastien Helleu
2012-08-05
core: fix crash if key of hashtable_get(_item) is NULL (just return NULL)
Sebastien Helleu
2012-08-02
core: update description of plugins and translate them in output of /plugin
Sebastien Helleu
[prev]
[next]