]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/channels.cpp
Change the function name because gcc is dumb :/
[user/henk/code/inspircd.git] / src / channels.cpp
2008-04-03 brainWhoops, allow numeric 353 (names list) to be overridden...
2008-04-01 w00tRemove this, it won't work (reliably), use ModeParser...
2008-04-01 w00tConfigurable prefixes for chanmodes +qa: prefixes can...
2008-03-30 brainThe bug we fixed for bug #506 may still occur in trunk...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-21 brainConvert to new api
2008-03-21 brainAdd support for OnNamesListItem, discussed with w00t...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-02 w00tSmall tidyup
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-06 w00tPermanent channels, currently conflicts with blockcaps...
2008-01-06 w00tThrow exception if trying to construct a duplicate...
2008-01-06 w00tMove CreateChannel to a constructor instead
2008-01-06 w00tMove channel creation to a seperate Channel::CreateChan...
2007-11-10 brainm_spy no longer implements SPYNAMES, instead it overrid...
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 brainFrom RFC 2812, the funny = that i could never identify...
2007-08-28 w00tRemove some fake client stuff, make it use the global...
2007-08-27 w00tRemove more unnecessary header traffic
2007-08-23 brainAdd some stuff to change how we process a token sepeper...
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:
next