summaryrefslogtreecommitdiff
path: root/src/core/weechat.c
AgeCommit message (Expand)Author
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-17core: add command line option "-t" (or "--temp-dir") to create a temporary We...Sébastien Helleu
2018-10-27core: split wee-secure.c into 3 files (secured data functions, buffer and con...Sébastien Helleu
2018-09-06core: allow multiple options "-r" ("--run-command") in command line arguments...Sébastien Helleu
2018-08-17core: add option "-P" (or "--plugins") to customize the plugins to load at st...Sébastien Helleu
2018-05-19core: remove unneeded test on variable argvSébastien Helleu
2018-03-16core: quit WeeChat on ctrl-C (signal SIGINT) in headless modeSébastien Helleu
2018-03-11core: add binary weechat-headless to run WeeChat without interface (closes #1...Sébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-08-10core: remove unneeded argument in call to string_fprintfSébastien Helleu
2017-07-22core: replace /iset by /fset in welcome messageSébastien Helleu
2017-04-07core: remove duplicate util_catch_signal for SIGQUITarza
2017-01-01core: update copyright datesSébastien Helleu
2016-11-13core: fix deadlock when quitting after a signal is received (closes #32)Sébastien Helleu
2016-07-09core: rename function string_iconv_fprintf to string_fprintfSébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-12-23core: free global variables at the very endSébastien Helleu
2015-12-23core: fix memory leak when using multiple "-d" or "-r" in command line argumentsSébastien Helleu
2015-11-12core: add "tmux" and "tmux-256color" in supported $TERM values (closes #519)Sébastien Helleu
2015-08-09core: fix long lines in weechat.cSébastien Helleu
2015-06-06core: add signal "signal_sighup"Sébastien Helleu
2015-06-04core: replace "create" by "add" in messages and docs for IRC servers and proxiesSébastien Helleu
2015-05-01core: add signals "signal_sigterm" and "signal_sigquit" (closes #114)Sébastien Helleu
2015-04-30core: add comments after some #endifSébastien Helleu
2015-04-25core: add environment variable WEECHAT_HOME in "weechat --help"Sébastien Helleu
2015-04-25core: rename function and argument to set home pathSébastien Helleu
2015-04-25Merge remote-tracking branch 'origin/pr/391'Sébastien Helleu
2015-04-25core: display the welcome message immediately after the startup message, move...Sébastien Helleu
2015-04-17core: Respect environment variable WEECHAT_HOMEKarthik K
2015-04-17core: add a welcome message on first WeeChat run (closes #318)Sébastien Helleu
2015-03-30core: display a warning on startup if the locale can not be set (closes #373)Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-12-13core: use https for WeeChat URLsSébastien Helleu
2014-08-30core: add debug functions to measure time spent in code/functionsSébastien Helleu
2014-08-03core: display warning on $TERM only if it doesn't start with "screen" (under ...Sébastien Helleu
2014-07-14core: do not exit WeeChat in weechat_end() (let the caller do that)Sébastien Helleu
2014-07-14core: move main() function into Curses GUISébastien Helleu
2014-07-14core: display a warning on startup if $TERM is not screen(-256color) under sc...Sébastien Helleu
2014-07-01core: remove "www" in weechat.org URLsSébastien Helleu
2014-06-07core: fix first comment line in weechat.cSébastien Helleu
2014-03-06core: fix recursive calls to function eval_expressionSebastien Helleu
2014-01-21core: rename option weechat.look.save_layout_on_exit to weechat.look.store_la...Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-11-23core: free secured data on exitSebastien Helleu
2013-11-09core: rename option weechat.look.set_title to weechat.look.window_title (eval...Sebastien Helleu
2013-11-09core: do not exit if read of sec.conf/weechat.conf failsSebastien Helleu
2013-11-09core: display lines waiting for buffer on exit (in case of early exit)Sebastien Helleu
2013-08-10core: add shared strings to reduce memory usageSebastien Helleu