Lloyd Dilley

Results 36 comments of Lloyd Dilley

@dracc and I discovered how to reliably produce the `"Unhandled reconnect packet??"` message. One of the test systems is using an internal interface. @dracc happened to use the FQDN in...

The `location_addr` in `[AdminRPC]` (similar to `[AuthServer]`) should also be changed to `listen_addr` instead to avoid confusion. To summarize: `listen_addr` should be used when the service will be binding to...

And for reference, we are using ACE 6.4.2. Relevant links: http://en.cppreference.com/w/cpp/chrono http://www.dre.vanderbilt.edu/Doxygen/6.4.2/html/libace-doc/a00699.html

Binding to the local loopback interface is indeed the default. However, @whitegryphon implemented a `ReadConfig()` method that is called from the `AdminRPC` constructor. If you add a section for `[AdminRPC]`...

Symbolic links would be a workaround and a potentially messier one. ./configure --prefix=/some/path has been pretty standard for decades. I believe the fear is unfounded as there would certainly be...

Considering `authserver` already supports the `-f` argument for an arbitrary config path, add path option(s) to `settings.cfg` to fulfill this item. This would also be more flexible than hard-coding a...

Not necessarily better -- just another way to accomplish the goal. Flatpak is decent from a generic standpoint, but one concern is that it targets desktop users: https://flatpak.org/faq/#Can_Flatpak_be_used_on_servers_too_. There are...

@nemerle also reminded us in Discord about CMake's CPack module. An example CMakeLists.txt allowing packaging for various platforms can be viewed here: https://github.com/kracejic/cleanCppProject/blob/master/packaging/CMakeLists.txt

The official CPack documentation is also located here: https://cmake.org/cmake/help/v3.10/module/CPack.html

You know me, sir -- I'd much prefer IRC as well. This was merely an idea @broxen and I talked about briefly some time ago. I wanted to make note...