Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-10 | Fix display of IRC message 333 on some servers | Sebastien Helleu | |
2010-06-08 | Add new options irc.look.display_host_join/join_local/quit and ↵ | Sebastien Helleu | |
irc.color.reason_quit | |||
2010-06-04 | Move options weechat.color.nicklist_prefix to irc plugin | Sebastien Helleu | |
Options renamed or removed: - weechat.color.nicklist_prefix1 renamed to irc.color.nick_prefix_op - weechat.color.nicklist_prefix2 renamed to irc.color.nick_prefix_halfop - weechat.color.nicklist_prefix3 renamed to irc.color.nick_prefix_voice - weechat.color.nicklist_prefix4 renamed to irc.color.nick_prefix_user - weechat.color.nicklist_prefix5 removed | |||
2010-06-02 | Fix bug with command-line option "irc://" (bug #29990), new format for port ↵ | Sebastien Helleu | |
and channels | |||
2010-06-01 | Add missing IRC commands 346, 347 (channel invite list) | Sebastien Helleu | |
2010-06-01 | Fix display of IRC message 330 on some servers | Sebastien Helleu | |
2010-05-29 | Add missing include of time.h | Sebastien Helleu | |
2010-05-29 | Fix bug with nick prefix '*' (chan founder) on some IRC servers (bug #29890) | Sebastien Helleu | |
2010-05-24 | Fix typo in /help wallchops | Sebastien Helleu | |
2010-05-23 | Fix bug with option irc.network.lag_check when value is 0 (zero) | Sebastien Helleu | |
2010-05-23 | Add IRC command /wallchops, fix bug with display of notice for ops (task ↵ | Sebastien Helleu | |
#10021, bug #29932) | |||
2010-05-22 | Add isupport value in IRC servers (content of IRC message 005), with new ↵ | Sebastien Helleu | |
infos: irc_server_isupport and irc_server_isupport_value | |||
2010-05-21 | Add optional message in IRC private buffer when nick is back on server after ↵ | Sebastien Helleu | |
a /quit New option: "irc.look.display_pv_back" (default value is "on"). Option "irc.look.show_away_once" has been renamed to "irc.look.display_pv_away_once". | |||
2010-05-20 | Add examples in /help join | Sebastien Helleu | |
2010-05-02 | Add function "string_expand_home" in plugin API, fix bug with replacement of ↵ | Sebastien Helleu | |
home in paths | |||
2010-05-01 | Move option irc.color.item_buffer_name_ssl to core (new name: ↵ | Sebastien Helleu | |
weechat.color.status_name_ssl) | |||
2010-04-21 | Add new options irc.network.autoreconnect_delay_growing and ↵ | Sebastien Helleu | |
irc.network.autoreconnect_delay_max (task #10338) | |||
2010-04-20 | Add new option irc.color.item_buffer_name_ssl (task #10339) | Sebastien Helleu | |
2010-04-20 | Try other nick when connecting to IRC server and receiving message 437 (nick ↵ | Sebastien Helleu | |
unavailable) | |||
2010-04-20 | Set buffer local variable "away" when opening new IRC channel (bug #29618) | Sebastien Helleu | |
2010-04-18 | Replace "joker" by "wildcard" | Sebastien Helleu | |
2010-04-13 | Fix bug with perl script filename when multiplicity is disabled (bug #29530) | Sebastien Helleu | |
2010-04-12 | Fix display of perl errors (use tab to force empty prefix on message) | Sebastien Helleu | |
2010-04-12 | Fix crash on /quit or unload of Perl plugin under FreeBSD and Cygwin (bug ↵ | Sebastien Helleu | |
#29467) | |||
2010-04-10 | Use tag "no_highlight" for CTCP replies | 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-04-08 | Define list of default aliases as an array | Sebastien Helleu | |
2010-04-05 | Use tag "no_highlight" for backlog lines printed by logger plugin | Sebastien Helleu | |
2010-04-05 | Add option "-open" for IRC command /connect | Sebastien Helleu | |
2010-04-03 | Fix display of empty nicklist in IRC private buffers | Sebastien Helleu | |
2010-04-03 | Add highlight word "$nick" instead of real nick in IRC and xfer plugins | Sebastien Helleu | |
2010-04-03 | Change buffer properties only when buffer is created by IRC plugin (channels ↵ | Sebastien Helleu | |
and raw buffer), do not change them after /upgrade | |||
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 | Add missing variables in debug dump | Sebastien Helleu | |
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 display of message 333 (channel topic) when there is no host but only nick | Sebastien Helleu | |
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 check of IRC ignore when channel is specified in ignore (problem with ↵ | Sebastien Helleu | |
PRIVMSG queries) | |||
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 compilation of irc plugin with old gcc (remove #ifdef inside call of macro) | Sebastien Helleu | |
Compilation failed with gcc 3.2.3. | |||
2010-03-26 | Fix bug with writing of configuration files when disk is full (bug #29331) | Sebastien Helleu | |
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-23 | Add examples in /help dcc, update german translations | Sebastien Helleu | |
2010-03-23 | Add note about /unalias in /help alias | Sebastien Helleu | |
2010-03-22 | Fix typos in /help window and /help logger | 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 | |