aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.h
Commit message (Expand)AuthorAge
* Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson2010-10-21
* Maintain separate server and client identity keys when appropriate.•••Fixes a bug described in ticket #988. Robert Ransom2010-10-04
* Add public_server_mode function.Robert Ransom2010-10-04
* First cut of code to enable RefuseUnknownExits•••The RefuseUnknownExits config option is now a tristate, with "1" meaning "enable it no matter what the consensus says", "0" meaning "disable it no matter what the consensus says", and "auto" meaning "do what the consensus says". If the consensus is silent, we enable RefuseUnknownExits. This patch also changes the dirserv logic so that refuseunknownexits won't make us cache unless we're an exit. Nick Mathewson2010-09-21
* Fix typos, make all \brief's conformant, end sentences with a period.Linus Nordberg2010-07-28
* Create router.hSebastian Hahn2010-07-27