summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-07-20Fixes to some stuff that writes on memory it shouldn't (thanks psychon).w00t
2008-07-19Fix total mess of makefile dependency macros (all depending on stuff they don...brain
2008-07-19Fix the 4-byte read madness discovered by psychonbrain
2008-07-19Change modes in channels and users to use std::bitset instead of an array. Th...w00t
2008-07-19Fix compile. Also remove write error stuff, as that was used prior to the goo...w00t
2008-07-19Use a switch (cleaner, probably more efficient) for user status here, also, w...w00t
2008-07-19Hook OnUserPreKick and disallow kick on +k users alsow00t
2008-07-19Spaces to tabs, EXORCISE THE DEMON. Thanks psychon.w00t
2008-07-19jackmcbarn's patch left something outbrain
2008-07-19Crash fix from jackmcbarn, thanks, fixes bug #578brain
2008-07-18Set parent to empty if there is no parent, pippijn, does this fix your duplic...w00t
2008-07-18Implement <disabled:usermodes> and <disabled:chanmodes>.aquanight
2008-07-17Combine IP+port in a failed port list, show (the more helpful) error string s...w00t
2008-07-17Send strerror() on all socket error messages, this should help diagnose probl...w00t
2008-07-16Fix parts being screwed up, thanks psychonw00t
2008-07-16Add psychon to regular contributorsw00t
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-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-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-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-12Allow opers to view modelists regardless of <security:hidemodelists>w00t
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