Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-15 | core: add buffer property "highlight_tags_restrict", rename option ↵ | Sebastien Helleu | |
irc.look.highlight_tags to irc.look.highlight_tags_restrict The buffer property "highlight_tags" is renamed to "highlight_tags_restrict". New behavior for buffer property "highlight_tags": force highlight on tags. Option irc.look.highlight_tags is renamed to irc.look.highlight_tags_restrict. | |||
2013-12-11 | irc: display mask of ignore deleted with /ignore del | Sebastien Helleu | |
2013-12-11 | irc: add note about command /disconnect in /help connect | Sebastien Helleu | |
2013-12-08 | irc: don't return a default ban mask if option is not set or if host is not ↵ | Sebastien Helleu | |
found | |||
2013-12-07 | irc: rename option irc.look.ban_mask_default to irc.network.ban_mask_default | Sebastien Helleu | |
2013-12-07 | irc: add option irc.look.ban_mask_default (bug #26571) | Sebastien Helleu | |
2013-12-07 | irc: improve /help of command/command_delay/autojoin options in servers | Sebastien Helleu | |
2013-12-06 | irc: add option irc.network.lag_max | Sebastien Helleu | |
2013-12-05 | irc: fix ignore on a host without nick | Sebastien Helleu | |
2013-12-04 | irc: add comments about irc color codes in messages | Sebastien Helleu | |
2013-12-04 | irc: remove function irc_color_decode_for_user_entry | Sebastien Helleu | |
Since commits d03eb52d4992c46b01c47d076ae5ef5aa68be10c and 0c48b7ab8bbd4b5b2f5bb73f3e96930091fa7ead, the IRC color codes are the same in input line and messages, so the function irc_color_decode_for_user_entry is not needed any more. It was used only to decode colors when completing the command /topic (with the channel topic). | |||
2013-12-01 | irc: use color code 0x1F (ctrl-_) for underlined text in input line (same ↵ | Sebastien Helleu | |
code as messages) (bug #40756) | |||
2013-12-01 | irc: use color code 0x16 (ctrl-V) for reverse video in messages | Sebastien Helleu | |
Other clients are using 0x16, and not 0x12 that was the default in WeeChat (which was able to decode both 0x12 and 0x16). Now the 0x12 is not decoded and does not make reverse video any more. | |||
2013-12-01 | irc: check that string is not NULL in functions ↵ | Sebastien Helleu | |
irc_color_{decode,decode_for_user_entry,encode} | |||
2013-11-30 | irc: use option irc.network.colors_send (instead of receive) when displaying ↵ | Sebastien Helleu | |
messages sent by commands /away, /me, /msg, /notice, /query | |||
2013-11-30 | irc: fix crash when setting a wrong value in server option "ssl_priorities" | Sebastien Helleu | |
The bug was introduced by commit 2305c95db08a214dba68e771c9bbabc51ca7d055 | |||
2013-11-26 | irc: suggest lower values for option irc.server.xxx.ssl_dhkey_size after SSL ↵ | Sebastien Helleu | |
error GNUTLS_E_DH_PRIME_UNACCEPTABLE | |||
2013-11-23 | irc: fix memory leak when checking the value of ssl_priorities option in servers | Sebastien Helleu | |
2013-11-23 | irc: fix memory leak when a channel is deleted | Sebastien Helleu | |
2013-11-09 | irc: load plugin even if options can not be read in irc.conf (with warnings) | Sebastien Helleu | |
2013-11-07 | irc: fix groups in channel nicklist when reconnecting to a server that ↵ | Sebastien Helleu | |
supports more nick prefixes than the previously connected server | |||
2013-11-02 | core: add support of italic text (requires ncurses >= 5.9 patch 20130831) | Sebastien Helleu | |
2013-10-27 | irc: fix auto-switch to channel buffer when doing /join channel (without "#") | Sebastien Helleu | |
2013-10-08 | irc: add option irc.look.notice_welcome_tags | Sebastien Helleu | |
2013-10-08 | irc: add server option "default_msg_kick" to customize default kick/kickban ↵ | Sebastien Helleu | |
message (task #12777) (patch from Nils Görs) | |||
2013-10-06 | irc: improve help of server option "autojoin" | Sebastien Helleu | |
2013-10-05 | core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am ↵ | Sebastien Helleu | |
in plugins This "-no-undefined" was causing an error when detecting "ld" lib on Cygwin. | |||
2013-10-05 | irc: use "private" notify for welcome notices displayed in channel (like ↵ | Sebastien Helleu | |
when they are displayed in server buffer) | |||
2013-10-05 | irc: remove target of notice (self nick) in the display of channel welcome ↵ | Sebastien Helleu | |
notice (fix highlight problem) | |||
2013-10-04 | irc: display target of notice when it is displayed in channel | Sebastien Helleu | |
With the new option irc.look.notice_welcome_redirect, a private notice could have a channel at beginning of message (with format "[#channel]") and then be displayed on the channel, without difference with a real channel notice (received by all nicks in channel). For example with these commands: /notice nick2 [#channel] private notice /notice #channel notice for whole channel Old display was (on receiver side, in #channel): -- | Notice(nick1): private notice -- | Notice(nick1): notice for whole channel New display is: -- | Notice(nick1) -> nick2: private notice -- | Notice(nick1) -> #channel: notice for whole channel | |||
2013-10-03 | irc: fix reconnection to server using IPv6 (bug #38819, bug #40166) | Sebastien Helleu | |
2013-09-20 | irc: add extra info in /help irc.look.smart_filter_delay | Sebastien Helleu | |
2013-09-19 | irc: add note about evaluated content of "password" server option | Sebastien Helleu | |
2013-08-29 | irc: fix extraction of channel name in notice (when message starts with "[]") | Sebastien Helleu | |
2013-08-28 | irc: add option irc.look.notice_welcome_redirect to automatically redirect ↵ | Sebastien Helleu | |
channel welcome notices to the channel buffer | |||
2013-08-19 | core: add syntax "@buffer:item" in bar items to force the buffer used when ↵ | Sebastien Helleu | |
displaying the bar item (task #12717) | |||
2013-08-18 | irc: replace default prefix modes "qaohvu" by the standard ones "ov" when ↵ | Sebastien Helleu | |
PREFIX is not sent by server (bug #39802) | |||
2013-08-04 | api: add argument "options" in function string_eval_expression, add option ↵ | Sebastien Helleu | |
"-c" for command /eval (to evaluate a condition) | |||
2013-08-02 | Merge branch 'secured-data' | Sebastien Helleu | |
2013-07-30 | irc: use 6697 as default port for SSL servers created with URL "ircs://" ↵ | Sebastien Helleu | |
(bug #39621) | |||
2013-07-29 | irc: add note about evaluated content of option (for options allowing ↵ | Sebastien Helleu | |
secured data inside) | |||
2013-07-27 | irc: display number of ops/halfops/voices on channel join only for supported ↵ | Sebastien Helleu | |
modes on server (bug #39582) | |||
2013-07-27 | core: add secured data with optional encryption in file sec.conf | Sebastien Helleu | |
2013-07-20 | core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.am | Sebastien Helleu | |
2013-07-19 | irc: use lower case at beginning of message when deleting a server | Sebastien Helleu | |
2013-07-19 | irc: fix self nick color in server messages after nick is changed with /nick ↵ | Sebastien Helleu | |
(bug #39415) | |||
2013-07-18 | irc: add support of wildcards in commands (de)op/halfop/voice (task #9221) | Sebastien Helleu | |
2013-07-11 | irc: add option irc.look.pv_tags | Sebastien Helleu | |
2013-07-11 | core: sort config options by name in sources | Sebastien Helleu | |
2013-07-02 | irc: fix error message on /invite without arguments (bug #39272) | Sebastien Helleu | |