Results 20 issues of Poga Po

Currently, we only support public channels. There are multiple design issues needed to be considered: * Encryption: How does key exchange, key rotation, and forward secrecy work? We need end-to-end...

help wanted

We want to describe (and somewhat confident about) two identity is related or owned by the same person. The same mechanism can also be used to link an archive to...

Since anyone can change their nickname to whatever they want, it's hard to distinguish between users with the same name. We need a way to display user's detail profile such...

Since most data is aggregated on the hub. A hub can maintains its own search index for data it has.

### Why Moderation is essential to community management. There are two type of moderation: * Membership: who can join, who can't join(block) * Content moderation: which message should be shared...

This is a tracking issue for the on-going project re-organization and cleanup. **Steps:** - [ ] Migrate to Go modules #220 - [x] Extract standalone `ptt.ai-core` module. #244 - [...

C-tracking-issue

#### Version information: InitApp: start theVersion 0.2.0 gitCommit e04f1cae871b06fd7a661cb0a5ee539b646f8a56 Gptt Version: 0.2.0 Git Commit: e04f1cae871b06fd7a661cb0a5ee539b646f8a56 Architecture: amd64 Go Version: go1.12.2 Operating System: darwin GOPATH= GOROOT=/usr/local/Cellar/go/1.12.2/libexec #### Type: Bug #### Description:...

enhancement

Currently there's no encryption for on-disk data storage (we're using leveldb with no encryption). We might need an encryption solution to avoid potential data leak

enhancement

Currently it's set to `100`: https://github.com/poga/redis-percentile/blob/master/src/lib.rs#L79

enhancement
help wanted