]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-12-04 specialAdded ./inspircd version, requested and written by...
2006-12-03 brainAccount for channels with no modes set
2006-12-03 peaveyRemove an assignment from definition (damn java thinking)
2006-12-03 w00tMake the 'override' parameter actually *do* something...
2006-12-03 w00tMake this look less insane :P
2006-12-03 w00tLOL INFINITE LOOPS IN IRCD ARE ROX
2006-12-03 brainCheckDie was always still here, we were just forgetting...
2006-12-03 brainFix <die:value>, its been broken for quite some time...
2006-12-03 w00tRemote SQUIT, and god save the coder..
2006-12-02 w00tThat patch (TM) of controversy, plus a minor cleanup
2006-12-02 specialI don't know if anything actually uses this, but irc...
2006-11-30 brainFix typo that stops m_cban from working
2006-11-29 specialAdded InspIRCd::GetTimeDelta() - previously m_alltime...
2006-11-29 brainSame again
2006-11-29 brainAdd fix suggested by mitch to show when nicks dont...
2006-11-29 specialAdded a missing error message to SAJOIN - thanks Mitch
2006-11-28 specialFixed a crash when spanningtree is given a blank line...
2006-11-27 brainO(n^n) is bad. O(log n) is better.
2006-11-27 brainTidyup
2006-11-27 brainThere, the guts of it are done, spanningtree now uses...
2006-11-27 brainBuildExemptList is becoming pretty ugly. grr.
2006-11-27 brainAdd OnBuildExemptList, which is used to build an exempt...
2006-11-27 brainAdd exception lists to OnUserMessage and OnUserNotice...
2006-11-26 peaveyC DOS, C DOS RUN, RUN DOS RUN ^M^M^M
2006-11-26 peaveyadd m_deaf.so to example.conf
2006-11-26 peaveyProvides support for ircu style usermode +d (deaf to...
2006-11-26 brainFix really minor typo
2006-11-26 brainUpdate the comment for flag 't'
2006-11-26 brainTidyup, avoid ternary if() on every iteration of a...
2006-11-26 brainSILENCE_CNOTICE, flag 't'. Needs testing, peavey should...
2006-11-26 brainFix to work with channel notices.
2006-11-26 peaveynow using OnUserPreMessage exempt_list instead of OnPre...
2006-11-26 brainUpdate comments to reflect new API
2006-11-26 brainAdd extra parameter to OnUserPreNotice and OnUserPrePri...
2006-11-26 brain005 tokens: "ESILENCE SILENCE=999"
2006-11-26 brainAdd m_silence_ext.so to the example conf
2006-11-26 brainAdd a description to an exception in the constructor...
2006-11-26 brainTidy up space indents
2006-11-26 peaveyfix a few confusing returns
2006-11-26 peaveyImproved drop-in replacement for cmd /SILENCE. This...
2006-11-26 peaveyMake numeric 443 ERR_USERONCHANNEL conform to the RFC
2006-11-26 brainMake silence list removals and additions a ton faster...
2006-11-25 brainImprove openssl detection
2006-11-24 brainwhoops, !defined not undef!
2006-11-24 brainMake this smarter when we dont have pkg-config
2006-11-24 brainMore fixes
2006-11-24 brainFixes
2006-11-24 brainSmarter openssl detection
2006-11-24 brainIn answer to w00ts question, the channel might not...
2006-11-23 w00tFix #176, not sure how channel can't exist after being...
2006-11-22 w00tFix my fix, it crashed (thanks skenmy, sorry)
2006-11-22 peaveyDisallow mode prefix # since it will mess up /whois...
2006-11-22 specialRemoved <options:tempdir> - this hasn't been used since...
2006-11-21 w00tFix spurious deops on channel creation, pointed out...
2006-11-21 peaveyfix for bug #175, change OnUserRegister to return int...
2006-11-21 specialAdded *.pid to the svn:ignore for conf/ - I hate all...
2006-11-21 specialFixed gnutls_rpath.pl to do rpath for all paths, not...
2006-11-19 brainRemove space
2006-11-19 omOoops, remove my debug line
2006-11-19 omAlso return for 7.x series > 7.3.15, this still wants...
2006-11-19 omHopefully uncraq this script enough to actually work...
2006-11-19 brainMerge pgsql stuff from darix, but im sure theres someth...
2006-11-19 brainMake opermotd and randquote paths relative
2006-11-19 brainApply CXXFLAGS patch from darix
2006-11-19 brainRemove unused /usr/local/lib from helperfuncs.cpp inclu...
2006-11-19 brainUse pkg-config to detect lib paths - thanks darix we...
2006-11-19 brainAdd -fno-strict-aliasing to shut up gcc when building...
2006-11-19 brainFix all the _FORTIFY_SOURCE warnings except "punned...
2006-11-18 brainAdd CXXFLAGS appending thing from darix
2006-11-18 brainApply instmode stuff from darix
2006-11-18 brainThe tags must be prefixed with helpop_ in 1.1 beta...
2006-11-18 brainSince the last beta, the pid file doesnt have to be...
2006-11-18 brainChange from dos to unix line endings (how did these...
2006-11-18 brainbits_size must be protected, not private
2006-11-18 brainAdd \code and \endcode tags for doxygen
2006-11-18 brainFix a major whoopsie in that class i just added. It...
2006-11-18 brainReduce size of max number of bytes in a bitfield from...
2006-11-18 brainProperly document irc::dynamicbitmask
2006-11-17 brainRemove some debug, add some comments, throw exception...
2006-11-17 brainFix this so it works, passes test case. Provide a metho...
2006-11-17 brainAdd irc::dynamicbitmask class. Feel free to take a...
2006-11-16 brainMake STATS i, y, c, n more relevent to 1.1
2006-11-16 w00tFix /whois on users with lots, and lots of channels...
2006-11-15 brainAdd WHO flag 'm' to show users who have a mode sequence
2006-11-15 brainTidy up some stuff
2006-11-15 brainThe array should no longer be static
2006-11-15 brainComments, woo and yay
2006-11-15 brainAll of the void* cast stuff gone!!!
2006-11-15 brainRemove tons of pointer craq (theres still a tinnny...
2006-11-15 brainDon't allow a non-oper to view another users modes...
2006-11-15 specialAdded <oper:swhois> to m_swhois, which will override...
2006-11-14 brainWe dont need this dummy value any more!
2006-11-14 brainTemporarily? remove the old gcc3.3 fix
2006-11-14 brainTons of tweaks to the config stuff for the core
2006-11-14 brainTidyup and tons of debug in here, to troubleshoot an...
2006-11-14 brainAnother couple of 'forgot to memset's
2006-11-14 brainProperly zero the epoll_event in epollengine WantWrite...
2006-11-14 brainInherit ModuleException from std::exception rather...
2006-11-13 brainModify server counts in /lusers to show number of serve...
2006-11-13 peaveyuse --iter instead of iter-- in prunewhowas
next