Age | Commit message (Expand) | Author |
2011-07-05 | core: add context "search" for keys (to define keys used during search in buf... | Sebastien Helleu |
2011-06-26 | core: many improvements on hdata | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-12-26 | Add info "weechat_upgrading", signal "upgrade_ended", display duration of upg... | Sebastien Helleu |
2010-12-17 | Add command line option "-c" (or "--colors") to display default colors in ter... | Sebastien Helleu |
2010-11-09 | Move WeeChat core completions from gui-completion.c to wee-completion.c | Sebastien Helleu |
2010-10-31 | Add 2 "return" to make C static analyzer happy | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-06-10 | Add some notes for translators in gettext files | Sebastien Helleu |
2010-04-09 | Define WeeChat license as macro for C compiler, used in plugins to set license | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-03-23 | Remove WeeChat slogan | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-02-26 | Add command line option "-s" (or "--no-script") to start WeeChat without load... | Sebastien Helleu |
2010-02-09 | Add new option weechat.look.time_format to customize default format for date/... | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-11-12 | Fix display of default keys with "weechat-curses --keys" | Sebastien Helleu |
2009-11-07 | Check SSL certificates and use self-signed certificate to auto identify on IR... | Sebastien Helleu |
2009-09-05 | Use new WeeChat site, weechat.org | Sebastien Helleu |
2009-04-15 | Remove *.upgrade files in weechat dir after /upgrade | Sebastien Helleu |
2009-04-11 | Add support of many templates for completion of command arguments, rename def... | Sebastien Helleu |
2009-04-07 | Some improvements on key bindings | Sebastien Helleu |
2009-03-21 | Use of brackets {} around nicklist count in default status bar | Sebastien Helleu |
2009-03-21 | Add new command /version, add count of /upgrade, fix bugs with command exec | Sebastien Helleu |
2009-03-18 | Remove some messages during startup about scripts and plugins loaded | Sebastien Helleu |
2009-03-07 | Add new key to zoom a window (meta-z by default) (task #7470) | Sebastien Helleu |
2009-02-17 | Free all proxies before exiting | Sebastien Helleu |
2009-02-07 | Add hidden command line option --no-dlclose to remove dlclose() for unloaded ... | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2008-11-05 | Add weechat_highlight signal, sent when a line with highlight is displayed | Sebastien Helleu |
2008-11-02 | Remove debug plugin (merged to core), new debug variable for each plugin (no ... | Sebastien Helleu |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by buffe... | Sebastien Helleu |
2008-10-02 | Add new /layout command and save_layout_on_exit config option, to save/restor... | Sebastien Helleu |
2008-08-19 | Reintroduce /upgrade command, working only with core and IRC plugin today | Sebastien Helleu |
2008-05-20 | Add hook_connect (background connection to peer) | Sebastien Helleu |
2008-05-15 | Add arguments for plugin init functions and "irc://.." command line option fo... | Sebastien Helleu |
2008-05-13 | Disable auto-connect for plugins with command line option ("-a") | Sebastien Helleu |
2008-05-06 | Do not clean all GUI objects when crashing after SIGSEGV (this can cause cras... | Sebastien Helleu |
2008-04-29 | Removed key functions (replaced by /input command) | Sebastien Helleu |
2008-04-11 | Improved /set command, added /unset command, new name for config files (*.conf) | Sebastien Helleu |
2008-04-03 | New features and bug fixes with bars | Sebastien Helleu |
2008-03-23 | Removed sizeof(char) and useless type casts from void* to another pointer typ... | Sebastien Helleu |
2008-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), fixe... | Sebastien Helleu |
2008-03-11 | Added "startup" section in config, new options "startup_command_{before|after... | Sebastien Helleu |
2008-02-24 | Moved sigsegv function to wee-debug.c | Sebastien Helleu |
2008-02-21 | Added new plugin "debug" | Sebastien Helleu |
2008-02-04 | Removed typedef for keyboard structures in gui-keyboard.h | Sebastien Helleu |
2008-01-09 | Partial migration of Perl plugin to new API | Sebastien Helleu |
2008-01-02 | Update of year in some copyrights | Sebastien Helleu |
2008-01-01 | Added group support for nicklist, fixed some bugs in plugins API and IRC plugin | Sebastien Helleu |