]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/channels.cpp
Add <connect:maxchans> as per feature bug #338 - combined with the last feature,...
[user/henk/code/inspircd.git] / src / channels.cpp
2007-08-19 brainAdd <connect:maxchans> as per feature bug #338 - combin...
2007-08-05 w00tLogic cleanup for chanrec::JoinUser - why I didn't...
2007-07-23 brainTidyup a bunch of stuff that was using userrec::modes...
2007-07-23 w00tBit more tidying. Add some comments here, too.
2007-07-23 w00tMinor cleanup
2007-07-23 w00tFix for bug #358, by rogalek.
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-09 brainChange some = "" to clear() and some == "" to .empty()
2007-06-01 brainThis is a better fix, as it calls the mode handler...
2007-06-01 brainFix bug found by indigophone where +lk cant be set...
2007-05-27 brainConfig option for default channel modes -- more to...
2007-05-21 brainReorder includes, dont worry there is method to my...
2007-05-12 w00tWe've had an IS_OPER macro for a long time. About time...
2007-05-10 brainComment what ive done, so that someone doesnt go 'oh...
2007-05-10 brainTweaks here so we can avoid data copies in uhnames
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-05-08 brainWe're setting chanrec::creation in here and not chanrec...
2007-05-04 brainFix bug where if an op is in channel then does /names...
2007-05-04 brainAdd <auditorium showops> which determines if auditorium...
2007-05-04 brainWhere others charge, we give for free. Have fun and...
2007-05-03 brainDO NOT USE THIS COMMIT - if you do, most of the modules...
2007-03-18 brainset the TS of a channel in JoinUser, not after the...
2007-02-19 brainAddition of feature request outlined in bug #195, sugge...
2007-01-15 brainCrusade to remove debug from stable and tested parts...
2007-01-09 brainAssigning a std::string var initially to "" is pointless.
2007-01-09 brainTidy up (optimize, improve) chanrec::WriteChannelWithServ
2007-01-09 brainTidy up an if/then/else chain into a switch
2007-01-09 brainCache channel max bans value to save an O(n) loop of...
2007-01-06 brainFix desync with halfop and voice when opped (this happe...
2006-12-30 brainTweaks to instantiate less stuff when writing to a...
2006-12-30 brainTons of optimization of WriteChannel, WriteChannelWithS...
2006-12-23 brainHash rehashing change
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-15 brainCleaning up irrelevent stuff in channels.cpp
2006-12-14 brainFix silly bug of the day.
2006-12-14 brainRefactor userrec::chans.
2006-12-03 w00tMake the 'override' parameter actually *do* something...
2006-11-26 brainAdd extra parameter to OnUserPreNotice and OnUserPrePri...
2006-11-12 brainThanks for the pointer jilles ;)
2006-11-05 specialAdded time syncing! This is fairly simple - servers...
2006-10-27 brain<pid file> is no longer a manditory tag (thanks dotslasher)
2006-10-01 specialAdded OnPostJoin, which is (at the moment) almost exact...
2006-09-30 brainFix mode desync when setting custom prefixes on joining...
2006-09-27 brainTidyups
2006-09-27 brainComments
2006-09-27 brainBecause the user's prefix list must remain sorted at...
2006-09-27 brainOptimizations
2006-09-27 brainTidy up how PART without reason is done
2006-09-27 brainAnd correct it
2006-09-27 brainMove OnCheckBan into chanrec::IsBanned() so its always...
2006-09-26 brainFix handling of multiple @%+ core permissions modes...
2006-09-25 brainMini security audit
2006-09-25 brainWhoops, fix minor typo
2006-09-25 brainMore patch
2006-09-25 brainWhoops, patch
2006-09-19 brainTidy up key handling
2006-09-11 brainWhack a strlcpy()
2006-09-10 brain* Fix ChanModes::ModeString to not try and set a key...
2006-09-08 brainExplicitly call the std::string version of WriteServ...
2006-09-02 brainAdd chanrec::IsBanned() so that we dont have to keep...
2006-08-31 brainMade CountChannels faster. We use it in quite a few...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-28 brainZed, you are found guilty of over-assuming the IRC...
2006-08-28 brainYOU KNOW I REALLY HATE IT WHEN CLIENT AUTHORS JUST...
2006-08-28 brainAdd support for NAMESX
2006-08-23 brainMulti-prefix FJOIN, and allowing module-defined prefixe...
2006-08-23 brainMore prefixchar stuff.
2006-08-23 brainDocument mode prefixes
2006-08-23 brainSpotted problem: must clear out all prefixes attached...
2006-08-23 brainMode handlers handling listmodes where a listmode item...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainWriteChannel* functions and ChanExceptSender* functions...
2006-08-08 brainadd_channel -> chanrec::JoinUser()
2006-08-08 brainChange to chanrec::PartUser. As with KickUser and Serve...
2006-08-08 brainkick_channel -> chanrec::KickUser(), server_kick_channe...
2006-08-06 brainLeft nick out of the cidr/ip check in bans/join, would...
2006-08-06 brainCIDR g/k/e lines to go with zlines
2006-08-06 brainAllow non-cidr ip's still
2006-08-06 brainAllow CIDR channel bans to be matched
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-07-09 brainAlter SetModeParam to take const char* to save on casts...
2006-07-08 brainDid some renaming so that the methods for modes in...
2006-06-20 brainDon't allow non-ulines to kick ulines from channels...
next