blastbeat

Results 20 comments of blastbeat

ok, i tried above stuff on Debian: ``` lua Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio > l=require"lfs" > return l.attributes("/", "mode") directory > return l.attributes("//", "mode") directory > return...

The whole delreg-blacklist thing needs some thought. It might be better to not really delreg a user, but to keep it in the user.tbl and add some "blacklist" or "delregged"...

Is it possible that the user used the wrong password first, and then managed to remember the correct password and logged successfully in?

I looked briefly into the source. 1. There are dozens and occasions of places where the user.tbl gets overwritten. Basically everytime a reg user logs in or out, the user.tbl...

Luadch has no search spam detection. It is intended for private reg only hubs where you can ban offending or abusive users. Right now I don't have the ressources to...

> Alright, so this is everything I did to get this fixed is below for anyone else running into problems as I think debug logging should be more expansive to...

Hi seabert, i have to think about this.

You are right. Epoch timestamps would be better. At the moment timestamps are saved as yyyymmddHHMMSS, that is by ```lua os.date( "%Y%m%d%H%M%S", os.time( ) ) ``` This timestamp is saved...

I don't know how to do this.