Commit Graph

15 Commits

Author SHA1 Message Date
d2d2ea3fa0 Add releases section to README
- 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.
2025-08-08 10:17:47 +01:00
0361f3843a add enviroment variables information to readme.adoc 2025-08-05 06:28:27 +01:00
4317e8ba4a updated readme to be current 2025-08-05 06:17:14 +01:00
9094f36d6e updated readme to be current 2025-08-05 06:15:13 +01:00
6d34664cf8 Update README bullet point wording for clarity
- **readme.adoc**:
  - Adjusted phrasing in feature description from "other bits" to "bits" for precision
  - Maintained consistent line wrapping in technical documentation sections
2025-07-19 12:56:44 +01:00
dac6a30625 Improve readability by splitting long lines in README
- **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
2025-07-19 12:55:55 +01:00
e91c591a6f Update readme with note on forthcoming HTTP API details
- **readme.adoc**:
  - Added a note indicating that the HTTP API is not included yet but is planned for future release.
2025-07-17 14:00:38 +01:00
2323545d4b Update readme with clarification on features and repository policy
- **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".
2025-07-17 13:59:45 +01:00
1d18425677 fixed missing bits
- **readme.adoc**:
  - Updated contact information with nostr profile for better user engagement.
2025-07-17 13:30:34 +01:00
fc68bcf3cb moved everything into pkg/ 2025-07-17 13:18:55 +01:00
affd6c1ebc Update readme to replace placeholder image link and remove duplicate image
- **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.
2025-07-17 13:11:28 +01:00
6e103c454d Remove unused fields from Server struct and update readme contact info
- **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.
2025-07-17 13:10:27 +01:00
db3f98b8cb Refactor ServeHTTP logic and minor documentation updates
- **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.
2025-07-17 13:07:17 +01:00
e5e857b33d Rename project references from "realy" to "orly" and update .gitignore
- 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.
2025-07-14 10:58:48 +01:00
9b868cea17 migrate to mostly working old realy codebase, preparing to integrate new database and event codec 2025-07-12 22:14:40 +01:00