Make OPMODE ignore ban count and length checks.
[ircu2.10.12-pk.git] / ircd / channel.c
2010-01-02 Michael PooleMake OPMODE ignore ban count and length checks.
2009-07-06 Michael PooleFix SF bug #2596914 (/mode +v nick:level gives oplevel).
2009-07-04 Michael PooleAttempt to fix SF bug #2568366 (sending JOIN before...
2009-03-26 Michael PooleFix SourceForge bug #1706672.
2009-02-09 Michael PooleAuthor: Michael Poole <mdpoole@troilus.org>
2009-02-09 Michael PooleAuthor: Michael Poole <mdpoole@troilus.org>
2009-01-13 Michael PooleAuthor: Michael Poole <mdpoole@troilus.org>
2007-12-28 Kevin L. MitchellAuthor: Kev <klmitch@mit.edu>
2007-11-28 Michael PooleOnce again allow MODE #channel -b+b *!*@*.example.com...
2007-08-15 Michael PooleProperly handle removing and adding a key in the same...
2007-01-23 Michael PooleFix SF bug #1640796; add a test for it.
2006-11-04 Michael PooleAllow -A channels to have oplevels as well. Allow...
2006-04-04 Michael PooleAllow both *!*@1.2.3.* and *!*@1.2.3.0/22 to be banned...
2006-03-19 Michael PooleFix bug #1444405 by allowing other servers to overwrite...
2006-03-18 Michael PooleAvoid unwanted races for mode handling during burst...
2006-01-07 Michael PooleDo not send JOIN for zombies given ops or voice.
2006-01-04 Michael PooleSend channel TS when sending an on-join op for a user.
2006-01-03 Michael PooleDo not try to destroy a channel's nonexistent destruct...
2005-11-18 Michael PooleAdd HIS_MODEWHO feature.
2005-11-17 Michael PooleAdd ZANNELS feature; tweak recreate after bogus DESTRUCT.
2005-11-15 Michael PooleFix revealing of remote users when they send to a channel.
2005-11-15 Michael PooleAlways allow remote users to send to a channel.
2005-11-15 Michael PooleMake DESTRUCT crossing CREATE or BURST not send a BURST.
2005-11-15 Michael PooleLimit nick changes when speaking is limited.
2005-11-09 Michael PooleAllow oplevel 999 to kick and deop other oplevel 999...
2005-10-31 Michael PooleDo not send MODE_WASDELJOINS changes to remote servers.
2005-10-31 Michael PooleMake empty -A channels into zombies ("zannels") to...
2005-09-27 Michael PooleFix desync when an oplevel deop is bounced (#1298140).
2005-09-23 Michael PooleFix bug #1298149 and a similar desynch for channel...
2005-09-14 Michael PooleFix another miscomparison in find_ban().
2005-09-13 Michael PooleFix bug in last commit to find_ban().
2005-09-12 Michael PooleCheck client hostnames against ban masks more rigorously.
2005-09-02 Michael PooleFurther reorganize and streamline join handling.
2005-09-02 Michael PooleRework JOIN handler to make keys, apass, and upass...
2005-08-31 Michael PooleMake references to channel password lengths consistent.
2005-08-29 Michael PooleMake keys and passwords behave more uniformly.
2005-08-27 Michael PooleUse SetOpLevel() to set oplevels; give oplevel 1 when...
2005-08-26 Michael PooleSilence channel manager once Apass set; fix /stats...
2005-08-25 Michael PooleAccept +A/+U from servers regardless of FEAT_OPLEVELS.
2005-08-25 Michael PooleBump patchlevel; add more epoll support; assertion...
2005-08-17 Michael PooleAvoid overwriting part of a server-set ban's banstr...
2005-08-17 Michael PooleSwitch more uses of &me to &his for channel localcasts.
2005-08-15 Michael PooleMinor code and output cleanups for the week of 2005...
2005-08-12 Michael PooleCosmetic changes to banning bare IPv6 addresses and...
2005-08-09 Michael PooleFix the irregular IP ban bug harder.
2005-07-15 Michael PooleUpdate oplevels appropriately on +A/-A.
2005-07-15 Michael PooleUse HIS_SERVERNAME instead of cli_name(&me) for a varie...
2005-07-15 Michael PooleMake ircd.conf accept "*" as vhost like .11 did. Fix...
2005-07-12 Michael PooleAdd CHANNELLEN feature, analogous to NICKLEN feature.
2005-06-17 Michael PooleMake struct Ban monolithic and improve memory statistic...
2005-05-11 Michael PooleAvoid sending MODE +o to local channel creator, and...
2005-05-08 Michael PooleRevert mode source when opping a user on channel creati...
2005-05-08 Michael PooleApply patches #1197032, #1194116.
2005-05-05 Michael PooleGive users who join a +AU channel using the user pass...
2005-05-03 Michael PooleProhibit same +A and +U pass; fix IAuth crash (#1193808...
2005-04-24 Michael PooleFix memory leaks when removing bans or applying overlap...
2005-04-22 Michael PooleFix silence bugs found by coekie and ban application...
2005-04-17 Michael PooleFix ability to kick and deop users on -A channels when...
2005-04-07 Michael PooleSplit RPL_APASSWARN and ERR_NOTMANAGER into multiple...
2005-03-23 Michael PooleFix previous DNS fix; make BURST lines shorter again.
2005-03-20 Michael PooleFix typos in comments and strings to reduce future...
2005-03-20 Michael PooleFix typos in various comments.
2005-03-20 Michael PooleFix the "mode.mode & MODE_APASS" vs "mode.apass[0]...
2005-03-20 Michael PooleProperly preserve empty +A channels.
2005-02-24 Michael PooleDefine a privilege (off by default) that allows opers...
2005-02-19 Michael PooleFix another SILENCE crash.
2005-01-14 Michael PooleMore RELEASE.NOTES updates; add missing feature docs...
2005-01-08 Michael PooleImprove Doxygen documentation on zombies. Re-insert...
2004-12-18 Michael PooleFix thinko that should have been obvious.
2004-12-18 Michael PooleFix bugs and memory leaks in ban management.
2004-12-17 Michael PooleMake UWorld servers work when not directly connected...
2004-12-11 Kevin L. MitchellAuthor: Kev <klmitch@mit.edu>
2004-11-21 Michael PooleAllow OPMODE to change +A and +U passwords rather than...
2004-11-07 Michael PooleAdd an "exception" flag to struct Ban. (This is not...
2004-10-22 Michael PooleAdd comments explaining why we set banstr to NULL in...
2004-10-21 Michael PooleAdd CIDR ban support.
2004-10-20 Michael PooleUpdate names for ban flags.
2004-10-19 Michael PooleConvert the ban parts of struct SLink into struct Ban.
2004-10-14 Michael PooleTrack in-progress LISTs by next hash bucket to send...
2004-09-27 Michael PooleMove check_if_ipmask() from support.* to match.*.
2004-09-22 Perry LorierAuthor: Isomer <Isomer@undernet.org>
2004-09-22 Perry LorierAuthor: Isomer <isomer@undernet.org>
2004-09-21 Perry LorierAuthor: Isomer <isomer@undernet.org>
2004-09-13 Michael PooleUse +U instead of +u for user passwords (avoiding colli...
2004-09-12 Michael PooleOnly let services (not normal opers) force a change...
2004-09-11 Michael PooleFix bug #916138 so -l doesn't gobble an argument.
2004-09-11 Michael PooleFix oplevel, chkconf and ipv6 bugs.
2004-08-22 Michael PooleSend "XXYYY:o" instead of "XXYYY:0" for ops when opleve...
2004-08-19 Michael PooleIPv6 support (hopefully with fewer future transition...
2004-07-01 Michael PooleApply minor fixes from patches@, SF tracker, and others.
2004-05-19 Michael PooleImplement invitation announcements (RPL_ISSUEDINVITE).
2004-05-15 Michael PooleForward port 2.10.11 /whois CPU limiter.
2004-05-15 Michael PooleForward port various channel and /list updates
2004-05-11 Michael PooleForward port of asuka-topicburst.patch from Quakenet...
2004-05-11 Michael PooleForward port of delayed-join.patch from Quakenet's...
2004-05-10 Michael Poole2004-05-09 Michael Poole <mdpoole@troilus.org>
2004-01-21 Kevin L. MitchellAuthor: Gavin Grieve <hektik@dimebox.net> (by way of...
2003-08-12 Jochen MeestersAuthor: beware (by Spike)
2003-06-22 Jochen MeestersAuthor: beware
2003-01-11 Thomas HelveyCleanup code so it builds with C++ again
next