]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Set defaults for an enum
[user/henk/code/inspircd.git] / src /
2007-07-26 brainSet defaults for an enum
2007-07-26 brainAdd extra detail to m_cloaking on failure to load
2007-07-26 brainForgot to add to init-list
2007-07-26 brainMove a ton of stuff into caller* functors
2007-07-26 brainApply diff for userprocess.cpp from earlier in the day
2007-07-25 peaveyUn-static InspIRCd::Exit and use SignalHandler instead.
2007-07-25 peaveyRehash from console works again due to new signalhandle...
2007-07-25 brainShorthand macros DEFINE_HANDLER1()...DEFINE_HANDLER9...
2007-07-25 brainTurn IsIdent into a functor
2007-07-25 brainAdd stuff for functors. Currently, as a test case only...
2007-07-25 peaveyBegin move of rehash to server.cpp - broken rehash...
2007-07-25 peaveysvn add I fail it
2007-07-25 peaveyPut FileLogger in it's own class. Useful when logging...
2007-07-24 w00tReplace some voodoo with a define
2007-07-24 w00tNow with more compilable goodness - this commit never...
2007-07-24 w00tThis is no longer the case, userrec::QuitUser is safe...
2007-07-24 w00tUpdate a comment, remove another one that's useless
2007-07-24 w00tMove a bundle of stuff to server.cpp from inspircd.cpp
2007-07-24 peaveyserver.cpp
2007-07-24 w00tMerge a tiny sub in for readability, use this-> consist...
2007-07-24 w00tMove more modules related stuff to modules.cpp
2007-07-24 w00tSome refactoring; move LoadModule and UnloadModule...
2007-07-24 w00tRefactor some craq to not loop through a string 4-5...
2007-07-24 w00tModify RULES to use numerics instead of notices. I...
2007-07-24 w00tA few more I missed.
2007-07-24 w00tConvert some ancient GlobalCulls usage into userrec...
2007-07-24 w00tRemove an out of date comment
2007-07-23 brainFix crash on unload of modules with listening sockets...
2007-07-23 w00tFix some comments to be multiline, and remove a redunda...
2007-07-23 w00tRemove darwin hax from 1.2
2007-07-23 w00tAdd some documentation
2007-07-23 w00tSanity check: we don't want to deal with Config being...
2007-07-23 w00tSquash a warning reported by owine
2007-07-23 w00tRename this function so it is self documenting
2007-07-23 w00tClean up the indenting here
2007-07-23 w00tFix a bug reported downstream regarding cloaking keys
2007-07-23 brainYes, it will be. (see the file)
2007-07-23 w00tRemove a braindead comment ('this belongs in class...
2007-07-23 brainTidyup a bunch of stuff that was using userrec::modes...
2007-07-23 w00tMake these notices a little more helpful
2007-07-23 w00tBit more tidying. Add some comments here, too.
2007-07-23 w00tMinor cleanup
2007-07-23 brainA couple of tweaks that i did earlier as diffs. ISON...
2007-07-23 w00tFix for bug #358, by rogalek.
2007-07-23 burlex* Sockets will now always be nonblocking on win32 versi...
2007-07-22 brainGrrr
2007-07-22 brainm_testcommand deletes its command handler manually...
2007-07-22 peaveyAdd syntax.
2007-07-22 peaveyLess WOOT more TAXANOMY :>
2007-07-21 brainoper-immune filters should be fixed now
2007-07-21 brainI broke socketengine_iocp with some fixes. Fixed again.
2007-07-21 brainExtra Dry! Shame it's not in Hereford right now :p
2007-07-21 brainTest
2007-07-21 peaveyle cleanup
2007-07-21 peaveypush metadata out on title-up
2007-07-21 peaveyMake it local only.
2007-07-21 peaveyAdd Custom Titles as requested per bug #334
2007-07-19 brainFix for bug #326, 'no error' quit can no longer theoret...
2007-07-19 brainWhoops, someone forgot to check the return value when...
2007-07-18 brainIve tidied up the mode count stuff, but i still cant...
2007-07-18 specialFixed m_messageflood to free the channel if it kicks...
2007-07-18 pippijnthere were two.. yes, you're right Special
2007-07-18 pippijnuntested fix for "unused functions"
2007-07-17 brainStability fixes, some DELETEs here that dont belong...
2007-07-17 brainValidation checks that seem to have been omitted here.
2007-07-17 pippijnpublish "JSON-RPC" interface
2007-07-17 pippijnNow, json-rpc _ONLY_ supports member function pointers...
2007-07-17 pippijn#ifdeffed out gnu extension
2007-07-17 pippijnprovide feedback to the user if json throws an exception
2007-07-17 pippijnIgnore all exceptions for now.. m_rpc_json is rather...
2007-07-17 pippijnAdded a JSON-RPC module that can be used by other modul...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-16 peaveyAdd flags to /STATS s output, and nuke some ^M
2007-07-16 peaveyformatting and ^M
2007-07-16 specialMade m_ssl_gnutls throw an exception when unable to...
2007-07-15 brainFix for bug #349: NOTE there is important caveat about...
2007-07-15 brainFix for minor memory leak on unloading module, bug...
2007-07-13 brainExplicitly disallow mode prefixes > 126, to prevent...
2007-07-12 brainImplement a way to disable options:maxwho, bug #348
2007-07-12 peaveyApply patch from lain to fix multiple cgihosts not...
2007-07-11 brainFix for bug #347.
2007-07-10 brainClarifying comment
2007-07-10 brainThis should fix the rest of remote kill nick hiding
2007-07-10 brainFirst part of fix for bug #344
2007-07-07 brainImplement /dalinfo, as a joke. Consider this an easter...
2007-07-07 specialAdded some missing parameter checking in m_swhois
2007-07-06 brainWarning: Loads of craq logging in here atm. /connect...
2007-07-06 brainSSL buffering tweaks. NOTE this is not a complete fix...
2007-07-06 specialAnd fixed a race condition I introduced in the previous...
2007-07-06 specialFixed the handling of the CTCP TIME reply in m_antibear...
2007-07-04 peaveyInit the sequence indicator to avoid undefined behaviou...
2007-07-03 pippijnRemoved superfluous semicolons
2007-07-03 w00tRevert a changed file I didn't want to commit ..
2007-07-03 w00tFix off-by-one reported by Darom in bug #339
2007-07-02 brainWe know this worked... i think.
2007-07-02 specialstd::string does not need a null terminator..
2007-07-01 brainCompile fixes
2007-07-01 brainOptimizations and code tidyups. QA please check that...
2007-06-30 peaveySplit hostmask with XLines::IdentSplit then re-inject...
next