summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-12-05Throw if we cant find any modules that implement our interfacebrain
2006-12-05Comments comments!brain
2006-12-05Make hash algo names case insensitivebrain
2006-12-05More stuffbrain
2006-12-05Fix up brokagebrain
2006-12-05Enumeration stuff beginneth!brain
2006-12-05And forgot a semicolon.brain
2006-12-05Allow for querying the hash modules for the hashing algorithm namebrain
2006-12-05Untested, undocumented PublishInterface, UnpublishInterface, FindInterface.brain
2006-12-05Fix all this.brain
2006-12-05More tweakagebrain
2006-12-05.brain
2006-12-05This has changed again, i suggest you dont bother trying to keep up till im d...brain
2006-12-05Change this a LOT.brain
2006-12-05Here it is, the whole lot merged into one.brain
2006-12-05Seperate out sha256 into m_sha256.so. API is identical to MD5 except where th...brain
2006-12-04Tweaks, fixes, and commentsbrain
2006-12-04Whoops one star missing left a chunk out of the docsbrain
2006-12-04More $ModDep stuffbrain
2006-12-04Update $ModDep lines so that these properly depend on their headers in the ma...brain
2006-12-04Tons of comments!brain
2006-12-04Make m_cloaking use m_md5. Fix m_md5.brain
2006-12-04m_md5 works now. No docs yet, CODER BEWARE!brain
2006-12-04Header for md5 request classesbrain
2006-12-04MD5 service provider module (not tested yet)brain
2006-12-04Add nicer ipv6 cloakingbrain
2006-12-04Fix it good :pbrain
2006-12-04Move ipv4 cloaking to cloak4brain
2006-12-04Fix the new ipv4 cloaks to not change wildly if one octet changesbrain
2006-12-04Tweak this module to always allow remove from remote, no matter what the perm...brain
2006-12-03Account for channels with no modes setbrain
2006-12-03Remove an assignment from definition (damn java thinking)peavey
2006-12-03Remote SQUIT, and god save the coder..w00t
2006-11-30Fix typo that stops m_cban from workingbrain
2006-11-29Added InspIRCd::GetTimeDelta() - previously m_alltime was using a hack to get...special
2006-11-29Same againbrain
2006-11-29Add fix suggested by mitch to show when nicks dont existbrain
2006-11-29Added a missing error message to SAJOIN - thanks Mitchspecial
2006-11-28Fixed a crash when spanningtree is given a blank line; really simple fix, and...special
2006-11-27O(n^n) is bad. O(log n) is better.brain
2006-11-27Tidyupbrain
2006-11-27There, the guts of it are done, spanningtree now uses the exempt lists to cle...brain
2006-11-27BuildExemptList is becoming pretty ugly. grr.brain
2006-11-27Add exception lists to OnUserMessage and OnUserNotice, to be used for smarter...brain
2006-11-26C DOS, C DOS RUN, RUN DOS RUN ^M^M^Mpeavey
2006-11-26Provides support for ircu style usermode +d (deaf to channel messages and cha...peavey
2006-11-26Update the comment for flag 't'brain
2006-11-26Tidyup, avoid ternary if() on every iteration of a loop (bad brain bad)brain
2006-11-26SILENCE_CNOTICE, flag 't'. Needs testing, peavey should probably review to ch...brain
2006-11-26Fix to work with channel notices.brain