Age | Commit message (Expand) | Author |
2008-01-13 | Move User::AddClient to UserManager::AddClient. WARNING: I assure you this is... | w00t |
2008-01-13 | First UserManager overhaul: Move clone counts out of InspIRCd & User. | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-02 | Add param 'opername' to event OnPostOper. This will help make a (slightly nic... | w00t |
2007-11-11 | Implement roadmap item: "userrec::HasPermission -> map of maps, for (even fas... | brain |
2007-11-04 | BanCache: Add a negative hit for an IP address upon FullConnect. | w00t |
2007-11-04 | Integrate K/Gline into the bancache system by making some modifications to De... | w00t |
2007-11-04 | Honking huge commit. Removal of DELETE() template that never worked right anyway | brain |
2007-11-04 | Avoid code duplication, just call XLine::Apply() rather than retyping all tha... | brain |
2007-11-04 | BanCache positive hits should be overridden by E:, thanks Brain | w00t |
2007-11-04 | Hook BanCache up to work on Z:Lines. BanCache is checked first, for positive ... | w00t |
2007-11-02 | Tidy up, and make the identifer for a line type be std::string not char | brain |
2007-11-02 | xline gutting, once more. There is no longer an active_lines vector, and no r... | brain |
2007-10-28 | Fix this to pass a User | w00t |
2007-10-25 | If the connect:limit is 0, dont deny connections for going over it | brain |
2007-10-25 | this should fix any of the crashes w00t outlined where User::MyClass == NULL. | brain |
2007-10-24 | Implement <connect:limit> - limits how many clients can sit inside a <connect... | w00t |
2007-10-24 | Disable all connect classes, reenable them as we find them in the config. Thi... | w00t |
2007-10-24 | Try this w00t, compiles, test running now | brain |
2007-10-24 | Start of refcount-based rehash stuff for <connect> tags, this is broken and r... | w00t |
2007-10-23 | Move some stuff from using userrec cached stuff to using stuff in the connect... | w00t |
2007-10-23 | Fix a bug before I even started this.. don't let User::SetClass() decrease th... | w00t |
2007-10-23 | Some more class stuff, blah. Now possible to move a user to a different class... | w00t |
2007-10-23 | Some initial work towards tying <connect> classes to user accounts. This will... | w00t |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-21 | Tidy up some DNS stuff more | w00t |
2007-10-21 | Add User::IncreasePenalty() and User::DecreasePenalty() | w00t |
2007-10-21 | Fixed ssl clients on trunk. The problem peavey was having was that before Rea... | brain |
2007-10-21 | *untested* command buffering/penalty | brain |
2007-10-21 | Dont forget to initialize the new value | brain |
2007-10-21 | Add User::UnderPenalty | brain |
2007-10-21 | Change a !string.length to string.empty. these are more readable and on some ... | brain |
2007-10-18 | Socket engine tweaks to fix a glitch, and improvements to new m_ident | brain |
2007-10-16 | Remove second overridden (fully duplicated :/) copy of GetIPString which copi... | w00t |
2007-10-16 | Typo fix | w00t |
2007-10-16 | Update a comment | w00t |
2007-10-15 | Move oper classes and types stuff from users to configreader. It may need to ... | w00t |
2007-10-15 | Split user resolver into its own file. | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-15 | class command_t -> class Command. Whey :D | w00t |
2007-10-14 | Put this back how it was, it didnt help with the fix last night which turned ... | brain |
2007-10-14 | Tweaks | brain |
2007-10-13 | Move some stuff around, this will move a crash to a different place and maybe... | brain |
2007-09-30 | Whoops, forgot some stuff for when GECOS was moved to position 10 in the UID ... | brain |
2007-09-26 | Fixed bug #404; this was caused by recieving multiple OPERTYPEs from a remote... | special |
2007-09-23 | More compile fixes | brain |
2007-08-29 | Add a pointless WriteOpers | brain |
2007-08-28 | Slight change to traffic logging, as I never remember which way the damn arro... | w00t |
2007-08-27 | Catch exceptions here for duplicate uuid (it shouldnt happen, which is why th... | brain |
2007-08-27 | Remove more unnecessary header traffic | w00t |