Browse Source

Updated LICENSE and README

Apollo 7 months ago
parent
commit
bb5737a2ca
2 changed files with 29 additions and 2 deletions
  1. 1 1
      LICENSE
  2. 28 1
      README.md

+ 1 - 1
LICENSE

@@ -1,5 +1,5 @@
 MIT License
-Copyright (c) <year> <copyright holders>
+Copyright (c) 2024, David Thielemann (Apollo)
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 

+ 28 - 1
README.md

@@ -1,2 +1,29 @@
-# lunarbbs
+# LunarBBS
 
+In space, no one can hear you call.
+
+A 2024 BBS software. Rust powered, Diesel fueled, Tokio async.
+
+## Todo List
+
+- [X] Logging
+- [ ] Diesel Database backend
+  - [ ] Users
+  - [ ] Mail
+- [ ] Toml Configuration
+  - [ ] Main Config
+  - [ ] Mailareas
+  - [ ] Fileareas
+  - [ ] Menus?
+  - [ ] Login Items?
+- [ ] SSH frontend
+- [ ] Telnet frontend (Or are we a BBS of the \_\_future\_\_?)
+- [ ] Web accessory?
+  - Mail access
+  - Maybe do something like Mystic and allow playing doors
+  - Configuration Editor UI?
+- [ ] Configuration Editor?
+- [ ] Scripting
+  - [ ] RHAI? (Seems newer/up-to-date)
+  - [ ] Rune? (Seems older than RHAI)
+  - [ ] Lua? (Gag, and loose the power of Rust?)