Mebio.us: Difference between revisions
From Serial Experiments Lain wiki
More actions
No edit summary |
|||
(4 intermediate revisions by 4 users not shown) | |||
Line 4: | Line 4: | ||
* All traffic is encrypted via SSL to prevent eavesdropping. | * All traffic is encrypted via SSL to prevent eavesdropping. | ||
* The code is completely open source and it's encouraged that users create their own instances of it to create a decentralized community. | * The code is completely open source and it's encouraged that users create their own instances of it to create a decentralized community. | ||
* | * The site has an ongoing effort to protect the anonymity of its users. | ||
* It has a REST API which allows anonymous reading, and with an API key, posting to the site. | * It has a REST API which allows anonymous reading, and with an API key, posting to the site. | ||
Line 10: | Line 10: | ||
* 512 character limit as opposed to the original site. | * 512 character limit as opposed to the original site. | ||
* Image support is planned, along with the possibility of audio. There is, however, no ETA on when these features will be complete. | * Image support is planned, along with the possibility of audio. There is, however, no ETA on when these features will be complete. | ||
* Actively monitors for and censors abusive/illegal content. | |||
== | ==Anonymity== | ||
In the interest of preserving anonymity, the site takes the following precautions: | |||
* All webserver logs disabled completely. | * All webserver logs disabled completely. | ||
* User IPs are hashed immediately as SHA512 and the plaintext representation of the IP address is discarded. The hashed IP is stored only for banning purposes. | * User IPs are hashed immediately as SHA512 and the plaintext representation of the IP address is discarded. The hashed IP is stored only for banning purposes. This is vulnerable to comparing the hash against a set of all hashed IPv4 addresses, if an alternative to this system is not found, the site will disable banning in the interest of user anonymity, thus no IP logs in any form at all will be kept. | ||
==External Links== | ==External Links== | ||
* [https://mebio.us mebio.us] | * [https://mebio.us mebio.us] - defunct | ||
* [https://github.com/mebio-us/mebio.us Site source code, MIT licensed.] | * [https://github.com/mebio-us/mebio.us Site source code, MIT licensed.] - deleted | ||
* [https://github.com/rein/mebious Barebones source code, without some "useless" additions made for .us] | * [https://github.com/rein/mebious Barebones source code, without some "useless" additions made for .us] - deleted | ||
* [https://twitter.com/mebio_us Twitter account, posts notices if the site is unavailable, as well as other content.] | * [https://twitter.com/mebio_us Twitter account, posts notices if the site is unavailable, as well as other content.] - deleted | ||
[[Category:Fanworks]] |