Commit Graph

3 Commits

Author SHA1 Message Date
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