Changelog for Tur-DayStats.

2.0  : Most of it rewritten to work with glftpd 2.+.
       No longer works for glftpd 1.+. You use 1.4 =)

       Changed config so theres no proc_output anymore. You want to change
       the text, you do it directly in tur-daystats.sh. Look for proc_out

       Added stats for most logged on user. Something like:
       Logging on a fierce 317 times is turranius - Trigger happy!       

       Added support to show stats from more then one stat_section.
       Config example:
        statsections="0:DEFAULT 1:XXX 2:0DAYS 3:PDA"
        users_to_show="3"
        groups_to_show="1"
       ..would show 3 top uploaders and downloaders from those 4 sections.
       ..would also show the top uploading and downloading group for the 4 sections.
       See README for usage.

       Added botscript instructions for pzs-ng, which everyone should use
       by now.

       When using mss-daystats.sh on the slaves and you run tur-daystats.sh
       on the hub, the slaves data was merged then deleted. This is fine 
       except that when testing, you have to run mss-daystats.sh again on the
       slave.
       Now, when running './tur-daystats.sh test', it will not delete the slaves
       data. Only when running without test. That way, you can test more easely.

 To upgrade, I recomend you wipe the old config and start over.

1.4  : 1.3 didnt quite fix the problem with different languages of linux..
       It should be fixed now. (was working for Swedes until may. While
       Januari is the same starting 3 letters as Januari, it worked.
       May, however, is Maj.. stopped working.)

       -

       Changed how "sections=" works. Since we require the exact dir of a 
       section here and thats not the name you want it presented with, you can
       add a : after each section and then the alias you want to show in the output.
       See the README for that setting for more info.

       Same with presections.

       Not adding a : works fine too. The section will just be presented as entered
       then, so dont have to modify your existing configs unless you want to.

       -

       mss-daystats.sh in the extras dir also updated to take care of different
       languages, other then english.


1.3  : Fixed it to work on distros that does not have english as shell language.
       Well, just tested on English/Swedish RedHat9, but still should work on 
       more boxes now =)

       -

       Added the ability for MSS slaves to send their stats back to the hub
       so that tur-daystats.sh, running on the hub can display those stats
       as well.
       New script for this in this package. extra/mss-daystats.sh
       Check it out for instructions (it goes on the slaves).

       Also two new options in tur-daystats.conf, but those are covered in
       mss-daystats.sh as well.


1.2  : Fixed an error where it reported 0 newdirs today. This only happens
       on a single char date, ie 5th of october and is, once again, caused
       by different timezone settings. It already checked the day as
       "02" and " 2" but some has simply "2" and those were not detected.

       To upgrade, just replace tur-daystats.sh

1.1  : Split config into seperate file. Note that proc_output is in this
       one too for changing what it says.

       Added option pregrepline= so you can set what to search for in 
       glftpd.log to find ONLY pre lines. For instance, if you're pre
       lines look like: 
       Sun Sep 14 16:12:44 2003 PRE: "-->> ^CoolGroup PRE^ <<-- blabla"
       Then set it to either "PRE:" or " PRE: "
       If you have GroupName-PRE:, set it to "PRE:" only.
       It must be something unique thats only in pre lines.

       If you have different pre announces for different groups, you are
       fucked unless the group names are always in the same location.

       The character " will always be stripped from the groupname, no matter
       what you do. It caused tcl errors if it was there and apparently most
       of you couldnt understand that you should add \" to removefromgroup=
       ( removefromgroup="\"" ).

       Changed the date it greps in glftpd.log to find "Today"
       Previously it checked: Wed Sep 17 ..:..:.. 2003
       Now it will check    : ... Sep 17 ..:..:.. 2003
       So it should work even if you do not have an English or US locale.

       2 spelling errors, proc_temoput -> proc_tempout fixed. Thanks
       all who reported that one.

       If I sound pissed in this update, its cause I am. I should never have
       released this baby. As I thought, it generated WAY too much pms. If you
       dont know the difference between " and \", you should be running ioftpd, hehe.
       
1.0    Initial release. Only caused about 30 pms in 2 days. Gah!
