buttercat1791
2a57122436
Introduce WebSocket handles and simplify
...
- The `acquire`, `release`, and `drain` method signatures remain unchanged.
- `WebSocketHandle` objects are introduced to tie each socket's state to the socket itself.
- Initial connection logic is simplified.
- Some minor improvements and validations are introduced based on AI-assisted code review.
9 months ago
buttercat1791
fee33e8f92
`#instance` -> `#shared`
9 months ago
buttercat1791
c79b844f65
Use `WebSocketPool` for raw WebSocket connections
9 months ago
buttercat1791
9a95ee4508
Remove unused imports
9 months ago
buttercat1791
2839e2547a
Improve `WebSocketPool` class
...
- Share a single connection per URL
- Set a limit to the number of connections to prevent resource exhaustion
- Prevent certain race conditions
9 months ago
buttercat1791
c466d73a57
Add resource pool class for WebSocket connections
9 months ago
buttercat1791
3b7ffb913f
Fix warnings and errors thrown be Deno's linter
10 months ago
silberengel
591066aa9e
turned on local relays
10 months ago
silberengel
5822c087a6
blog updated
10 months ago
silberengel
c1d60069a8
commenting works
10 months ago
silberengel
fab4a00992
publishing from events works
10 months ago
silberengel
fd3b26741d
login working
10 months ago
silberengel
3f511dfcb1
fixed event search
10 months ago
silberengel
bd6d96ed62
Made ToC auto-expanding
10 months ago
silberengel
c7ce636210
ToC corrections
10 months ago
silberengel
97d54e64ac
highlight current section and pad header
10 months ago
silberengel
1a1612150e
added pastel placeholders
10 months ago
silberengel
ba1f0164ba
fixed feed display
10 months ago
silberengel
5e72e31fca
interim bugfix state
10 months ago
silberengel
5ceaced771
ran prettier
10 months ago
silberengel
e7299c755e
fixed the build and all errors
10 months ago
silberengel
1c0f1bbdce
Fixed everything broken after merge. Corrected some bugs. Added 30040 traceback links.
10 months ago
silberengel
14246339b0
fallback to npub, when Amber session breaks
10 months ago
silberengel
212563aae5
Event Search revamped
10 months ago
limina1
40e8402340
fix tagvalue spacing in preview
10 months ago
limina1
b70929c0c9
Add editor, preview and publishing capabilities
10 months ago
silberengel
c30bd1d519
Fix the page redirection to sustain the Amber sessions
10 months ago
silberengel
7cd1a522f2
Made Amber session persistent.
10 months ago
silberengel
5dfa4ef2c5
updated and expanded comment box. corrected eventinput displa and updated search. Fixed reactivity problem.
10 months ago
silberengel
f3fa56556c
make columns more responsive
10 months ago
silberengel
ac48cd6c15
second-order search results and appended t: search results added to d: search
10 months ago
silberengel
4fe24f60e1
Applied code review comments
10 months ago
silberengel
97036fe930
fixed all logins/logouts
...
universal user store
10 months ago
silberengel
c8891f3109
Amber and npub-only login implemented
10 months ago
Silberengel
1fff18b267
latex/Asciidoc rendering improvement for NostrMarkup
10 months ago
Silberengel
5d6d24dfbc
Made the buttons more prominent
10 months ago
Silberengel
3fca7c0699
Publication writer done.
10 months ago
Silberengel
766818b2c6
Rudimentary comment box and event input box implemented
10 months ago
Silberengel
5c4a866a9f
fix missing copy icon
10 months ago
Silberengel
c37a3f3a73
rudimentary LaTeX implementation for Markup
10 months ago
Silberengel
b5e854a573
Double-checked relay implementation and added status page and better logging
10 months ago
Silberengel
7a4891d79e
made cards and card/detail images uniform
10 months ago
Silberengel
4564762005
Accelerated 30040 loading for the search bar on the landing page
10 months ago
Silberengel
c9721c5eb5
cleaned up debugging
10 months ago
Silberengel
bb14cdff5a
Asciidoctor rendering of Asciimath, LaTeX, PlantUML, and SVG placeholders for BPMN and TikZ
10 months ago
Silberengel
34c4de3adb
first pass at rendering wikilinks and nostr links in Asciidoc
10 months ago
Silberengel
7267196350
normalized event searches
10 months ago
Silberengel
d396b6f292
implemented d-tag searches and corrected wikilinks to use them
10 months ago
Silberengel
d39daa855c
fixed a-tag links
10 months ago
Silberengel
3879902397
fix raw json display and add copy button
10 months ago