summaryrefslogtreecommitdiff
path: root/src/core/weechat.h
AgeCommit message (Expand)Author
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-05core: update copyright datesSébastien Helleu
2017-08-10core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu
2017-07-05core: add constant WEECHAT_EXTRA_LIBDIRSébastien Helleu
2017-01-13tests: fix compilation of tests on FreeBSD 11Sébastien Helleu
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-01-01core: update copyright datesSébastien Helleu
2015-04-30core: add comments after some #endifSébastien Helleu
2015-04-17core: add a welcome message on first WeeChat run (closes #318)Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-12-13core: use https for WeeChat URLsSé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-03-19core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-03-25script: fix compilation on GNU/Hurd (patch #7977) (thanks to Andrew Potter)Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-08-14core: add hidden command line options --no-gnutls and --no-gcrypt (no init/de...Sebastien Helleu
2012-07-13core: add command line option "-r" (or "--run-command") to run command(s) aft...Peter Boström
2012-01-08core: update copyright datesSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-26Add info "weechat_upgrading", signal "upgrade_ended", display duration of upg...Sebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-09Define WeeChat license as macro for C compiler, used in plugins to set licenseSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-09-15Add options for CTCP, to block/customize CTCP reply (task #9693), add missing...Sebastien Helleu
2009-09-05Use new WeeChat site, weechat.orgSebastien Helleu
2009-03-21Add new command /version, add count of /upgrade, fix bugs with command execSebastien Helleu
2009-03-18Add "replacement" argument for string_remove_color in plugin APISebastien Helleu
2009-02-07Add hidden command line option --no-dlclose to remove dlclose() for unloaded ...Sebastien Helleu
2009-01-04Remove unused functions and prototypesSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-11-05Add weechat_highlight signal, sent when a line with highlight is displayedSebastien Helleu
2008-11-02Remove debug plugin (merged to core), new debug variable for each plugin (no ...Sebastien Helleu
2008-05-15Add arguments for plugin init functions and "irc://.." command line option fo...Sebastien Helleu
2008-05-13Disable auto-connect for plugins with command line option ("-a")Sebastien Helleu
2008-04-03Fixed compilation problems when gnutls dev lib is not foundSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, replac...Sebastien Helleu
2007-11-01Cleanup WeeChat error and warning messages, updated po filesSebastien Helleu
2007-10-31Renamed many functions, removed all IRC specific stuffSebastien Helleu
2007-10-31Moved files from src/common to core, gui and plugins directoriesSebastien Helleu