Age | Commit message (Expand) | Author |
2008-02-17 | I gots a better fix :p | brain |
2008-02-17 | Add empty testcase.h | brain |
2008-02-15 | Make -nofork work properly with logging now. | aquanight |
2008-02-14 | Make AC_OTHERMODE OnAccessCheck call work again. | brain |
2008-02-14 | New mode stuff. Note, the framework is now here so that every mode handler ca... | brain |
2008-02-14 | Keep count of the number of events in total, and seperate read, write and err... | brain |
2008-02-14 | More <log> stuff | aquanight |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-13 | CONSTIFY\! | w00t |
2008-02-13 | Fix a silly crash I caused. | w00t |
2008-02-13 | Slight API tweak. Change Command to take char * instead of char in it's const... | w00t |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-10 | Code for loading <log method=file> tags from config, but this still needs to ... | aquanight |
2008-02-10 | Add comments | brain |
2008-02-10 | Each Thread class must have its own thread handle, duh. Someone take away my ... | brain |
2008-02-10 | Add threading engine stuff. Docs to follow, untested and not used anywhere yet | brain |
2008-02-10 | Per-logstream loglevels. | aquanight |
2008-02-09 | Fix a bug in new logging API (global logstreams weren't notified of events if... | w00t |
2008-02-09 | Implement LogManager::CloseLogs() to give logstreams a chance to clean up on ... | w00t |
2008-02-09 | Add destructor for FileLogStream that destroys nonblocking FileLogger | w00t |
2008-02-09 | Add a printf-type override for LogManager::Log(). We need to find a way to se... | w00t |
2008-02-09 | New logging implementation. Also write messages about InspIRCd::Log() being d... | w00t |
2008-02-09 | Instantiate log manager | w00t |
2008-02-09 | Initial totally untested logger implementation that does nothing. | w00t |
2008-02-08 | Support for /invite <user> <channel> <timeout> - if the user doesn't partake ... | aquanight |
2008-02-07 | ARGH SPACE INDENTS, DIE DIE DIE | brain |
2008-02-05 | fixed std:: stuff | fez |
2008-02-05 | fixed w00t's brain (I mean std:: stuff) | fez |
2008-02-05 | fixed std:: stuff | fez |
2008-02-05 | fixed std:: stuff | fez |
2008-02-03 | Clear up header insanity | w00t |
2008-02-03 | (finally) remove deprecated CMD_USER_DELETED | w00t |
2008-02-02 | Back out the AllowDevoiceSelf stuff, it wasn't going to work anyway. Accident... | w00t |
2008-02-02 | Cache User::GetIPString() | w00t |
2008-02-02 | Make m_password_hash able to pick up hasher modules after it's loaded, meanin... | aquanight |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-02-01 | removed sys/select.h on windows platform | fez |
2008-01-27 | Change API OnOperCompare to OnPassCompare, password hashing is now available ... | aquanight |
2008-01-17 | Remove a redundant method here, call the mode manager directly | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-17 | Move a number of methods from class InspIRCd to class UserManager | w00t |
2008-01-17 | Add logger.(cpp|h), will eventually hold implementation of logging manager | w00t |
2008-01-16 | Make default bancache time one day. This may seem long, but as XLines expire,... | w00t |
2008-01-16 | Add an overridden AddHit to BanCacheManager, allowing the expiry time to be set. | w00t |
2008-01-16 | Validate <server:id> on startup if provided, thx Brain | 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-15 | CullList -> CullItem * | w00t |