monotone
Heard about a cool new distributed version control system called monotone. Here is the description from their site: monotone is a free distributed version control system. it provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization protocol. it understands history-sensitive merging, lightweight branches, integrated code review and 3rd [...]
Sessions & Logging (cont)
The session work took me longer than I expected today so I didn’t get started on the logging yet. I was hung on how to deal with the situation where a host has multiple IP addresses. I want it to be possible to give Sussen a host and have it scan whatever ip addresses it [...]
Sessions & Logging
Doing some work on the SessionManager in sussen-server this morning. It’s coming along. I also wanted to take a look at logging today. I was thinking of using log4net as it seems to be just what I’m looking for. From reading the documentation it doesn’t look terribly difficult to integrate. We’ll see if that is [...]