Age | Commit message (Expand) | Author |
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 | Make the 'override' parameter actually *do* something, wee | w00t |
2006-12-03 | Make this look less insane :P | w00t |
2006-12-03 | LOL INFINITE LOOPS IN IRCD ARE ROX | w00t |
2006-12-03 | CheckDie was always still here, we were just forgetting to set the die value'... | brain |
2006-12-03 | Fix <die:value>, its been broken for quite some time. (whoops *hide*) | brain |
2006-12-03 | Remote SQUIT, and god save the coder.. | w00t |
2006-12-02 | That patch (TM) of controversy, plus a minor cleanup | w00t |
2006-12-02 | I don't know if anything actually uses this, but irc::hex is now *much* more ... | special |
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 OnBuildExemptList, which is used to build an exempt list when passing a p... | 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 |
2006-11-26 | SILENCE_CNOTICE, flag 't'. Needs testing, peavey should probably review to ch... | brain |
2006-11-26 | Fix to work with channel notices. | brain |
2006-11-26 | now using OnUserPreMessage exempt_list instead of OnPreCommand dup code for b... | peavey |
2006-11-26 | Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l... | brain |
2006-11-26 | 005 tokens: "ESILENCE SILENCE=999" | brain |
2006-11-26 | Add a description to an exception in the constructor, also reformat all the i... | brain |
2006-11-26 | Tidy up space indents | brain |
2006-11-26 | fix a few confusing returns | peavey |
2006-11-26 | Improved drop-in replacement for cmd /SILENCE. This first draft features serv... | peavey |
2006-11-26 | Make numeric 443 ERR_USERONCHANNEL conform to the RFC | peavey |
2006-11-26 | Make silence list removals and additions a ton faster by making the silence l... | brain |
2006-11-25 | Improve openssl detection | brain |
2006-11-24 | whoops, !defined not undef! | brain |