Alexander Harkness
|
6bf9b64442
|
Merge pull request #1741 from Creaprog/patch-2
Fixed Server.cpp
|
2015-02-16 08:38:22 +00:00 |
|
Creaprog
|
9fab1d85bc
|
Fixed Server.cpp
|
2015-02-16 09:27:52 +01:00 |
|
Creaprog
|
6f9c62172b
|
Fixed Server.cpp
|
2015-02-15 20:39:53 +01:00 |
|
Creaprog
|
cbd2a09135
|
Fixed Server.cpp
|
2015-02-15 18:28:33 +01:00 |
|
Creaprog
|
a063da9398
|
Fixed Server.cpp
|
2015-02-15 17:28:19 +01:00 |
|
Creaprog
|
5797f99def
|
Fixed Server.cpp
Performance improvement.
|
2015-02-15 14:29:11 +01:00 |
|
Mattes D
|
b7e761e5c0
|
Merge pull request #1740 from Creaprog/patch-1
Fixed login_template.html
|
2015-02-15 13:09:43 +01:00 |
|
Creaprog
|
d2fdaf1d5b
|
Fixed login_template.html
Remove "/".
|
2015-02-15 13:08:44 +01:00 |
|
Mattes D
|
d336a3ea9e
|
Fixed TCP link shutdown.
The shutdown is postponed until there's no more outgoing data in the LibEvent buffers.
|
2015-02-14 13:55:54 +01:00 |
|
Mattes D
|
1ca0a4915e
|
SslContext: Turned debug messages off.
|
2015-02-14 13:31:31 +01:00 |
|
Mattes D
|
1f3d11de32
|
Fixed Linux compilation.
|
2015-02-14 09:17:26 +01:00 |
|
Mattes D
|
557adf3be9
|
Exported TLS server start on cTCPLink to Lua API.
|
2015-02-13 23:18:22 +01:00 |
|
Mattes D
|
b8bf795dd1
|
Exported cTCPLink:Close and :Shutdown() to Lua API.
|
2015-02-13 18:31:54 +01:00 |
|
Mattes D
|
bae8b2e1fa
|
PolarSSL++: Fixed debugging output.
|
2015-02-12 20:23:04 +01:00 |
|
Mattes D
|
505dce1fc3
|
Fixed Linux compilation.
std::make_unique is not available in C++11.
|
2015-02-12 20:22:39 +01:00 |
|
Mattes D
|
16636ff6e2
|
LuaAPI: Added client TLS support for TCP links.
|
2015-02-12 20:05:55 +01:00 |
|
Mattes D
|
086e112161
|
Update COMPILING.md
Fixed VS2013 download link
|
2015-02-08 18:18:11 +01:00 |
|
Mattes D
|
1ce9164694
|
Protocol 1.7: Fixed Coverity issues.
Fixes CID 66411, CID 103166 and CID 103167.
|
2015-02-08 14:49:46 +01:00 |
|
Mattes D
|
81d7329ad3
|
ServerHandle: Fixed socket reuse.
Fixes CID 104670, CID 104670 and CID 103724.
|
2015-02-08 14:41:24 +01:00 |
|
Mattes D
|
a939e2ded9
|
WSSAnvil: Fixed chunk data padding.
When the chunk data fit perfectly into the old space, an extra 4 KiB of padding zeroes were written, overwriting the next chunk.
Fixes #1730.
|
2015-02-08 12:24:15 +01:00 |
|
Mattes D
|
5ee5a691b7
|
Merge pull request #1729 from mc-server/ReuseFlag
Set reuse flag to sockets
|
2015-02-08 00:08:18 +01:00 |
|
Howaner
|
be528a9f52
|
Use evutil_make_listen_socket_reuseable
|
2015-02-07 18:39:24 +01:00 |
|
Mattes D
|
512b1a6b0e
|
Merge pull request #1718 from mc-server/LuaNetworkAPI
Lua Network API
|
2015-02-07 17:46:16 +01:00 |
|
Mattes D
|
43b68975f7
|
APIDump: Added client and server examples.
|
2015-02-07 13:30:45 +01:00 |
|
Mattes D
|
02b6a9303e
|
Merge pull request #1727 from mc-server/Entities
Added IsOnGround() to cEntity
|
2015-02-07 12:53:13 +01:00 |
|
Howaner
|
d32831d7e8
|
Set reuse flag to sockets
Should fix #1726
|
2015-02-07 11:03:38 +01:00 |
|
Howaner
|
ca591c15a0
|
Spacing
|
2015-02-07 10:46:01 +01:00 |
|
Howaner
|
d36e8ffd77
|
Updated IsOnGround() documentation
|
2015-02-07 10:46:01 +01:00 |
|
Howaner
|
7813cd2022
|
cPlayer should override IsOnGround()
|
2015-02-07 10:46:01 +01:00 |
|
Howaner
|
9b9ce6fa3b
|
Added IsOnGround() to cEntity
|
2015-02-07 10:45:45 +01:00 |
|
Howaner
|
7528230596
|
Readded old comment
|
2015-02-06 21:54:47 +01:00 |
|
Howaner
|
2c7925f0ad
|
Merge branch 'master' into Inventory
|
2015-02-06 21:52:14 +01:00 |
|
Mattes D
|
adf0020cd4
|
APIDump: Added cNetwork documentation.
|
2015-02-06 18:44:05 +01:00 |
|
Mattes D
|
d1c9ce2a03
|
NetworkTest plugin: updated comments and splash loading.
|
2015-02-04 10:39:48 +01:00 |
|
Mattes D
|
0e769f12ac
|
LuaServerHandle: Removed debugging output.
|
2015-02-04 08:42:28 +01:00 |
|
Mattes D
|
014b96adb3
|
Exported cServerHandle and cNetwork:Listen to Lua.
Also added an example to the NetworkTest plugin.
|
2015-02-04 08:40:52 +01:00 |
|
Mattes D
|
17498a97a2
|
cNetwork: Exported lookup functions to Lua API.
Also added an example in the NetworkTest plugin.
|
2015-02-04 08:40:52 +01:00 |
|
Mattes D
|
04347084d6
|
NetworkTest plugin: Added cNetwork:Connect test code.
|
2015-02-04 08:40:51 +01:00 |
|
Mattes D
|
e098728fa8
|
cTCPLink: Fixed missing addresses on link connection.
|
2015-02-04 08:40:51 +01:00 |
|
Mattes D
|
360c632e36
|
cNetwork: Exported the Connect() method and cTCPLink class to Lua.
|
2015-02-04 08:40:50 +01:00 |
|
tycho
|
e7424adbf4
|
Switched LuaState to use sizeof...
|
2015-01-31 15:44:14 +00:00 |
|
Mattes D
|
fd49e34e33
|
Merge pull request #1713 from mc-server/UseLibevent
Use libevent
|
2015-01-30 08:40:45 +01:00 |
|
Matyas Dolak
|
c329bd28ec
|
Updated PolarSSL.
|
2015-01-29 15:10:20 +01:00 |
|
Mattes D
|
64a16a7309
|
CheckBasicStyle: Fixed a forgotten file close.
|
2015-01-29 11:10:32 +01:00 |
|
Mattes D
|
076c87f797
|
Fixed missing LibEvent reference in OSSupport.
|
2015-01-29 07:40:01 +01:00 |
|
Mattes D
|
32dd102988
|
Updated PolarSSL.
|
2015-01-27 17:40:16 +01:00 |
|
Mattes D
|
1d69cad676
|
Updated LibEvent.
|
2015-01-27 16:26:35 +01:00 |
|
Mattes D
|
79dee9bb70
|
Fixed listening ports not closed on cServerHandle::Close.
|
2015-01-27 14:53:39 +01:00 |
|
Mattes D
|
de7f5fc794
|
Fixed server failure to open any port not aborting the server.
|
2015-01-27 14:53:38 +01:00 |
|
Mattes D
|
19d463ae1c
|
Fixed a deadlock in cClientHandle network sending.
|
2015-01-27 14:53:38 +01:00 |
|