Skip to content

v0.15.1

Latest
Compare
Choose a tag to compare
@mk6i mk6i released this 08 Feb 06:14
· 1 commit to main since this release

What's new?

screenshot of TiK client

Retro AIM Server now supports the TOC protocol, a text-based alternative to the OSCAR protocol.

What you can do with TOC

  • Rediscover AOL's Obscure AIM Clients – Explore short-lived AIM clients like TiK and Quick Buddy. Check out the TiK Client Setup documentation to get started.
  • Easily Develop Chat Bots – The simple text-based nature of TOC makes it ideal for bot development.

Community Updates

  • MattKC Bytes showcased Retro AIM Server, bringing it to a wider audience!
  • UFDTech discussed the feature in a YouTube Short, spreading the word even further.
  • Digital Scriptorium released a comprehensive video tutorial covering RAS setup on macOS, Linux, and Windows.
  • The RAS Discord channel has surpassed 500 members! Thank you for being part of the journey. Here's to the next 500!

Changelog

  • 408105a update README.md
  • 59de6e7 toc: support additional html tags in profile
  • 393af7d issue #89 - reflect chat message back to TOC sender
  • f776bd5 issue #90 - add down migration
  • 1eeb901 fix go vet
  • b0d6e85 issue #87 - fully parse profile HTML
  • 4bec0d4 toc: document TiK client setup
  • 066339d toc: handle unexpected non-GET HTTP reqs
  • 2e88ac7 toc: read fixed number of bytes for FLAPON
  • 10a0b38 toc: check TOC command length
  • 82f16a9 toc: replace readline with bufio.scanner
  • 99fef1b update mocks
  • 883edf1 update dependencies
  • a118ced toc: code review fixes
  • dfad2bd fix go vet and lint errors
  • 070a7e6 implement TOC support
  • 1cd8918 add validation check for 0.0.0.0 OSCAR_HOST
  • 775140c don't auto-create accts with malformatted screen names
  • 2287599 Merge pull request #82 from niraethm/patch-1
  • c9cce1c Update wine command to proper filename
  • 017a1f4 Merge pull request #79 from Bildcraft1/main
  • f9141c9 Docker support
  • 48aeda4 fix bad go fmt
  • 6c3f28b wire: support marshal/unmarshal arrays
  • e984f5d fix: empty buddy list when AIM<=3.5 boots >3.5 client
  • 1ea668a pd: set permit/deny mode on empty list
  • dcd9eaa Merge pull request #75 from engirugger42/update-systemd-example
  • 967d853 Update ras.service to include missing API_PORT argument
  • a2ce935 Update README.md