summaryrefslogtreecommitdiff
path: root/include/users.h
AgeCommit message (Expand)Author
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
2006-07-08Refactored user modes to work like the channel modes - core and module data n...brain
2006-07-01Replace rather craq'y loop with a couple of std::string callsom
2006-05-11Increase length of dhostbrain
2006-04-12Made FindMatching(Global|Local) available via users.hbrain
2006-04-10Routing more socket includes through socket.hom
2006-04-10A few more typedefs defined and put into use.om
2006-03-12Commented a lot of stuff that hasnt been commented since 1.0.2brain
2006-03-10Tidyup and move ConvToStr to a publically accessible placebrain
2006-03-10Moved more stuff into right placesbrain