Liu Song’s Projects


~/Projects/comqtt

git clone https://code.lsong.org/comqtt

History

ref
main
Hash Date Commit message Author
5f007728 2023-10-15 15:09:25 Add log output option of config “Wind”
68d04897 2023-10-15 14:41:49 Merge pull request #73 from werbenhu/main Wind
2796d318 2023-10-08 17:04:16 Merge branch 'wind-c:main' into main werbenhu
e5dfe4c5 2023-10-08 17:02:45 Fix duplicate log printing in cluster\agent.go. werben
1c0b22a8 2023-10-06 21:13:15 Merge pull request #75 from asbjorn/patch-1 Wind
969b3388 2023-10-06 14:47:17 Update README.md Asbjørn Alexander Fellinghaug
e130f97e 2023-09-20 17:31:18 rename singleton.go to default_logger.go werben
6c91cd0e 2023-09-20 17:01:18 Optimize code. werben
f7699750 2023-09-20 16:17:12 Optimize some code. werben
35806637 2023-09-20 16:11:45 require go version 1.21, fixed compilation and test failures werben
45997f01 2023-09-20 16:08:29 fixed build and test failed. werben
837005c8 2023-09-20 13:39:27 Address the omissions werben
6b689a3b 2023-09-20 13:27:01 replace zerolog to log/slog werben
0186dcb4 2023-09-19 16:22:13 Upgrade MQTT to mochi-mqtt v2.4.0 werben
59a0774a 2023-09-12 10:48:43 fixed nil pointer dereference #72 “Wind”
413358a2 2023-09-09 15:57:42 Merge pull request #71 from litmusautomation/main Wind
94304ce7 2023-09-08 13:13:43 Update single.yml to align with config/conf.yml Jeremy Lundy
87716f6f 2023-08-23 22:57:42 Update README.md “Wind”
75fa2ea0 2023-08-23 22:28:10 Add multiple password encryption verification “Wind”
4bf22e9a 2023-08-15 23:05:59 Update README.md “Wind”
d836c251 2023-08-15 20:09:55 Update README.md Wind
b9cde6d5 2023-08-15 20:07:04 Merge pull request #68 from asbjorn/postgresql-auth-add-bcrypt-pw-hashing Wind
10bfa224 2023-08-15 12:43:25 Added bcrypt link to wikipedia Asbjørn Alexander Fellinghaug
b683c57f 2023-08-15 12:39:08 Remove redundant iferr checks Asbjørn Alexander Fellinghaug
218f7d77 2023-08-15 12:38:19 Merge remote-tracking branch 'refs/remotes/origin/postgresql-auth-add-bcrypt-pw-hashing' into postgresql-auth-add-bcrypt-pw-hashing Asbjørn Alexander Fellinghaug
cc6b8cf7 2023-08-15 12:37:32 Updated go.mod Asbjørn Alexander Fellinghaug
a1f61ab3 2023-08-15 12:36:16 Merge branch 'wind-c:main' into postgresql-auth-add-bcrypt-pw-hashing Asbjørn Alexander Fellinghaug
b4ca9a5a 2023-08-15 11:39:06 Merge pull request #67 from asbjorn/postgresql-auth-error-panics Wind
04dcdf6c 2023-08-14 10:14:39 Added a PostgreSQL section in the README file, also outlining the hashing mechanism. Asbjørn Alexander Fellinghaug
dc95c145 2023-08-14 09:43:18 Added bcrypt hashing of MQTT clients passwords as default, since I really don't like storing passwords as plain text in db Asbjørn Alexander Fellinghaug
ac6d1eab 2023-08-14 09:36:48 The creation of the prepared statements for the postgresql authentication failed. Changed the syntax from '?' to use '$1' Asbjørn Alexander Fellinghaug
0905b4a9 2023-08-06 17:04:52 Merge pull request #65 from perbu/main Wind
5d48dfb5 2023-08-03 13:44:33 Merge pull request #1 from perbu/foo Per Buer
8aca2410 2023-08-03 13:40:41 basic git-ignore. Per Buer
ffc6bb97 2023-08-03 13:31:07 skip leak test if no redis is found. Per Buer
00ae014b 2023-08-03 13:26:22 remove -v Per Buer
b3395cfc 2023-08-03 13:17:29 run tests on push and PRs Per Buer
105f6608 2023-08-03 18:04:52 Merge pull request #63 from perbu/main Wind
1b7e900a 2023-08-02 18:22:36 filter out existing goroutines from the leak test. Per Buer
bbed2073 2023-08-02 12:24:13 explain why the init function is there. Per Buer
120e53ef 2023-08-02 12:23:50 Close the serf chan on shutdown, so we stop the eventloop goroutine. add some error logging while we're at it. Per Buer
1ab29311 2023-08-02 15:29:08 Merge pull request #62 from perbu/main Wind
9d907abc 2023-08-02 09:28:58 Update main.go Per Buer
d43f835b 2023-08-02 09:09:04 test tweaking. Per Buer
026ea31b 2023-08-02 09:08:45 make StopRpcServer no-op if grpc isn't initiated. adjust tests. Per Buer
9aad1c41 2023-08-02 09:07:45 remove recover that masks panics. Per Buer
e575e21c 2023-08-01 12:34:08 Fix test case fail “Wind”
6658ebcb 2023-08-01 11:09:40 Merge pull request #59 from perbu/goleak Wind
4b878477 2023-08-01 00:46:41 Merge pull request #51 from perbu/main Wind
d46f0958 2023-07-31 14:58:34 first stab at using goleak, fixes one more test Per Buer
257a02ca 2023-07-30 14:35:35 fix example hook. Per Buer
9c91ef6b 2023-07-28 17:29:52 Merge pull request #49 from perbu/testfix Wind
42c02cb0 2023-07-27 17:18:46 TestAclWithPost wasn't rewritten to support filters yet. Per Buer
e8c03bb5 2023-07-27 10:15:19 TestHTTPStatsServeAndClose had an invalid url. Per Buer
878653c9 2023-07-26 19:33:19 skip certain tests when postgresql isn't present. Per Buer
03bead8c 2023-07-26 19:29:52 Merge branch 'main' of github.com:perbu/comqtt into testfix Per Buer
2b47fece 2023-07-26 21:11:19 Merge pull request #48 from perbu/main Wind
aac7af93 2023-07-26 10:24:40 check error from close. Per Buer
ebc6207e 2023-07-26 10:24:06 skip mysql tests that require mysql if mysql is not present. Per Buer
d725a789 2023-07-25 19:09:02 use random ports when testing listeners. Per Buer
4773cf6b 2023-07-25 19:03:09 fix TestTCPProtocolTLS Per Buer
e2d9092a 2023-07-25 17:19:53 - give the segmentio kafka a way to log errors in the app log. Per Buer
8d5a7b10 2023-07-25 14:42:20 add a mock for kafka and make a test that uses it to see if messages are scheduled for writing. Per Buer
f32d608e 2023-07-24 19:56:25 Merge pull request #47 from perbu/main Wind
c2ae0966 2023-07-24 10:43:13 Merge branch 'wind-c:main' into main Per Buer
f01e3055 2023-07-24 10:41:41 fix auth test. Per Buer
af0f6670 2023-07-24 09:34:39 tests doesn't pass, but it stopped crashing at least. Per Buer
2d9e518f 2023-07-24 09:09:04 CheckBLAcl safeguard. if there are no rules, return right away. Per Buer
84c10ad9 2023-07-24 09:07:09 CheckBLAuth safeguard. if there are no rules, return right away. Per Buer
34ea7aab 2023-07-23 19:26:51 Optimize ack and json test comparison “Wind”
afd5c2d5 2023-07-23 10:27:08 adjust premade json to make TestSubscriptionMarshalBinary pass. Per Buer
3aab4879 2023-07-21 18:57:12 Merge pull request #45 from perbu/fixtests Wind
ad4e1da2 2023-07-21 12:51:01 fix up TestSubscribersFind Per Buer
5939b6cb 2023-07-20 22:59:56 remove debug output again. Per Buer
f717646a 2023-07-20 22:56:06 Use JSONeq to compare JSON. Per Buer
6095b1f0 2023-07-20 22:52:27 Fix errors in config data embedded in test. Per Buer
ab89a33c 2023-07-20 17:40:28 Fix TestClientMarshalBinary by using JSON comparator. Per Buer
763346bc 2023-07-11 12:30:02 Feature enhancements and bug fixes “Wind”
e80c678e 2023-06-01 22:47:17 Merge branch 'main' of https://github.com/wind-c/comqtt “Wind”
139e8f11 2023-06-01 22:47:09 Improve performance “Wind”
d639a539 2023-05-18 22:42:34 Merge pull request #41 from fxk2006/patch-2 Wind
43017b01 2023-05-18 15:54:30 Update redis.go fxk2006
2e804f45 2023-05-12 22:11:54 Modify the package name and optimize the code “Wind”
a786bbe1 2023-04-27 23:45:39 Add test cases “Wind”
9624c1cd 2023-04-27 19:20:08 Merge pull request #39 from kenuestar/main Wind
ea6869a2 2023-04-27 19:15:39 fixed decode relay publish bug KE
7f9c6aab 2023-04-19 00:07:02 fixed peers.json file generation bug “Wind”
a486deb6 2023-04-15 18:03:45 Merge pull request #37 from fxk2006/patch-1 Wind
7ce174b8 2023-04-14 16:27:30 Update kafka.go fxk2006
ec30df6a 2023-04-05 21:54:16 Update README.md “Wind”
e21943bf 2023-03-30 11:52:48 Merge pull request #34 from werbenhu/main Wind
e6782bc8 2023-03-29 17:38:02 an LWT message should broadcast to other cluster member werben
f423316f 2023-03-28 21:56:16 Merge branch 'main' of https://github.com/wind-c/comqtt “Wind”
a7459dce 2023-03-28 21:56:09 avoid deleting client from storage “Wind”
cc53ed49 2023-03-28 16:14:00 Merge pull request #33 from werbenhu/main Wind
58927691 2023-03-28 11:10:47 redis storage problem when the same client reconnected werben
560180c9 2023-03-21 21:57:28 reduced memory usage and fixed bugs “Wind”
0370dc19 2023-03-15 18:46:28 Merge pull request #30 from suixinio/patch-1 Wind
0ba1fadd 2023-03-15 18:45:57 Merge pull request #31 from suixinio/patch-2 Wind
a20ca358 2023-03-15 16:02:16 docs: Readme.md suixinio
b9203be0 2023-03-15 15:48:59 Fix Dockerfile error suixinio
4f66fd14 2023-03-11 22:15:18 Update README.md “Wind”
cae32766 2023-03-11 22:02:22 Version 2.0 is a new release “Wind”
77531946 2023-03-11 21:47:24 Version 2.0 is a new release “Wind”
284ca6ba 2023-03-11 21:30:40 Update README.md “Wind”
a04cadfa 2023-02-25 10:59:16 Merge pull request #25 from BarriBarri20/fix-typo-readme Wind
188155f0 2023-02-25 10:58:40 Merge pull request #27 from Celerway/fix-inflightmap Wind
feca26f8 2023-02-14 12:34:51 Fix InflightMap implementation Tomasz Rozensztrauch
daf9b7e9 2023-01-11 01:22:19 fix typo readme BarriBarri20
92a44942 2022-11-12 14:43:40 add raft apply log “Wind”
5e46a1a9 2022-10-12 21:41:59 Add cluster parameters “Wind”
46ccd060 2022-10-01 14:46:51 Update README.md “Wind”
051c575a 2022-09-29 20:03:39 fixed #7 “Wind”
a73e4d72 2022-09-28 19:04:49 Merge branch 'main' of https://github.com/wind-c/comqtt “Wind”
e498e613 2022-09-28 19:02:54 Update println info “Wind”
e3d3b2e0 2022-09-26 10:45:27 Merge pull request #5 from wwhai/main Wind
74f468ec 2022-09-26 10:01:04 dev: remove osx 'DS_store' file wwhai
7faf00b5 2022-09-23 06:52:18 Added postgresql auth/acl plugin “Wind”
89dfc457 2022-09-17 00:49:41 Update README.md “Wind”
a4438c4f 2022-09-17 00:36:06 Added http and mysql auth plugins “Wind”
898cab0e 2022-09-13 12:05:44 Update README.md Wind
77e11a5b 2022-09-13 12:02:49 Update README.md Wind
bbfc8048 2022-09-13 12:00:31 Update README.md Wind
7ff11ebb 2022-09-13 11:53:12 Update README.md Wind
2bdb0b3b 2022-09-13 11:52:22 Update README.md Wind
0237d329 2022-09-13 11:45:23 Update README.md Wind
390f8863 2022-09-13 11:44:04 Update README.md Wind
63f551fb 2022-09-13 11:38:07 Update README.md Wind
f6e01331 2022-09-11 11:02:24 Update README.md “Wind”
34f8b948 2022-09-11 10:51:52 Merge branch 'main' of https://github.com/wind-c/comqtt “Wind”
9bbff10c 2022-09-11 10:50:22 Avoid buffer write-up blocking “Wind”
699117d2 2022-09-11 00:53:35 Merge pull request #2 from mochi-co/patch-1 Wind
747c555f 2022-09-10 22:06:54 Update README.md “Wind”
4722fff7 2022-09-10 21:37:59 Update README.md “Wind”
77669a18 2022-09-10 14:32:22 Update LICENSE.md JB
c86b2940 2022-09-10 20:43:13 Add AuthDatasource config option “Wind”
795f725c 2022-09-10 20:31:05 Add cluster stat HttpHandler “Wind”
1593393a 2022-09-10 11:03:48 Support plug-in authentication “Wind”
dbceab2d 2022-09-05 15:05:13 Update README.md Wind
309a27da 2022-09-05 15:03:37 Update README.md Wind
543865f8 2022-09-04 11:12:12 Update README.md Wind
d2b328a9 2022-09-04 10:23:49 Initial commit “Wind”