summaryrefslogtreecommitdiff
path: root/include/users.h
AgeCommit message (Expand)Author
2007-02-05Not safe for use yetbrain
2007-02-05Move quitting of clients to a central Cull List, and do quitting outside user...peavey
2007-01-09Comment on a lot of recently added stuff that wasnt properly documented (unti...brain
2007-01-07Document dns caching, add a "bool cached" to OnLookupComplete method in Resol...brain
2007-01-07DNS Stuff - this wont work right yet, it will soon (tm)brain
2007-01-07Move all /WHOWAS related out of core and into cmd_whowas.peavey
2007-01-07Add TTL stuff to dns system (pass it to inherited objects)brain
2007-01-03Fix lusers breakage introduced by latest set of optimizationsbrain
2006-12-30Cached GetFullRealHost etc.brain
2006-12-24Fix a bug in whowas that could desync list.peavey
2006-12-22change userrec int timeout to time_t since it's a timestamp made of TIME + us...peavey
2006-12-22Refactor connect allow/deny linesbrain
2006-12-15And now, just to force you to recompile the *whole* ircd.. updated headers on...w00t
2006-12-15Cleaning up irrelevent stuff in channels.cppbrain
2006-12-14Refactor userrec::chans.brain
2006-12-12Improve how we handle ELINEs on connect, turn O(2n) into O(n) (thats the best...brain
2006-11-14Tons of tweaks to the config stuff for the corebrain
2006-11-13Fix PruneWhoWas to actually work right on rehash. Add debug output to whowas....peavey
2006-11-13add <whowas> config option to control whowas behaviour. *may break*peavey
2006-11-04Merge peaveys patch, tracker #162brain
2006-11-02Please in the future everyone: DO NOT submit patches via nopaste. Nopaste is ...brain
2006-10-31Socket error state stuffbrain
2006-10-05Move opertypes/operclasses maps into ServerConfig, for some reason these were...brain
2006-10-04Whowas is now fixed.brain
2006-08-31Made CountChannels faster. We use it in quite a few places. It's now O(1) rat...brain
2006-08-31*thwap* om for not fixing the bugs he finds :pbrain
2006-08-29Snomask support cometh! and it leave a sticky white mess all over the floor :(brain
2006-08-25Add userrec::ChangeIdent (which we were missing) which can emulate the quit/r...brain
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-17userrec::AddBuffer and userrec::Write end up copying the const std::string& i...brain
2006-08-11Tons more docsbrain
2006-08-11Document all the new methods (eventually there will be more detail)brain
2006-08-10Move tons more stuff into class InspIRCd*, make signal handler functions stat...brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09Move more stuff into userrecbrain
2006-08-09Change some resolver stuff.brain
2006-08-09userrec and chanrec now have their own independent pointer back to their 'cre...brain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09Tidy up loglevel enum (remove some C-ish defines)brain
2006-08-09Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do...brain
2006-08-09common_channels -> userrec::SharesChannelWith()brain
2006-08-08WriteWallops() -> userrec::WriteWallops() (originates from a user, so belongs...brain
2006-08-08Document new methodsbrain
2006-08-08WriteCommon() and WriteCommonExcept() -> userrec::WriteCommon(), userrec::Wri...brain
2006-08-08Document Write* methods in userrecbrain
2006-08-08WHEEEEE!!!!!brain
2006-08-08Tons of commentsbrain
2006-08-08Move whowas stuff into its own namespace, move more stuff into userrecbrain
2006-08-08FindMatchingLocal/FindMatchingGlobal -> userrec::LocalCloneCount(), userrec::...brain
2006-08-08userrec::UpdateNickHash(), userrec::ForceNickChange(), userrec::FullConnect()brain