summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-input.c
AgeCommit message (Expand)Author
2023-09-12irc: fix unexpected message sent to server when part of the second line of an...Sébastien Helleu
2023-08-20irc: change local variable "type" from "irc_list" to "list" on /list bufferSébastien Helleu
2023-08-18irc: fix wrong time displayed for CTCP messages received from self nick (clos...Sébastien Helleu
2023-08-12irc: add buffer for /list reply (closes #1972)Sébastien Helleu
2023-05-29irc: fix display of CTCP ACTION sent without parameters nor spaceSébastien Helleu
2023-05-29irc: remove unneeded extra check on "\01ACTION " in irc_input_user_message_di...Sébastien Helleu
2023-05-29irc: add command `/action` (closes #201, issue #1577), remove alias `action`Sébastien Helleu
2023-05-23irc: add support of capability "echo-message" (closes #139)Sébastien Helleu
2023-05-23irc: fix display of status privmsg/notice, add missing tags in messages (issu...Sébastien Helleu
2023-05-23irc: fix order of tags in outgoing messagesSébastien Helleu
2023-05-14irc: return arraylist instead of hashtable in function irc_server_sendf (issu...Sébastien Helleu
2023-05-03irc: add support of capability "batch" (closes #1292)Sébastien Helleu
2023-01-28core, plugins: make input actions in buffers case sensitive (issue #1872)Sébastien Helleu
2023-01-01core: update copyright datesSé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-01-02core: update copyright datesSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-11-03irc: add filters on raw buffer (closes #1000)Sébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-01-13irc: add server option "split_msg_max_length"Sébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-11-26irc: add tag "self_msg" on self messages (closes #840)Sé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-03-05relay: do not execute any command received from an irc relay client (closes #...Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-11-01irc: reformat some code to make it more readableSébastien Helleu
2014-04-12irc: add tag with host ("host_xxx") in IRC messages displayedSébastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-05-18irc: fix uncontrolled format string when sending unknown irc commands (if opt...Sebastien Helleu
2013-05-06irc: fix display of CTCP messages that contain bold attribute (bug #38895)Sebastien Helleu
2013-01-06irc: fix display of actions (/me) when they are received from a relay client ...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-04-03irc: use tag "prefix_nick_ccc" (where "ccc" is color of nick) in messages dis...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-12irc: add case insensitive string comparison based on casemapping of server (r...Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-08-26irc: improve split of privmsg, add split of some other messages (bug #29879),...Sebastien Helleu
2011-04-24irc: use tag "notify_none" for self messagesSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-11-12Set tag "notify_message" for messages sent to IRC channelsSebastien Helleu
2010-10-31Remove test on pointer which can't be NULLSebastien Helleu