]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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...
2008-07-12 w00tFix for bug #541: /taxonomy reporting metadata for...
2008-07-12 w00tFix a memory leak in m_mysql, found and patched by...
2008-07-12 w00tFix for #564
2008-07-12 w00tRemove individual read buffers inside of BufferedSocket...
2008-07-12 w00tAdd User::GetCIDRMask(int range), will be used for...
2008-07-11 w00tExtended ban exceptions (untested, probably will explod...
2008-07-11 w00tAdd OnCheckExtBan, will be used for exceptions to extbans
2008-07-11 w00tConvert API to use std::string, fixes my slight bug...
2008-07-11 w00tPull in limits.h to fix PATH_MAX problems, thanks to...
2008-07-11 w00tFix m_nopartmsg to work via API modification, involves...
2008-07-09 pippijn- xml has no html entities :(
2008-07-09 pippijnthat failed to apply
2008-07-09 pippijn- disabled m_nopartmsg for now, since it requires API...
2008-07-02 w00tAdd module implementing +b p: - channel part message...
2008-07-02 w00tBack out the incomplete linebuffering stuff that should...
2008-07-02 w00tForward port r9946: make SVSHOLD silent to avoid useles...
2008-07-02 w00tFix an off-by-one which could possibly perhaps cause...
2008-07-01 peaveyoh forgot, thanks psychon for noticing the PATH_MAX...
2008-07-01 peaveyinclude limits to get correct PATH_MAX where available
2008-06-27 peaveyMake gcc 4.3 whine less
2008-06-26 brainYet another module priority shuffler fix from Phoenix...
2008-06-26 brainMerge in patch from nenolod to make channelmode +z...
2008-06-24 brainModule priority 'shuffler' fix from Phoenix, bounds...
2008-06-24 brainModule priority 'shuffler' suggestion from Phoenix...
2008-06-24 brainThis is more correct, thanks Phoenix
2008-06-22 brainMerge swhois patch from jackmcbarn
2008-06-21 brainChange the value of number of secs in a year to be...
2008-06-20 specialUpdated svn:ignore for src/modules/ with some newer...
next