summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-channel.c
AgeCommit message (Expand)Author
2022-08-13irc: add options and display SETNAME command in channels and private buffers ...Sébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-12-30irc: add IRC message tags in messages displayed (closes #1680)Sébastien Helleu
2021-11-07irc: extend size of some internal buffersSébastien Helleu
2021-11-06irc: fix join of channels with name longer than 127 chars (closes #1717)Sébastien Helleu
2021-07-04irc, typing: display typing status for IRC nicksSébastien Helleu
2021-07-04irc: send typing status as TAGMSG to other usersSébastien Helleu
2021-01-30irc: add function irc_server_get_chantypesSébastien Helleu
2021-01-30irc: use server option "default_chantypes" as fallback when automatically add...Sébastien Helleu
2021-01-30irc: simplify code in function irc_channel_is_channelSébastien Helleu
2021-01-30irc: make default chantypes configurableMatti Virkkunen
2021-01-02core: update copyright datesSébastien Helleu
2020-06-21irc: change default chantypes from "#&+!" to "#&"Sébastien Helleu
2020-06-03irc: display account messages in buffersMax Teufel
2020-05-08irc: reuse a buffer with wrong type "channel" when a private message is recei...Sébastien Helleu
2020-03-28irc: remove empty linesSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-12-15irc: fix memory leak when the channel topic is changedSébastien Helleu
2019-10-11irc: add option irc.look.display_pv_warning_address (closes #892)Sébastien Helleu
2019-05-12irc: rename server variable "nick_host" to "host"Sébastien Helleu
2019-05-10irc: set buffer local variable "nick_host" when a channel buffer is openedSébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-08-15irc: add missing initialization of variable "chghost"Sébastien Helleu
2018-07-11irc: add nick, host and log tags in message displayed in private buffer when ...Sébastien Helleu
2018-05-21Merge remote-tracking branch 'origin/pr/640'Sébastien Helleu
2018-05-20Merge remote-tracking branch 'origin/pr/623' into irc-3.2-capSébastien Helleu
2018-03-25irc: factorize code to set state of modelists in a channelSébastien Helleu
2018-03-24irc: fix some stylesSébastien Helleu
2018-03-24irc: add indexed ban list, add completion for /unban and /unquiet (closes #59...Simmo Saan
2018-01-07core: fix some stylesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-11-05irc: add smart filtering for chghost messagesSimmo Saan
2017-08-12core: fix cast of time_t (to "long long" instead of "long") (closes #1051)Sébastien Helleu
2017-06-17irc: add hashtables to keep track of all capabilitiesSimmo Saan
2017-06-10core, plugins: fix conditions to insert elements in linked listsSébastien Helleu
2017-03-25irc: check that pointers received in arguments are not NULL in "free" functionsSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-06-18api: remove functions printf_date() and printf_tags()Sébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-12-20Merge remote-tracking branch 'origin/pr/351'Sébastien Helleu
2015-07-04irc: fix type of value returned by function irc_buffer_build_nameSébastien Helleu
2015-04-29irc: optimize search of a nick in nicklist (up to 3x faster)Sébastien Helleu
2015-03-07irc: use NULL instead of "*" for unidentified nicksMax Teufel
2015-02-21irc: remove useless rename of channel buffer on JOIN received with different ...Sébastien Helleu
2015-01-25irc: send WHOX message only if server supports itSébastien Helleu
2015-01-25irc: remove compiler warning about unused parameter in irc_channel_remove_acc...Sébastien Helleu
2015-01-25irc: fix memory leak on nick account in irc_channel_remove_account()Sébastien Helleu
2015-01-24irc: don't keep valid account names when account-notify is disabledMax Teufel