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
2025-12-15 00:01:28 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
eqemu-server
/
web_interface
History
Akkadius
9eb41c7b0d
Zone.GetEntityAttributes
...
Zone.SetEntityAttribute
2014-12-07 19:43:00 -06: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
Zone.GetEntityAttributes
2014-12-07 19:43:00 -06: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
Hopefully completely merged from master in what is the biggest merge ever
2014-12-07 13:23:16 -08: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