Search found 27 matches

by Capitaine
Mon May 05, 2008 12:05 pm
Forum: Unreal 3.2 Modules
Topic: Cmdoverride question
Replies: 2
Views: 2663

Cmdoverride question

I've been coding a module which add restriction on joins, and I use CmdoverrideAdd to override /JOIN Everything works perfectly when the ircd has been started and loaded the module. But as soon as I rehash, the overrided join is not called anymore, yet the module is loaded and I see no error. So I w...
by Capitaine
Fri Aug 17, 2007 12:30 pm
Forum: General chat
Topic: BOPM / DNSBL's
Replies: 15
Views: 15743

Re: BOPM / DNSBL's

I stopped using sectoor.de BL today.... 98% of lookups were timed out.

Now switching to another one for testing.
by Capitaine
Fri Jul 06, 2007 12:06 pm
Forum: Unreal 3.2 Modules
Topic: New features in existing sources or modules ?
Replies: 0
Views: 2557

New features in existing sources or modules ?

Hello everyone I have a module which add new user and channel modes. Now I would like commands LIST or JOIN to behave differently according to these modes. My problem is to modify or not modify sources ? With the new modes, some channels must kept hidden from /LIST , and may display a notice when on...
by Capitaine
Sat Aug 26, 2006 10:37 am
Forum: General chat
Topic: captcha
Replies: 7
Views: 4887

I don't think so mate :wink:
Any other thoughts ?
by Capitaine
Fri Aug 25, 2006 2:09 pm
Forum: General chat
Topic: captcha
Replies: 7
Views: 4887

The ircd would generate an url or a crypted code. Then the web server display an image, and finally the ircd wait for the proper code to be typed by the user.
That's the ircd which valid the connection.
by Capitaine
Fri Aug 25, 2006 12:52 pm
Forum: General chat
Topic: captcha
Replies: 7
Views: 4887

The ircd would not generate any image, but only a code or an url. And the client could request the picture on a web server. Almost all Java clients are setup as web applets. Well I assume that admins who want to get rid of clones attacks would run an webserver, and to me there's only technical issue...
by Capitaine
Fri Aug 25, 2006 10:58 am
Forum: General chat
Topic: captcha
Replies: 7
Views: 4887

captcha

How much you like the idea of implanting captchas to irc ?
Of course if would prevent non-graphical terminals and bots to connect, but this would be the end of mass clones attacks.

Just want to know what people think about this.
by Capitaine
Wed Jun 01, 2005 3:44 pm
Forum: Services
Topic: Thales
Replies: 3
Views: 2142

Did you enable language support on Unreal ? This might be due to accent-insentive queries in MySQL My Thales deamon used to crash everytime duplicated nicks were used. For example : "Bébé" and "Bebe" are the same nick for Thalès, but not the same for Unreal... Maybe changing &...
by Capitaine
Sun May 30, 2004 1:10 am
Forum: General chat
Topic: Outdated IRC RFC
Replies: 11
Views: 5632

Yes, I agree with everything. Anyway, that does not change my wish. That's about friendly using of Internet standards. Ok sorry, my comparison is not correct, but my feeling is that if Services were using server-to-server communication, it would be easier for clients coders. With numerics responses,...
by Capitaine
Fri May 28, 2004 10:18 pm
Forum: General chat
Topic: Outdated IRC RFC
Replies: 11
Views: 5632

For asking nickserv password. Check HTTP basic auth : you just type a couple login/pass. You are not even required to be aware of Base64, neither HTTP headers. Why non-geeks users should deal with commands ? Many are using FTP, mails, or WWW clients and never learned any commands, unless they wanted...
by Capitaine
Mon Apr 26, 2004 7:10 pm
Forum: General chat
Topic: @Codemastr and or @Syzop - A hostname may contain ....
Replies: 6
Views: 4918

Client and server should negociate charset/locale at connection time.
Like HTTP does.

Anyway, clients would have to be updated as well.
by Capitaine
Mon Apr 26, 2004 6:54 pm
Forum: General chat
Topic: Outdated IRC RFC
Replies: 11
Views: 5632

Outdated IRC RFC

Don't you think client-side RFCs are obsolete ? I think so... There is a need to get a standard for IRC Services. For instance, if someone wants to dev a client which handle Services, it's getting a headache. - First, he has to support several Services available around the Internet. - Second, he has...