aboutsummaryrefslogtreecommitdiff
path: root/include/networkmanager.h
AgeCommit message (Collapse)Author
2022-03-12Fix heartbeat being triggered too frequently (#691)oldmud0
Actual bruh moment. This was actually quite a costly mistake for my Cloudflare bill.
2021-12-30Prevent old/bad "backup MS" values from preventing connectionoldmud0
2021-12-18Qt 5.9 compat; remove dead codeoldmud0
2021-12-18Finish out featureoldmud0
- Add periodic timer for heartbeat - Add option to settings for opting out from heartbeat/player metrics - Change base URL to permanent URL
2021-06-13Use new HTTP-based master server clientoldmud0
2020-04-17Run clang-format on entire projectoldmud0
Indentation fixed to 2 spaces per tab. Braces set to Stroustrup style. Lines reflow at 80 characters. One-line method bodies are on the same line as the signature. Space always after `//`. No indentation on preprocessor macros. Includes are sorted lexicographically. If you don't want to see this commit on blames, use the hidden whitespace option on GitHub, or use `-w` in git-blame.
2019-07-22Remove C style char buffer in favor of QByteArraywindrammer
2019-07-12Less insane debugging; minor refactoring (!75)David Skoland
2018-12-26moved headers into include and cpp files into src + logo into resourceDavid Skoland