Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-30 | Fix bug with IRC nicks on reconnection: try all nicks in list, even if nick ↵ | Sebastien Helleu | |
used was not the first in list of nicks | |||
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-29 | Fix infinite loop with /layout apply and bug when applying layout, sometimes ↵ | Sebastien Helleu | |
many /layout apply were needed (bug #26110) | |||
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-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-24 | Fix bug with callbacks when loading a script already loaded | 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 | 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 IRC commands /omode and /forcejoin (patch #7126) | Sebastien Helleu | |
2010-03-20 | Refresh screen when exiting WeeChat (to display messages printed after /quit) | Sebastien Helleu | |
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-17 | Do not send signals "irc_in" and "irc_in2" when IRC messages are ignored | Sebastien Helleu | |
2010-03-13 | Fix typo: crashs -> crashes | Sebastien Helleu | |
2010-03-08 | Return absolute path for info_get of "weechat_dir" (bug #27936) | Sebastien Helleu | |
2010-03-07 | Bug with IRC prefix "!" for mode "a" (channel admin) (bug #29109) | Sebastien Helleu | |
2010-03-03 | Add new option weechat.look.read_marker_always_show | Sebastien Helleu | |
2010-03-02 | Fix bug with /away -all in IRC plugin: set or unset future away for ↵ | Sebastien Helleu | |
disconnected servers (bug #29022) | |||
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-27 | Fix crash in Perl plugin when callbacks are called during script ↵ | Sebastien Helleu | |
initialization (bug #29018) | |||
2010-02-26 | Add command line option "-s" (or "--no-script") to start WeeChat without ↵ | Sebastien Helleu | |
loading any script | |||
2010-02-24 | Fix bug with cursor when position is last char of terminal | Sebastien Helleu | |
2010-02-23 | Allow script commands to reload only one script | Sebastien Helleu | |
2010-02-21 | Fix bug with bar background after text with background color (bug #28157) | Sebastien Helleu | |
2010-02-19 | Add option irc.network.connection_timeout (timeout between TCP connection to ↵ | Sebastien Helleu | |
server and reception of message 001) | |||
2010-02-19 | Fix "inactivity" value when no key has been pressed since WeeChat started ↵ | Sebastien Helleu | |
(bug #28930) | |||
2010-02-18 | Add mechanism DH-BLOWFISH for SASL authentication with IRC server | Sebastien Helleu | |
2010-02-18 | Fix function "color" in Lua script API (patch from Christian Heinz) | Sebastien Helleu | |
2010-02-16 | Add function "string_decode_base64" in plugin API | Sebastien Helleu | |
2010-02-15 | Add SASL authentication in IRC plugin (task #8829), add function ↵ | Sebastien Helleu | |
"string_encode_base64" in plugin API, fix bug with base64 encoding New options for IRC servers: - sasl_mechanism (only "plain" for now) - sasl_username - sasl_password | |||
2010-02-12 | Add description of arguments for API functions hook_info and hook_infolist | Sebastien Helleu | |
2010-02-12 | Use arguments for infolist "nicklist" to return only one nick or group | Sebastien Helleu | |
Format is: nick_xxx or group_xxx to return only nick/group called "xxx". | |||
2010-02-11 | Add missing IRC commands 276, 343 | Sebastien Helleu | |
2010-02-10 | Apply IRC smart filter only on channels, not private buffers (bug #28841) | Sebastien Helleu | |
2010-02-10 | Update ChangeLog | Sebastien Helleu | |
2010-02-09 | Add new option weechat.look.time_format to customize default format for ↵ | Sebastien Helleu | |
date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914) | |||
2010-02-09 | Rename command /silence to /mute | Sebastien Helleu | |
2010-02-09 | Add new command /silence | Sebastien Helleu | |
2010-02-06 | Add option irc.look.item_nick_prefix, rename some IRC options for bar items | Sebastien Helleu | |
2010-02-05 | Fix IRC PART message received on Undernet server (bug #28825) | Sebastien Helleu | |
2010-02-02 | Add option "switch_active_buffer_previous" for command /input (task #10141) | Sebastien Helleu | |
2010-02-02 | Add IRC command /map | Sebastien Helleu | |
2010-02-02 | Add signal "xfer_ended" (patch #7081) | Sebastien Helleu | |
2010-02-02 | Add option irc.look.display_channel_modes_hide_key to hide channel key in ↵ | Sebastien Helleu | |
channel modes (bug #23961) | |||
2010-01-31 | Add version 0.3.1.1 to ChangeLog | Sebastien Helleu | |