~raof/matrix-appservice-irc/+git/master:release-v0.36.0

Last commit made on 2022-10-25
Get this branch:
git clone -b release-v0.36.0 https://git.launchpad.net/~raof/matrix-appservice-irc/+git/master

Branch merges

Branch information

Name:
release-v0.36.0
Repository:
lp:~raof/matrix-appservice-irc/+git/master

Recent commits

89e44e4... by Half-Shot <email address hidden>

0.36.0

bc2cf25... by =?utf-8?q?Andre_Kl=C3=A4rner?= <email address hidden>

Point to missing SASL issue on OFTC (#1626)

* Point to missing SASL issue on OFTC

This should make people aware until OFTC gains SASL support

Signed-off-by: Andre Klaerner <email address hidden>

* tidy changelog

Signed-off-by: Andre Klaerner <email address hidden>
Co-authored-by: Will Hunt <email address hidden>

f9e053b... by Val Lorentz <email address hidden>

Support monospace formatting (#1555)

* Support monospace formatting

* Create 1555.feat

Co-authored-by: Christian Paul <email address hidden>

cc8bdf5... by Will Hunt <email address hidden>

Update to matrix-appservice-bridge 6.0.0 (#1631)

* Update to matrix-appservice-bridge 6.0.0

* changelog

* full stop

001d3af... by Will Hunt <email address hidden>

Disable user activity tracking unless explicitly enabled (#1638)

* UAT disable-by-default

* changelog

848e098... by Will Hunt <email address hidden>

matrix-org/backend-meta/.github/workflows/triage-incoming.yml@v1

5fa5e9a... by Half-Shot <email address hidden>

changelog

72c0290... by Half-Shot <email address hidden>

add triage workflow

e21dd95... by Will Hunt <email address hidden>

E2E testing against IRCD/Homeserver (#1622)

* Add E2E testing suite

* Changes made to support config

* fix existing test

* Add e2e ci workflow

* Drop request

* set build arg

* fix synapse builds

* attempt to make it build

* forgot a -t

* drop build arg

* load

* fix driver

* export

* Buildkit

* export properly

* setup caching

* cache

* absolute path

* fixes

* no branch

* progress

* figure out current directory

* fix

* pin dep to make tests run

* Setup jest to allow compiled node_modules

* generous spawn timeout

* fix ip screwup

* Throw if the bot client is banned

* all settled

* explicitly fail if a connection to a irc network couldn't be established

* debug IRC

* fix image cache

* does it work better now?

* Use inspircd directly on the host

* setup earlier

* Forgot to sudo

* Dependency

* mkdir

* try without a config

* test

* try running as the irc user

* try starting the service

* hitting every branch on the way down...

* tidy up workflow

* changelog

* Cleanup handle testing

* Use matrix-org-irc 1.5.0

* undo changes to make this work in dev

* Finish up test writing

* Support postgresql

* Change result order to make DNS happier

* Apply suggestions from code review

Co-authored-by: Christian Paul <email address hidden>

* Tests run directly on the host, so use localhost

* revert DNS setting

Co-authored-by: Christian Paul <email address hidden>

5de5be7... by Damjan Georgievski

Prune non-production dependencies from runtime image (#1541)

Before:
```
$ du -sh node_modules/
189M node_modules
```

After:
```
$ du -sh node_modules/
78M node_modules/
```

Signed-off-by: Damjan Georgievski <email address hidden>

Signed-off-by: Damjan Georgievski <email address hidden>