summaryrefslogtreecommitdiff
path: root/src/users.cpp
AgeCommit message (Expand)Author
2008-06-01Remove limits on assigning of oper types. Theres no practical reason to restr...brain
2008-06-01Add ProtocolInterface::Introduce() to prevent confusion over event ordering, ...brain
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-05-23Fix uuid generation to not generate ten character uuids, thanks nenolodbrain
2008-05-23Why are we using .compare() when we can use == ?brain
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-19Convert connection::hostbrain
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-18This conflicted a few hours ago apparantly (????)w00t
2008-05-18check for GetDisabled should be before the match() commands, because its not ...brain
2008-05-18Show count of total num of classes, for Jasonw00t
2008-05-18I dont know who said we keep going when we get a match, because thats just si...brain
2008-05-18More debug for Jasonw00t
2008-05-18Remove some unneccessary .c_str() callsbrain
2008-05-18Debug logging for connect class match failurew00t
2008-05-18Fix bug found in <connect> code, <connect:limit> was checked after finding a ...w00t
2008-05-09nuke some debug (snatch)peavey
2008-05-07Masterful rewrite of User::AddBuffer to remove a string copy (and make more e...w00t
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-04-21Remove debug (This also fixes a bug that peavey and i found regarding the alr...brain
2008-04-21Fix bug found by peavey, which much frustrated him and w00t. He leiks mudkipz...brain
2008-04-13char -> const charw00t
2008-04-12Trunk fix for bug #505 reported by nenolodbrain
2008-04-11Fix silliesbrain
2008-04-11Patch from Brain fixing broken stuffw00t
2008-04-11Much faster way of checking if the user is 4in6, avoid strncmp in User::GetIP...brain
2008-04-10Provide an optional param translate4in6 to User::GetIPString() and default it...brain
2008-04-09Move QuitUser into UserManager class, and unstaticize it. This prepares for s...w00t
2008-04-08Don't check Q:Lines here, it will affect change to UIDw00t
2008-04-07This should probably be tested, but makes a whole lot more sense like this (u...brain
2008-04-06Initialise this so WriteCommon() knows what it's dealing with (thanks, valgrind)w00t
2008-04-05Make sure this is pushed toobrain
2008-04-05Use 1.2, not VERSION constant for here.w00t
2008-04-03Fix a (long standing) tiny bug: wallops do not go out to all +w users, only o...w00t
2008-04-02Fix brain's compile error :pw00t
2008-04-02Fix for bug #456 so we can be rid of itbrain
2008-04-02Automatic detection and allocation of max fds. No longer needs recompile to c...brain
2008-03-31fix a few warnings by casting since thats the only way to be sure non native ...peavey
2008-03-31Fix two format warnings, dont you DARE tell me size_t varies in size too.brain
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-24Add stuff so that modules can hook users by altering a pointer in the User cl...brain
2008-03-23Clean up user/chan modes on deoper, fix memsets off-by-1, delete[] properly i...aquanight
2008-03-23These memsets cant rely on sizeof() any more, afaik. The sizeof() would give ...brain
2008-03-23Whoops, take out some foolish memsets (well theyre foolish now :p)brain
2008-03-23This should save 128 bytes per user for non-opers. Well worth it imho for a r...brain
2008-03-23Add ability to control what opertypes can set what operonly user/chan modes. ...aquanight
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-03-22Add WriteNumeric() to User and OnNumeric module event. Note that modules do n...brain
2008-02-26Fix for bug #466 reported by Johnbrain
2008-02-26Fix for feature request in bug #465 by Johnbrain