some changes

This commit is contained in:
SUMUKHA-PK 2020-03-29 21:19:28 +05:30
parent 056318ce5d
commit 39361f06a9
285 changed files with 37 additions and 13 deletions

0
.editorconfig Normal file → Executable file
View file

0
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file → Executable file
View file

0
.gitignore vendored Normal file → Executable file
View file

0
.golangci.yml Normal file → Executable file
View file

0
CODE_STYLE.md Normal file → Executable file
View file

0
CONTRIBUTING.md Normal file → Executable file
View file

0
DESIGN.md Normal file → Executable file
View file

0
INSTALL.md Normal file → Executable file
View file

0
LICENSE Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

0
WIRING.md Normal file → Executable file
View file

0
appservice/README.md Normal file → Executable file
View file

0
appservice/api/query.go Normal file → Executable file
View file

0
appservice/appservice.go Normal file → Executable file
View file

0
appservice/consumers/roomserver.go Normal file → Executable file
View file

0
appservice/query/query.go Normal file → Executable file
View file

0
appservice/routing/routing.go Normal file → Executable file
View file

0
appservice/storage/appservice_events_table.go Normal file → Executable file
View file

0
appservice/storage/storage.go Normal file → Executable file
View file

0
appservice/storage/txn_id_counter_table.go Normal file → Executable file
View file

0
appservice/types/types.go Normal file → Executable file
View file

0
appservice/workers/transaction_scheduler.go Normal file → Executable file
View file

0
clientapi/README.md Normal file → Executable file
View file

0
clientapi/auth/auth.go Normal file → Executable file
View file

0
clientapi/auth/authtypes/account.go Normal file → Executable file
View file

0
clientapi/auth/authtypes/device.go Normal file → Executable file
View file

0
clientapi/auth/authtypes/flow.go Normal file → Executable file
View file

0
clientapi/auth/authtypes/logintypes.go Normal file → Executable file
View file

0
clientapi/auth/authtypes/membership.go Normal file → Executable file
View file

0
clientapi/auth/authtypes/profile.go Normal file → Executable file
View file

0
clientapi/auth/authtypes/threepid.go Normal file → Executable file
View file

0
clientapi/auth/storage/accounts/account_data_table.go Normal file → Executable file
View file

0
clientapi/auth/storage/accounts/accounts_table.go Normal file → Executable file
View file

0
clientapi/auth/storage/accounts/filter_table.go Normal file → Executable file
View file

0
clientapi/auth/storage/accounts/membership_table.go Normal file → Executable file
View file

0
clientapi/auth/storage/accounts/profile_table.go Normal file → Executable file
View file

0
clientapi/auth/storage/accounts/storage.go Normal file → Executable file
View file

0
clientapi/auth/storage/accounts/threepid_table.go Normal file → Executable file
View file

0
clientapi/auth/storage/devices/devices_table.go Normal file → Executable file
View file

0
clientapi/auth/storage/devices/storage.go Normal file → Executable file
View file

0
clientapi/clientapi.go Normal file → Executable file
View file

0
clientapi/consumers/roomserver.go Normal file → Executable file
View file

0
clientapi/httputil/httputil.go Normal file → Executable file
View file

0
clientapi/httputil/parse.go Normal file → Executable file
View file

0
clientapi/jsonerror/jsonerror.go Normal file → Executable file
View file

0
clientapi/jsonerror/jsonerror_test.go Normal file → Executable file
View file

0
clientapi/producers/roomserver.go Normal file → Executable file
View file

0
clientapi/producers/syncapi.go Normal file → Executable file
View file

0
clientapi/producers/typingserver.go Normal file → Executable file
View file

0
clientapi/producers/userupdate.go Normal file → Executable file
View file

0
clientapi/routing/account_data.go Normal file → Executable file
View file

0
clientapi/routing/auth_fallback.go Normal file → Executable file
View file

0
clientapi/routing/createroom.go Normal file → Executable file
View file

0
clientapi/routing/device.go Normal file → Executable file
View file

0
clientapi/routing/directory.go Normal file → Executable file
View file

0
clientapi/routing/filter.go Normal file → Executable file
View file

0
clientapi/routing/getevent.go Normal file → Executable file
View file

0
clientapi/routing/joinroom.go Normal file → Executable file
View file

0
clientapi/routing/login.go Normal file → Executable file
View file

0
clientapi/routing/logout.go Normal file → Executable file
View file

0
clientapi/routing/membership.go Normal file → Executable file
View file

0
clientapi/routing/memberships.go Normal file → Executable file
View file

0
clientapi/routing/profile.go Normal file → Executable file
View file

0
clientapi/routing/register.go Normal file → Executable file
View file

0
clientapi/routing/register_test.go Normal file → Executable file
View file

0
clientapi/routing/room_tagging.go Normal file → Executable file
View file

0
clientapi/routing/routing.go Normal file → Executable file
View file

0
clientapi/routing/sendevent.go Normal file → Executable file
View file

0
clientapi/routing/sendtyping.go Normal file → Executable file
View file

0
clientapi/routing/threepid.go Normal file → Executable file
View file

0
clientapi/routing/voip.go Normal file → Executable file
View file

0
clientapi/routing/whoami.go Normal file → Executable file
View file

0
clientapi/threepid/invites.go Normal file → Executable file
View file

0
clientapi/threepid/threepid.go Normal file → Executable file
View file

0
clientapi/userutil/userutil.go Normal file → Executable file
View file

0
clientapi/userutil/userutil_test.go Normal file → Executable file
View file

0
cmd/client-api-proxy/main.go Normal file → Executable file
View file

0
cmd/create-account/main.go Normal file → Executable file
View file

0
cmd/create-room-events/main.go Normal file → Executable file
View file

0
cmd/dendrite-appservice-server/main.go Normal file → Executable file
View file

0
cmd/dendrite-client-api-server/main.go Normal file → Executable file
View file

0
cmd/dendrite-federation-api-server/main.go Normal file → Executable file
View file

0
cmd/dendrite-federation-sender-server/main.go Normal file → Executable file
View file

0
cmd/dendrite-media-api-server/main.go Normal file → Executable file
View file

0
cmd/dendrite-monolith-server/main.go Normal file → Executable file
View file

0
cmd/dendrite-public-rooms-api-server/main.go Normal file → Executable file
View file

0
cmd/dendrite-room-server/main.go Normal file → Executable file
View file

0
cmd/dendrite-sync-api-server/main.go Normal file → Executable file
View file

0
cmd/dendrite-typing-server/main.go Normal file → Executable file
View file

0
cmd/federation-api-proxy/main.go Normal file → Executable file
View file

0
cmd/generate-keys/main.go Normal file → Executable file
View file

0
cmd/kafka-producer/main.go Normal file → Executable file
View file

0
cmd/mediaapi-integration-tests/TESTS.md Normal file → Executable file
View file

0
cmd/mediaapi-integration-tests/main.go Normal file → Executable file
View file

0
cmd/mediaapi-integration-tests/totem.jpg Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

0
cmd/roomserver-integration-tests/main.go Normal file → Executable file
View file

0
cmd/syncserver-integration-tests/main.go Normal file → Executable file
View file

0
cmd/syncserver-integration-tests/testdata.go Normal file → Executable file
View file

0
common/basecomponent/base.go Normal file → Executable file
View file

0
common/basecomponent/flags.go Normal file → Executable file
View file

Some files were not shown because too many files have changed in this diff Show more