open-chat
open-chat copied to clipboard
This is the main repository for the OpenChat application which runs on the Internet Computer
We need to make sure logs are only visible by us (+ maybe the users they relate to) and that they do not contain any personally identifiable information or user...
We need to consider the scenario where multiple different users use the same device. In this scenario we need to ensure that the cached data on the client is a)...
Also an admin should be able to specify a reason when banning a user which should be viewable against the user and seen by the user in the OpenChatBot message...
Ensure the canister metrics have what we need and we don't expose anything private
user_index group_index notifications_index proposals_bot cycles_dispenser open_storage_index
open_storage_index open_storage_bucket notifications_index
Hi, I've noticed that your current `sns_proposal.sh` configuration script is setting `--swap-due-timestamp-seconds` to a relatively small value (`1209600` is two weeks in seconds). https://github.com/open-ic/open-chat/blob/39c99c18f985e25abd10be48c7ee047d1de355db/sns_proposal.sh#L40 However, I think that this parameter...
add a download option to get hold of the actual file. Nothing that the user couldn't do anyway, but more convenient.
Currently it regenerates the whole changelog which is not really scalable (since it needs to load all of the files for every commit). Need to modify it so that it...