]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2008-05-08 brainAdd call to protocol interface to get useful info on...
2008-05-08 brainMake this nicer, rely on the last write event after...
2008-05-08 brainRemove the timeout stuff, it is not stable and not...
2008-05-08 brainWhen searching by servername without wildcards, conceal...
2008-05-08 w00tPossible todo
2008-05-08 w00tClarify a comment that confused me
2008-05-08 w00tRename to m_connectban
2008-05-08 w00tPrepare to rename this, change it's purpose from quitba...
2008-05-08 w00tRemove a level of nesting from this
2008-05-07 w00tMasterful rewrite of User::AddBuffer to remove a string...
2008-05-07 w00tAdd support for /nick 0: changes nick to UID, which...
2008-05-07 brainMake u_listmode more sensible and make it properly...
2008-05-06 brainFix broken m_alias, cant preallocate and then push_bac...
2008-05-06 brainFix bad throws and some other stuff in this module
2008-05-06 specialRemoved the verbosity in 'make clean' to fix issues...
2008-05-06 peaveyFix typo +c => +C reported by alamar
2008-05-05 brainRemove JOIN sending, all should be FJOIN
2008-05-05 w00tSnotice on failed oper.
2008-05-05 w00tOkay, this was good in theory, but totally and utterly...
2008-05-05 w00tDon't propegate SETHOST, ChangeDisplayedHost sends...
2008-05-05 w00tUn-break this so remote users still get RemoteMessage...
2008-05-05 brainAlter remotemessage here to not do what w00ts patch...
2008-05-05 w00tDon't re-propegate CHGHOST unnecessarily
2008-05-05 brainAdd sanity checks to LoopCall to prevent miscalls like...
2008-05-05 peaveyfix LoopCalls to not send param count thus avoiding...
2008-05-05 brainCalling wrong loopcall overloaded method, due to hasty...
2008-05-05 brainFix warning
2008-05-05 peaveyand no need to cast parameters to std::string here
2008-05-05 peaveyparameters are already std::string no need to cast...
2008-05-05 peaveyfix some unitialised vectors and tidy up a bit.
2008-05-05 peaveyConversion complete, distclean compiles cleanly again...
2008-05-05 peaveyConvert a few missing
2008-05-05 peaveyConvertions
2008-05-05 peaveyoops, fix this one.
2008-05-05 peaveyConvert a few
2008-05-05 peaveyConvert a few
2008-05-05 peaveyConvert even more
2008-05-05 peaveyConvert more
2008-05-05 aquanightConversions
2008-05-05 peaveyRemove extra documented moduledir (reported by smartys...
2008-05-05 aquanightConvert m_spanningtree
2008-05-05 peaveyand now aquanight, you can compile from m_m*
2008-05-05 peaveyConvert convert convert
2008-05-04 peaveyconverting m_d* done
2008-05-04 peaveyDone up to and including m_c.. sigh
2008-05-04 peaveyConvert a few more
2008-05-04 peaveyConvert a whole bunch more
2008-05-04 peaveyConverting
2008-05-04 peaveyConvert this one too
2008-05-04 peaveyoops strgecos is already a std::string
2008-05-04 peaveyConvert a few more modules to new API and command handler.
2008-05-04 peaveyOk 3rd time lucky, thanks for the pointers Brain
2008-05-04 peaveyfix this
2008-05-04 peaveyFirst attempt at converting to new command handler...
2008-05-04 brain*param.c_str() -> param[0]
2008-05-04 brain< MAXPARAMETERS for the size() check here can now be...
2008-05-04 brainUpdate comments for new api
2008-05-04 brainFix unused HandleServer to use new system too, and...
2008-05-04 brainConversion of command handler params from "const char...
2008-05-04 aquanightComment and improve check for access to ~/.inspircd...
2008-05-03 aquanightMake creation of ~/.inspircd properly check for EEXIST
2008-05-03 aquanightAllow KICKing multiple nicks
2008-05-02 brainPatch from jackmcbarn, revamps the helpop example full...
2008-05-02 brainOptimize MODE #chan b etc, avoid a 256 byte memset...
2008-05-01 brainConvert to SimpleUserModeHandler and SimpleChannelModeH...
2008-05-01 brainSome modules throw CoreException, this is wrong wrongit...
2008-05-01 brain#define NO_CLIENT_LONG_LONG, makes mysql.h ANSI C+...
2008-05-01 brainSimple user/channel mode patch
2008-04-29 brainremove debug
2008-04-29 brainBackport fix for stripcolour not stripping colour codes...
2008-04-27 brainExtra support for freebsd openssl, allow user to pick...
2008-04-27 brainMore stuff so that freebsd users can still use the...
2008-04-27 brainDetect openssl on freebsd with the openssl binary,...
2008-04-27 brainFix this up a bit nicer
2008-04-27 brainand make it work right...
2008-04-27 brainAdd some stuff from the freebsd port based on ideas...
2008-04-26 brickerI not i
2008-04-26 brickera long road of uniformed messages ;)
2008-04-23 brainRemoteconnect and remotequit should be local-only snomasks
2008-04-23 brainFix from yesterday, properly fix timedbans, much neater
2008-04-23 w00tFix
2008-04-23 w00tWarn, don't throw..
2008-04-22 brainBreak! ...no actually, take the break out :)
2008-04-22 w00tShow command line on warnings for darix (probably)
2008-04-21 brainRemove debug (This also fixes a bug that peavey and...
2008-04-21 brainFix bug found by peavey, which much frustrated him...
2008-04-21 brainFix quietbans and hidesplits etc, cull list's sending...
2008-04-21 w00tHack, hack, hack, hack hack. Hack hack. Probably fix...
2008-04-21 w00tRemove OnRehash of m_chanprotect: bad idea, and it...
2008-04-21 brainFix stray /MD that should be /MP
2008-04-21 brainFix to use dll in debug build
2008-04-21 brainSet runtimes correctly, thanks :-)
2008-04-21 brainAdd VC9 projects. I cant maintain these, i will be...
2008-04-21 brainMerge in large patchset from GreenReaper, useful fixes...
2008-04-21 brainRemove the craqy self-restarting loop in trunk, and...
2008-04-21 brainPatch to fix timedbans crash reported earlier today...
2008-04-20 brainAdd hand-crafted resource script, contains version...
2008-04-20 brainFix RemoveCommands to remove all commands (this functio...
2008-04-19 peaveyfix text in validate methods where option was moved...
2008-04-19 brainStray newline
next