aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
Commit message (Expand)AuthorAge
...
* Rebuild and re-upload service descriptors every 15 minutes•••svn:r1537 Nick Mathewson2004-04-07
* Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't need•••to worry about 0.0.4 or earlier, because nobody is running them any more.) svn:r1533 Nick Mathewson2004-04-07
* Set correct address and port mappings on outgoing rendezvous connections•••svn:r1513 Nick Mathewson2004-04-06
* set the circ windows on the middle hop of the rend circs•••svn:r1511 Roger Dingledine2004-04-06
* router_choose_random_node wants a smartlist of routers, not of nicknames.•••svn:r1510 Nick Mathewson2004-04-06
* Set handshake_state to NULL before appending cpath hops•••svn:r1505 Nick Mathewson2004-04-06
* Document stuff, reduce magic numbers, add emacs magic•••svn:r1502 Nick Mathewson2004-04-06
* fix the bob-can't-decode-relays bug•••now alice can send the begin and bob can receive it. svn:r1499 Roger Dingledine2004-04-05
* Use correct payload lengths when sending RENDEZVOUS1 cells•••svn:r1494 Nick Mathewson2004-04-05
* Add a missing offset•••svn:r1492 Nick Mathewson2004-04-05
* Use symbolic constants; make padding types match.•••svn:r1491 Nick Mathewson2004-04-05
* Implement response to RENDEZVOUS2 cell.•••svn:r1490 Nick Mathewson2004-04-05
* It's amazing how wrong things look when you invert the booleans on your•••sanity checks. svn:r1487 Nick Mathewson2004-04-05
* Slightly more helpful msg on mismatched service pk digest in INTRODUCE2 cell•••svn:r1486 Nick Mathewson2004-04-05
* oaep uses 42 more bytes -- stop clobbering buffers•••also maybe fix some constants here and there -- nick? svn:r1484 Roger Dingledine2004-04-05
* Expect a 20-byte nul-padded-and-terminated nickname•••svn:r1480 Nick Mathewson2004-04-05
* Add some temporary log calls to try to debug the "Hash of session info was no...•••svn:r1479 Nick Mathewson2004-04-05
* Implement acks•••svn:r1470 Nick Mathewson2004-04-03
* Handle rendezvous relay cells•••svn:r1464 Nick Mathewson2004-04-03
* Use (set|get)_uint(16|32) in lieu of memcpy where reasonable.•••svn:r1462 Nick Mathewson2004-04-03
* Refactor the heck out of crypto interface: admit that we will stick with one ...•••svn:r1458 Nick Mathewson2004-04-03
* tabs•••svn:r1456 Roger Dingledine2004-04-03
* Hide smartlist internals•••svn:r1451 Nick Mathewson2004-04-03
* Finish renaming rend_service field•••svn:r1447 Nick Mathewson2004-04-02
* refactor; start adding debugging logs to midpoint rend stuff•••svn:r1445 Nick Mathewson2004-04-02
* Finish missing comment :p•••svn:r1444 Nick Mathewson2004-04-02
* Implement rennd_services_init•••svn:r1443 Nick Mathewson2004-04-02
* now circuit_get_newest returns an appropriate circ for your purpose•••connection_ap_handshake_attach_circuit attaches to a circ of the right purpose add a skeletal rendclient.c svn:r1441 Roger Dingledine2004-04-02
* Make preferred/excluded intro points configurable•••svn:r1440 Nick Mathewson2004-04-02
* Implement midpoint functionality for rendezvous points.•••svn:r1439 Nick Mathewson2004-04-02
* For hidden services: handle INTRODUCE2, send ESTABLISH_INTRO, RENDEZVOUS1.•••Also: - Add a pending final cpath element to build_state - Rename S_RENDEZVOUSING to S_CONNECT_REND - Add [CS]_REND_JOINED - Split out logic to initialize cpath crypto objects. - Have circuits/cpaths remember the KH element from their handshake, so they can use it for other authentication later. (As in ESTABLISH_INTRO) svn:r1438 Nick Mathewson2004-04-01
* Finish implementing what-bob-does-on-INTRODUCE2•••svn:r1432 Nick Mathewson2004-04-01
* let the circuit-launcher choose the exit node (if he wants)•••svn:r1428 Roger Dingledine2004-04-01
* Make it compile.•••svn:r1427 Nick Mathewson2004-04-01
* Add a (also fragmentary) function to handle introduction requests•••svn:r1426 Nick Mathewson2004-04-01
* outline what bob does to initialize his hidden services•••let circuit_launch_new return the circ it just made svn:r1424 Roger Dingledine2004-04-01
* Add missing file•••svn:r1411 Nick Mathewson2004-03-31