summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2014-06-11core: set default value "merged" for option weechat.look.hotlist_removeSébastien Helleu
2014-06-10core: fix potential memory leak with infolists not freed in plugins (debian ↵Sébastien Helleu
#751108) The memory leak should not happen if infolists are properly freed by plugins, and it happened only on unload of plugins (or exit).
2014-06-07core: fix first comment line in weechat.cSébastien Helleu
2014-06-06core: add option weechat.look.hotlist_remove (closes #99)Sébastien Helleu
2014-05-24api: add argument "flags" in function hdata_new_listSébastien Helleu
2014-05-13core: add option "send" in command /input (send text to a buffer)Sébastien Helleu
2014-05-13core: fix completion %(plugins_commands) when there are more than one ↵Sébastien Helleu
argument before in the command line
2014-05-13core: add option "-buffer" in command /command (closes #67)Sébastien Helleu
2014-05-09core: add commentSébastien Helleu
2014-05-08core: do not restore title of core buffer after /upgradeSébastien Helleu
2014-05-08core: fix memory leak when restoring buffers after /upgradeSébastien Helleu
2014-05-08core: add support of '!' for tags in /help filterSébastien Helleu
2014-04-30Version 1.0-devSébastien Helleu
Yeah \o/
2014-04-20core: add non-breaking spaces in French translationsSébastien Helleu
2014-04-12api: allow wildcard "*" inside the mask in function string_matchSébastien Helleu
2014-04-12core: fix crash on "weechat --upgrade" if no .upgrade files are foundSébastien Helleu
2014-04-12core: use lower case for CMake keywordsSébastien Helleu
2014-04-12core: add tag "host_xxx" in /help filterSébastien Helleu
2014-04-12core: add option "-current" in command /printSébastien Helleu
2014-04-05core: add option -all for command /buffer hide|unhideSébastien Helleu
2014-04-05core: fix restoration of core buffer properties after /upgradeSébastien Helleu
2014-04-05core: add hidden buffers, add options hide/unhide in command /bufferSébastien Helleu
2014-04-05core: fix completion of /buffer clearSébastien Helleu
2014-04-05core: fix "/buffer clear" with a name (don't clear all merged buffers with ↵Sébastien Helleu
same number)
2014-04-04core: fix evaluation of expression with regex when a comparison char is in ↵Sébastien Helleu
the regex
2014-04-03core: close .upgrade files before deleting them after /upgradeSébastien Helleu
2014-04-03api: add option "buffer_flush" in function hook_process_hashtableSébastien Helleu
2014-04-02core: use an integer for seconds in command /window bare <delay>Sébastien Helleu
2014-04-01core: add default key alt-'-' to toggle filters in current buffer (closes #17)Sébastien Helleu
2014-03-30core: use seconds as float number for delay in command /window bare <delay>Sébastien Helleu
2014-03-25core: save/restore buffer property "clear" on /upgradeSebastien Helleu
2014-03-25core: save/restore buffer property "day_change" on /upgradeSebastien Helleu
2014-03-25core: add buffer property "clear"Sebastien Helleu
2014-03-21core: fix typo in /help commandSebastien Helleu
2014-03-20api: add support of nested variables in function string_eval_expression and ↵Sebastien Helleu
command /eval (closes #35)
2014-03-19core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu
2014-03-19core: add key alt-j,alt-f to jump to first buffer, change command for jump ↵Sebastien Helleu
to last buffer New key alt-j,alt-f is bound by default to "/buffer -". The existing key alt-j,alt-l is now bound by default to "/buffer +".
2014-03-18core: update the message displayed on crashSebastien Helleu
Add a reference to user's guide, do not ask user to send the crash log file any more (it may have private data and is not needed in most cases).
2014-03-18core: check validity of buffer pointer when data is sent to a bufferSebastien Helleu
2014-03-18core: fix crash when buffer is closed during execution of multiple commands ↵Sebastien Helleu
(closes #27)
2014-03-18core: remove trailing space in log message when writing a configuration fileSebastien Helleu
2014-03-16core: fix compilation on SmartOS (bug #40981, closes #23)Sebastien Helleu
2014-03-16core: fix some compilation problems on SmartOSSebastien Helleu
2014-03-15Merge branch 'exec'Sebastien Helleu
2014-03-14core: add options "term2rgb" and "rgb2term" in command /colorSebastien Helleu
2014-03-13core: fix highlight problem with "(?-i)" and upper case letters in option ↵Sebastien Helleu
weechat.look.highlight
2014-03-13api: add callback in function string_replace_regexSebastien Helleu
2014-03-11core: add missing \0 at the end of stderr buffer in hook_processSebastien Helleu
2014-03-11api: add option "detached" in function hook_process_hashtableSebastien Helleu
2014-03-11api: add option "signal" in function hook_set to send a signal to the child ↵Sebastien Helleu
process