summaryrefslogtreecommitdiff
path: root/include/users.h
AgeCommit message (Expand)Author
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
2006-08-08AddOper() and DeleteOper() -> userrec::Oper() and userrec::UnOper() (these do...brain
2006-08-08AddWhoWas(userrec) -> userrec::AddToWhoWas()brain
2006-08-08kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t...brain
2006-08-04Fix global session checksbrain
2006-08-04Changesbrain
2006-08-04Change to using userrec::ip as a sockaddr to store port, ip and address famil...brain
2006-08-03Fixed resolver, forward lookup of ipv6 doesnt work right yetbrain
2006-08-02Add error messages to Resolver::OnError()brain
2006-08-01Comments, add more detail, remove dnsqueue.h include from tons of placesbrain
2006-08-01Fixesbrain
2006-08-01Fixesbrain
2006-08-01Stuff to make user host resolving use class Resolver - not tested yetbrain
2006-08-01Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ...brain
2006-07-28Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan...brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-14Rollback dns changebrain
2006-07-14Fix dns socket leak found in stablebrain
2006-07-10Inherit tons of stuff from classbase that should always have beenbrain
2006-07-10- userrec::ProcessNoticeMasks - provide a way to set or unset masks.w00t
2006-07-10-Clone mode methods into notice mask methods for userrec.w00t
2006-07-08Did some renaming so that the methods for modes in chanrec and userrec are id...brain
2006-07-08Add userrec::HasMode, fix some typos.brain
2006-07-08Change channelmodes -> usermodes (typo)brain
2006-07-08Convert new +isw modes to new mode formatbrain