summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-11 07:47:50 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-11 07:47:50 +0400
commit0fc63838689b0bc35ea511137bb0fe31b528090e (patch)
tree4badc1d160879963833dd242e5ccd9404eec0bc1
parent61f7287ce20340b745cc1167c2667da87f3910be (diff)
Update status of BEPs
-rw-r--r--BEP.md27
1 files changed, 17 insertions, 10 deletions
diff --git a/BEP.md b/BEP.md
index d9b3d841..13b1d07e 100644
--- a/BEP.md
+++ b/BEP.md
@@ -23,14 +23,16 @@ too)
23 23
24| BEP # | Title | Status 24| BEP # | Title | Status
25|:-----:|:--------------------------------------------------:|:----------- 25|:-----:|:--------------------------------------------------:|:-----------
26| 3 | [The BitTorrent Protocol Specification][bep3] | [Implemented][bep3-impl] 26| 3 | [The BitTorrent Protocol Specification][bep3] | [In progress][bep3-impl]
27| 4 | [Known Number Allocations][bep4] | [In progress][bep4-impl] 27| 4 | [Known Number Allocations][bep4] | [In progress][bep4-impl]
28| 20 | [Peer ID Conventions][bep20] | [Implemented][bep20-impl]
29| 23 | [Tracker Return Compact Peer Lists][bep23] | [Implemented][bep23-impl]
30| 15 | [UDP Tracker Protocol for BitTorrent][bep15] | [In progress][bep15-impl]
31| 9 | [Extension for Peers to Send Metadata Files][bep9] | Want
32| 5 | [DHT][bep5] | [In progress][bep5-impl] 28| 5 | [DHT][bep5] | [In progress][bep5-impl]
33| 6 | [Fast Extension][bep6] | [In progress][bep6-impl] 29| 6 | [Fast Extension][bep6] | [In progress][bep6-impl]
30| 9 | [Extension for Peers to Send Metadata Files][bep9] | [In progress][bep9-impl]
31| 10 | [Extension protocol][bep10] | [In progress][bep10-impl]
32| 12 | [Multitracker Metadata Extension][bep10] | [In progress][bep12-impl]
33| 15 | [UDP Tracker Protocol for BitTorrent][bep15] | [In progress][bep15-impl]
34| 20 | [Peer ID Conventions][bep20] | [Implemented][bep20-impl]
35| 23 | [Tracker Return Compact Peer Lists][bep23] | [Implemented][bep23-impl]
34 36
35[bep-list]: http://www.bittorrent.org/beps/bep_0000.html 37[bep-list]: http://www.bittorrent.org/beps/bep_0000.html
36[bep3]: http://www.bittorrent.org/beps/bep_0003.html 38[bep3]: http://www.bittorrent.org/beps/bep_0003.html
@@ -38,14 +40,19 @@ too)
38[bep5]: http://www.bittorrent.org/beps/bep_0005.html 40[bep5]: http://www.bittorrent.org/beps/bep_0005.html
39[bep6]: http://www.bittorrent.org/beps/bep_0006.html 41[bep6]: http://www.bittorrent.org/beps/bep_0006.html
40[bep9]: http://www.bittorrent.org/beps/bep_0009.html 42[bep9]: http://www.bittorrent.org/beps/bep_0009.html
43[bep10]: http://www.bittorrent.org/beps/bep_0010.html
44[bep12]: http://www.bittorrent.org/beps/bep_0012.html
41[bep15]: http://www.bittorrent.org/beps/bep_0015.html 45[bep15]: http://www.bittorrent.org/beps/bep_0015.html
42[bep20]: http://www.bittorrent.org/beps/bep_0020.html 46[bep20]: http://www.bittorrent.org/beps/bep_0020.html
43[bep23]: http://www.bittorrent.org/beps/bep_0023.html 47[bep23]: http://www.bittorrent.org/beps/bep_0023.html
44 48
45[bep3-impl]: src 49[bep3-impl]: src
46[bep4-impl]: src/Network/BitTorrent/Extension.hs 50[bep4-impl]: src/Network/BitTorrent/Exchange/Message.hs
47[bep5-impl]: src/Network/BitTorrent/DHT/Protocol.hs 51[bep5-impl]: src/Network/BitTorrent/DHT/Protocol.hs
48[bep6-impl]: src/Network/BitTorrent/Exchange.hs 52[bep6-impl]: src/Network/BitTorrent/Exchange/Message.hs
49[bep15-impl]: src/Network/BitTorrent/Tracker/UDP.hs 53[bep9-impl]: src/Network/BitTorrent/Exchange/Wire.hs
50[bep20-impl]: src/Network/BitTorrent/Peer.hs 54[bep10-impl]: src/Network/BitTorrent/Exchange/Message.hs
51[bep23-impl]: https://github.com/cobit/torrent-content/tree/master/src/Data/Torrent/Metainfo.hs 55[bep12-impl]: src/Data/Torrent.hs
56[bep15-impl]: src/Network/BitTorrent/Tracker/RPC/UDP.hs
57[bep20-impl]: src/Network/BitTorrent/Core/Fingerprint.hs
58[bep23-impl]: src/Network/BitTorrent/Tracker/Message.hs