Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-24 | Fix option weechat.look.color_nicks_number, value is now immediately applied ↵ | Sebastien Helleu | |
on nicks by IRC plugin | |||
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC ↵ | Sebastien Helleu | |
server (task #6859) | |||
2008-11-19 | Remove old and unused color options | Sebastien Helleu | |
2008-11-02 | Remove debug plugin (merged to core), new debug variable for each plugin (no ↵ | Sebastien Helleu | |
more signals for setting debug) | |||
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by ↵ | Sebastien Helleu | |
buffer, mask by buffer, ..), fix some bugs New features: - new command /logger - log level, to log only some messages, according to importance (task #8592) - level by buffer: custom level for some buffers (or group of buffers) - log filename mask by buffer (or group of buffers) - marker line is added after display of backlog - add "delete" callback for config file sections - add "mkdir_parents" function to plugin API - remove old log options in IRC plugin Bug fix: - marker line is set only when user switches buffer (not when a plugin force switch, like IRC plugin does when opening server or channel buffer) - backlog fixed (sometimes lines were not properly displayed) | |||
2008-10-25 | Add smart join/part/quit message filter in IRC plugin, add names for filters | Sebastien Helleu | |
2008-10-24 | Add "enabled" flag for each filter (now possible to disable only one or some ↵ | Sebastien Helleu | |
filters) | |||
2008-10-18 | Remove unused option look.input_format, fix refresh bug with input prompt ↵ | Sebastien Helleu | |
for IRC buffers | |||
2008-10-18 | Add new argument "value" to function config_new_option | Sebastien Helleu | |
2008-10-12 | Remove old title/nicklist/status/input, use of new bars | Sebastien Helleu | |
2008-10-03 | Add color for marker on lines where text sought is found | Sebastien Helleu | |
2008-10-02 | Add new option scroll_page_percent to choose percent of height to scroll ↵ | Sebastien Helleu | |
with page_up and page_down keys (task #8702) | |||
2008-10-02 | Add new /layout command and save_layout_on_exit config option, to ↵ | Sebastien Helleu | |
save/restore windows and buffers order (task #5453) | |||
2008-09-23 | Fix bug when changing options look.set_title and look.save_on_exit (bug #24350) | Sebastien Helleu | |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu | |
2008-07-03 | Add "buffer_nicklist" bar item and scroll feature in bars with /bar scroll | Sebastien Helleu | |
2008-06-28 | Add "default" option to command /bar, to create default bars (today only ↵ | Sebastien Helleu | |
input and status) | |||
2008-06-21 | Remove infobar | Sebastien Helleu | |
2008-06-18 | Add new options for completion, optional stop instead of cycling with words ↵ | Sebastien Helleu | |
found | |||
2008-06-17 | New plugin "notify", new option for debug messages in plugins | Sebastien Helleu | |
2008-06-16 | New defaut time format for buffer lines | Sebastien Helleu | |
2008-06-15 | Fix weechat slogan (and it's now translated) (bug #23531) | Sebastien Helleu | |
2008-06-15 | Fix bug/crash when any color option is changed (bug #23566) | Sebastien Helleu | |
2008-06-07 | Fix crash with config reload and bug with empty key section (no more keys ↵ | Sebastien Helleu | |
after reload if weechat.conf was deleted) (bug #23514) | |||
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu | |
2008-06-02 | Add constants for config file read/write/set/unset callbacks | Sebastien Helleu | |
2008-06-01 | Reintroduce highlight (move code from irc plugin to core) | Sebastien Helleu | |
2008-05-04 | Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ↵ | Sebastien Helleu | |
initial commit, not working yet) | |||
2008-04-29 | Removed key functions (replaced by /input command) | Sebastien Helleu | |
2008-04-29 | Added bar priority (replaces bar number) | Sebastien Helleu | |
2008-04-27 | Added marker line (or dotted line), more visible than single magenta char ↵ | Sebastien Helleu | |
(char is still possible) | |||
2008-04-24 | Added filling/color_fg/color_bg options for bars, added ↵ | Sebastien Helleu | |
config_get/config_get_plugin/config_set_plugin in script API | |||
2008-04-22 | Added conditions for bar display and bar max size | Sebastien Helleu | |
2008-04-15 | Added keys by buffer (useful for buffers with free content that need own keys) | Sebastien Helleu | |
These keys can be set thru API function "buffer_set", for example: weechat_buffer_set(my_buffer, "key_bind_meta2-A", "/mycommand up"); weechat_buffer_set(my_buffer, "key_bind_meta2-B", "/mycommand down"); weechat_buffer_set(my_buffer, "key_unbind_meta2-B", ""); weechat_buffer_set(my_buffer, "key_unbind_*", ""); These keys are volatile and not saved in any config file. So they must be set when buffer is open. | |||
2008-04-15 | New format for [bar] section in weechat.conf file, bar options can be set ↵ | Sebastien Helleu | |
with /set command | |||
2008-04-12 | Added new default bar item "time" | Sebastien Helleu | |
2008-04-12 | Fixed minor bugs with help on options | Sebastien Helleu | |
2008-04-11 | Fixed bugs with nicks color and sorting in nicklist | 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-22 | Added tags for lines and custom filtering by tags or regex (task #7674), ↵ | Sebastien Helleu | |
fixed many memory leaks | |||
2008-03-16 | Added comments in code for core sources | Sebastien Helleu | |
2008-03-15 | New default settings for action/network prefixes, new default color for ↵ | Sebastien Helleu | |
network prefix | |||
2008-03-11 | Added "startup" section in config, new options ↵ | Sebastien Helleu | |
"startup_command_{before|after}_plugins" | |||
2008-03-07 | Save of bars in main WeeChat config file (weechat.rc) | Sebastien Helleu | |
2008-03-05 | Partial support of bars, with custom items. | Sebastien Helleu | |
Today only root bars are partially working (refresh is not always performed), and bars are not saved in configuration file. To be continued... | |||
2008-02-22 | New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar ↵ | Sebastien Helleu | |
display, fixed nick in input for IRC buffers The "irc/debug" buffer is displayed when IRC debug is enabled (with "/debug irc" thru debug plugin). If the buffer is closed, it is reopen when new messages are written, until debug is disabled by user (with "/debug irc"). | |||
2008-02-04 | Removed typedef for keyboard structures in gui-keyboard.h | Sebastien Helleu | |
2008-02-01 | Fixed bug with prefixes in config file | Sebastien Helleu | |
2008-01-27 | Added config file functions in plugins API, improved /reload and /save ↵ | Sebastien Helleu | |
commands (now possible to reload/save some files only), fixed completion bug |