summaryrefslogtreecommitdiff
path: root/dht/ChangeLog
blob: 60a1006ce9fee18d19fa900e017a3bbae0371a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
2014-02-19  Sam Truzjan  <pxqr.sta@gmail.com>

	krpc 0.6.0.0

	API changes:

	* Added isActive: this predicate can be used to implement
	MonadActive instance and useful for resource
	initialization/finalization sanity check.

2014-01-08  Sam Truzjan  <pxqr.sta@gmail.com>

	krpc 0.6.0.0: Logging + exceptions.

	API changes:

	* MonadLogger is superclass of MonadKRPC;
	* KError hidden from Network.KRPC;
	* HandlerFailure added;
	* QueryFailure and getQueryCount added.

2013-12-25  Sam Truzjan  <pxqr.sta@gmail.com>

	krpc 0.5.0.0: Major API changes.

	* Added transaction handling;
	* Use the same socket for server and client;
	* New query function will infer query method from request/response
	datatypes.
	* Added MonadKRPC and KRPC classes.

2013-11-26  Sam Truzjan  <pxqr.sta@gmail.com>

	krpc

	* 0.4.1.1: Fixed build failure on GHC == 7.4.*

2013-11-25  Sam Truzjan  <pxqr.sta@gmail.com>

	bittorrent

	* Version 0.0.0.3
	* use Pretty class from pretty-class package;
	* Data.Torrent.Client.hs:
	* /tests/: fixed;

2013-11-21  Sam Truzjan  <pxqr.sta@gmail.com>

	bittorrent

	Version 0.0.0.2

	* InfoHash.hs: added rendering to Text.
	* Torrent.hs:  added pretty printing and content type.
	* Magnet.hs:   added constructors from Torrent datatype.
	* New:         added Data.Torrent.Client, Data.Torrent.Progress,
	Network.Bittorrent.Core.PeerId, Network.BitTorrent.PeerAddr
	modules.

2013-11-01  Sam Truzjan  <pxqr.sta@gmail.com>

	bittorrent

	Initial version: 0.0.0.1

2013-10-17  Sam Truzjan  <pxqr.sta@gmail.com>

	krpc

	* 0.4.1.0: Use bencoding-0.4.*

2013-10-03  Sam Truzjan  <pxqr.sta@gmail.com>

	krpc

	* 0.4.0.1: Minor documentation fixes.

2013-10-03  Sam Truzjan  <pxqr.sta@gmail.com>

	krpc

	* 0.4.0.0: IPv6 support.

2013-09-28  Sam Truzjan  <pxqr.sta@gmail.com>

	krpc

	* 0.3.0.0: Use bencoding-0.3.*
	* Rename Remote.* to Network.* modules.

2013-09-28  Sam Truzjan  <pxqr.sta@gmail.com>

	krpc

	* 0.2.2.0: Use bencoding-0.2.2.*

2013-08-27  Sam Truzjan  <pxqr.sta@gmail.com>

	krpc

	* 0.2.0.0: Async API have been removed, use /async/ package
	instead.
	* Expose caller address in handlers.

2013-07-09  Sam Truzjan  <pxqr.sta@gmail.com>

	krpc

	* 0.1.1.0: Allow passing raw argument\/result dictionaries.

2013-07-09  Sam Truzjan  <pxqr.sta@gmail.com>

	krpc

	* 0.1.0.0: Initial version.