9
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 23 hours ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Missing French templates from CaNaBiS <[email protected]> More... over 22 years ago
Moving some documentation to docs/ More... over 22 years ago
um yea, forgot to remove check that is now un-necessary because it wouldn't have gotten there otherwise ;) More... over 22 years ago
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 More... over 22 years ago
Module name was wrong for mbot More... over 22 years ago
Moving modules, Logfile pm goes into Pisg/Parser/ and the format dependent code in Pisg/Parser/Format. More... over 22 years ago
Don't set variables for mirc color codes More... over 22 years ago
Changed ignores to use a hash, also made them not call find_alias -- we should have made sure we were calling it with the right nick already... lower number of calls to find_alias More... over 22 years ago
Make it work with ircn which has a slightly different syntax More... over 22 years ago
Removing the lines with 'wpl3', stop using that More... over 22 years ago
Hrmf, speedtest was beginning to segfault on me, this fixes it. More... over 22 years ago
Wrong indentation, looked stupid. More... over 22 years ago
Big patch by the almighty Phil Gregory. This creates two new modules and restructures a lot of things; all the parsing code is now divided into modules, meaning we have a 'Logfile.pm' for parsing normal logfiles, and we have some common functions in 'Common.pm'. More... over 22 years ago
instead of use warnings; we use $^W = 1; in order to support older Perl versions.. use warnings; was first added in Perl 5.6 More... over 22 years ago
correct bug in display for wordcount info from Hanno More... almost 23 years ago
Small corrections.. 'attacked3' was removed. Also some texts were defined as 'violenttext' where they should really be 'attackedtext' More... almost 23 years ago
use lib PISGDIR/modules was there twice. More... almost 23 years ago
Apply dynamic loading of modules, and run htmlentities a few places where it was not being run but was needed More... almost 23 years ago
Minor grammer fix. :-) More... almost 23 years ago
Patch from Phil: patch-pisg-violence is the largest of the three and involves some change in functionality. It removes the "slap" statistics, replacing them with more generic "attack" statistics, with the attack words being user-definable. It requires appropriate entries in lang.text (violent1, violent2, violent3, violenttext, attacked1, attacked2, and attackedtext), but I have only made the necessary changes to the English template. The other languages will have to be changed before this patch will work with them. I also addressed Sourceforge bug #456152 and only output one line if no one attacked anyone. More... almost 23 years ago
s/timestap/timestamp More... almost 23 years ago
Patch from Phil: patch-pisg-ignoreurls modifies parse_words() to ignore "words" that are obviously the result of splitting apart a URL. This should close Sourceforge bug #450863. More... almost 23 years ago
Correction of a danish template was written in english More... almost 23 years ago
Don't keep a huge hash of sayings and choose one, rather randomly update to a new saying... lowers memory usage and should help allow us to make a modular version More... almost 23 years ago
Big patch from Phil to restructure the parsing code. It now uses modules instead for each format instead, which is a lot smarter and makes it a lot easier adding new log formats. More... almost 23 years ago
Patch from Hanno: - after the opendir() the dir was just close()d instead of closedir()'d. - when using "nick|*" as alias, the stats were incorrect: the | was not escaped (in no regexp-mode). Also added some /o on patterns which are constant while the script runs. Maybe this speeds up things slightly. More... almost 23 years ago
Small cleanups where some lines were wrapped in Portugese translation Fixed some Danish days/months Added a one-line patch from jacao <[email protected]> which added the 'day' template to the dutch translation. More... almost 23 years ago
Patch from Phil Gregory to speedup find_alias (basically it caches the aliases everytime one is found) More... almost 23 years ago
Grammar corrections from Phil Gregory More... almost 23 years ago
Patch by Sascha L�decke to sort files in logdirs properly More... almost 23 years ago