Historique des commits

Auteur SHA1 Message Date
  Morten Brix Pedersen 22e3c2037a Fix charset problem. il y a 23 ans
  Morten Brix Pedersen 0f1d3a0acb * When CharSet is not 'iso-8859-1' or 'iso-8859-15', don't provide il y a 23 ans
  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 il y a 23 ans
  sbingner 915fb83b40 Add quote before "@" to eliminate warning message il y a 23 ans
  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 il y a 23 ans
  sbingner a6c499e8dc Return what nick matched, and check for nicks seen but not in aliases in is_nick function (needed for smarter attacker stats) il y a 23 ans
  sbingner 105e8f1dd6 More optimizations (shaved off 50 seconds on 23 minute parse) il y a 24 ans
  sbingner aa4f91896f Forgot to export is_nick il y a 24 ans
  sbingner abdc395a59 Add a subroutine to quickly check is a word has been used as a nick il y a 24 ans
  sbingner 712124bfde Remove unnecessary if statement... why check something we're not going to do anything with? il y a 24 ans
  Morten Brix Pedersen 36dadfbadc restore/save aliases on every channel il y a 24 ans
  Morten Brix Pedersen 80200e3bc0 Remove debugging code, was never really used. This should give a few secs in il y a 24 ans
  Morten Brix Pedersen 45f5f6e883 Hopefully fix the endless loops when matching URLs il y a 25 ans
  Morten Brix Pedersen 21041b50bb Finally fix the multiple URLs in a line-thingy il y a 25 ans
  Morten Brix Pedersen b0e5619445 Try to match URLs not only with http:// il y a 25 ans
  sbingner b5feadc816 Use first URL seen as the correct URL if it is used with/without a / il y a 25 ans
  sbingner 947ce83f87 strip trailing /'s off of URLs so we don't count http://name/ and http://name as il y a 25 ans
  Morten Brix Pedersen b0cee93e0e Convert capital scandinavian letters il y a 25 ans
  Morten Brix Pedersen a60226fe56 Add URL ignore functions il y a 25 ans
  Morten Brix Pedersen da8f6aa394 Remove 2 globals, $conf and $debug. il y a 25 ans
  Morten Brix Pedersen ddd519498c Split creating of HTML into it's own module; this adds HTMLGenerator.pm. il y a 25 ans
  Morten Brix Pedersen e9eb513407 This line couldnt compile.. il y a 25 ans
  Morten Brix Pedersen 77c04d651c Patch from Phil: il y a 25 ans
  sbingner 8febea163c um yea, forgot to remove check that is now un-necessary because il y a 25 ans
  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 il y a 25 ans
  sbingner 0e56d727e4 Changed ignores to use a hash, also made them not call find_alias il y a 25 ans
  Morten Brix Pedersen a4611e29bf Big patch by the almighty Phil Gregory. il y a 25 ans