Age | Commit message (Expand) | Author |
2008-01-27 | You left out the module name in the command, aquanight ;) | brain |
2008-01-27 | Change API OnOperCompare to OnPassCompare, password hashing is now available ... | aquanight |
2008-01-26 | ANNOUNCENENT -> ANNOUNCEMENT | brain |
2008-01-26 | Fix for bug found by eLement, when an oper is on a notify list and the oper s... | brain |
2008-01-26 | Tweaks | brain |
2008-01-26 | Whoops, should have test compiled this | brain |
2008-01-26 | macgyverdgi asked for this :p | brain |
2008-01-25 | Fix a typo in an m_callerid error message, and add m_callerid and m_filter <e... | aquanight |
2008-01-21 | win32 compile error fix | brain |
2008-01-21 | win32 compilation errors: shadowing of variable 'i' isnt a good idea | brain |
2008-01-21 | win32 compile error fix | brain |
2008-01-21 | This still doesnt work :( | brain |
2008-01-21 | Win32 compilation fixes | brain |
2008-01-20 | Update m_filter* to 1.2 API (it was still using Implements()), also implement... | aquanight |
2008-01-19 | Extra sanity checks | brain |
2008-01-19 | Fix freebsd glitches | brain |
2008-01-19 | Add ./configure --list-extras, --enable-extras, and --disable-extras | aquanight |
2008-01-19 | Fix m_callerid not adding the usermode. | aquanight |
2008-01-19 | Modules using NoPedantic now properly respect 'make debug'. | aquanight |
2008-01-19 | Add aquanight to developers section | w00t |
2008-01-19 | Initial implementation of callerid, provided by aquanight. Untested as of yet... | w00t |
2008-01-19 | And another tiny one | w00t |
2008-01-19 | Patch from aquanight to fix a problem introduced with some of the recent tidy... | w00t |
2008-01-17 | Remove a redundant method here, call the mode manager directly | w00t |
2008-01-17 | Aquanight's configure strict/fatal warnings patch | brain |
2008-01-17 | The outer if (socket > -1) check in AddClient is obsolete and this is already... | brain |
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-17 | Start converting WriteOpers calls into snomask 'O' -- generic oper notices. | 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 | Make the sid exception message more descriptive so a user knows what a valid ... | brain |
2008-01-16 | Validate <server:id> on startup if provided, thx Brain | 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-15 | Someone forgot to delete what they new :P | brain |
2008-01-15 | CullList -> CullItem * | w00t |
2008-01-15 | CullList: Don't try quit everyone. Speed/resource use enhancement on netsplits.. | w00t |
2008-01-15 | Fix a stupid crash on unknown commands caused by me blindly applying a 1.1 pa... | w00t |
2008-01-14 | IPv6 fix, thanks to danieldg. Doesn't affect 1.1. | w00t |
2008-01-13 | New timer code. This may be a tiny fraction slower (though I think it will be... | 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-13 | Add a channel manager class while I'm at it. | w00t |