| |
| |
| |
|
<Quai> I guess you guys know about the SID leak in ping? <Quai> never mind :P hybrid! <Cdogg> i have some questions about services <Cdogg> if i require nick registration <Cdogg> well first off <Cdogg> how hard would it be to use sql for user information? <wfl> "to use sql" ? <SiD3WiNDR> (ite) <Cdogg> to use mysql instead of file based <wfl> its non trivial. <Cdogg> is it possible to turn off hostname look up? <wfl> no. <wfl> use a dns server that works <anjuta> if no compile flags have been changed, but the core dumped is still with no debugging symbols, what should I change ? <anjuta> oh found it.. there was a call to strip from the package manager.. <superlame> is there a website with patches or mods to anyone's knowledge? I am looking for something to strip colors and possible have hostmasking <anfl> theres one linked from the site, but I doubt youll find anything for 2.x on it <superlame> is there a change of 1.X diff files working on 2.X, at all? <anfl> yes. <superlame> humm <anfl> a huge amount of channel and mode related code was moved <superlame> to where? <superlame> nowhere? <anjuta> anfl, is the strip color function from the old patches optimal ? <anfl> superlame: other files. <anfl> I doubt any code to strip colours is "optimal" :p <anfl> theres no nice way to do it :) <anjuta> well it's at least O(n) <superlame> do you know of statserv service what works with ratbox? <anfl> anything thats "hybrid compatible" :) <jilles> superlame, you may be interested in charybdis, a ratbox fork which has those things (and more) <jilles> the hostmasking isn't really great currently, but it works enough for vanity vhosts <superlame> if anyone here maintains the ratbox home page, they should make it explicit that it compiles fine under amd64 pure linux environments. that is a marketing point bahamut variants lacklacks... <anfl> I dont have time to maintain a list of architectures where it compiles :) <anfl> its far easier to just fix platforms it doesnt compile on <superlame> Well, I am happy ratbot compiles fine under debian amd64 <anfl> hmm <anfl> itd be possible for me to do hostmasking, if I tied it into services instead of ircd <anfl> though finding the ip leaks could be fun <jilles> trace and stats L currently do not use show_ip() <jilles> and show_ip() is too strict <anfl> yeah <anfl> I really need to fix up show_ip() <anfl> because then I can remove the HIDE_SPOOF_IPS hacks all over <jilles> why does show_ip() prevent people seeing IPs of unspoofed "higher-order" people <anfl> theoretically so opers cant find out their admins ips <anfl> its pointless :) <anfl> show_ip() is overly complicated anyway <anfl> the table is pointless -- the rules arent that complicated <jilles> yeah <anfl> allow all opers to see servers ips when compiled without HIDE_SERVERS_IPS? <anfl> or just local? <anjuta> even not local <anfl> int <anfl> show_ip(struct Client *source_p, struct Client *target_p) <anfl> { <anfl> if(IsAnyServer(target_p)) <anfl> { <anfl> #ifndef HIDE_SERVERS_IPS <anfl> if(IsOper(source_p)) <anfl> return 1; <anfl> #endif <anfl> return 0; <anfl> } <anfl> else if(IsIPSpoof(target_p)) <anfl> { <anfl> #ifndef HIDE_SPOOF_IPS <anfl> if(MyOper(source_p)) <anfl> return 1; <anfl> #endif <anfl> return 0; <anfl> } <anfl> else <anfl> return 0; <anfl> } <anjuta> there could be crucial services connected <anfl> dont see how it needs to be more complicated than that :p
Return to ratbox or Go to some related
logs:
roma beginner
|
|