summaryrefslogtreecommitdiff
path: root/include/users.h
AgeCommit message (Expand)Author
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
2006-03-09Changing by-value parameters to const referencesom
2006-03-09Speedupsbrain
2006-03-09Added userrec::modebits - fast way of checking if user has +swi rather than a...brain
2006-03-09Probably wont compile yet - purge_empty_channels refactorbrain
2006-03-07Whowas refactor - probably wont compile yetbrain
2006-03-07No need to be inline in the includebrain
2006-03-02*UNTESTED* speeding up HasPermission by factor of hundreds, avoid using EnumC...brain
2006-03-02Made host fields more correct 64 in length with 63 copiesbrain
2006-01-28Changed length of password field to 64, giving us a maximum password length o...brain
2006-01-27Improved IP handling. Now uses in_addr to store client ip, not char[16]!brain
2006-01-22Added MakeWildHost to userrec (*!*@dhost)brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-12Replaced sprintf's with some char* voodoobrain
2005-12-28New system for client exits using CullList seems stable, needs testingbrain
2005-12-22Changed two fields in ConnectClass to strings, moved constructor stuff to ini...brain
2005-12-15Moved rehashnick and force_nickchange to users.cppbrain
2005-12-15Tidied up call_handler to use stringsbrain