KNOWN BUGS:

1.  Calls today not updating (Temp fix)

2.  FIXED:Exceeded calls - not kicking off..
    { Added %maxcalls% to check for calls }
    { add in logon.sfi if %maxcalls% = %true% then BYE }
    { added variable %callslimit% show calls allowed per day }
    { added variable %maxtime% show users max online time }

3.  lock file not removed when user runs out of time when online
    * File will be removed after initial session time process though *

4.  Time on door is not being removed from the user session time.

5.  Calls/time not being reset on a new day
    { added new user tag userinfo.timestamp in userdata/data.pp }
    Update createus & sadduser & smt with new user variable }
    { check for 24 hrs pass in data.pp }
    { added %maxtime% to check for time exceeded }
    { use in logon.sfi if %maxtime% = %true% then TIMEBYE }

6.  FIXED: daily session time not being subtracted from user level
    session time.
    { error fixed  in timeleft procedure in lib.pp }

7. Filearas do not work after download (This may be due to the
   BBS not converting to upper/case on inputs }

8. if the perms on a filearea is not 666 then the software crashes
   with a expection fault..

9. Add fpchmod command when file list db is created..

10. if there a more than 1 space before a variable or text then it is not picked up.
