PDA

View Full Version : [REQ] scripts can create own entries in userfile


deo
05-12-2005, 05:55 AM
hi,
just an idea, atm you can't add your own data entries in userfiles as io will remove them. would be cool if scripts could store their own settings in the userfiles, to save having lots of spam files for individual scripts.

Harm
05-12-2005, 11:47 AM
darkone has already made it.
http://www.ioftpd.com/board/showthread.php?s=&postid=31981#post31981

oslike
09-01-2005, 07:15 AM
this link leades to no where, can you post a proper link please?

thanks

neoxed
09-01-2005, 08:25 AM
The big thing that I can't yet fully describe, as it's still work in progress, is native database support. Instead of providing fixed tables, I decided to write somewhat more complex code that allows customizing database structures. (read; you can add and remove both columns & rows to any database - or even create your own cached databases) To minimize memory usage and amount of memory allocations, I decided to make it rely heavily on reference counting. (Reference counting adds to complexity of code, but removes much of the overhead caused by dynamic allocations) Obviously the programming interface is done so, that scripts and modules do not need any database specific code.

http://www.inicom.net/forum/showthread.php?t=14881

Harm
09-01-2005, 08:29 AM
I'm not sure if it was this one but try http://www.inicom.net/forum/showthread.php?t=14060. This feature isn't available yet, it's planned for ioFTPD 1.0.