summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-02-01fixed getsockopt parameter 4, removed sys/select.h on windows platformfez
2008-01-31applink.c should be included in the link command, not #included in the sourcefez
2008-01-30Move fez to developers (a lot of movement for one day :p)w00t
2008-01-30Move fez to regular contributors sectionw00t
2008-01-30Merge in patches to fix bug #487, submitted by dz, thanks :)brain
2008-01-27Forward port bug #484 patch from John, thanksbrain
2008-01-27You left out the module name in the command, aquanight ;)brain
2008-01-27Change API OnOperCompare to OnPassCompare, password hashing is now available ...aquanight
2008-01-26ANNOUNCENENT -> ANNOUNCEMENTbrain
2008-01-26Fix for bug found by eLement, when an oper is on a notify list and the oper s...brain
2008-01-26Tweaksbrain
2008-01-26Whoops, should have test compiled thisbrain
2008-01-26macgyverdgi asked for this :pbrain
2008-01-25Fix a typo in an m_callerid error message, and add m_callerid and m_filter <e...aquanight
2008-01-21win32 compile error fixbrain
2008-01-21win32 compilation errors: shadowing of variable 'i' isnt a good ideabrain
2008-01-21win32 compile error fixbrain
2008-01-21Win32 compilation fixesbrain
2008-01-20Update m_filter* to 1.2 API (it was still using Implements()), also implement...aquanight
2008-01-19Fix m_callerid not adding the usermode.aquanight
2008-01-19Add aquanight to developers sectionw00t
2008-01-19Initial implementation of callerid, provided by aquanight. Untested as of yet...w00t
2008-01-17Remove a redundant method here, call the mode manager directlyw00t
2008-01-17The outer if (socket > -1) check in AddClient is obsolete and this is already...brain
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-17Start converting WriteOpers calls into snomask 'O' -- generic oper notices.w00t
2008-01-17Move a number of methods from class InspIRCd to class UserManagerw00t
2008-01-17Add logger.(cpp|h), will eventually hold implementation of logging managerw00t
2008-01-16Add an overridden AddHit to BanCacheManager, allowing the expiry time to be set.w00t
2008-01-16Make the sid exception message more descriptive so a user knows what a valid ...brain
2008-01-16Validate <server:id> on startup if provided, thx Brainw00t
2008-01-16Add a warning about quitting a user twice, and fix a minor brainfartw00t
2008-01-16Remove an O(log n) in favour of an O(1) operation, and tidy up culllist some ...w00t
2008-01-16Two stage commit: don't set user->muted except in QuitUser (duplicate setting...w00t
2008-01-16Re-add support for silent quits (note: we also remove an O(n) doing it this way)w00t
2008-01-16Hacked-up culllist: stores user pointers rather than CullItem, as creating th...w00t
2008-01-15Someone forgot to delete what they new :Pbrain
2008-01-15CullList -> CullItem *w00t
2008-01-15CullList: Don't try quit everyone. Speed/resource use enhancement on netsplits..w00t
2008-01-15Fix a stupid crash on unknown commands caused by me blindly applying a 1.1 pa...w00t
2008-01-14IPv6 fix, thanks to danieldg. Doesn't affect 1.1.w00t
2008-01-13New timer code. This may be a tiny fraction slower (though I think it will be...w00t
2008-01-13Undo my constructor playing, I'm pretty sure it will break stuff. This will r...w00t
2008-01-13Move User::AddClient to UserManager::AddClient. WARNING: I assure you this is...w00t
2008-01-13First UserManager overhaul: Move clone counts out of InspIRCd & User.w00t
2008-01-13Add a channel manager class while I'm at it.w00t
2008-01-13Add usermanager.cppw00t
2008-01-13I think (and Brain concurs) that B for blockcaps and P for permanent make a l...w00t
2008-01-10Add goodchan tags for m_denychans: Allows the use case of forbidding *warez*,...w00t