I wonder if we could make a web-based storage that would allow you to send items in/out of game. That could, theoretically, hold an unlimited amount of items. I'll have to run that by Tcho, lol.
If you do this, you might as well make a proper web based 'auction house' where you can sell items easily. Vending/spamming wc for items isnt exactly great since time zones are a thing and people tend to be lazy and want everything accessible in 1 place. You could also make it so that things can be put on sale for real world currencies (and you take a % cut of course) - would have an interesting impact on the economy; this could also be expanded to selling characters I guess.
Back on topic though, I dont think it would be very fast to have this 'web based' item storage since you would have to wait for it to be 'sent' to you in game. Maybe just tinker around with the stashkeep functionality and add a '2nd' stash for the player? This would basically be the same as a 'web based' stash but only faster since it is directly accessible in game. Also, storing things 'on the web' would probably open up a bunch of vulnerabilities since you wont be able to just build up from the existing relatively safe-ish JD environment (i dont expect the MD staff to be experts in security since the registration and login page are not encrypted - even your direct competitor has an ssl certificate...)
You're obviously not an expert in security either if you think SSL matters, lol. You know how many malicious websites have SSL certs? We added SSL because it's cheap and easy and most users desire it since Chrome started displaying "not secure". lol. You worried about mitm attacks or what?
lol @ safe-ish JD environment.
Back on topic, though. I'm not sure how long it will take to send items in-game, we'll have to see about that. I know sending items in mail from user to user in-game takes an hour, but afaik our mails from web to game are pretty much instant. I'm not even 100% sure it will use the mail interface.
The reason I said I would have to run it by Tcho is because we're already working on a web-interface for your character that would allow you to do a lot of shit that I'm not detailing right now. One of those things could potentially be an inventory and it's already in development. A web-based "auction house" as you called it, might be doable, we'll see. We have too many features in development right now, but we'll note that as a desired feature and go from there.
The main focus of our current work has been on apps to integrate web, mobile, discord, and game functions into each other. We think that all of this would make the game more fun and interactive.
There is a small possibility I can copy stash and put it on a custom NPC and have it be a different stash. I'll try it, I assume I've tried this before but I don't remember trying it. It's decently easy to try, as long as I don't get some kind of seg fault, should work. Hypothetically, anyway.