forked from marceldev89/BattleNET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
52 lines (40 loc) · 1.46 KB
/
CHANGELOG.txt
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
v1.2.1
* Increased max socket receive buffer (fixes long ban lists)
v1.2
* Removed system messages (Connected, Disconnected, etc) from library
* Changed ReconnectOnPacketLoss and IsConnected to properties
* New connect event (success, invalid login, host unreachable)
* SendCommandPacket() now returns an identifier which can be used in message filtering
* Renamed SendCommandPacket() to SendCommand(), kinda...
* Bugfixes and cleanups
v1.1
* Different method to construct packets
* Some fixes and cleanups
* Did licensing the right way
v1.0.2
* Fixed predefined commands, they now work actually. :)
v1.0.1
* Fixed a bug where the lib would send the 'say' command twice
v1.0
* Started using proper version numbers... :)
20121217.1
* Library didn't reconnect on connection loss
20121217
* Updated predifined commands
* Timeout values decreased for faster connection drop detection
* UTF8 support
* Better handling of dropped packets (client -> server)
* Packet receiving is now asynchronous
* Some other fixes and cleanups
* Client now accepts command line arguments
20120821
* Hackish fix for not handling very long ban files
20120717
* Decreased keep alive packet interval and timeout timer
* Changed Encoding.Default to Encoding.GetEncoding(1252) as Default is variable across systems (also makes it compatible with Linux/mono)
20120706
* Fixed autoreconnect not working
20120704
* License added
20120628
* Complete BattlEye protocol implementation