summaryrefslogtreecommitdiff
path: root/util/vndb-dev-server.pl
AgeCommit message (Collapse)AuthorFilesLines
2019-12-30Actually, let's get rid of v3 now that it doesn't work anymore anywayYorhel1-5/+2
2019-09-12Add VNDB::Config module and unified conf.pl config fileYorhel1-3/+1
This gets rid of global.pl, config.pl and config3.pl and uses the cleaner config3.pl format for the config file. The config is easily accessible from anywhere by importing the new VNDB::Config module; The global $VNDB::S,O,M,ROOT variables have been removed. Sorry for all the churn...
2019-07-25Merge the v3 branch into separate namespace + fix Docker stuff (again)Yorhel1-2/+6
I was getting tired of having to keep two branches up-to-date with the latest developments, so decided to throw v3 into the same branch - just different files (...which will get mostly rewritten again soon). The two versions aren't very different in terms of dependencies, build system and support code, so they can now properly share files. Added a section to the README to avoid confusion. This merge also makes it easier to quickly switch between the different versions, which is handy for development. It's even possible to run both at the same time, but my scripts use the same port so that needs a workaround. And it's amazing how often I break the Docker scripts.
2018-03-18Fix Docker init script for Mac + add some spacing around vndb-dev-server.pl ↵Yorhel1-8/+10
output
2018-01-12vndb-dev-server.pl: Properly propagate connection closeYorhel1-2/+2
Should fix https://vndb.org/t9425.11
2017-12-09Add vndb-dev-server.pl, an autoreloading http serverYorhel1-0/+153