aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/irc/irc-channel.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* irc, typing: display typing status for IRC nicksSébastien Helleu2021-07-041-9/+9
* irc: send typing status as TAGMSG to other usersSébastien Helleu2021-07-041-0/+13
* core: update copyright datesSébastien Helleu2021-01-021-1/+1
* irc: change default chantypes from "#&+!" to "#&"Sébastien Helleu2020-06-211-2/+2
* core: update copyright datesSébastien Helleu2020-01-041-1/+1
* irc: add option irc.look.display_pv_warning_address (closes #892)Sébastien Helleu2019-10-111-0/+4
* core: update copyright datesSébastien Helleu2019-01-011-1/+1
* core: use https for links to GNU GPL licenseSébastien Helleu2018-11-291-1/+1
* irc: factorize code to set state of modelists in a channelSébastien Helleu2018-03-251-0/+2
* irc: fix some stylesSébastien Helleu2018-03-241-1/+1
* irc: add indexed ban list, add completion for /unban and /unquiet (closes #597, task #11374, task #10876)Simmo Saan2018-03-241-0/+3
* core: update copyright datesSébastien Helleu2018-01-051-1/+1
* core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu2017-08-101-3/+3
* tests: fix compilation of tests on FreeBSD 11Sébastien Helleu2017-01-131-0/+2
* core: update copyright datesSébastien Helleu2017-01-011-1/+1
* core: add pointer in some callbacks (closes #406)Sébastien Helleu2016-03-211-3/+6
* irc: fix channel forwarding (closes #643)Sébastien Helleu2016-01-061-2/+5
* core: update copyright datesSébastien Helleu2016-01-011-1/+1
* irc: remove useless rename of channel buffer on JOIN received with different case (closes #336)Sébastien Helleu2015-02-211-3/+0
* irc: don't keep valid account names when account-notify is disabledMax Teufel2015-01-241-0/+2
* irc: add support for CAP account-notifyMax Teufel2015-01-241-2/+2
* core: update copyright datesSébastien Helleu2015-01-011-1/+1
* irc: open channel buffers before the JOIN is received from server (autojoin and manual joins) (closes #216)Sébastien Helleu2014-12-141-0/+8
* irc: remove IRC color codes from buffer title in channels (closes #237)Sébastien Helleu2014-10-311-0/+1
* irc: add option irc.look.join_auto_add_chantype (closes #65)Sébastien Helleu2014-05-061-0/+2
* core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu2014-03-191-3/+3
* irc: add value "353" in option irc.look.display_join_messageSebastien Helleu2014-01-281-2/+2
* core: update copyright datesSebastien Helleu2014-01-011-1/+1
* irc: fix groups in channel nicklist when reconnecting to a server that supports more nick prefixes than the previously connected serverSebastien Helleu2013-11-071-0/+2
* irc: fix duplicate nick completion when someone rejoins the channel with same nick but a different case (bug #38841)Sebastien Helleu2013-04-281-0/+3
* irc: add option irc.look.display_join_message (task #10895)Sebastien Helleu2013-03-241-1/+3
* core: fix typos in many comments and some stringsSebastien Helleu2013-03-171-1/+1
* irc: unmask smart filtered join if nick speaks in channel some minutes after the join, new option irc.look.smart_filter_join_unmask (task #12405)Sebastien Helleu2013-02-171-0/+11
* core: update copyright datesSebastien Helleu2013-01-011-1/+1
* irc: do not send command "MODE #channel" on manual /names (do it only when names are received on join of channel) (bug #35930)Sebastien Helleu2012-03-221-0/+1
* core: update copyright datesSebastien Helleu2012-01-081-1/+1
* irc: use redirection to get channel modes after update of modes on channel, display output of /mode #channelSebastien Helleu2012-01-061-1/+2
* irc: add optional server in info "irc_is_channel" (before channel name) (bug #35124), add optional server in info_hashtable "irc_message_parse"Sebastien Helleu2011-12-251-2/+3
* irc: add case insensitive string comparison based on casemapping of server (rfc1459, strict-rfc1459, ascii) (bug #34239)Sebastien Helleu2011-11-121-3/+6
* core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu2011-06-131-0/+4
* irc: do not rejoin channels where /part has been issued before reconnection to server (bug #33029)Sebastien Helleu2011-04-111-0/+1
* Update copyright datesSebastien Helleu2011-01-011-1/+1
* Do not send WHO on channel joined (to check away nicks) if option irc.network.away_check is set to 0Sebastien Helleu2010-09-121-1/+1
* Update comments after #endif in C headersSebastien Helleu2010-06-251-1/+1
* Update licenses and copyrights, add missing author names in sourcesSebastien Helleu2010-06-221-6/+6
* Add optional message in IRC private buffer when nick is back on server after a /quitSebastien Helleu2010-05-211-0/+5
* Add option irc.look.item_nick_prefix, rename some IRC options for bar itemsSebastien Helleu2010-02-061-2/+4
* Update copyright datesSebastien Helleu2010-01-031-1/+1
* Add option "autorejoin_delay" for servers (task #8771), fix autorejoin on channels with keySebastien Helleu2009-12-161-0/+4
* Add IRC option to use same nick color in channel and private (on by default) (task #9870)Sebastien Helleu2009-11-191-0/+1