Commit Graph

  • 0ac9d0cc2e Putting back the changes in light of adjustments to src master Cekis 2021-11-27 15:19:53 -05:00
  • 13a9a80880 Reverted udplibrary changes in CMake files. Cekis 2021-11-27 12:14:31 -05:00
  • 8946e81a45 Merge branch 'master' into master Cekis 2021-11-26 21:26:30 -08:00
  • f24c5bdbfe erase all removed clients instead of the first eb 2021-11-26 15:28:43 -07:00
  • 66dc49f7df Added check for logged out client to prevent erase on erased pointer Cekis 2021-11-26 15:51:24 -05:00
  • bf58575b8a always use udplibrary target vs direct include eb 2021-11-26 07:39:26 -07:00
  • 0a59ad0aa6 ignore vscode eb 2021-11-26 07:38:51 -07:00
  • 60e4f7f856 Added extra logging detail to Exception messages - Aconite Cekis 2021-11-26 02:12:08 -05:00
  • 5f4765ea4b Fix /emptyMail (Add UpdatePersistentMessages Handling) Cekis 2021-11-26 01:52:23 -05:00
  • fba12a2b80 Fix CHECK_NOTNULL usage apathy 2017-01-07 00:58:43 -06:00
  • 25013a560d Bump version, remove LANGUAGES as CXX and C are picked by default apathy 2017-01-07 00:58:12 -06:00
  • 7b783f9cda Fix crash on windows apathy 2017-01-07 00:55:10 -06:00
  • 928625d71d Updated easylogging++ apathy 2017-01-07 00:55:03 -06:00
  • 86526e4107 Merge pull request #7 from apathyboy/install-targets Eric Barr 2017-01-06 21:58:23 -08:00
  • 244388d75b Merge branch 'install-targets' of github.com:apathyboy/stationapi into install-targets apathy 2017-01-06 23:53:03 -06:00
  • fedc61904a Fix default logger config apathy 2017-01-06 23:52:23 -06:00
  • a3dd8ca898 Merge remote-tracking branch 'origin' into install-targets apathy 2017-01-06 23:41:54 -06:00
  • 39a770725f Use generator expression for compiler specifc linking ap 2017-01-06 21:40:19 -08:00
  • c2ae31be43 Fix merge conflict ap 2017-01-06 21:14:52 -08:00
  • d597f8374f Disable the default log file ap 2017-01-06 21:11:59 -08:00
  • 989612ba3f Add swgchat- prefix to verbose log filenames ap 2017-01-06 21:11:50 -08:00
  • 49c772a3df Ignore build directories ap 2017-01-06 21:11:31 -08:00
  • c12cf53aee Changed default log output location apathy 2017-01-06 16:58:43 -06:00
  • cad8909bc5 Set version for project apathy 2017-01-06 16:00:51 -06:00
  • a17c85b0e1 Moved tests to dedicated dir apathy 2017-01-06 15:50:20 -06:00
  • e0fb362be0 Use modern cmake best practices for target creation apathy 2017-01-05 07:52:43 -06:00
  • 1ec435ca8c Add install targets apathy 2017-01-05 07:52:11 -06:00
  • d5ce71f48c Change runtime locations of config files apathy 2017-01-05 07:37:32 -06:00
  • fc64d7fd4d Rename chat.db.dist apathy 2017-01-05 07:36:16 -06:00
  • 272de22722 Don't set compiler flags directly to CMAKE_CXX_FLAGS apathy 2017-01-05 07:35:29 -06:00
  • d2584ecb01 Require cmake 3.2 min version apathy 2017-01-05 07:34:14 -06:00
  • 7b2c3a85c7 Update README.md Eric Barr 2016-10-02 15:13:45 -07:00
  • 050b2c1499 Add missing include apathy 2016-07-27 10:48:18 -07:00
  • 833a01517b Set no-write-strings for clang and gcc apathy 2016-07-27 10:48:12 -07:00
  • a4d1ece511 Only attempt to use libc++ on darwin based environment (osx) apathy 2016-07-27 10:47:48 -07:00
  • 068e640745 Removed double listing of config option apathy 2016-07-26 23:32:02 -07:00
  • 71eafc96aa Merge pull request #6 from apathyboy/bind_to_ip Eric Barr 2016-07-26 23:11:47 -07:00
  • e4cf73c5ef Added an option that allows the stationchat to bind to its config address instead of the default option of binding to any interface apathy 2016-07-26 23:03:29 -07:00
  • c1e1d892c4 Added MIT license to project v1.0.0 apathy 2016-07-26 18:16:02 -07:00
  • f9676d2e62 Added a default, empty database to be placed in a default location to make setup and running a simple process. apathy 2016-07-25 08:41:14 -07:00
  • e760c7ebd8 Corrected travis badge url apathy 2016-07-25 08:19:34 -07:00
  • 2d4ddee956 Split into library and application code to prepare for future stationapi based apps apathy 2016-07-25 08:11:13 -07:00
  • 05c07dc3c3 Updated readme file apathy 2016-07-25 08:02:14 -07:00
  • 6ae0cc8960 No need to remove the avatars from the room like this, it doesn't make a difference in terms of client side functionality and it serves no utility purpose apathy 2016-07-19 06:16:40 -07:00
  • 4cc237fe31 Updated this to say just that it is an exceptional situation as not all exceptions thrown are errors, they are just exceptional situations (ie, not the success path). apathy 2016-07-19 06:16:02 -07:00
  • 161b9562e4 In GNUC environments make use of backtrace function from glibc. apathy 2016-07-19 05:05:13 -07:00
  • 4239e694f6 Fixed a potential situation where the list of rooms returned for an avatar could potentially contain a dangling pointer. apathy 2016-07-19 04:59:44 -07:00
  • f4a1be0367 Combined protocol implementations as they are really just a collection of small functions that pass off the real work to services apathy 2016-07-09 17:35:22 -07:00
  • 926be7b07a It helps to return the list after its been built :P apathy 2016-07-09 17:07:18 -07:00
  • af7c89153f Fix room messages apathy 2016-07-08 23:41:36 -07:00
  • 8ebded720c Use https to prevent hanging waiting for accepting ssh fingerprint apathy 2016-07-07 06:10:34 -07:00
  • 592f503094 Fix for failing builds apathy 2016-07-07 06:03:46 -07:00
  • 8be5eafe41 When sending RoomMessages, exclude the id's for any avatar's that may be ignoring the sender apathy 2016-07-07 02:00:05 -07:00
  • a377a48ecb Ignore messages if the srcAvatar is on destAvatar's ignore list. apathy 2016-07-07 01:47:19 -07:00
  • 98f2a8cac7 Fix compiler warning about returns on all code paths apathy 2016-07-07 01:41:33 -07:00
  • 4af4a8ca16 Add messages regarding whether udplibrary has been detected or not apathy 2016-07-07 01:40:56 -07:00
  • 68b60ccb8b Initial project commit apathy 2016-06-03 21:30:08 -07:00