summaryrefslogtreecommitdiff
path: root/src/core/weechat.c
AgeCommit message (Expand)Author
2021-05-22core: split startup command before evaluating it (issue #1643)Sébastien Helleu
2021-05-11core: update translations (issue #1285)Sébastien Helleu
2021-05-11core: split WeeChat home in 4 directories, use XDG directories by default (is...Sébastien Helleu
2021-05-11core: move home directory functions from weechat.c to wee-dir.c (issue #1285)Sébastien Helleu
2021-05-11core: move directory/file functions from wee-util.c to wee-dir.c (issue #1285)Sébastien Helleu
2021-05-11core: set WeeChat home to empty string by default in CMake and autotools (iss...Sébastien Helleu
2021-03-16core: add options to customize commands on system signals, quit by default on...Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-11-28docs: fix simple typo, confiuration -> configurationTim Gates
2020-05-16core: move creation of info_hashtable from gui-focus.c to plugin-api-info.c (...Sébastien Helleu
2020-05-16gui: add gui_focus_info hashtable info (#1245)Simmo Saan
2020-04-21core: restore signal "signal_sighup", and if eaten do not reload configurationSébastien Helleu
2020-04-22core: reload config on SIGHUPTom Fitzhenry
2020-04-19core: add command line option "--stdout" in weechat-headless binary (closes #...Sébastien Helleu
2020-04-19core: log to stdout, if headlessTom Fitzhenry
2020-03-20api: add info "auto_connect" (closes #1453)Sébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-06-24core: auto disable upgrade process (command line option "--upgrade") if the f...Sébastien Helleu
2019-04-14core: use getopt to parse command line argumentsSébastien Helleu
2019-03-31core: add documentation on command line debug options (in --help and man pages)Sébastien Helleu
2019-02-18core: fix compilation on Mac OS (closes #1308)Sébastien Helleu
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