summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-30Update VC7.1 build projects. Thanks VERY much fez. :)w00t
2008-01-30Merge in patches to fix bug #487, submitted by dz, thanks :)brain
2008-01-29What crackmonkey thought we had server:networkemail???brain
2008-01-29Update SAMODEw00t
2008-01-28Remove duplicate calls (thanks fez)w00t
2008-01-27Revert tmpfile cleanup from r8761, also make configure's perl version check h...aquanight
2008-01-27Some configure cleanups: like using perl functions/modules instead of system(...aquanight
2008-01-27Forward port bug #484 patch from John, thanksbrain
2008-01-27Make sure that if an exec() macro fails its picked up before build timebrain
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-21This still doesnt work :(brain
2008-01-21Win32 compilation fixesbrain
2008-01-20Update m_filter* to 1.2 API (it was still using Implements()), also implement...aquanight
2008-01-19Extra sanity checksbrain
2008-01-19Fix freebsd glitchesbrain
2008-01-19Add ./configure --list-extras, --enable-extras, and --disable-extrasaquanight
2008-01-19Fix m_callerid not adding the usermode.aquanight
2008-01-19Modules using NoPedantic now properly respect 'make debug'.aquanight
2008-01-19Add aquanight to developers sectionw00t
2008-01-19Initial implementation of callerid, provided by aquanight. Untested as of yet...w00t
2008-01-19And another tiny onew00t
2008-01-19Patch from aquanight to fix a problem introduced with some of the recent tidy...w00t
2008-01-17Remove a redundant method here, call the mode manager directlyw00t
2008-01-17Aquanight's configure strict/fatal warnings patchbrain
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-16Make default bancache time one day. This may seem long, but as XLines expire,...w00t
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