go-ssb-room icon indicating copy to clipboard operation
go-ssb-room copied to clipboard

Room server implemented in Go

Results 62 go-ssb-room issues
Sort by recently updated
recently updated
newest added

This should simplify code elsewhere, e.g. in web/handlers/admin/dashboard.go `overview`

Go

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

I think I recall once wanting to do bold and italic formatting inside localized strings, but it's a headache. Now I stumbled on the first need for a link ``...

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

This is just an idea. Similarly to start-http-auth with SSE, once the invite has been claimed, the join page could automatically redirect to a "success" page. This is to prevent...

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