summaryrefslogtreecommitdiff
path: root/src/channels.cpp
AgeCommit message (Expand)Author
2007-07-23Tidyup a bunch of stuff that was using userrec::modes directly rather than us...brain
2007-07-23Bit more tidying. Add some comments here, too.w00t
2007-07-23Minor cleanupw00t
2007-07-23Fix for bug #358, by rogalek.w00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-09Change some = "" to clear() and some == "" to .empty()brain
2007-06-01This is a better fix, as it calls the mode handler giving the modules etc cha...brain
2007-06-01Fix bug found by indigophone where +lk cant be set in defaultmodesbrain
2007-05-27Config option for default channel modes -- more to follow, don't use yetbrain
2007-05-21Reorder includes, dont worry there is method to my madness (i hope)brain
2007-05-12We've had an IS_OPER macro for a long time. About time we started using it, m...w00t
2007-05-10Comment what ive done, so that someone doesnt go 'oh thats a redundant data c...brain
2007-05-10Tweaks here so we can avoid data copies in uhnamesbrain
2007-05-10Small api change with wide reaching effects in modules - Allows modification ...brain
2007-05-08We're setting chanrec::creation in here and not chanrec::age, this can and wi...brain
2007-05-04Fix bug where if an op is in channel then does /names later, all the non-ops ...brain
2007-05-04Add <auditorium showops> which determines if auditorium works like ircnet +a ...brain
2007-05-04Where others charge, we give for free. Have fun and use wisely. With great po...brain
2007-05-03DO NOT USE THIS COMMIT - if you do, most of the modules wont work.brain
2007-03-18set the TS of a channel in JoinUser, not after the entire FJOIN, this is safe...brain
2007-02-19Addition of feature request outlined in bug #195, suggested by Brickerbrain
2007-01-15Crusade to remove debug from stable and tested parts of the core and base mod...brain
2007-01-09Assigning a std::string var initially to "" is pointless.brain
2007-01-09Tidy up (optimize, improve) chanrec::WriteChannelWithServbrain
2007-01-09Tidy up an if/then/else chain into a switchbrain
2007-01-09Cache channel max bans value to save an O(n) loop of match() on every ban (et...brain
2007-01-06Fix desync with halfop and voice when opped (this happens because we were ORi...brain
2006-12-30Tweaks to instantiate less stuff when writing to a bunch of usersbrain
2006-12-30Tons of optimization of WriteChannel, WriteChannelWithServ, WriteCommon etc, ...brain
2006-12-23Hash rehashing changebrain
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-12-15Cleaning up irrelevent stuff in channels.cppbrain
2006-12-14Fix silly bug of the day.brain
2006-12-14Refactor userrec::chans.brain
2006-12-03Make the 'override' parameter actually *do* something, weew00t
2006-11-26Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l...brain
2006-11-12Thanks for the pointer jilles ;)brain
2006-11-05Added time syncing! This is fairly simple - servers exchange timestamps and u...special
2006-10-27<pid file> is no longer a manditory tag (thanks dotslasher)brain
2006-10-01Added OnPostJoin, which is (at the moment) almost exactly identical to OnUser...special
2006-09-30Fix mode desync when setting custom prefixes on joining users (trigger the mo...brain
2006-09-27Tidyupsbrain
2006-09-27Commentsbrain
2006-09-27Because the user's prefix list must remain sorted at all times (because of as...brain
2006-09-27Optimizationsbrain
2006-09-27Tidy up how PART without reason is donebrain
2006-09-27And correct itbrain
2006-09-27Move OnCheckBan into chanrec::IsBanned() so its always called for any attempt...brain
2006-09-26Fix handling of multiple @%+ core permissions modes on join when more than on...brain