aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/server.scm (unfollow)
Commit message (Collapse)Author
2020-03-31Change url-parsing so '.' is a delimiter.Hugo Hörnquist
2020-02-18Freed datetime from its srfi-19 prison.Hugo Hörnquist
2020-01-31Work.Hugo Hörnquist
2019-12-24Rework program initialization.Hugo Hörnquist
Old init setup had the fancy idea to parse all files before anything could be done with them. This however led to problems when a part of the program which didn't care for the calendar files (such as text formatting). It also made testing performance almost impossible since to much code was run before I had a chance to init statprof.
2019-05-23Fix previous commit.Hugo Hörnquist
2019-05-23Update server.Hugo Hörnquist
2019-05-22Large work on server software.Hugo Hörnquist
2019-05-13Add basic server.Hugo Hörnquist