aboutsummaryrefslogtreecommitdiff
path: root/module/server.scm (follow)
Commit message (Collapse)AuthorAge
* Rework program initialization.Hugo Hörnquist2019-12-24
| | | | | | | | | | 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.
* Fix previous commit.Hugo Hörnquist2019-05-23
|
* Update server.Hugo Hörnquist2019-05-23
|
* Large work on server software.Hugo Hörnquist2019-05-22
|
* Add basic server.Hugo Hörnquist2019-05-13