Commit Graph

73 Commits

Author SHA1 Message Date
mappu 756b347592 readme 2016-05-10 19:18:04 +12:00
mappu d4e442bd84 separate ClientTag and ClientVersion in UserInfo 2016-05-09 18:13:38 +12:00
mappu bbdc18698d changelog 2016-05-08 14:46:41 +12:00
mappu b049acad90 Added tag libnmdc-r7 for changeset 71343a2c641a 2016-05-08 14:44:45 +12:00
mappu df0211c67d parse $OpList, set IsOperator bool in UserInfo structs 2016-05-08 12:49:36 +12:00
mappu 861090b0e9 add UserCount() helper (along with previous UserExists() helper) 2016-05-08 12:37:05 +12:00
mappu cc15a571a8 threadsafe access to HubConnection.Users [[BREAKING CHANGE]] 2016-05-08 12:33:49 +12:00
mappu 3c4972d930 HubConnection.Disconnect() function (via autoreconnect abuse) 2016-05-04 19:17:20 +12:00
mappu 43db3a0d64 option to disable autoreconnect, move magic to constant 2016-05-04 19:15:02 +12:00
mappu 8e4a45a2b9 split off all other files, too 2016-05-04 19:03:36 +12:00
mappu f350afa0fe split off HubAddress struct 2016-05-04 18:59:11 +12:00
mappu dea4f996f9 move nmdc-log-service to separate repo 2016-04-30 19:48:04 +12:00
mappu 0fee719b90 restructure repo 2016-04-30 19:47:56 +12:00
mappu 15455ff031 nmdc-log-service/scripts: fix wrong permissions on binary files inside tar archive 2016-04-16 19:22:25 +12:00
mappu a287b3adcc Added tag libnmdc-r6 for changeset cb86f3a40115 2016-04-16 19:22:05 +12:00
mappu d6d9a1711c Added tag nmdc-log-service-1.0.4 for changeset cb86f3a40115 2016-04-16 19:21:57 +12:00
mappu 1858dfa102 update README 2016-04-16 19:12:44 +12:00
mappu 89b67f8559 nmdc-log-service: track sample systemd unit 2016-04-16 19:01:20 +12:00
mappu 649b3dfcab libnmdc: patch panic on read() returning an error (interface type) that can't be cast to net.error 2016-04-16 18:27:14 +12:00
mappu ed64887ddc nmdc-log-service: prevent logging the same connection-state message repeatedly 2016-04-16 18:21:38 +12:00
mappu 2113139cdc scripts: strip sensitive gopath string out of release binaries 2016-04-16 18:18:09 +12:00
mappu 07441628d9 nmdc-log-service: use NewUserInfo helper to set passive/1-connected in tag 2016-04-10 16:37:21 +12:00
mappu 34dd9d515c Added tag nmdc-log-service-1.0.3 for changeset 4116422bb102 2016-04-04 19:04:32 +12:00
mappu 32f64690c9 update README 2016-04-04 19:04:27 +12:00
mappu 3f66cd93c7 Added tag libnmdc-r5 for changeset 75a78f6a78f2 2016-04-04 19:02:56 +12:00
mappu 9b32682c8a libnmdc: support hub-redirects 2016-04-04 19:01:55 +12:00
mappu c9e95df0df libnmdc: fix for previous 2016-04-04 19:01:47 +12:00
mappu a2b94e8724 libnmdc: send protocol-level keepalives 2016-04-04 18:57:50 +12:00
mappu 3dfef302ee Added tag nmdc-log-service-1.0.2 for changeset da9f123633f9 2016-04-03 19:24:12 +12:00
mappu 611a934a4e nmdc-log-service: readme 2016-04-03 19:24:03 +12:00
mappu 1a3617b960 libnmdc: readme 2016-04-03 19:23:14 +12:00
mappu a37b1773d0 Added tag libnmdc-r4 for changeset 050b424a7c5d 2016-04-03 19:22:02 +12:00
mappu 09301f138c libnmdc: (comment) 2016-04-03 19:21:32 +12:00
mappu 8d7b0b46af libnmdc: fix bugs with buffer splitting 2016-04-03 19:20:58 +12:00
mappu 73f6d66cbd libnmdc: reinstate backward-compatibility re new sync api 2016-04-03 18:59:11 +12:00
mappu 019f67a7de libnmdc: ensure we always flush protocol commands that happened alongside a disconnection event 2016-04-03 18:54:56 +12:00
mappu debc14cea3 libnmdc: isolate constants 2016-04-03 18:53:14 +12:00
mappu ba378a8245 libnmdc: optional synchronous-based API instead of channel-based API 2016-04-03 18:52:19 +12:00
mappu e3a92da5f6 libnmdc: remove redundant bool=false initialisation (handled in $Lock callback) 2016-04-03 18:38:43 +12:00
mappu 99e4ebb842 libnmdc: set our own state before emitting statechange event 2016-04-03 18:38:06 +12:00
mappu 4499c7306d libnmdc: clear fullbuffer prior to connection attempt 2016-04-03 18:36:46 +12:00
mappu d391159abe libnmdc: avoid meaningless cast 2016-04-03 18:35:11 +12:00
mappu e111c99886 libnmdc: assert state parameter is set correctly 2016-04-03 18:35:05 +12:00
mappu 393f156b0e Added tag nmdc-log-service-1.0.1 for changeset fca41372e400 2016-04-03 13:36:47 +12:00
mappu 7cd49c2c8a update README files 2016-04-03 13:36:41 +12:00
mappu 163b6623f8 Added tag libnmdc-r3 for changeset d8b64d5527c2 2016-04-03 13:33:48 +12:00
mappu 2f0ab758b8 nmdc-log-service: add warning message if on TLS verification disabled 2016-04-03 13:32:19 +12:00
mappu 3b71ea3ce3 nmdc-log-service: add missing LF 2016-04-03 13:29:58 +12:00
mappu b0e1c3e5d8 nmdc-log-service: fix opening files on linux 2016-04-03 13:29:49 +12:00
mappu 3a67b02bd9 libnmdc: patch wrong test 2016-04-03 13:29:34 +12:00