]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2008-07-26 brainThe cows gathered around, 'case the STEAKS were so...
2008-07-24 w00tMake m_operflood actually work, thanks to KrazyBox...
2008-07-23 peaveyfix a little typo I found while checking some other...
2008-07-22 brainFix bug #579, missing end of stats and snomask when...
2008-07-22 w00tFix bug #575, taxonomy finally works properly
2008-07-21 w00tRemove duplicated member, kept in classes.. Possible...
2008-07-21 w00tAdd extban +b S:, strips colours, same as chmode +S
2008-07-21 w00tAdd extban +b Q: - prevents matching users from kicking
2008-07-21 w00tAdd extban +b T:, prevents /notice to channel, same...
2008-07-21 w00tAdd CHANOPS_EXEMPT support to m_noinvite, also add...
2008-07-21 w00tAdd extban +b c: - blocks colour from matching users...
2008-07-21 w00tAdd extban +b B: - matching users may not use caps...
2008-07-20 pippijnchanged my email address
2008-07-20 specialRemoved excess spaces before some lines in /info -...
2008-07-20 brainAlter prompt to indicate that multiple tests can be...
2008-07-20 brainFix output corruption on startup if ports fail to bind...
2008-07-20 w00tRemove custom members for +lk storage
2008-07-20 brain304 -> RPL_SYNTAX
2008-07-20 brainFixes to make win32 build again
2008-07-20 w00tis rfc of sorts
2008-07-20 w00tMore numerics.h conversion
2008-07-20 w00tFix potential off-by-one on large reads (thanks psychon)
2008-07-20 w00tFixes to some stuff that writes on memory it shouldn...
2008-07-19 brainFix total mess of makefile dependency macros (all depen...
2008-07-19 brainFix the 4-byte read madness discovered by psychon
2008-07-19 w00tFix broken build
2008-07-19 w00tChange modes in channels and users to use std::bitset...
2008-07-19 w00tFix compile. Also remove write error stuff, as that...
2008-07-19 w00tUse a switch (cleaner, probably more efficient) for...
2008-07-19 w00tRemove totally unused member, saving sizeof(unsigned...
2008-07-19 w00tHook OnUserPreKick and disallow kick on +k users also
2008-07-19 w00tSpaces to tabs, EXORCISE THE DEMON. Thanks psychon.
2008-07-19 brainjackmcbarn's patch left something out
2008-07-19 brainCrash fix from jackmcbarn, thanks, fixes bug #578
2008-07-18 w00tSet parent to empty if there is no parent, pippijn...
2008-07-18 w00tOkay. This will probably break *everything*, but hey...
2008-07-18 aquanightImplement <disabled:usermodes> and <disabled:chanmodes>.
2008-07-17 w00tCombine IP+port in a failed port list, show (the more...
2008-07-17 w00tSend strerror() on all socket error messages, this...
2008-07-16 w00tFix parts being screwed up, thanks psychon
2008-07-16 w00tFixed example MOTD which was a bit screwed up, thanks...
2008-07-16 w00tAdd psychon to regular contributors
2008-07-16 specialApplied patch by psychon to make AddExtBanChar correctl...
2008-07-15 w00tSend ERR_NOTREGISTERED to clients that send SERVER...
2008-07-14 omAdd reference to wiki CIDR tutorial in <cidr> docs.
2008-07-14 omRemove unneccessary temp value which caused a win32...
2008-07-14 w00tAdd extban types +bb R: and M: - stops matching account...
2008-07-14 w00tRename quietban to muteban, change character to +b...
2008-07-14 w00tMerge m_nickban into m_nonicks
2008-07-14 w00tAdd InspIRCd::AddExtBanChar() to avoid copypasta.
2008-07-14 w00tMore broken compile stuff
2008-07-14 w00tFix compile
2008-07-14 w00tLots, lots more numerics.h conversion
2008-07-13 w00tConvert more stuff to use numerics.h, change SERVER...
2008-07-13 brainFix indentation to look right
2008-07-13 w00tMore conversion, and a note to client coders.
2008-07-13 w00tConvertage.
2008-07-13 w00tConvert, convert, convert
2008-07-13 w00tConvert a bunch of crap
2008-07-13 w00tFinish channels.cpp conversion to numerics list
2008-07-13 w00tAdd include/numerics.h, contains/will contain an enum...
2008-07-13 w00tFix order of arguments, this means that ban exceptions...
2008-07-13 w00tDefault to adding uppercase characters to allowed hostm...
2008-07-13 brainIndentation tweak
2008-07-12 specialFixed #568 - gnutls does not allow reuse of credentials...
2008-07-12 w00tAnd, just because I can. The one pointless one-liner...
2008-07-12 w00tAdd a snotice about time jumping by more than a second...
2008-07-12 w00tRemove some long commented out code: we never used...
2008-07-12 w00tRemove a slightly odd comment
2008-07-12 w00tpeavey already fixed this with climits include, remove...
2008-07-12 w00tAllow opers to view modelists regardless of <security...
2008-07-12 w00tDocument m_gecosban
2008-07-12 w00tRemove debug
2008-07-12 w00tAdd support for ban exceptions on non-user extbans...
2008-07-12 w00tMake m_gecosban work. We can't make assumptions about...
2008-07-12 w00tDebug
2008-07-12 w00tAdd m_gecosban, implements extban +b r: - hostname...
2008-07-12 w00tOkay, and there's the working version of it. Extbans...
2008-07-12 w00tOverload IsExtBanned to provide a *string matching...
2008-07-12 w00tFix for bug #569, thanks dz.
2008-07-12 omChange sprintf to snprintf, just in case; Update comments.
2008-07-12 omIncrease static buffer size to 44 to account for a...
2008-07-12 w00tRemove 'global' from gline description, add 'local...
2008-07-12 w00tAdd CIDR mask use to m_connectban, detection and bannin...
2008-07-12 w00tScary.. CIDR range clone checking for <connect> tags.
2008-07-12 w00tAdd <cidr> block, and documentation in example config.
2008-07-12 omCleanup of some of the new CIDR code: compiles but...
2008-07-12 w00tConvert SVSHOLD to use the new XLine framework
2008-07-12 w00tFix m_cban /stats C, broken after the XLine conversion...
2008-07-12 w00tDelete all XLines when destroying module
2008-07-12 w00tAdd XLineManager::DelAll to delete all lines of a given...
2008-07-12 w00tDon't add a 10 second penalty to all connecting users...
2008-07-12 w00tAdd .example suffix to name
2008-07-12 w00tCopy new conf location and seperate modules.conf on...
2008-07-12 w00tAdd <gecos> field to <server> in XML stats output,...
2008-07-12 w00tSplit example conf into example conf and modules conf...
2008-07-12 w00tMove example conf to conf/ directory, it makes more...
2008-07-12 w00tImplement suggestion from Stealth in bug #572: expand...
2008-07-12 w00tDon't broadcast CHANCREATE snotice if channel is +P...
2008-07-12 w00tDelete channel on -P if usercount is 0, fixes part...
next