Age | Commit message (Expand) | Author |
2008-07-12 | Change sprintf to snprintf, just in case; Update comments. | om |
2008-07-12 | Increase static buffer size to 44 to account for a full IPv6 CIDR mask: 1111:... | om |
2008-07-12 | Cleanup of some of the new CIDR code: compiles but untested; Also: My first c... | om |
2008-07-12 | Fix for #564 | w00t |
2008-07-12 | Add User::GetCIDRMask(int range), will be used for CIDR throttling, etc. Also... | w00t |
2008-07-02 | Back out the incomplete linebuffering stuff that shouldn't have been committed.. | w00t |
2008-07-02 | Forward port r9946: make SVSHOLD silent to avoid useless irritation to opers | w00t |
2008-06-06 | Fix compile error | brain |
2008-06-01 | Remove limits on assigning of oper types. Theres no practical reason to restr... | brain |
2008-06-01 | Add ProtocolInterface::Introduce() to prevent confusion over event ordering, ... | brain |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-05-23 | Fix uuid generation to not generate ten character uuids, thanks nenolod | brain |
2008-05-23 | Why are we using .compare() when we can use == ? | brain |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-05-19 | Convert connection::host | brain |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-18 | This conflicted a few hours ago apparantly (????) | w00t |
2008-05-18 | check for GetDisabled should be before the match() commands, because its not ... | brain |
2008-05-18 | Show count of total num of classes, for Jason | w00t |
2008-05-18 | I dont know who said we keep going when we get a match, because thats just si... | brain |
2008-05-18 | More debug for Jason | w00t |
2008-05-18 | Remove some unneccessary .c_str() calls | brain |
2008-05-18 | Debug logging for connect class match failure | w00t |
2008-05-18 | Fix bug found in <connect> code, <connect:limit> was checked after finding a ... | w00t |
2008-05-09 | nuke some debug (snatch) | peavey |
2008-05-07 | Masterful rewrite of User::AddBuffer to remove a string copy (and make more e... | w00t |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-04-21 | Remove debug (This also fixes a bug that peavey and i found regarding the alr... | brain |
2008-04-21 | Fix bug found by peavey, which much frustrated him and w00t. He leiks mudkipz... | brain |
2008-04-13 | char -> const char | w00t |
2008-04-12 | Trunk fix for bug #505 reported by nenolod | brain |
2008-04-11 | Fix sillies | brain |
2008-04-11 | Patch from Brain fixing broken stuff | w00t |
2008-04-11 | Much faster way of checking if the user is 4in6, avoid strncmp in User::GetIP... | brain |
2008-04-10 | Provide an optional param translate4in6 to User::GetIPString() and default it... | brain |
2008-04-09 | Move QuitUser into UserManager class, and unstaticize it. This prepares for s... | w00t |
2008-04-08 | Don't check Q:Lines here, it will affect change to UID | w00t |
2008-04-07 | This should probably be tested, but makes a whole lot more sense like this (u... | brain |
2008-04-06 | Initialise this so WriteCommon() knows what it's dealing with (thanks, valgrind) | w00t |
2008-04-05 | Make sure this is pushed too | brain |
2008-04-05 | Use 1.2, not VERSION constant for here. | w00t |
2008-04-03 | Fix a (long standing) tiny bug: wallops do not go out to all +w users, only o... | w00t |
2008-04-02 | Fix brain's compile error :p | w00t |
2008-04-02 | Fix for bug #456 so we can be rid of it | brain |
2008-04-02 | Automatic detection and allocation of max fds. No longer needs recompile to c... | brain |
2008-03-31 | fix a few warnings by casting since thats the only way to be sure non native ... | peavey |
2008-03-31 | Fix two format warnings, dont you DARE tell me size_t varies in size too. | brain |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-03-24 | Add stuff so that modules can hook users by altering a pointer in the User cl... | brain |
2008-03-23 | Clean up user/chan modes on deoper, fix memsets off-by-1, delete[] properly i... | aquanight |