summaryrefslogtreecommitdiff
path: root/src/core/weechat.c
AgeCommit message (Expand)Author
2011-01-01Update copyright datesSebastien Helleu
2010-12-26Add info "weechat_upgrading", signal "upgrade_ended", display duration of upg...Sebastien Helleu
2010-12-17Add command line option "-c" (or "--colors") to display default colors in ter...Sebastien Helleu
2010-11-09Move WeeChat core completions from gui-completion.c to wee-completion.cSebastien Helleu
2010-10-31Add 2 "return" to make C static analyzer happySebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-10Add some notes for translators in gettext filesSebastien Helleu
2010-04-09Define WeeChat license as macro for C compiler, used in plugins to set licenseSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-23Remove WeeChat sloganSebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-02-26Add command line option "-s" (or "--no-script") to start WeeChat without load...Sebastien Helleu
2010-02-09Add new option weechat.look.time_format to customize default format for date/...Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-11-12Fix display of default keys with "weechat-curses --keys"Sebastien Helleu
2009-11-07Check SSL certificates and use self-signed certificate to auto identify on IR...Sebastien Helleu
2009-09-05Use new WeeChat site, weechat.orgSebastien Helleu
2009-04-15Remove *.upgrade files in weechat dir after /upgradeSebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename def...Sebastien Helleu
2009-04-07Some improvements on key bindingsSebastien Helleu
2009-03-21Use of brackets {} around nicklist count in default status barSebastien Helleu
2009-03-21Add new command /version, add count of /upgrade, fix bugs with command execSebastien Helleu
2009-03-18Remove some messages during startup about scripts and plugins loadedSebastien Helleu
2009-03-07Add new key to zoom a window (meta-z by default) (task #7470)Sebastien Helleu
2009-02-17Free all proxies before exitingSebastien Helleu
2009-02-07Add hidden command line option --no-dlclose to remove dlclose() for unloaded ...Sebastien 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-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-10-02Add new /layout command and save_layout_on_exit config option, to save/restor...Sebastien Helleu
2008-08-19Reintroduce /upgrade command, working only with core and IRC plugin todaySebastien Helleu
2008-05-20Add hook_connect (background connection to peer)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-05-06Do not clean all GUI objects when crashing after SIGSEGV (this can cause cras...Sebastien Helleu
2008-04-29Removed key functions (replaced by /input command)Sebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-04-03New features and bug fixes with barsSebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), fixe...Sebastien Helleu
2008-03-11Added "startup" section in config, new options "startup_command_{before|after...Sebastien Helleu
2008-02-24Moved sigsegv function to wee-debug.cSebastien Helleu
2008-02-21Added new plugin "debug"Sebastien Helleu
2008-02-04Removed typedef for keyboard structures in gui-keyboard.hSebastien Helleu
2008-01-09Partial migration of Perl plugin to new APISebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2008-01-01Added group support for nicklist, fixed some bugs in plugins API and IRC pluginSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, replac...Sebastien Helleu
2007-12-14Improved main loop (less CPU usage), better precision for timers, use of one ...Sebastien Helleu