aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/irc/irc-channel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* irc, typing: display typing status for IRC nicksSébastien Helleu2021-07-041-5/+5
* irc: send typing status as TAGMSG to other usersSébastien Helleu2021-07-041-0/+9
* irc: add function irc_server_get_chantypesSébastien Helleu2021-01-301-11/+3
* irc: use server option "default_chantypes" as fallback when automatically adding channel type on joinSébastien Helleu2021-01-301-9/+15
* irc: simplify code in function irc_channel_is_channelSébastien Helleu2021-01-301-7/+11
* irc: make default chantypes configurableMatti Virkkunen2021-01-301-4/+7
* core: update copyright datesSébastien Helleu2021-01-021-1/+1
* irc: change default chantypes from "#&+!" to "#&"Sébastien Helleu2020-06-211-1/+5
* irc: display account messages in buffersMax Teufel2020-06-031-3/+6
* irc: reuse a buffer with wrong type "channel" when a private message is received (closes #869)Sébastien Helleu2020-05-081-0/+12
* irc: remove empty linesSébastien Helleu2020-03-281-1/+0
* core: update copyright datesSébastien Helleu2020-01-041-1/+1
* irc: fix memory leak when the channel topic is changedSébastien Helleu2019-12-151-0/+4
* irc: add option irc.look.display_pv_warning_address (closes #892)Sébastien Helleu2019-10-111-0/+46
* irc: rename server variable "nick_host" to "host"Sébastien Helleu2019-05-121-1/+1
* irc: set buffer local variable "nick_host" when a channel buffer is openedSébastien Helleu2019-05-101-0/+1
* 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: add missing initialization of variable "chghost"Sébastien Helleu2018-08-151-0/+1
* irc: add nick, host and log tags in message displayed in private buffer when the nick comes back on the server (closes #1221)Sébastien Helleu2018-07-111-1/+6
* Merge remote-tracking branch 'origin/pr/640'Sébastien Helleu2018-05-211-3/+5
|\
| * irc: add smart filtering for chghost messagesSimmo Saan2017-11-051-3/+5
* | Merge remote-tracking branch 'origin/pr/623' into irc-3.2-capSébastien Helleu2018-05-201-2/+2
|\ \
| * | irc: add hashtables to keep track of all capabilitiesSimmo Saan2017-06-171-2/+2
* | | irc: factorize code to set state of modelists in a channelSébastien Helleu2018-03-251-0/+16
* | | irc: fix some stylesSébastien Helleu2018-03-241-4/+7
* | | irc: add indexed ban list, add completion for /unban and /unquiet (closes #597, task #11374, task #10876)Simmo Saan2018-03-241-0/+18
* | | core: fix some stylesSébastien Helleu2018-01-071-3/+3
* | | core: update copyright datesSébastien Helleu2018-01-051-1/+1
| |/ |/|
* | core: fix cast of time_t (to "long long" instead of "long") (closes #1051)Sébastien Helleu2017-08-121-2/+2
|/
* core, plugins: fix conditions to insert elements in linked listsSébastien Helleu2017-06-101-1/+1
* irc: check that pointers received in arguments are not NULL in "free" functionsSébastien Helleu2017-03-251-0/+3
* core: update copyright datesSébastien Helleu2017-01-011-1/+1
* api: remove functions printf_date() and printf_tags()Sébastien Helleu2016-06-181-1/+2
* core: add pointer in some callbacks (closes #406)Sébastien Helleu2016-03-211-13/+16
* core: update copyright datesSébastien Helleu2016-01-011-1/+1
* Merge remote-tracking branch 'origin/pr/351'Sébastien Helleu2015-12-201-1/+1
|\
| * irc: use NULL instead of "*" for unidentified nicksMax Teufel2015-03-071-1/+1
* | irc: fix type of value returned by function irc_buffer_build_nameSébastien Helleu2015-07-041-2/+2
* | irc: optimize search of a nick in nicklist (up to 3x faster)Sébastien Helleu2015-04-291-0/+2
|/
* irc: remove useless rename of channel buffer on JOIN received with different case (closes #336)Sébastien Helleu2015-02-211-45/+0
* irc: send WHOX message only if server supports itSébastien Helleu2015-01-251-2/+12
* irc: remove compiler warning about unused parameter in irc_channel_remove_account()Sébastien Helleu2015-01-251-0/+3
* irc: fix memory leak on nick account in irc_channel_remove_account()Sébastien Helleu2015-01-251-2/+6
* irc: don't keep valid account names when account-notify is disabledMax Teufel2015-01-241-1/+23
* irc: add support for CAP account-notifyMax Teufel2015-01-241-8/+9
* irc: fix restore of query buffers on /upgrade (closes #315)Sébastien Helleu2015-01-231-3/+9
* irc: fix order of channel buffers opened (closes #303)Sébastien Helleu2015-01-161-37/+47
* irc: fix crash in buffer close when server name is the same as a channel name (closes #305)Sébastien Helleu2015-01-151-2/+5
* core: update copyright datesSébastien Helleu2015-01-011-1/+1