From faa9bd259d42166ec6a317258579802b66607376 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 30 Nov 2013 14:30:36 -0500 Subject: [PATCH 1/3] Notes re transports --- server/TODO | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/server/TODO b/server/TODO index 50ae1fe..0b07dc0 100644 --- a/server/TODO +++ b/server/TODO @@ -112,3 +112,12 @@ display purposes. Perhaps it comes down to the fact that this is a Don't forget the "five minute rule": http://cacm.acm.org/magazines/2009/7/32091-the-five-minute-rule-20-years-later/fulltext + + +Might be nice to support, among other transports, + - http (natch) + - websockets + - polling the file system for existence of signal files + - existence = offered message + - deletion = acknowledgement + - maildir?? From c3326de9ef8a9e86cce97fc11a38b58f2b4ab854 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 30 Nov 2013 14:31:09 -0500 Subject: [PATCH 2/3] Disable static builds by default. Change from March 25 2013. --- server/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/Makefile b/server/Makefile index 1b62083..b9ebced 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,7 +1,10 @@ APP=hop_server TEMPLATES=$(wildcard web/bootstrap/templates/*.xml) HTML=$(subst web/bootstrap/templates/,web/,$(subst .xml,.html,$(TEMPLATES))) -OCAMLBUILD=ocamlbuild -classic-display -use-ocamlfind -X scratch -lflag -cclib -lflag -static + +# Static builds. So far I've only seen this work on Linux. OS X complains about missing -lcrt0.o. +# OCAMLBUILD=ocamlbuild -classic-display -use-ocamlfind -X scratch -lflag -cclib -lflag -static +OCAMLBUILD=ocamlbuild -classic-display -use-ocamlfind -X scratch all: \ message.ml amqp_spec.ml \ From f22d041c883aba5b01b09ab53f10b0a2510a97c4 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 30 Nov 2013 14:31:24 -0500 Subject: [PATCH 3/3] Correct CSS link. --- osx-server-gui/icon/icon.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx-server-gui/icon/icon.html b/osx-server-gui/icon/icon.html index 464d8ea..e8faded 100644 --- a/osx-server-gui/icon/icon.html +++ b/osx-server-gui/icon/icon.html @@ -1,6 +1,6 @@ - +