Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-08 | Fix typo in description of modifier "history_add" | Sebastien Helleu | |
2010-04-08 | Add buffer pointer as string in modifier_data for modifier "history_add" | Sebastien Helleu | |
2010-04-08 | Add modifier "history_add" (text added to buffer or global history) | Sebastien Helleu | |
2010-04-08 | Update italian doc and translations | Sebastien Helleu | |
2010-04-05 | Add option "-open" for IRC command /connect | Sebastien Helleu | |
2010-04-03 | Add or remove highlight words in a buffer with "highlight_words_add" and ↵ | Sebastien Helleu | |
"highlight_words_del" (for buffer_set) | |||
2010-04-03 | Add option "get" for command /buffer, add completions with buffer properties | Sebastien Helleu | |
2010-03-31 | Fix help of option weechat.plugin.autoload | Sebastien Helleu | |
2010-03-31 | Improve plugins autoload (option weechat.plugin.autoload): allow to use "*" ↵ | Sebastien Helleu | |
as joker and "!" to prevent a plugin from being autoloaded (task #6361) Some examples for option weechat.plugin.autoload: - load all plugins (default): "*" - load only alias, charset, irc and logger: "alias,charset,irc,logger" - load all plugins but not lua and tcl: "*,!lua,!tcl" - load all plugins but not perl and python: "*,!p*" (not recommended because new future plugins may begin with "p") - do not load any plugin (weechat core alone is not really useful eheh): "!*" | |||
2010-03-29 | Fix IRC command /list: send channel and server name given as argument, and ↵ | Sebastien Helleu | |
use separate option "-re" to allow a regex | |||
2010-03-26 | Add new option irc.look.part_closes_buffer to close buffer when /part is ↵ | Sebastien Helleu | |
issued on channel (task #10295) | |||
2010-03-26 | Fix bug with writing of configuration files when disk is full (bug #29331) | Sebastien Helleu | |
2010-03-26 | Backport changes in english plugin API reference into italian version | Sebastien Helleu | |
2010-03-25 | Add signals "nicklist_{group|nick}_{added|removed}", remove signal ↵ | Sebastien Helleu | |
"nicklist_changed" Data for new signals is a string with format: "buffer,name", where: - buffer is a pointer, for example 0x123456 - name is group or nick name added/removed from nicklist on this buffer. | |||
2010-03-25 | Add "irc_is_nick" for function info_get to check if a string is a valid IRC ↵ | Sebastien Helleu | |
nick name (patch #7133) | |||
2010-03-24 | Add new options for command /key (listdefault, listdiff and reset), add ↵ | Sebastien Helleu | |
examples in /help key Note: old option "reset" for /key has been renamed to "resetall". | |||
2010-03-23 | Add italian translation of Plugin API Reference | Sebastien Helleu | |
2010-03-23 | Add examples in /help dcc, update german translations | Sebastien Helleu | |
2010-03-23 | Remove WeeChat slogan | Sebastien Helleu | |
2010-03-23 | Add note about /unalias in /help alias | Sebastien Helleu | |
2010-03-23 | Reformat examples in help of some commands | Sebastien Helleu | |
2010-03-22 | Fix typos in /help window and /help logger | Sebastien Helleu | |
2010-03-22 | Add list of tags in /help filter | Sebastien Helleu | |
2010-03-22 | Add new option weechat.color.nicklist_offline | Sebastien Helleu | |
2010-03-21 | Remove IRC commands /forcejoin and /omode (now possible with alias and ↵ | Sebastien Helleu | |
custom completion) It is now possible to add such commands with aliases: /alias -completion %%sajoin forcejoin /quote forcejoin /alias -completion %%samode omode /quote omode | |||
2010-03-21 | Fix typo in /help alias | Sebastien Helleu | |
2010-03-21 | Add custom completion for aliases (task #9479) | Sebastien Helleu | |
2010-03-21 | Add new signals "irc_raw_in" and "irc_raw_in2" (sent for all IRC messages, ↵ | Sebastien Helleu | |
even if ignored with /ignore) | |||
2010-03-20 | Add functions string_match, string_has_highlight and string_mask_to_regex in ↵ | Sebastien Helleu | |
script plugin API | |||
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-03-19 | Move /away command from irc plugin to core | Sebastien Helleu | |
2010-03-14 | Update italian user guide | Sebastien Helleu | |
2010-03-13 | Fix typo: crashs -> crashes | Sebastien Helleu | |
2010-03-13 | Add chapter "Report crashs" in user guide | Sebastien Helleu | |
2010-03-10 | Update german and italian FAQ | Sebastien Helleu | |
2010-03-09 | Update german FAQ | Sebastien Helleu | |
2010-03-09 | Add questions in FAQ about voice filtering and check of away nicks | Sebastien Helleu | |
2010-03-08 | Add more sections in FAQ | Sebastien Helleu | |
2010-03-07 | Add chapter with common tasks in scripting guide | Sebastien Helleu | |
2010-03-04 | Update user guide | Sebastien Helleu | |
2010-03-02 | Add new option weechat.look.command_chars, add functions ↵ | Sebastien Helleu | |
string_is_command_char and string_input_for_buffer in plugin and script API | |||
2010-02-26 | Add command line option "--no-script" in user guide | Sebastien Helleu | |
2010-02-26 | Add command line option "-s" (or "--no-script") to start WeeChat without ↵ | Sebastien Helleu | |
loading any script | |||
2010-02-23 | Add link for curses color names in user guide | Sebastien Helleu | |
2010-02-23 | Add WeeChat color name beside IRC color in user guide | Sebastien Helleu | |
2010-02-23 | Allow script commands to reload only one script | Sebastien Helleu | |
2010-02-22 | Update italian FAQ | Sebastien Helleu | |
2010-02-22 | Update italian user guide | Sebastien Helleu | |
2010-02-21 | Update german FAQ | Sebastien Helleu | |
2010-02-20 | Add question about meta keys in FAQ | Sebastien Helleu | |