aboutsummaryrefslogtreecommitdiff
path: root/src/networkmanager.cpp
AgeCommit message (Collapse)Author
2021-12-30Prevent old/bad "backup MS" values from preventing connectionoldmud0
2021-12-18Merge branch 'master' into feature/http-msoldmud0
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-12-14Add compiler flags to ensure correct signal is used in older versions (#617)Salanto
2021-12-11Update slots/signals to Qt5 connection style and eliminate some clazy warningsSalanto
2021-06-13Use new HTTP-based master server clientoldmud0
2021-01-19unused macro and update QTime to QElapsedTimer (#417)in1tiate
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.
2020-03-06indentationsD
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