Age | Commit message (Expand) | Author |
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 | 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 |
2008-01-13 | Add usermanager.cpp | w00t |
2008-01-13 | I think (and Brain concurs) that B for blockcaps and P for permanent make a l... | w00t |
2008-01-10 | Add goodchan tags for m_denychans: Allows the use case of forbidding *warez*,... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-10 | Erase their quit count on banning (so they get another 10 or whatever attempt... | w00t |
2008-01-10 | Add m_quitban: Bans IPs that connect/disconnect more than X times per 3600 se... | w00t |
2008-01-10 | Implement <options:prefixpart|suffixpart|fixedpart> | w00t |
2008-01-10 | Add optional SAPART reason. No prefixing done yet. | w00t |
2008-01-10 | Register RLine factory on load, unregister it on unload. | w00t |
2008-01-10 | Fix bug in rline, xline derived class declared itself as xline type 'K' not 'R' | brain |
2008-01-09 | Fix some random crash due to my not knowing how to use STL *shrug* | w00t |
2008-01-09 | Correct a few things, and yay for code that randomly decides to work. | w00t |
2008-01-09 | Utterly untested RLINE | w00t |
2008-01-09 | Flesh this out a little more. Create our derived XLine and factory. Doesn't i... | w00t |
2008-01-09 | Add RLINE skeleton module to move it between PCs (I'm lazy :p) | w00t |
2008-01-09 | Fix for bug #464, taxonomy output spooled to target not to requestor, reporte... | brain |
2008-01-09 | Add OnExpireLine hook to xline db stuff | w00t |
2008-01-09 | Add OnExpireLine(XLine *) hook, will be used in xline db stuff to avoid getti... | w00t |
2008-01-09 | Some quick credits updates.. nothing huge, just people that have been helpful... | w00t |
2008-01-09 | Fake lag on nick change, thanks pLaYa | w00t |
2008-01-09 | Remove useless debug from here (finished with it), and add some debug that ma... | w00t |
2008-01-09 | Fix bug in new XLine system (thanks Brain) - I don't know how I didn't spot t... | w00t |
2008-01-08 | Fix problem #2 (this means that xlinedb is essentially working and feature-co... | w00t |
2008-01-08 | Fix problem #1 by setting a lock on writes when we're reading. This means no ... | w00t |
2008-01-08 | xline.db reading. Two things I notice are funky in some way about this.. 1) d... | w00t |
2008-01-08 | Code to write xline.db.. reading is not yet handled. | w00t |
2008-01-08 | Very early on version of xline database module, doesn't yet physically store ... | w00t |
2008-01-08 | Fix careless compile error caused by forward port of patch earlier today. | w00t |