aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/irc/irc-mode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: update copyright datesSébastien Helleu2021-01-021-1/+1
* irc: set channel modes to NULL instead of "+" when no modes are remainingSébastien Helleu2020-03-151-2/+16
* irc: fix crash when receiving a malformed message 324 (channel mode)Sébastien Helleu2020-02-081-9/+12
* core: update copyright datesSébastien Helleu2020-01-041-1/+1
* api: add argument "strip_items" in function string_splitSébastien Helleu2019-06-151-3/+3
* irc: fix parsing of MODE command when there are colons after the first mode argument (closes #1296)Sébastien Helleu2019-05-101-0/+47
* irc: fix update of channels modes with arguments when joining a channel (closes #1324)Sébastien Helleu2019-03-181-0/+2
* core: replace argument "keep_eol" by "flags" in function string_split (closes #1322)Sébastien Helleu2019-03-101-2/+10
* irc: fix crash in parsing of IRC channel modes (issue #1296, closes #1297)Sébastien Helleu2019-01-311-127/+117
* 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: rename functions to search modelist itemsSébastien Helleu2018-03-251-2/+2
* irc: first search the modelist item, then free it if foundSébastien Helleu2018-03-241-2/+5
* irc: add indexed ban list, add completion for /unban and /unquiet (closes #597, task #11374, task #10876)Simmo Saan2018-03-241-0/+23
* core: update copyright datesSébastien Helleu2018-01-051-1/+1
* irc: reorder conditions for mode smart filtering, add a commentSébastien Helleu2017-01-291-5/+11
* irc: don't smart filter modes given to you (closes #530)arza2017-01-291-2/+3
* core: update copyright datesSébastien Helleu2017-01-011-1/+1
* core: update copyright datesSébastien Helleu2016-01-011-1/+1
* core: update copyright datesSébastien Helleu2015-01-011-1/+1
* irc: add value "+" for option irc.look.smart_filter_mode to use modes from server prefixes (closes #90)Sébastien Helleu2014-06-141-3/+10
* irc: add bar item "irc_nick_modes" (closes #71)Sébastien Helleu2014-05-151-0/+4
* core: update copyright datesSebastien Helleu2014-01-011-1/+1
* irc: add option irc.look.smart_filter_mode (task #12499)Sebastien Helleu2013-12-161-4/+65
* core: fix typos in many comments and some stringsSebastien Helleu2013-03-171-2/+2
* core: update copyright datesSebastien Helleu2013-01-011-1/+1
* irc: fix memory leak when updating modes of channelSebastien Helleu2012-12-251-3/+4
* core: move comments with description of C file to top of filesSebastien Helleu2012-12-151-4/+2
* core: reformat comments for functionsSebastien Helleu2012-12-131-30/+33
* irc: fix rejoin of channels with a key, ignore value "*" sent by server for key (bug #24131)Peter Boström2012-09-181-4/+11
* irc: fix bug with prefix chars which are in chanmodes with a type different from "B" (bug #36996)Sebastien Helleu2012-07-301-4/+8
* irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes (task #12022)Sebastien Helleu2012-07-071-1/+1
* irc: fix parsing of user modes (ignore everything after first space) (bug #36756)Sebastien Helleu2012-07-011-1/+7
* irc: update channel modes by using chanmodes from message 005 (do not send extra command "MODES" to server), fix parsing of modes (bug #36215)Sebastien Helleu2012-05-151-58/+287
* core: update copyright datesSebastien Helleu2012-01-081-1/+1
* irc: add case insensitive string comparison based on casemapping of server (rfc1459, strict-rfc1459, ascii) (bug #34239)Sebastien Helleu2011-11-121-1/+2
* core: remove unneeded whitespaceSebastien Helleu2011-10-261-9/+9
* core: fix bugs with calls to reallocSebastien Helleu2011-08-281-5/+17
* Update nick modes with IRC message 221 (bug #32038)Sebastien Helleu2011-01-031-2/+12
* Update copyright datesSebastien Helleu2011-01-011-1/+1
* Remove dead assignmentsSebastien Helleu2010-10-311-2/+0
* Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX value from message 005Sebastien Helleu2010-10-281-213/+17
* Update licenses and copyrights, add missing author names in sourcesSebastien Helleu2010-06-221-6/+6
* Fix bug with nick prefix '*' (chan founder) on some IRC servers (bug #29890)Sebastien Helleu2010-05-291-20/+63
* Reformat and add comments for description of C sourcesSebastien Helleu2010-04-081-1/+3
* Fix extraction and check of IRC prefixSebastien Helleu2010-03-071-1/+1
* Bug with IRC prefix "!" for mode "a" (channel admin) (bug #29109)Sebastien Helleu2010-03-071-21/+100
* Add option irc.look.item_nick_prefix, rename some IRC options for bar itemsSebastien Helleu2010-02-061-8/+9
* Update copyright datesSebastien Helleu2010-01-031-1/+1
* Rename function string_explode to string_splitSebastien Helleu2009-06-281-2/+2