at_server
at_server copied to clipboard
The software implementation of Atsign's core technology
This came up in an architecture call where we were discussing our use of analytics. We need to have a clear privacy policy about what data we do collect, how...
### Is your feature request related to a problem? Please describe. Uptake the changes done in https://github.com/atsign-foundation/at_server/issues/1788 ### Describe the solution you'd like Replace calls to put/create with new params...
### Is your feature request related to a problem? Please describe. The secondary server as it is today is not scalable. The only possible scaling option today is vertical scaling....
**- What I did** - refactored persistence spec to replace optional metadata params with metadata from at_commons - any future addition of metadata will not affect the method signature in...
### Is your feature request related to a problem? Please describe. e.g. web scanning bots making https connections and doing standard server vulnerability scanning ### Describe the solution you'd like...
### Is your feature request related to a problem? Please describe. We need a way to detect out-of-memory-related restart looping ### Describe the solution you'd like Have a tool which...
Persistence : **- What I did** - uptake persistence spec changes for put/create methods and refactoring related to the changes **- How I did it** - in hive_keystore.dart, modified impl...
### Is your feature request related to a problem? Please describe. * Introducing new fields in metadata results in code changes in multiple places and also a breaking change in...
**- What I did** - changes in persistence for replacing md5 with sha256/512 **- How I did it** - added a custom object PublicKeyHash in hive meta data and corresponding...
### Is your feature request related to a problem? Please describe. Feature in https://github.com/atsign-foundation/at_server/issues/1660 has been implemented in https://github.com/atsign-foundation/at_server/pull/1713 and https://github.com/atsign-foundation/at_server/pull/1727. To preserve backwards compatibility, this feature will lie dormant...