ccs-calendarserver
ccs-calendarserver copied to clipboard
The Calendar and Contacts Server.
@wsanchez originally submitted this as _[ticket:118](https://trac.calendarserver.org/ticket/118)_ - **Cc:** _jmiller@…_ --- Documentation (on the Wiki) is stale again: - repository.xml no longer exists. - Directory services may need a once-over. -...
@wsanchez originally submitted this as _[ticket:138](https://trac.calendarserver.org/ticket/138)_ --- We currently define some defaults in config.py (serviceDefaultParams), but that doesn't lend itself to new service implementations.
_exarkun@…_ originally submitted this as _[ticket:824](https://trac.calendarserver.org/ticket/824)_ --- Consider an ill defined connection factory such as: ``` connectionFactory = lambda label: Connection("localhost") ``` This factory is defined wrong because it requires...