Differences From Artifact [92c0957b7c]:
- File servermod.scm — part of check-in [c049c31b51] at 2024-02-12 18:19:01 on branch v1.90-proper-interface-lists — wip (user: matt, size: 34374) [annotate] [blame] [check-ins using]
To Artifact [cad826e462]:
- File servermod.scm — part of check-in [0b3b04d806] at 2024-02-12 19:10:52 on branch v1.90-proper-interface-lists — wip (user: matt, size: 34409) [annotate] [blame] [check-ins using] [more...]
︙ | |||
26 27 28 29 30 31 32 33 34 35 36 37 38 39 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | + + | (module servermod ( remote-hh-dat server:mk-signature common:wait-for-normalized-load server:expiration-timeout server:get-best-guess-address ) (import scheme chicken) (use (srfi 18) extras s11n) (use srfi-1 posix regex regex-case srfi-69 hostinfo md5 message-digest) |
︙ |