Henry

Results 69 issues of Henry
trafficstars

Needs #213. Should Include use of HIBP. here is a draft: > ## External service to check for leaked passwords > We use the external service of [haveibeenpwned.com (HIBP)](https://haveibeenpwned.com/Passwords) to...

Documentation

Right now the defaults live inside the SQLite migration files. https://github.com/ssb-ngi-pointer/go-ssb-room/blob/d1a25ebe2a5f1a3c6d81ffdefe565996d74ca3ad/roomdb/sqlite/migrations/02-notices.sql#L33-L45 This is not a good nor accessible place for long term maintenance. I propose having a embedded storage with...

enhancement

It's merged since #141 but it's a hidden feature. Should add a paragraph of why and how to use it to `docs/`

Documentation

Just a tracking issue, there is no room client in Go as of yet. Could increase the efficiency and turnaround time of our tests, tho and might enable much better...

Go

who joined and left, etc. could be fed the same way as the login redirect dance and #113 will do it's magic. Definitely a version 2.1 thing, though.

enhancement

Before I forget this again: SQLite doesn't index anything by hand, not even foreign key relations. In general we need to add these for all the columns we query on:...

Bug
Go

Now that we have the go code and room2-check tool in place we should also go the final mile and add integration tests that use both sides. Right now the...

JavaScript
Testing

The Go code makes it fairly simple to wrap network connections. We could use this to do some basic accounting like traffic used and show the totals for the mods...

enhancement
Go

stuff in /assets/ should have the correct http headers so that they don't get reloaded every time.

Bug
Go

All the important parts have unit tests. * HTML Forms are checked to have the fields * HTTP POST endpoints are checked * sqlite crud interface is tested, including `.Consume()`...

Go
Testing