Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-18 | Remove unused option look.input_format, fix refresh bug with input prompt ↵ | Sebastien Helleu | |
for IRC buffers | |||
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-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-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-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-27 | Added marker line (or dotted line), more visible than single magenta char ↵ | Sebastien Helleu | |
(char is still possible) | |||
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-11 | Improved /set command, added /unset command, new name for config files (*.conf) | Sebastien Helleu | |
2008-03-11 | Added "startup" section in config, new options ↵ | Sebastien Helleu | |
"startup_command_{before|after}_plugins" | |||
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-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 | |||
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 | |
Added group support for nicklist (with subgroups). Partial changes in IRC protocol functions (new arguments with argv and argv_eol). Fixed some bugs: - nicklist in plugins API - problem in main loop with select() when SIGWINCH is received (terminal resize) - bug in string explode function - bug in infobar countdown. | |||
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, ↵ | Sebastien Helleu | |
replaced "void *" pointers by structures | |||
2007-12-11 | Many changes in IRC plugin, added IRC specific completions | Sebastien Helleu | |
2007-12-10 | Many changes in IRC plugin | Sebastien Helleu | |
2007-12-07 | Many changes in IRC plugin and plugins API | Sebastien Helleu | |
2007-12-01 | Added /reload command | Sebastien Helleu | |
2007-12-01 | New config functions, almost entirely rewritten from scratch | Sebastien Helleu | |
2007-11-11 | Added log directory creation in logger plugin, removed unused log config ↵ | Sebastien Helleu | |
options in core | |||
2007-10-31 | Renamed many functions, removed all IRC specific stuff | Sebastien Helleu | |
2007-10-31 | Moved files from src/common to core, gui and plugins directories | Sebastien Helleu | |