This website requires JavaScript.
Explore
Help
Sign In
pa
/
eqemu-server
Watch
2
Star
0
Fork
0
You've already forked eqemu-server
mirror of
https://github.com/EQEmu/Server.git
synced
2026-02-09 14:12:24 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
eqemu-server
/
web_interface
History
KimLS
91ecf759e3
First implementation of read/write file access. We need better security for this though, you could potentially overwrite any file on the local machine the user of world has write access to atm.
2014-10-23 14:35:16 -07:00
..
test
Wanted test to account for quest request
2014-10-12 14:49:04 -07:00
CMakeLists.txt
More work on getting remote calls up and running, added two remote calls list_zones and get_zone_info.
2014-07-30 15:23:14 -07:00
method_handler.cpp
First implementation of read/write file access. We need better security for this though, you could potentially overwrite any file on the local machine the user of world has write access to atm.
2014-10-23 14:35:16 -07:00
method_handler.h
More generic method handlers now
2014-08-05 14:30:23 -07:00
remote_call.cpp
Token verification
2014-08-18 20:27:15 -07:00
remote_call.h
More work on getting remote calls up and running, added two remote calls list_zones and get_zone_info.
2014-07-30 15:23:14 -07:00
web_interface.cpp
Fix for crash when sending too large a response packet, less efficient but should handle every packet type now. Can retool if allocations end up being a problem.
2014-10-11 15:44:27 -07:00
web_interface.h
Fix for crash when sending too large a response packet, less efficient but should handle every packet type now. Can retool if allocations end up being a problem.
2014-10-11 15:44:27 -07:00
worldserver.cpp
Cleanup of various things, made writing method handlers in web_interface easier now you just have to check args
2014-08-04 14:35:10 -07:00
worldserver.h
Cleaned up web interface server, starting work on getting tcp connections to persist then will hook it up to the websockets/http/whatever else we deem worthy.
2014-07-07 22:19:46 -07:00