View Full Version : ioBanana v20 preview
This is the current changelog for ioBanana v20
- added: support for ioFTPD 5.8.5+, ioA 1.1.3+ and ioFTPD modules
- added: network drives support
- added: updated FlashFXP command-set (thanks to Zer0Racer)
- added: updated ZR-Accepted and ZR-Ban lists (thanks to Zer0Racer)
- added: exception handler
- added: the file_id.diz file is now written to .ioFTPD.message (optional)
- added: nfo files extracted from zip files are logged
- added: mp3 info announces on pre
- added: there can't be more than one sfv file at a time in a directory
- added: a dedicated imdb dirtag (optional)
- added: spanish.imdb.com support
- added: SITE RULES [<section>]
- added: section rules are displayed on CWD
- added: SITE CLOSESERVICE <service> <reason> and SITE OPENSERVICE <service>
Note: those aren't logged to ioFTPD.log
- added: /msg !invite <user> <hashed password> and SITE IRCINVITE
- added: secure irc invite and SITE IRCHOST <hostmask> (optional)
- added: you can choose the /msg !invite method (old, new or none)
- added: announce redirection (ie. WIPE announced in the admin channel)
- added: announce specific denypost settings
- added: per section announce management
- added: the choice to hide (or not) the hidden users/groups in !bw
- added: %current cookie to t_uploaders_body, t_leechers_body and t_idlers_body
- added: the ability to hide (or not) the hidden users/groups for !bw
- added: a few other announce skins; Thanks to Demoman
- changed: .ioFTPD.banana files are gone ; .ioFTPD files are used now
- changed: rescan won't change the owner of a .bad file
- changed: rescan will set the owner of the -missing files to the owner of the dir
- changed: SITE CLOSE will now kick all non master users
- changed: bad files can now be deleted instead of being renamed
- changed: SPIDER doesn't need a ftp connection anymore
- changed: support for spaces when creating symlinks
- changed: approved releases can now bypass deny_dir_pre rules
- changed: STATS announces are now customizable
- changed: free space warning is now sent to the admin channel
- changed: imdb and mp3 announces are now using %pwd and %release
- changed: support for days/weeks in pretimes
- changed: updated !imdb to v2.2.8 (thanks to B0unty)
- changed: sysop/error/silent mode/help announces are now customizable (using the .skin file)
- changed: autovoice of top10 uploaders for all channels
- changed: stats sections used for top10 uploaders autovoice can be defined per channel
- changed: silent mode settings are now kept after a .rehash
- changed: updated ZipArchive library
- fixed: SITE NEW wasn't hiding first and last strip_dirs
- fixed: SITE GSTATS
- fixed: SITE RANK
- fixed: overwritten files weren't crc checked
- fixed: a bug in halfway announce
- fixed: incomplete symlinks with zip releases
- fixed: dirtags permissions
- fixed: path in url announces (on pre)
- fixed: path in mp3 info announces
- fixed: user age
- fixed: several imdb bugfixes
- fixed: some debug messages used to be displayed to the sitebot
- fixed: bnctest when debug is enabled
- fixed: the sitebot's ftp connection
- fixed: SysOp.log parsing functions
- fixed: AcceptEx() error won't be displayed in irc
- fixed: debug output of !imdb
- fixed: several other minor bugfixes
There are still a few things to add.
Feel free to post requests and/or comments here.
rAWfOX
02-22-2004, 12:06 PM
what to say... awsome work....
The one who waits for something good, allways waits to long :)
hycks
02-22-2004, 12:36 PM
thx for your work, and still thank you for the support =)
ChipMunk666
02-22-2004, 01:40 PM
cant wait hehe
Keep up the good work.
Would be cool if FREE Feature seeks(calculates) the total free space itself.
not that we have to put whats free.
U know what i mean?
set ioss(totalspace) 100 ;# total site hdd space (in gb) to display as total site space
set ioss(lowspacewarn) 100 ;# warn on this minimum freespace (in megs) for any area
this is in iobanana19
but something like device(0)
the free space warining is pretty cool
also an approx date. when released would be cool.
days weeks?
sams-
02-22-2004, 03:37 PM
Hello Harm, wonderful news!
I have a req for you, an Autonuke "timelimit" function for uploads. This would be very nice :)
cheers!
edit:
****************
after Rawfox's input of having quota/trial script shared for several sites as perhaps in the ioTrial script, I thought there would also be useful to have a cmd like the 'site gc" cmd to make same changes on a user account on all sites from one site. So you dont have to login on site1, make changes, then site2, then site3..
****************
rAWfOX
02-22-2004, 04:44 PM
quota/trial on more then one site :) if uploaded 2 gb on site 1, and 3 gb on site 2 and 0 on site 3 and total quota is 5 gb u will pass on all ;)
Thanks for your very good stuff !!
:)
Mouton
02-22-2004, 07:28 PM
Originally posted by rAWfOX
quota/trial on more then one site :) if uploaded 2 gb on site 1, and 3 gb on site 2 and 0 on site 3 and total quota is 5 gb u will pass on all ;) Originally posted by sams-
****************
after Rawfox's input of having quota/trial script shared for several sites as perhaps in the ioTrial script, I thought there would also be useful to have a cmd like the 'site gc" cmd to make same changes on a user account on all sites from one site. So you dont have to login on site1, make changes, then site2, then site3..
**************** Those are user/group module's jobs. Last time someone mentionned to Harm, he said exactly that; that you should use a shared user module. Kinda waste of his time to make something a user module already does.
glory4
02-22-2004, 08:05 PM
i using iobanana and ioA with Eggdrop annoucing
there are 3 problems in combination ioftpd(5.7.x),iobanana(19) & ioA(1.1.0)
first.(site who problem)
newlest ioftpd's(5.6.3+) site who command is mismatch to iobanana's site who by syntax
so. it's have problem about "bw, uploaders, leechers" in irc announcing
many people may be use with "oldwho text file" for this problem
second.(iobanana.tcl problem)
irc request is disfunction
by 2line( set lines [lreplace $lines 0 1], set lines [lreplace $lines end-2 end])
may be it's syntax problem
ioftpd is good working by deleting above 2 line
third.(ioA.cfg problem)
ioa.cfg & iobanana's cookie(?) syntax mismatch
ioA set:Newdate_Log = ""%area" "%vfs" "%desc" "%phys""
iobanana want:Newdate_Log = ""%vfs" "%area" "%desc" "%phys""
ioA set:Pre_Log = ""%vfs/%release" "%user" "%group" "%.0files" "%.2mb" "%type" "%desc" "%ufo" "%genre" "%kbit" "%year""
ioBanana want:Pre_Log = ""%user" "%group" "%type" "%vfs" "%desc" "%.2mb" "%.0files" "%release""
ioA set:Nuke_Log = ""%vfs" "%user@%group" "%nukee@%nukeegroup" "%.0multi %.2size" "%reason""
ioB want:Nuke_Log = ""%vfs" "%user" "%
group" "%nukee" "%nukeegroup" "%.0multi" "%.2size" "%reason""
ioA set:UnNuke_Log = ""%vfs" "%user@%group" "%nukee@%nukeegroup" "%.0multi %.2size" "%reason""
ioB want:UnNuke_Log = ""%vfs" "%user" "%group" "%nukee" "%nukeegroup" "%.0multi" "%.2size" "%reason""
i can working ioFTPD by chaning original ioA config file to iobanana syntax
it is need to discussion this problem with ioA
i hope that you are understand about this problem(?):p
and further iobanana will correct this problem or comment in readme.txt for stranger user to ioFTPD like me:D
Mouton
02-22-2004, 08:43 PM
glory4: all those are posted in ioBanana - Fixes thread... so v20 already includes those fixes.
Originally posted by Harm
This is the current changelog for ioBanana v20
- added: support for ioFTPD 5.6.3+, ioA 1.1.0+ and ioFTPD modules
icefuzion
02-23-2004, 02:04 AM
I can't wait..
Im glad this bugger was fixed
- changed: support for spaces when creating symlinks
And I also was interested in what sams mentioned, an Autonuke system...that could delete stuff passed a certain timelimit. That would be sweet to have on io.
Cheers otherwise! I wanna get my hands on it hehe
rAWfOX
02-23-2004, 03:19 AM
Originally posted by Mouton
Those are user/group module's jobs. Last time someone mentionned to Harm, he said exactly that; that you should use a shared user module. Kinda waste of his time to make something a user module already does.
cewl, where can i find that module then?
and what i ment wasnt for admins sake. cuz, "site gc" is allready there in ioTrial. what i ment was that u dont have to pass quota/trial on each site in a ring.
use ioShareDB found [here] (http://www.ioftpd.com/board/showthread.php?s=&threadid=2123&highlight=iosharedb)
Lathieza
02-23-2004, 05:12 AM
aha, so ioB 20 will work with ioShareDB?
ioB 19 wasn't, it did access the userfiles direct on hd,
instead of shmem.
Indeed, that's what "support for ioFTPD modules" means.
NeO``
02-23-2004, 09:12 AM
Another good things could be a !allsiteup & !allsitedl to display the all site top 10 uploaders & downloader (all the site would be connect via bot account like site transfer)
We have already mentioned that "shared user database" things will have to be handled by a "shared user database" module.
At the moment you can use ioSharedDb. Or you can wait for ioDistDB (or better, contribute to this project).
ChipMunk666
02-26-2004, 06:43 AM
any news about the release date?
I want to know cause i want to wait but if I have to wait for weeks.I'll search for this dszbot than.
But I'll be honest I want to use iobanana.
Cause it's easier to setup.
All in one script instead of many for the same thing.
I hope you have an answer for this one mate.
Would be thankfull.
ioDistDB might not be published tho' unless some coders join up for the project, so from my point of, you should learn ioShareDB.
I'm really curious whether or not the development of ioShareDB has stalled. Haven't heard any news on the project for several months now, so..
Start using v0.9, takes some MySQL knowledge (to add masters and such..) but guess anyone can learn howto..
hot_pit
03-01-2004, 02:27 PM
edit sugestion already done .. thnx harm
*updated*
See first post.
maybe it could be added as new feature to shutdown each service seperately.
like site close "<servicename>" "<reason>"
greez toki
Im very new too this scene. Excuse my ignorance.
Im using ioBanana19 foundation version.
Too my knowledge you cant add requests from IRC.
Is it possible to do this?
I would like this functionality:
!request [your.request]
!fillrequest [request#]
hot_pit
03-30-2004, 10:43 AM
maybe we can have new cookies om imdb , like %director , %runtime , %tagline , ....
and possible to center then in ascii :D
netz: I won't add support for !reqadd or !reqfill because that would mark the sitebot as the requester (or the one who has filled the request) which obviously isn't correct.
fuscao: why not ;) i'll think about those informations.
The current cookie system doesn't allow to center the text though.
The changelog has been updated, see first post.
ChipMunk666
04-20-2004, 08:17 PM
Originally posted by netz
Im very new too this scene. Excuse my ignorance.
Im using ioBanana19 foundation version.
Too my knowledge you cant add requests from IRC.
Is it possible to do this?
I would like this functionality:
!request [your.request]
!fillrequest [request#]
Isn't this possible would be cool to have.
Isn't there a work around?
Like !req <release> <user>
so !req winnie ChipMunk
This will let sitebot make the request but if example there is a dir made with the user it's ok no?
Than eveybody still knows who made the request.
Just an idea.
...
ko0ky_2
04-21-2004, 12:56 AM
Originally posted by Harm
netz: I won't add support for !reqadd or !reqfill because that would mark the sitebot as the requester (or the one who has filled the request) which obviously isn't correct.
fuscao: why not ;) i'll think about those informations.
The current cookie system doesn't allow to center the text though.
The changelog has been updated, see first post.
Can you give some kind of update as to how the beta progress is going? I'm really anxious to give it a try and am very excited.
thanks
neoxed
04-21-2004, 01:26 AM
That's a very impressive looking changelog!
I think I'll borrow a few of your great ideas for my own projects. :)
ko0ky: the changelog published here is the current one.
Features that are still on the todo list or are being added aren't listed there.
optik
04-23-2004, 09:45 PM
REQUEST:
site addaffil script :D
this would be great and many people i know who run sites agreed
this isn't too easy to script which would include changing ioBanana.tcl sitebot script adding the affil to exclude from quota, and also adding the group in ioA.cfg which would need it getting parsed for which sections to be able to pre and the preing dir in ioA could probably make all sectiosn and would determine the dir by default all affil dir and using the grp name for a dir and also doing auto chattr +h on the dir for siteops and the grp
anyways this would be great but might be too much work see what you make of this maybe at least a simple version to change some stuff :)
I guess you are right. such a script would take a lot of coding and also alot of testing, and there's also alot that could go wrong in the process.
My advice would be to keep on adding 'em yourself, manually, since it ain't that hard anyways
Razor
04-25-2004, 05:20 PM
i would love to see a group trial / quota , next to the normal user trial/quota..
My guess not so much work to add in iobanana.tcl but i have no clue how :D
dont know if more people are interrested, if you are say so.. maybe Harm will add it in one of the next versions.
ps.
maybe nice to add !reqadd and !reqfilled standard to iobanana.tcl.. i do it my self.. just 2 lines but maybe nice ;) ....
Group trial/quota would actually be a nice feature.
the !reqadd and !reqfilled has been discussed earlier and won't be added, due to then the sitebot would be the one both requesting and filling the requests...
ChipMunk666
05-09-2004, 07:53 PM
also a command to reset all users at once would be cool
neoxed
05-09-2004, 09:06 PM
Originally posted by ChipMunk
also a command to reset all users at once would be cool
ioA already has this feature... SITE RESETSTATS. Unless you want something different then what ioA has, in which case it would make sense to give a more detailed description.
ChipMunk666
05-09-2004, 09:13 PM
I said users not stats hehe
so when you want to reset a user to 0
but you want to start over let's say pro month
u want the user stats to 0
so site resetuser <user>
but than for all users ;) also credits etc
Miezekatze
05-17-2004, 09:22 AM
hi harm
is there now a real full support for imdb ? imdb folder, imdb infos and perhaps imdb.html link ??
movie sorting and appz sorting would be n1, too.
mfg
Mouton
05-17-2004, 10:10 AM
movies sorting is there already (in v19);
apps sorting won't happen (last harm commented on that);
imdb folder is there already (in v19);
imdb infos is there already (in v19);
imdb link won't happen.
Miezekatze
05-17-2004, 04:07 PM
mouton:
250- ³ Genre : Unknown ³
250- ³ Rating: NA with NA ³
250- ÃÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃà ´
250- ³ Business: Opened on N/A on N/A in N/A ³
250- ÃÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃà ´
250- ³ Budget: N/A ³
250- ÃÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃà ´
250- ³ Plot: N/A ³
250- ÃÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃÃà ÃÃÃÃÃÃÃÃÃÃÃà ´
250- ³ URL: http://german.imdb.com/title/xxxxxxx/ ³
250- ÃÃÃÃÃÃÃÃÃÃÃÃÃ ÃÃÃÃÃÃÃÃÃÃÃÃ ÃÃÃÃÃÃÃÃÃÃÃÃÃ ÃÃÃÃÃÃÃÃÃÃÃÃ ÃÃÃÃÃÃÃÃÃÃÃÃÃ ÃÃÃÃÃÃÃÃÃÃÃÃ Ã
there are no real imdb and rating nfos, everything N/A and there is no imdb folder with rating etc inside of the releases too!
mfg
Miezekatze: there's a readme that comes with ioBanana (yes, even with v19-free). In that file you'll see that imdb info is limited in the free version.
vBulletin® v3.8.11 Alpha 3, Copyright ©2000-2024, vBulletin Solutions, Inc.