I’m here for awhile

  • 26 Posts
  • 35 Comments
Joined 11 天前
cake
Cake day: 2025年10月3日

help-circle










  • That would certainly be a step in the right direction to discard immediately.

    There is a way for HOAs to create safe lists that keeps you off a national search, but only for your neighborhood. You aren’t excluded from search results outside your HOA installed flock cameras.

    Flock cameras aren’t speed cameras though, they are only made to capture license plates, generate vehicle attributes and fingerprint into a searchable database.

    Even if there was a mechanism to exclude me from search results…the moment I pass a camera I am technically searched and cross reference against the bad guy database. There no way around the 4th Amendment unreasonable search violation for me.

























  • Ok,

    Here is a more polished version with MIT license.

    Improvements

    -User counts

    -Connection Status Indicator

    -Ability to turn on persistent rooms. By default, the server only relays in real time. /persist turns on chat logs. The server then stores encrypted messages and users can chat asynchronously.

    -Rotating onion address and keeping existing onion now work correctly. If you rotate a onion address, since encryption keys are partially derived from the onion address, the client will be unable to decrypt messages even if the same password is used.

    -filter command can be used to bootstrap private rooms in a scenario where multiple people want to use the same server, yet chat privately. All it does is filter out messages that it can’t decrypt because it has the wrong password.

    -Got rid of ncurses set up menus to slim down the script a bit.

    -Removed redundant server manager commands and now only list two. Quit and Quit and Flush (this deletes everything in the server directory except persistent chat logs if they were turned on)

    New UI

    Example of Encrypted Chat Logs on Server Side

    I noticed some of my devices during testing wouldn’t connect without hosting a server in a seperate instance. I’m not sure why this is happening but if you can’t connect, try to host a server and then connect to another host. This seemed to fix the issue.