Commit Graph

18 Commits

Author SHA1 Message Date
MangosArentLiterature
0862c4b717 Add disconnect handling
- Server will now attempt to reconnect to the master server when connection to it is lost.
2021-05-01 19:06:37 -05:00
MangosArentLiterature
5f0cc8537f Add /reload
Ceraptor helped me figure this out.

- Adds /reload to reload values from config.ini, command config files, and recontact the master server
- Adds Server::requestReload and Advertiser::reloadRequested
- Adds QString server_desc and some minor changes to config loading.
2021-04-13 16:43:50 -05:00
Cerapter
28b1fb3b3a Document merged changes from master 2021-03-24 21:50:47 +01:00
Cerapter
bd5ff8d65e
Document AOPacket, link docs for network protocol to relevant classes 2021-03-13 15:22:06 +01:00
Cerapter
b15660e81d
Adjust Doxyfile, document Advertiser
The Doxyfile now correctly reports the version as "0.0.1", and private
and static members are also now extracted, if only to make the
documentation fuller.

The README.md file is used as the index page for the generated Doxygen
documentation.
2021-03-12 20:38:11 +01:00
scatterflower
849a74fdc3 manage our memory better 2020-09-02 15:36:10 -05:00
scatterflower
ccfb6481cf make no gui build 2020-09-01 15:43:48 -05:00
scatterflower
75ec4175fd add license info to files 2020-08-26 02:08:54 -05:00
scatterflower
42df56942b clang format, and indentation change 2020-08-25 07:07:08 -05:00
scatterflower
2d5b257799 implement server groundwork 2020-08-24 01:18:17 -05:00
scatterflower
0ab0fcd060 cleanup some things 2020-08-23 21:30:38 -05:00
scatterflower
0359628645 proper aopacket type 2020-08-23 15:23:12 -05:00
scatterflower
28ed456386 clang format 2020-08-23 14:45:11 -05:00
scatterflower
a3d2c1aa66 start implemented the actual server 2020-08-23 14:43:19 -05:00
scatterflower
b186416874 initialize advertiser on the heap 2020-08-23 05:50:37 -05:00
scatterflower
3379557457 get ms advertiser properly working 2020-08-23 05:28:45 -05:00
scatterflower
7e45d372e3 master server client 2020-08-23 04:39:51 -05:00
scatterflower
4fb4119700 add basic configuration logic 2020-08-23 03:09:15 -05:00