Highlights
Pinned
2,982 contributions in the last year
Less
More
Contribution activity
April 2021
Created 202 commits in 26 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1 repository not shown
Created 3 repositories
- staltz/macintosh.js JavaScript
- staltz/explain-error JavaScript
- staltz/jitdb-files-fs JavaScript
Created a pull request in ssb-ngi-pointer/jitdb that received 15 comments
add where() operator and change and() and or()
+238
−320
•
15
comments
Opened 43 other pull requests in 17 repositories
ssb-ngi-pointer/go-ssb-room
14
merged
- improve sign-in with ssb JS for Firefox
- change join-room to claim-http-invite
- rename address field in alias JSON resolver
- Style alias page
- refactor templates that have ssb uri links
- show admin and moderator tags on members list
- more content and member links on the dashboard
- fix invite QR code
- change withssb login QR code to be a login URL
- fix server-initiated success redirect JS
- support /login?ssb-http-auth=1
- show home on the footer, and edit notice when logged in
- restyle the invites page
- combine aliases page with members page
ssbc/packet-stream
6
merged
ssb-ngi-pointer/jitdb
4
merged
ssb-ngi-pointer/ssb-db2
2
merged
1
open
ssb-ngi-pointer/ssb-room-client
2
merged
ssb-js/muxrpc
1
merged
1
closed
ssbc/ssb-ebt
2
merged
felixrieseberg/macintosh.js
1
merged
auditdrivencrypto/secret-handshake
1
open
pull-stream/pull-stream
1
open
ssbc/ssb-replicate
1
merged
ssb-js/multiserver
1
merged
ssb-ngi-pointer/ssb-uri-spec
1
merged
ssb-ngi-pointer/rooms2
1
merged
ssb-js/secret-stack
1
merged
ssb-ngi-pointer/ssb-http-auth-client
1
merged
ssb-ngi-pointer/ssb-http-auth-spec
1
merged
Reviewed 46 pull requests in 10 repositories
ssb-ngi-pointer/go-ssb-room 22 pull requests
- Add a test where clients are disconnected forcefully
- Update documentation, add screenshot
- check that roomstate doesn't keep stale connections
- fix missing context
- add json response for invite facade (fixes #188)
- Disable room logger
- dont allow upercase chars in aliases (fix #192)
- disable ui if user is unelevated
- Fix nginx.cfg for alias resolve when using JSON
- remove peers from the room when the muxrpc sessions ends
- don't leak internal details to callers
- Add tunnel.endpoint tests and bugfix
- Fix websocket
- allow wildcard of the configured domain, too
- refactor templates that have ssb uri links
- add member_is_admin and member_has_role template helpers
- more content and member links on the dashboard
- Better error messages
- Move privacy modes into proper settings view
- Start styling privacy modes ui
- restyle the invites page
- combine aliases page with members page
ssb-ngi-pointer/jitdb 8 pull requests
- Preprocess the conversion of strings to buffers for slowEquals and use LRU cache
- Crc
- Refactor executeOperation()
- Configure benchmarks to run in parallel
- Skip null arguments in AND, OR operator
- Delay checking prefix index until we need the result
- refactor bitset filters logic
- add where() operator and change and() and or()
ssb-ngi-pointer/ssb-db2 4 pull requests
ssb-ngi-pointer/ssb-validate2-rsjs 3 pull requests
ssbc/packet-stream 2 pull requests
ssb-ngi-pointer/atomic-file-rw 2 pull requests
pull-stream/pull-stream 2 pull requests
ssb-ngi-pointer/ssb-room-client 1 pull request
ssb-js/muxrpc 1 pull request
ssbc/ssb-friends 1 pull request
Created an issue in ssb-ngi-pointer/jitdb that received 22 comments
Corrupted indexes
This is a placeholder for more details that I'll post later, because I'm on mobile. We found a bug in Manyverse where opening a thread for msg root…
22
comments
Opened 39 other issues in 7 repositories
ssb-ngi-pointer/go-ssb-room
6
open
27
closed
- 404 on the dashboard, after removing a banned id
- Failing to connect with shs errors when receiving new clients
- Alias registration muxrpc errors could be more clear
- alias registration should refuse uppercase characters
- muxrpc client crashes when go-ssb-room closes or something
- Rework sign-in page to handle SSB URIs with JS
- Invite Façade URL should support encoding=JSON
- JSON alias endpoint missing multiserverAddress
- JSON alias endpoint not working
- Double requestSolution sent for Firefox Focus (Android)
- muxrpc error when consuming alias
- muxrpc errors in client-initiated sign-in with SSB
- Invite response should inform what features the room supports
- Hosting documentation: using aliases-as-subdomains
- Manually test alias revocation manyverse x go-ssb-room
- Manually test alias registration manyverse x go-ssb-room
- Manually test alias consumption manyverse x go-ssb-room
- registerAlias should return wildcard subdomain URL
- tunnel.endpoints not working with manyverse and patchwork
- RoomState.List() to return FeedRef instead of string
- On dashboard, list of members should show aliases
- alias URL should be stable when visited
- Style alias page
- All disallowed moderator UI actions should be grayed-out
- On members list, render who is admin / mod
- Some issues not shown.