- readme.adoc
- Added a new "Releases" section with a link to pre-built binaries.
- Included details about binaries built on Go 1.24 and Linux static builds.
- **readme.adoc**:
- Adjusted phrasing in feature description from "other bits" to "bits" for precision
- Maintained consistent line wrapping in technical documentation sections
- **readme.adoc**:
- Split long bullet points into shorter lines for improved formatting and readability
- Adjusted line breaks in technical descriptions (e.g., CGO configuration, database storage location)
- Ensured consistent line wrapping across documentation sections
- **readme.adoc**:
- Added "(todo: this is mostly built and designed but not currently available)" to a listed feature for better transparency on availability.
- Clarified that the branch name is `main` instead of `dev` under repository policy.
- Noted that "Simplified Nostr" is not currently implemented and marked it as "coming soon".
- **readme.adoc**:
- Replaced `= orly.lol` with `image:./orly.png[orly.dev]` for better branding.
- Removed duplicate `image:./orly.png[orly.png]` line to clean up content.
- **app/relay/server.go**:
- Removed unused `Admins` and `Owners` fields from the `Server` struct.
- Removed unused `signer` package import.
- **readme.adoc**:
- Updated contact information for the "zap me" section.
- **app/relay/server.go**:
- Reorganized `ServeHTTP` method to prioritize WebSocket upgrade checks.
- Streamlined logic for handling relay info requests.
- **readme.adoc**:
- Fixed punctuation inconsistencies in feature descriptions.
- Clarified Go version requirements, specifying 1.24 as the minimum.
- Update all occurrences of "realy" to "orly" in `readme.adoc`, including documentation links, file paths, and commands.
- Add `.idea/workspace.xml` to `.gitignore` to exclude specific IDE-related settings.
- Rename `realy.png` to `orly.png` to reflect the new project name.