Commit Graph

2135 Commits

Author SHA1 Message Date
Bryan Ashby 7a98198698
Some doc updates 2019-04-23 18:17:40 -06:00
Bryan Ashby 509831cc0c
Better handling of active door instances 2019-04-23 18:16:55 -06:00
Bryan Ashby 50426d0e60
Listen 'address' for WebSockets 2019-04-09 20:25:37 -06:00
Bryan Ashby 37ea1e3a30
Listen 'address' for SSH 2019-04-09 20:25:27 -06:00
Bryan Ashby 8114a1e3f2
Listen 'address' for Telnet 2019-04-09 20:25:14 -06:00
Bryan Ashby 3460b98bf5
Listen 'address' for Web 2019-04-09 20:25:03 -06:00
Bryan Ashby d54338c46e
Listen 'address' for Gopher 2019-04-09 20:24:52 -06:00
Bryan Ashby 0ed507cd7b
Initial real 2FA/OTP work 2019-04-09 20:07:19 -06:00
Bryan Ashby 75d6eef92f
Merge branch '0.0.9-alpha' of github.com:NuSkooler/enigma-bbs into security-updates 2019-04-08 20:16:16 -06:00
Bryan Ashby 19e70d1c78
Fix log message & hopefully handle client socket errors better 2019-04-08 20:14:00 -06:00
Bryan Ashby 64de10cbf7
Fix crash if client disconnects/is logged out while door is running 2019-04-05 21:53:30 -06:00
Bryan Ashby bf0a166c3d
Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs into security-updates 2019-02-24 10:38:05 -07:00
Bryan Ashby 8f69984fe9
Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs into 0.0.10-alpha 2019-02-24 09:50:11 -07:00
Bryan Ashby e37227f9d6
Add missing TF and TB MCI codes to docs 2019-02-24 09:48:48 -07:00
Bryan Ashby 23779c3abe
Use authInfo obj vs weird params. auth factor 1: factor 2 for 2FA, etc. 2019-02-22 22:51:12 -07:00
Bryan Ashby 57938e761e
+ Implement SSH PubKey authentication
* Security related items to config/security dir
2019-02-20 23:55:09 -07:00
Bryan Ashby 65ef1feb6c
Use crypto.timingSafeEqual() vs hand rolled method for constant time password comparison 2019-02-20 21:12:41 -07:00
Bryan Ashby 70f160daa3
Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs into 0.0.10-alpha 2019-02-18 14:58:34 -07:00
Bryan Ashby 53e0358113
More doc updates 2019-02-18 14:57:52 -07:00
Bryan Ashby 4b9a7cbdd5
Merge branch 'master' of github.com:NuSkooler/enigma-bbs 2019-02-18 14:54:31 -07:00
Bryan Ashby d5ac3e2e1c
More info on fb scan 2019-02-18 14:53:58 -07:00
Bryan Ashby f628168a68
Add note to WHATSNEW 2019-02-18 14:49:01 -07:00
Bryan Ashby f41d12c688
+ oputil user rename 2019-02-16 11:03:46 -07:00
Bryan Ashby 83d0daf4b7
Add 'My Messages' module 2019-02-15 21:55:18 -07:00
Bryan Ashby c695c1f4c5
New findMessages() filters 2019-02-15 21:53:18 -07:00
Bryan Ashby eeaf3b569a
Merge branch 'master' of github.com:NuSkooler/enigma-bbs into 0.0.10-alpha 2019-02-15 20:55:21 -07:00
Bryan Ashby 6ac21962cc
Merge branch 'master' of github.com:NuSkooler/enigma-bbs 2019-02-15 20:55:06 -07:00
Bryan Ashby 2dd4df8191
Fix message search... wtf!? 2019-02-15 20:54:46 -07:00
Bryan Ashby 08186109a1
Update dep. packages 2019-02-15 19:06:10 -07:00
Bryan Ashby cd43d482a5
Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs into 0.0.10-alpha 2019-02-15 19:00:43 -07:00
Bryan Ashby 8f8a4514a1
Another bump 2019-02-15 18:59:59 -07:00
Bryan Ashby cd24bf5901
Bump again 2019-02-15 18:59:04 -07:00
Bryan Ashby c27ad39360
Docs pakcage updates to silence vunerability alerts 2019-02-15 18:57:25 -07:00
Bryan Ashby aee84006be
Docs pakcage updates to silence vunerability alerts 2019-02-15 18:56:10 -07:00
Bryan Ashby e0d9fe1df3
Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs into 0.0.10-alpha 2019-02-15 18:48:56 -07:00
Bryan Ashby 1ca1128df6
Update docs & examples on SSH Private Key (PK) generation 2019-02-15 18:48:16 -07:00
Bryan Ashby 901628ccc9
Bump to 0.0.10-alpha to prepare for work 2019-02-15 15:22:21 -07:00
Bryan Ashby a08648a8dc
Change install scripts to indicate master 2019-02-15 14:48:03 -07:00
Bryan Ashby 562c73e096
Merge 0.0.9-alpha into develop 2019-02-15 14:43:50 -07:00
Bryan Ashby 04c8167a15
Minor doc updates 2019-02-15 13:55:11 -07:00
Bryan Ashby 7d82935986
Fix up Luciano art for file base list export 2019-02-15 13:43:34 -07:00
Bryan Ashby d94b0af09e
Fix missing advanced search button 2019-02-15 13:29:06 -07:00
Bryan Ashby 8b863a4e58
Merge pull request #231 from frozenfoxx/patch-2
Update sample command for generating RSA key
2019-02-15 13:19:15 -07:00
Bryan Ashby 1b809bdbea
Fix Luciano art for private mail / inbox list 2019-02-15 13:16:22 -07:00
Bryan Ashby bae61d114c Add export option to file menu 2019-02-15 13:07:52 -07:00
FrozenFOXX fd514e9613
Added better description of options for SSH keys 2019-02-15 11:38:33 -08:00
Bryan Ashby f8bbc23951 Add Luciano art for message search 2019-02-15 12:37:17 -07:00
FrozenFOXX 66bd2ce108
Downgraded to AES128
Downgraded to AES128, AES256 does not currently seem to work.
2019-02-15 10:15:37 -08:00
FrozenFOXX 95214b0fb2
Update config.js
Updated the OpenSSL command to use aes256 over des3.
2019-02-14 11:05:02 -08:00
Bryan Ashby 49c10ed3de Door run minutes should not be retroactive 2019-02-10 13:39:27 -07:00