]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Rename ssl_cert.h to ssl.h, it will contain the interface for hooking inspsockets
[user/henk/code/inspircd.git] / src / modules /
2006-12-09 brainRename ssl_cert.h to ssl.h, it will contain the interfa...
2006-12-09 brainAdd OnRawSocketConnect, we've not had it till now becau...
2006-12-05 brainFix for peavy :p
2006-12-05 brainMore tidyups
2006-12-05 brainTidy up cloaking algorithms a bit
2006-12-05 brainAdd VF_SERVICEPROVIDER flag to these
2006-12-05 brainTidy up with a typedef
2006-12-05 brainThrow if we cant find any modules that implement our...
2006-12-05 brainComments comments!
2006-12-05 brainMake hash algo names case insensitive
2006-12-05 brainMore stuff
2006-12-05 brainFix up brokage
2006-12-05 brainEnumeration stuff beginneth!
2006-12-05 brainAnd forgot a semicolon.
2006-12-05 brainAllow for querying the hash modules for the hashing...
2006-12-05 brainUntested, undocumented PublishInterface, UnpublishInter...
2006-12-05 brainFix all this.
2006-12-05 brainMore tweakage
2006-12-05 brain.
2006-12-05 brainThis has changed again, i suggest you dont bother tryin...
2006-12-05 brainChange this a LOT.
2006-12-05 brainHere it is, the whole lot merged into one.
2006-12-05 brainSeperate out sha256 into m_sha256.so. API is identical...
2006-12-04 brainTweaks, fixes, and comments
2006-12-04 brainWhoops one star missing left a chunk out of the docs
2006-12-04 brainMore $ModDep stuff
2006-12-04 brainUpdate $ModDep lines so that these properly depend...
2006-12-04 brainTons of comments!
2006-12-04 brainMake m_cloaking use m_md5. Fix m_md5.
2006-12-04 brainm_md5 works now. No docs yet, CODER BEWARE!
2006-12-04 brainHeader for md5 request classes
2006-12-04 brainMD5 service provider module (not tested yet)
2006-12-04 brainAdd nicer ipv6 cloaking
2006-12-04 brainFix it good :p
2006-12-04 brainMove ipv4 cloaking to cloak4
2006-12-04 brainFix the new ipv4 cloaks to not change wildly if one...
2006-12-04 brainTweak this module to always allow remove from remote...
2006-12-03 brainAccount for channels with no modes set
2006-12-03 peaveyRemove an assignment from definition (damn java thinking)
2006-12-03 w00tRemote SQUIT, and god save the coder..
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 exception lists to OnUserMessage and OnUserNotice...
2006-11-26 peaveyC DOS, C DOS RUN, RUN DOS RUN ^M^M^M
2006-11-26 peaveyProvides support for ircu style usermode +d (deaf to...
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 brainAdd extra parameter to OnUserPreNotice and OnUserPrePri...
2006-11-26 brain005 tokens: "ESILENCE SILENCE=999"
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 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-21 w00tFix spurious deops on channel creation, pointed out...
2006-11-21 peaveyfix for bug #175, change OnUserRegister to return int...
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 brainUse pkg-config to detect lib paths - thanks darix we...
2006-11-16 brainMake STATS i, y, c, n more relevent to 1.1
2006-11-15 specialAdded <oper:swhois> to m_swhois, which will override...
2006-11-14 brainAnother couple of 'forgot to memset's
2006-11-14 brainInherit ModuleException from std::exception rather...
2006-11-13 brainModify server counts in /lusers to show number of serve...
2006-11-12 brainSwap some stuff around, just to complicate bruteforcing
2006-11-12 brainMake the output table chosen be unique to the actual...
2006-11-12 brainBetter cloaking for unresolved IP addresses.
2006-11-12 brainSlight hax. When bursting a channel - in the fmode...
2006-11-12 brainIf a new channel is created, after sending the FJOIN...
2006-11-12 brainAdded a notice that all people bumping the protocol...
2006-11-12 brainProtocl-Version bump to 1102
2006-11-12 brainOops, using wrong param
2006-11-12 brainMore funky stuff, SNONOTICE, MODENOTICE to go with...
2006-11-12 brainWhoops, stuff in the wrong place
2006-11-12 omAnd change < 64 to <= 64, the length limit is 64 -...
2006-11-12 brainMake OPERNOTICE work right
next