Commit d8b0811
146 add mongo wire protocol (#180)
* Stub for mongo server
* Mongo server finally storing stuffs
* Mongo config
* Mongo config
* Mongo separated direct vs not
* Adding support for typed serialization
* private static boolean USE_JSON=false;
* Refactor of stuffs
* Simplifying the msg structures for serialization
* Handling section on OpMsg
* Handling OP_QUERY
* Json server running :) Added Bson JSon extended format
* Removed un-needed imports
* Running correctly with close message
* Starting with real client
* Added serializer
* Mongo server mostly working
* Working server (able to record)
* Poms cleanup
* Handling missing configurations
* Uniform jackson
* Verified settings
* Tests with fake server
* Mongo working!
---------
Co-authored-by: Kendar <[email protected]>1 parent be910ec commit d8b0811
File tree
182 files changed
+6693
-1447
lines changed- docker
- images
- apache-php8
- apache
- base
- client
- externalvpn
- forticlient
- openconnect
- master
- mysql
- openvpn
- singlemaster
- templates/master
- config
- docs
- docker/files
- plugins
- globaltest
- globaltest-lib
- globaltest-main
- globaltest-selenium
- ham
- api.ham
- src/test/java/org/kendar/ham
- api.js.builder
- src/main/java/org/kendar/ham
- api.replayer
- api.test
- src/main/java/org/tkendar/ham
- app.commons
- src/main/java/org/kendar/events
- app.dns
- app.http.standardfilters
- app.http
- app
- src/main
- java/org/kendar
- remote
- servers/http
- utils
- resources/web/vcss
- external
- jacoco
- lib.schema.checker
- src/test/java/org/kendar/xml
- plugin.js.filters
- src/main/resources/web/plugins/jsfilter/vcomponents/matchers
- plugin.mongo.server
- comms
- src
- main
- java/org/kendar/mongo
- api
- compressor
- config
- events
- handlers
- logging
- model
- payloads
- responder
- resources/web/plugins/jsfilter/vcomponents/matchers
- test/java/org/kendar/mongo
- plugin.oidc.server
- plugin.replayer.commons
- src/main/java/org/kendar/replayer/engine
- plugin.replayer.http
- src/main
- java/org/kendar/replayer/engine/http
- resources/web/plugins/recording/vcomponents
- plugin.replayer.jdbc
- src/main
- java/org/kendar/replayer/engine/db
- resources/web/plugins/recording
- vcomponents
- line
- plugin.replayer.mongo
- src/main
- java/org/kendar/replayer/engine/mongo
- resources/web/plugins/recording
- vcomponents
- line
- plugin.replayer.server
- src/main/resources
- standards
- web/plugins/recording
- plugin.socks5.server
- simpledns
- samples
- calendar
- be
- docker
- multi
- single
- fe
- gateway
- quotes
- docker/multi
- scripts
- build
- globaltest
- templates
- releasebuild/samples/calendar/scripts
- standalone
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
182 files changed
+6693
-1447
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments