David Cernat
|
b7090b2550
|
[Server] Add experimental option for not crashing from Lua script errors
Additionally, fix return type of GetPluginEnforcementState()
|
6 years ago |
Koncord
|
07a5f5296c
|
[Server] Rework OnRequestPluginList callback. Add AddPluginHash function
|
6 years ago |
Koncord
|
48f4792bc1
|
[Server] Add GetMaxPlayers, GetPort and HasPassword functions to API
|
6 years ago |
Koncord
|
b5c957c473
|
[Server] Move PreInit code to preInit method
|
7 years ago |
David Cernat
|
20296859ee
|
[Server] Clarify functions used for getting data in Networking
|
7 years ago |
David Cernat
|
43a944ddaf
|
[General] Add and implement new Worldstate packet type
|
7 years ago |
David Cernat
|
78234f9071
|
[General] Rename Event into ObjectList & WorldObject into BaseObject
|
7 years ago |
David Cernat
|
6bf3a0be1e
|
[General] Rename WorldPackets into ObjectPackets for clarity
|
7 years ago |
David Cernat
|
2bb7a4253e
|
[Server] Forcibly kick players after too many handshake attempts
|
7 years ago |
David Cernat
|
1cf2f35a28
|
[Server] Add script functions to set & get plugin enforcement state
|
7 years ago |
David Cernat
|
9d05063af4
|
[General] Add server script functions for banning & unbanning IPs
Additionally, use a more informative message for the client when trying to connecting to a server that it is banned from.
|
8 years ago |
Koncord
|
940ae5c2fb
|
[Server] Implement GetIP API function
|
8 years ago |
Koncord
|
f2b8a939ef
|
[Server] Add postInit method and move getPluginListSample in to it
|
8 years ago |
Koncord
|
bda9a76d29
|
[Server] Send server plugin list to client
|
8 years ago |
Koncord
|
5ddad6a4c6
|
[Server] Implement getPluginListSample()
|
8 years ago |
Koncord
|
3e00d42067
|
[Server] Reworking MasterClient to new master server
|
8 years ago |
David Cernat
|
c52084a028
|
[General] Use BaseActorLists in ActorPackets
|
8 years ago |
David Cernat
|
070c6a3bd4
|
[General] Add ActorPacketController & make controller var names clearer
|
8 years ago |
David Cernat
|
316720e710
|
[Server] Rename getNextMpNum() into incrementMpNum()
|
8 years ago |
David Cernat
|
8cc61b6048
|
[General] Generate mpNums on the server when forwarding ID_OBJECT_PLACE
|
8 years ago |
Koncord
|
868c837aa0
|
[Server] Move baseEvent from Networking.cpp to class as member
|
8 years ago |
Koncord
|
b7ab831c46
|
[Server] Update MasterClient to new protocol
|
8 years ago |
Koncord
|
158e9b3b09
|
[Server] Add ability to set password to server from config & scripts
|
8 years ago |
David Cernat
|
182b238b5f
|
[General] Rename WorldEvent into BaseEvent
|
8 years ago |
David Cernat
|
2cecce6c72
|
[Server] Use static WorldEvent variable in Networking
|
8 years ago |
Koncord
|
f510a5583f
|
Move MasterClient to Networking class
Rename MOTD to hostname
|
8 years ago |
David Cernat
|
25dc2b19e7
|
Use lowerCamelCase in tes3mp server networking function names
|
8 years ago |
Koncord
|
82f202c891
|
Implement GetAvgPing(pid) function
|
8 years ago |
David Cernat
|
d0328f2553
|
Add placeholder ProcessWorldPacket method to server's Networking
|
8 years ago |
David Cernat
|
2602c1f71a
|
Add ProcessPlayerPacket method to server's Networking
|
8 years ago |
David Cernat
|
f1ec01cc6b
|
Add WorldPacketController to server's Networking
|
8 years ago |
David Cernat
|
bda1f867fd
|
Rename server's GetController() method into GetPlayerController()
|
8 years ago |
David Cernat
|
d2212ef80b
|
Rename PacketsController into PlayerPacketController
|
8 years ago |
Koncord
|
d3c9864fb0
|
Fix maximum connections
|
8 years ago |
Koncord
|
c695923825
|
Added master server stuff
|
8 years ago |
Koncord
|
1b259e2d33
|
Syncing inventory, animations, position, 8 key attributes
Created Package system
|
9 years ago |