summaryrefslogtreecommitdiff
path: root/src/channels.cpp
AgeCommit message (Expand)Author
2017-10-07No longer expose c->ci and ci->cAdam
2017-04-20Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'Adam
2017-03-19Get rid of relying on if(this) in WhoSends()Adam
2017-01-23Make log system use newer format stringsAdam
2017-01-16Update copyright to 2017.Robby
2016-12-22Move log messages for status mode change for unknown user to debugAdam
2016-12-17Split ircdproto send functions out into separate servicesAdam
2016-12-07Remove C style var args from Channel::KickAdam
2016-12-06Remove many more old C style format strings in the protocol functionsAdam
2016-10-02Also defer channel deletion when processing sjoinsAdam
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
2016-03-19Also defer channel deletion when processing sjoinsAdam
2016-01-28Update copyright to 2016. This was done with:Robby
2015-10-27Merge branch '2.0' into 2.1Adam
2015-09-17Defer channel deletion until after i/o. There are some edge cases with events...Adam
2015-09-06Allow configuring modesAdam
2015-09-06Merge pull request #126 from SaberUK/2.0+typosAdam
2015-09-06Don't unset modes which have no privilege associated with themAdam
2015-07-13Unset extensibles on larger objects when they destructAdam
2015-07-08Fix a ton of typos.Peter Powell
2015-01-28More properly track topic change sources and allow users with access to chang...Adam
2015-01-10Always use source name when logging server kicksAdam
2015-01-05Merge branch '2.0' into 2.1Adam
2014-08-24Change Channel::GetModeList to return a copy of the mode list, not aAdam
2014-07-15Check modetimes in CheckModes before enabling bouncy modesAdam
2014-06-23Merge branch '2.0' into 2.1Adam
2014-06-23Mostly working language string rewrite with new format stringsAdam
2014-05-28Move most of the core pseudoclient logic to modulesAdam
2014-05-13Sanitize nuh masks more to prevent the other side from rewriting them, which ...Adam
2014-04-25Add "virtual mode" supportAdam
2014-04-21Constify message source for OnChannelMode(Un)SetAdam
2014-04-20New event systemAdam
2014-03-20Make bouncymodes harder to trigger by only bumping server modcount when somet...Adam
2014-03-14Mark all channels as syncing when we connect to our uplink. They willAdam
2014-03-04Fix 2 crashes from removing the permanent channel mode from channels which do...Adam
2014-02-27Do not take modes from users in channels with secureops off if we are always ...Adam
2014-02-14Do not sync channels in Channel::Reset if they are in the middle of syncing, ...Adam
2014-02-09Add an opertype priv "protected" to not allow services to kick a user.Adam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-11-16Use the source's sync state and not mine when processing sjoins to determine ...Adam
2013-11-01Don't take modes in SetCorrectModes if the user has the ME privilegeAdam
2013-09-03Dont allow multiple list modes with the same param on the mode list at onceAdam
2013-08-25Fix not resetting channel status modes on our clients when a channel ts lowersAdam
2013-08-25Create persistent channels on startup, which used to work and got lost somewhereAdam
2013-08-22Fix previous commitAdam
2013-08-22Always set +o on users who have access for it, even if higher modes have a pr...Adam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
2013-07-20Fix not setting the correct compile flags on modules and fix the resulting wa...Adam
2013-07-01Change extensible keys to require explicitly having a type defined for it. Co...Adam