sbingner
|
c5598dc75d
Changed is_ignored to use is_nick instead of find_alias -- was caching non-nick words as seen. Will no longer check against wildcard nicks, need to put in different wildcard/hash for non-nicks if we need that functionality
|
%!s(int64=23) %!d(string=hai) anos |
sbingner
|
915fb83b40
Add quote before "@" to eliminate warning message
|
%!s(int64=23) %!d(string=hai) anos |
sbingner
|
93d67fe549
Only match emails if it begins at the beginning of a line or after something other than ':' URL on that line. Fixes BugID#618540
|
%!s(int64=23) %!d(string=hai) anos |
sbingner
|
a6c499e8dc
Return what nick matched, and check for nicks seen but not in aliases in is_nick function (needed for smarter attacker stats)
|
%!s(int64=23) %!d(string=hai) anos |
sbingner
|
105e8f1dd6
More optimizations (shaved off 50 seconds on 23 minute parse)
|
%!s(int64=24) %!d(string=hai) anos |
sbingner
|
aa4f91896f
Forgot to export is_nick
|
%!s(int64=24) %!d(string=hai) anos |
sbingner
|
abdc395a59
Add a subroutine to quickly check is a word has been used as a nick
|
%!s(int64=24) %!d(string=hai) anos |
sbingner
|
712124bfde
Remove unnecessary if statement... why check something we're not going to do anything with?
|
%!s(int64=24) %!d(string=hai) anos |
Morten Brix Pedersen
|
36dadfbadc
restore/save aliases on every channel
|
%!s(int64=24) %!d(string=hai) anos |
Morten Brix Pedersen
|
80200e3bc0
Remove debugging code, was never really used. This should give a few secs in
|
%!s(int64=24) %!d(string=hai) anos |
Morten Brix Pedersen
|
45f5f6e883
Hopefully fix the endless loops when matching URLs
|
%!s(int64=24) %!d(string=hai) anos |
Morten Brix Pedersen
|
21041b50bb
Finally fix the multiple URLs in a line-thingy
|
%!s(int64=24) %!d(string=hai) anos |
Morten Brix Pedersen
|
b0e5619445
Try to match URLs not only with http://
|
%!s(int64=25) %!d(string=hai) anos |
sbingner
|
b5feadc816
Use first URL seen as the correct URL if it is used with/without a /
|
%!s(int64=25) %!d(string=hai) anos |
sbingner
|
947ce83f87
strip trailing /'s off of URLs so we don't count http://name/ and http://name as
|
%!s(int64=25) %!d(string=hai) anos |
Morten Brix Pedersen
|
b0cee93e0e
Convert capital scandinavian letters
|
%!s(int64=25) %!d(string=hai) anos |
Morten Brix Pedersen
|
a60226fe56
Add URL ignore functions
|
%!s(int64=25) %!d(string=hai) anos |
Morten Brix Pedersen
|
da8f6aa394
Remove 2 globals, $conf and $debug.
|
%!s(int64=25) %!d(string=hai) anos |
Morten Brix Pedersen
|
ddd519498c
Split creating of HTML into it's own module; this adds HTMLGenerator.pm.
|
%!s(int64=25) %!d(string=hai) anos |
Morten Brix Pedersen
|
e9eb513407
This line couldnt compile..
|
%!s(int64=25) %!d(string=hai) anos |
Morten Brix Pedersen
|
77c04d651c
Patch from Phil:
|
%!s(int64=25) %!d(string=hai) anos |
sbingner
|
8febea163c
um yea, forgot to remove check that is now un-necessary because
|
%!s(int64=25) %!d(string=hai) anos |
sbingner
|
6532bc8ec9
Change is_ignored back to check alias, also changed format of find_alias so it should be slightly more efficient -- and don't overwrite aliases that exist
|
%!s(int64=25) %!d(string=hai) anos |
sbingner
|
0e56d727e4
Changed ignores to use a hash, also made them not call find_alias
|
%!s(int64=25) %!d(string=hai) anos |
Morten Brix Pedersen
|
a4611e29bf
Big patch by the almighty Phil Gregory.
|
%!s(int64=25) %!d(string=hai) anos |