Age | Commit message (Expand) | Author |
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 |
2008-03-23 | These memsets cant rely on sizeof() any more, afaik. The sizeof() would give ... | brain |
2008-03-23 | Whoops, take out some foolish memsets (well theyre foolish now :p) | brain |
2008-03-23 | This should save 128 bytes per user for non-opers. Well worth it imho for a r... | brain |
2008-03-23 | Add ability to control what opertypes can set what operonly user/chan modes. ... | aquanight |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-03-22 | Add WriteNumeric() to User and OnNumeric module event. Note that modules do n... | brain |
2008-02-26 | Fix for bug #466 reported by John | brain |
2008-02-26 | Fix for feature request in bug #465 by John | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-22 | Nuke TIMESYNC from orbit \o/ | w00t |
2008-02-21 | The issue from stable does not exist here, because we initialize userrec::qui... | brain |
2008-02-17 | Seperate USERIO into USERINPUT and USEROUTPUT | brain |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-12 | Backport r8910: oper quit message would be blank | w00t |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-09 | Add a printf-type override for LogManager::Log(). We need to find a way to se... | w00t |
2008-02-08 | Support for /invite <user> <channel> <timeout> - if the user doesn't partake ... | aquanight |
2008-02-05 | This makes more sense | brain |
2008-02-04 | Brain, look at this please | w00t |
2008-02-02 | Cache User::GetIPString() | w00t |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-16 | Add a warning about quitting a user twice, and fix a minor brainfart | w00t |
2008-01-16 | Remove an O(log n) in favour of an O(1) operation, and tidy up culllist some ... | w00t |
2008-01-16 | Two stage commit: don't set user->muted except in QuitUser (duplicate setting... | w00t |
2008-01-16 | Re-add support for silent quits (note: we also remove an O(n) doing it this way) | w00t |
2008-01-16 | Hacked-up culllist: stores user pointers rather than CullItem, as creating th... | w00t |
2008-01-13 | Undo my constructor playing, I'm pretty sure it will break stuff. This will r... | w00t |
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 |