summaryrefslogtreecommitdiff
path: root/vdv-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* VDV 451 encodingstuebinm2022-11-201-0/+147
| | | | | | | this implements the file format specified in VDV 451, which essentially appears to be a needlessly complicated version of CSV with a couple extra features which in theory /could/ be very useful but are all either explicitely not used or made redundant by how the rest of the standards work.
* some more hackingstuebinm2022-11-091-38/+129
| | | | | | | | includes a message queue, more correct implementation of how the routs work (why do they work like THAT though???), and other fun stuff. uh also turns out you can't do schema validation with xml-types easily. ah well. "be liberal in what you accept" and all that …
* simple hacky thing that doesn't do validationstuebinm2022-11-051-0/+209