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