Age | Commit message (Expand) | Author |
2007-02-11 | Special *slap* seems to have set this to true :/ | brain |
2007-02-11 | Bump API version (chanrec::setby increased from NICKMAX to 128) | brain |
2007-02-11 | Allow for nick!user@host in TOPIC information. | brain |
2007-02-10 | Fix rehashing to display a success notice, tidy up some WriteOpers notices | brain |
2007-02-10 | Tweak hostname matching in HostMatchesEveryone to compensate for being able t... | brain |
2007-02-10 | Use userrec::MakeHost(), not strlcpy/strlcat! | brain |
2007-02-10 | Fix that equal sign '=' inside double quotes don't blow up confcheck. | peavey |
2007-02-10 | Fix typo reported by owine (bug #208) | brain |
2007-02-10 | Merge patch for WEBIRC command from satmd | brain |
2007-02-10 | Improve +f kick message: | brain |
2007-02-10 | Make some stuff configurable that hasnt been and should be. | brain |
2007-02-10 | And make it compile. (whoops) | brain |
2007-02-10 | timermanager never had a ServerInstance. Give it one so we can use InspIRCd::... | brain |
2007-02-10 | Remove dup code by calling TickTimers in a loop | brain |
2007-02-10 | DELETE() on the timergroup in DelTimer (small memory leak) | brain |
2007-02-10 | Finally make this module work at all on 1.1 | brain |
2007-02-10 | When opening a file to read, check its not a directory with stat() | brain |
2007-02-09 | Check for nonexistent file | brain |
2007-02-09 | Change the constructor of ModeParser, make it just a tiny bit prettier. | brain |
2007-02-09 | Increment version and give codename -- release is planned for sunday. | brain |
2007-02-09 | Add and properly test the ability for an InspTimer to DelTimer itself from wi... | brain |
2007-02-08 | And change this to gnutls in the debug message. | brain |
2007-02-08 | Catch the ModuleException thrown when AddIOHook fails, so that we can make a ... | brain |
2007-02-08 | Check for ::ffff:x.x.x.x ips in user resolver, and if we see one initiate an ... | brain |
2007-02-08 | "is now your hidden host" -> "is now your displayed host". Wording fits bette... | brain |
2007-02-08 | Try without deletes that it done anyway on close of InspSocket's socket. | peavey |
2007-02-07 | Consider your crackpipes confiscated, there was some right dailywtf-worthy st... | brain |
2007-02-07 | Remove some debug | brain |
2007-02-07 | A quick unit test shows this is broken -- fix quick | brain |
2007-02-07 | satmd tell me if this works, if ive got the wrong octet i need to change a bi... | brain |
2007-02-07 | Fix warning, remove unused var | brain |
2007-02-07 | Remember: C++ only works if you type the right method names and not ones that... | brain |
2007-02-07 | Ident fixes, | brain |
2007-02-07 | Fix ipv6 ass-u-me's | brain |
2007-02-07 | Add InvalidateCache() calls and fix a ton of ass-u-me :/ | brain |
2007-02-07 | Make this work when we have both ipv6 and ipv4 connections at once | brain |
2007-02-07 | To be more specific, specify rpath() macro here | brain |
2007-02-07 | Document bind value | brain |
2007-02-07 | Support port binding here | brain |
2007-02-07 | Added support for explicitly binding an outbound connection to an ip. Will be... | brain |
2007-02-07 | If a user connects over 4in6 (YUCK) give them an ipv4 cloak | brain |
2007-02-07 | Fix for bug #205 reported by nenolod (modules that erroneously check remote u... | brain |
2007-02-06 | Extra safety checks while exchanging certs, just in case | brain |
2007-02-06 | Remove debug output that was only useful to me | brain |
2007-02-06 | Remove ::ffff: 4in6 craq from documentation. Show that its still usable, but ... | brain |
2007-02-06 | Change the wording of configure, to indicate that building as ipv6 is no long... | brain |
2007-02-06 | Fix using wrong var to determine if host is ipv6 or ipv4, resulting in wrong ... | brain |
2007-02-06 | Lets try this fix | 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 |