Age | Commit message (Expand) | Author |
2007-08-18 | Added the <cloak:ipalways> and <cloak:lowercase> options. Patch by nenolod | special |
2007-07-26 | Add extra detail to m_cloaking on failure to load | brain |
2007-07-23 | Fix a bug reported downstream regarding cloaking keys | w00t |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-07-03 | Removed superfluous semicolons | pippijn |
2007-06-17 | More factory conversion | w00t |
2007-06-09 | A ton more clear() and empty() stuff thats been lingering on the long term to... | brain |
2007-05-21 | Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl... | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-12 | Opers cannot change the modes of others. | w00t |
2007-04-25 | Please try this, satmd | brain |
2007-04-25 | Use segments of 8 in length not ten, reducing the length of a cloaked ipv6 ho... | brain |
2007-04-24 | Shorten the length of ipv6 cloaks so that a character isnt lost (6 segments p... | brain |
2007-04-08 | Make the max '3 dots' and not 2 | brain |
2007-04-05 | Fix for bug #216, m_cloaking now tries to cloak a larger amount of the hostna... | brain |
2007-02-07 | If a user connects over 4in6 (YUCK) give them an ipv4 cloak | brain |
2007-02-06 | Fix using wrong var to determine if host is ipv6 or ipv4, resulting in wrong ... | brain |
2007-02-06 | And fix the bugs that show up when we try and build it on ipv6 | brain |
2007-02-06 | Fix to work with mixed protocol environment | brain |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2006-12-28 | Reasonably sized fix - when adding modes in modules, be sure to check the ret... | brain |
2006-12-15 | Remove global namespacing, makes modules compile FASTAH. Also massive update ... | w00t |
2006-12-10 | Add InspIRCd::UseInterface and InspIRCd::DoneWithInterface, and also InspIRCd... | brain |
2006-12-10 | Host cloaks for resolved hosts are wayyyy too long, cut the hash down to the ... | brain |
2006-12-05 | Fix for peavy :p | brain |
2006-12-05 | More tidyups | brain |
2006-12-05 | Tidy up cloaking algorithms a bit | brain |
2006-12-05 | More tweakage | brain |
2006-12-04 | Tweaks, fixes, and comments | brain |
2006-12-04 | Update $ModDep lines so that these properly depend on their headers in the ma... | brain |
2006-12-04 | Make m_cloaking use m_md5. Fix m_md5. | 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-11-12 | Swap some stuff around, just to complicate bruteforcing | brain |
2006-11-12 | Make the output table chosen be unique to the actual ip so that the octet val... | brain |
2006-11-12 | Better cloaking for unresolved IP addresses. | brain |
2006-11-12 | And change < 64 to <= 64, the length limit is 64 - not 63 | om |
2006-10-19 | Insert massive change here. | brain |
2006-10-01 | Now with binary versioning goodness | brain |
2006-09-15 | Annotations | brain |
2006-09-13 | Add m_conn_umodes.so which allows setting of modes on users when they connect | brain |
2006-09-02 | All modules which implement simplemodes (no parameters, not a list mode) can ... | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | ConfigReader and FileReader now take InspIRCd* to their constructors | brain |
2006-08-11 | None of the modules use an extern InspIRCd* any more | brain |
2006-08-10 | Last of Server:: methods moved to InspIRCd::. Server:: removed. | brain |
2006-08-10 | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. | brain |