Skip to content

Releases: jfs-jfs/ssh-forum

KISS version

08 Jan 14:29

Choose a tag to compare

3.0! Keep It Simple Stupid

Full rewrite to make it simpler and concise. Really just read the code there are like 4 code files with 200 lines each.

Instead of using a state machine now I migrated it to Model View Controller structure. Now the code is better split by function and not the mess it was before.

Also comes with it's own ssh server coded in go (thanks to the people at wish) to avoid authentication

2.1.0

19 Nov 13:21
508dffb

Choose a tag to compare

What's Changed

  • feat(database): now the database is persistent by default by @analogcity in #4

Full Changelog: v2.0.0...v2.1.0

2.0.0

19 Nov 11:37
6e8c1cf

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/analogcity/analogcity/commits/v2.0.0