summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-16Applied patch by psychon to make AddExtBanChar correctly take a single charspecial
2008-07-15Send ERR_NOTREGISTERED to clients that send SERVER on a client port with a te...w00t
2008-07-14Add reference to wiki CIDR tutorial in <cidr> docs.om
2008-07-14Remove unneccessary temp value which caused a win32 problem by using uint32_t...om
2008-07-14Add extban types +bb R: and M: - stops matching account masks from joining an...w00t
2008-07-14Rename quietban to muteban, change character to +b m:, this way it fits with ...w00t
2008-07-14Merge m_nickban into m_nonicksw00t
2008-07-14Add InspIRCd::AddExtBanChar() to avoid copypasta.w00t
2008-07-14More broken compile stuffw00t
2008-07-14Fix compilew00t
2008-07-14Lots, lots more numerics.h conversionw00t
2008-07-13Convert more stuff to use numerics.h, change SERVER to send ERR_ALREADYREGIST...w00t
2008-07-13Fix indentation to look rightbrain
2008-07-13More conversion, and a note to client coders.w00t
2008-07-13Convertage.w00t
2008-07-13Convert, convert, convertw00t
2008-07-13Convert a bunch of crapw00t
2008-07-13Finish channels.cpp conversion to numerics listw00t
2008-07-13Add include/numerics.h, contains/will contain an enum for numerics. Work in p...w00t
2008-07-13Fix order of arguments, this means that ban exceptions for extbans actually w...w00t
2008-07-13Default to adding uppercase characters to allowed hostmap list, this has caug...w00t
2008-07-13Indentation tweakbrain
2008-07-12Fixed #568 - gnutls does not allow reuse of credentials, which was making /re...special
2008-07-12And, just because I can. The one pointless one-liner of the evening. :pw00t
2008-07-12Add a snotice about time jumping by more than a second at a time, and move bo...w00t
2008-07-12Remove some long commented out code: we never used to start unless a client p...w00t
2008-07-12Remove a slightly odd commentw00t
2008-07-12peavey already fixed this with climits include, remove limits.h. Keep the war...w00t
2008-07-12Allow opers to view modelists regardless of <security:hidemodelists>w00t
2008-07-12Document m_gecosbanw00t
2008-07-12Remove debugw00t
2008-07-12Add support for ban exceptions on non-user extbans (e.g, +be r:*lol* r:lol?is...w00t
2008-07-12Make m_gecosban work. We can't make assumptions about how an extban banmask m...w00t
2008-07-12Debugw00t
2008-07-12Add m_gecosban, implements extban +b r: - hostname bans.w00t
2008-07-12Okay, and there's the working version of it. Extbans that don't work on users...w00t
2008-07-12Overload IsExtBanned to provide a *string matching* version, this finally ope...w00t
2008-07-12Fix for bug #569, thanks dz.w00t
2008-07-12Change sprintf to snprintf, just in case; Update comments.om
2008-07-12Increase static buffer size to 44 to account for a full IPv6 CIDR mask: 1111:...om
2008-07-12Remove 'global' from gline description, add 'local' to KLine description. Tha...w00t
2008-07-12Add CIDR mask use to m_connectban, detection and banning may now happen over ...w00t
2008-07-12Scary.. CIDR range clone checking for <connect> tags.w00t
2008-07-12Add <cidr> block, and documentation in example config.w00t
2008-07-12Cleanup of some of the new CIDR code: compiles but untested; Also: My first c...om
2008-07-12Convert SVSHOLD to use the new XLine frameworkw00t
2008-07-12Fix m_cban /stats C, broken after the XLine conversion some months agow00t
2008-07-12Delete all XLines when destroying modulew00t
2008-07-12Add XLineManager::DelAll to delete all lines of a given type.w00t
2008-07-12Don't add a 10 second penalty to all connecting users (this was accidental)w00t