Search found 568 matches

by Jason
Sat Jun 02, 2007 3:52 pm
Forum: Unreal 3.2 Spamfilters
Topic: Need help again !!!
Replies: 8
Views: 5017

A regular expression matching all valid URLs with protocols http or ftp, as well as any usable portion of said urls: ((ht|f)tp://)?((([a-z0-9_-]+:[a-z0-9_-]+@)?([a-z0-9_-]+\.)+(A[CDEFGILMNOQRSTUWZ]|ac.uk|AERO|ARPA|B[^CKLPQ\W\d]|BIZ|C[^BEJPQTVW\W\d]|COM|COOP|D[EJKMOZ]|E[CEGRSTU]|EDU|F[IJKMOR]|G[^\W\d...
by Jason
Fri May 18, 2007 2:26 am
Forum: Unreal 3.2 Modules
Topic: nick collision
Replies: 5
Views: 3590

Jobe: That's why he wants ident@ip :). Ident, on a properly set up box, which compiles with the goddamn standards everyone freaking ignores, will not allow impersonation, under any circumstances.
by Jason
Tue May 15, 2007 4:00 pm
Forum: Unreal 3.2 Support
Topic: Setting up SSL with CACert
Replies: 2
Views: 1521

Have a listen block marked ssl for ssl users
by Jason
Mon May 07, 2007 3:28 pm
Forum: Unreal 3.2 Support
Topic: Weird issue.
Replies: 2
Views: 1356

That time sync error, with an offset of one, is common, and insignificant. It's more of a warning of a nonmatching timestamp across servers. One second is not problematic at all, and can simply be a result of normal, mild network latency. Do you get a core dump? Look for a file called something like...
by Jason
Tue Apr 24, 2007 12:26 am
Forum: Unreal 3.2 Spamfilters
Topic: irc.blah
Replies: 5
Views: 4010

.+ and \., etc, are standard for all POSIX compliant regexes (and you're not really a regex if you don't understand them)

You're incorrect about the (?!blah\.) portion, however. It is in his todo list, not his features list.
by Jason
Sun Apr 22, 2007 8:00 pm
Forum: Unreal 3.2 Spamfilters
Topic: random nick/ident clones
Replies: 5
Views: 4333

^([a-z]+)!~?\1@
Matches when ident=nick

^([a-z]+)!~?\1@[^:]+:\1$

Matches when ident=nick=realname
by Jason
Sun Apr 22, 2007 4:40 pm
Forum: Unreal 3.2 Support
Topic: TS Bounce
Replies: 4
Views: 2047

I think it was a clock syncing issue. Temporary, and rare, as your services probably autosync your ircds' internal clocks. (Many do) It is odd for a services package to give a higher TS for a channel. Typically they will give a lower one, to clear it and set everything their way with a SJOIN. As thi...
by Jason
Sun Apr 22, 2007 1:12 am
Forum: Unreal 3.2 Spamfilters
Topic: irc.blah
Replies: 5
Views: 4010

JanisB: UnrealIRCd uses the TRE, not PCRE, regular expressions engine.
by Jason
Wed Apr 11, 2007 7:43 pm
Forum: Unreal 3.2 Spamfilters
Topic: Help with regex
Replies: 8
Views: 4604

Badwords don't need to use regular expressions. They can be normal glob matching.
by Jason
Tue Apr 03, 2007 3:50 pm
Forum: Unreal 3.2 Spamfilters
Topic: /stats f responses [done]
Replies: 4
Views: 4059

I'm pretty sure that, without messing with server protocol, you can't change that 0. And even with it, it may not be designed to work that way and just ignore it, etc. I'm too lazy to RTFS, ATM. An oper cannot edit the config in any way, including that, from the server, (except addline, but you stil...
by Jason
Mon Mar 05, 2007 2:01 am
Forum: Unreal 3.2 Spamfilters
Topic: Regew for %
Replies: 1
Views: 2399

w%w%w%\.%
Should be unique enough.
by Jason
Fri Mar 02, 2007 5:05 pm
Forum: Unreal 3.2 Spamfilters
Topic: bots
Replies: 2
Views: 3018

/spamfilter + u gzline 1d You_are_suspected_of_being_a_bot._Come_back_in_24_hours_with_ident_enabled_or_a_different_realname. ^([a-z]+)!~\1@[^:]+:\1


Warning: You will hit me, among other valid users with this.
by Jason
Fri Mar 02, 2007 5:03 pm
Forum: Unreal 3.2 Spamfilters
Topic: Spamfilter for irc......com/info/org ....
Replies: 10
Views: 24222

Jobe: ^ doesn't need to be escaped in your regex. It is only a special char if it is the first char, or the first in a []
by Jason
Sat Feb 24, 2007 5:48 pm
Forum: Unreal 3.2 Spamfilters
Topic: Spamfilter for irc......com/info/org ....
Replies: 10
Views: 24222

The spamfilters you pasted are strange. Why are you escaping the c in com, o in org, i in info, and e in eu? Also, why isn't there a period required before them? Those filters would match this: I love IRC. I want some more info on it though. All hail IRC. AIM is completely horrible. (com in complete...
by Jason
Sat Feb 10, 2007 4:03 pm
Forum: Unreal 3.2 Modules
Topic: [New]: /ircops module..
Replies: 8
Views: 5518

Tisk, tisk, hitman. Breaking the law simply so you could say you made an unrealircd module?