Go Back   FlashFXP Forums >

Showing results 1 to 25 of 500
Search took 0.20 seconds.
Search: Posts Made By: darkone
Forum: ioFTPD General 08-15-2005, 06:51 PM
Replies: 3
Views: 5,715
Posted By darkone
Wait for 1.0.. it's designed to allow users to...

Wait for 1.0.. it's designed to allow users to store loads of useless information to database :o
Forum: ioFTPD General 08-15-2005, 04:04 AM
Replies: 6
Views: 5,864
Posted By darkone
For several reasons, I'm not all that worried...

For several reasons, I'm not all that worried about users finding remote exploits by investigating the source code:
1) There's so much of it.
2) Complexity of code is much higher than in ordinary...
Forum: ioFTPD General 08-15-2005, 02:42 AM
Replies: 55
Views: 39,845
Posted By darkone
Finally php module is functional... when calling...

Finally php module is functional... when calling php_request_shutdown(), it does seem to throw an exception, which does not make any sense (First-chance exception at 0x77e55dea in ioD.exe:...
Forum: ioFTPD General 08-14-2005, 05:01 AM
Replies: 1
Views: 3,401
Posted By darkone
It isn't possible directly with 5.8.x. However,...

It isn't possible directly with 5.8.x. However, if script used chattr on creation of complete directory, it could be set as hidden for specific users (eg. "!=no_complete *").

1.0 wil allow editing...
Forum: ioFTPD General 08-10-2005, 06:39 PM
Replies: 55
Views: 39,845
Posted By darkone
I finally got primitive version of httpd...

I finally got primitive version of httpd implemented (sends file as response), and I will be soon able to start testing php. Before that, I have yet to simplify database API a bit, so that it matches...
Forum: ioFTPD General 08-07-2005, 04:49 PM
Replies: 55
Views: 39,845
Posted By darkone
Alpha version of httpd service nears completion....

Alpha version of httpd service nears completion. Size of http service is currently whopping 250lines of code :D (spent most time on fixing bugs that showed up while testing) It doesn't actually do...
Forum: ioFTPD General 08-04-2005, 06:53 PM
Replies: 55
Views: 39,845
Posted By darkone
Useless info: size of current source tree is now...

Useless info: size of current source tree is now at ~500kb. As comparison, version of glftpd (1.24) that I have is ~680kb, and v0.5.8 of io was around 900kb. I think I could write ftpd that does more...
Forum: ioFTPD General 08-04-2005, 06:30 PM
Replies: 55
Views: 39,845
Posted By darkone
1.0 Status

Just few days ago, I was able to setup first virtual dummy service and connect to it.

Now I'm working on http service - once completed alpha version will emerge. Alpha version will be httpd only...
Forum: ioFTPD General 08-04-2005, 05:54 PM
Replies: 8
Views: 7,220
Posted By darkone
If I remember correctly, you can set it so that...

If I remember correctly, you can set it so that io-side of connection will be always using active mode.
Forum: Programming 08-04-2005, 05:53 PM
Replies: 3
Views: 15,234
Posted By darkone
I've gone mad

Seriously... I think I can not be considered to be sane anymore after writing single HEADER file for 4hours straight. Now I just need to write code to fill (and free) all those headers... uhh-huh :)...
Forum: Programming 08-04-2005, 05:46 PM
Replies: 1
Views: 13,413
Posted By darkone
It's not possible. Because network speed is...

It's not possible. Because network speed is determinated by many variable factors, best and propably the only way to 'detect' it, is to force user to specify it :)
Forum: Website 08-04-2005, 03:55 PM
Replies: 2
Views: 10,386
Posted By darkone
10 000. forum thread

Congratulations InvisiGod :)

Thread was: http://www.inicom.net/forum/member.php?u=40698
Forum: ioFTPD General 08-04-2005, 03:54 PM
Replies: 8
Views: 7,220
Posted By darkone
Should be possible, if you use altenrative mode...

Should be possible, if you use altenrative mode site to site transfer (or what it was called in FFXP settings) io 5.x doesn't support CPSV/SSCN which is required to initiate SSL connection.
Forum: ioFTPD General 08-04-2005, 03:49 PM
Replies: 8
Views: 7,220
Posted By darkone
io 1.0 will support secure site to site...

io 1.0 will support secure site to site transfers. Because of known (?) security issue in current implementation, I never bothered to implement it. Also notice that PASSIVE mode SSL transfers are...
Forum: Suggestions 08-04-2005, 03:43 PM
Replies: 7
Views: 6,071
Posted By darkone
If type of listed files could be switched from...

If type of listed files could be switched from 'do not compress' to 'compress', it would be easy to list either files you want to compress or files you do not want to compress using regexps or...
Forum: Suggestions 08-04-2005, 11:00 AM
Replies: 1
Views: 13,892
Posted By darkone
I guess it might be possible to do. However, if...

I guess it might be possible to do. However, if you share single user database between two or more sites, change will be atomic only on site that issues the change.

I guess it might be a good idea...
Forum: ioFTPD General 07-30-2005, 04:16 AM
Replies: 5
Views: 4,938
Posted By darkone
This is something that is being worked on...

This is something that is being worked on currently. Don't expect to see official statement before monday - noone, except me, works on weekends :p

Also, it wasn't all about merging just forums -...
Forum: Suggestions 07-24-2005, 10:30 AM
Replies: 34
Views: 42,680
Posted By darkone
Red face Sure you can easily write decent ftp daemon using...

Sure you can easily write decent ftp daemon using php/tcl/... high level programming languages. However such daemon would be very inefficient. Lua is somewhat different; it's special case programming...
Forum: Suggestions 07-23-2005, 08:00 AM
Replies: 2
Views: 15,600
Posted By darkone
Bump, this one is 1.0+ stuff :)

Bump, this one is 1.0+ stuff :)
Forum: ioFTPD General 07-22-2005, 06:22 AM
Replies: 2
Views: 8,713
Posted By darkone
Thread counts of different types of thread pools...

Thread counts of different types of thread pools were listed, but generally there is more than one thread of each type. Thread switching does indeed cost something (a lot of CPU time), which is why ...
Forum: ioFTPD General 07-21-2005, 11:09 PM
Replies: 2
Views: 8,713
Posted By darkone
1.0 internals

This time I felt too lazy to draw example of command flow using ms paint (I wonder if anyone actually understud any of my earlier drawings)... so instead I decided to write ascii version :)

There...
Forum: Suggestions 07-21-2005, 05:50 PM
Replies: 34
Views: 42,680
Posted By darkone
Chance of script causing a crash is much less...

Chance of script causing a crash is much less than what of chance of low-level C code. Not to mention, that if LUA script crashes - it's likely to bring whole daemon down :) (same behaviour as...
Forum: Suggestions 07-21-2005, 03:44 PM
Replies: 34
Views: 42,680
Posted By darkone
I think poll should be: is hardcoded ip-check...

I think poll should be: is hardcoded ip-check needed, and if one votes for yes - then some explanation why so.
Forum: Suggestions 07-21-2005, 03:42 PM
Replies: 34
Views: 42,680
Posted By darkone
This is really ridiculous. You need to understand...

This is really ridiculous. You need to understand that I'm trying to make ioftpd completely script driven instead of having N hardcoded features. Even certificate based authentication will be...
Forum: ioFTPD General 07-21-2005, 07:33 AM
Replies: 40
Views: 26,765
Posted By darkone
If user has certificate(s) specified, he is...

If user has certificate(s) specified, he is expected to use one. Also note that certificate based authentication only works in SSL mode.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -5. The time now is 05:52 PM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)