~raof/matrix-appservice-irc/+git/master:hs/provisioning-api-refactor

Last commit made on 2022-10-05
Get this branch:
git clone -b hs/provisioning-api-refactor https://git.launchpad.net/~raof/matrix-appservice-irc/+git/master

Branch merges

Branch information

Name:
hs/provisioning-api-refactor
Repository:
lp:~raof/matrix-appservice-irc/+git/master

Recent commits

ed82bab... by Half-Shot <email address hidden>

Finalise

65a9121... by Half-Shot <email address hidden>

Merge remote-tracking branch 'origin/develop' into hs/provisioning-api-refactor

c2bbf2c... by Christian Paul <email address hidden>

Refactor Logging: Increase explicit TypeScript types and safer loops (#1609)

* Logging: Use Map instead of object

* Logging: Refactor complex code

* Add changelog

* Update 1609.misc

ed0d647... by Half-Shot <email address hidden>

Merge tag '0.35.1' into develop

0.35.1

89343fa... by Half-Shot <email address hidden>

0.35.1

14e39af... by Christian Paul <email address hidden>

Prevent low-risk SQL injection from roomId values when entered into the config (#1619)

* Prevent SQL injection from roomId values when checking room visibility

* Add newsfile

* Update newsfile

* Update 1619.bugfix

Co-authored-by: Will Hunt <email address hidden>

7f717de... by Christian Paul <email address hidden>

Prevent SQL injection from roomId values when checking room visibility

179313a... by Christian Paul <email address hidden>

Prevent low-risk SQL injection from roomId values when entered into the config (#1619)

* Prevent SQL injection from roomId values when checking room visibility

* Add newsfile

* Update newsfile

* Update 1619.bugfix

Co-authored-by: Will Hunt <email address hidden>

8fdffdd... by Christian Paul <email address hidden>

Upgrade dependencies to fix room visibility bug (requires Node 16) (#1616)

* RoomConfig.getRoomState: Fix return of `undefined` on timeouts

* Upgrade dependencies

* Raise required NodeJS version to 16

* Add changelog

* Update 1616.bugfix

* Downgrade pure ESM dependencies

* Revert jasmine upgrade

* Change newsfile

* Update more dependencies

8e74d94... by Christian Paul <email address hidden>

Replace uses of the deprecated String.prototype.substr() (#1615)

* Replace uses of the deprecated String.prototype.substr()

* Update changelog

* Update changelog