- Feb 26, 2018
-
-
echicken authored
Do it in one line, because some people would use two lines instead.
-
echicken authored
Allow pause 'enabbled' by default when pause=true/yes/on/1 in root of settings.ini. Use 'top_level' setting from root of settings.ini, if present, in place of 'Gallery Menu' text. Removed my handle from the top of the screen, good buddy. Other people have stuck their fingers in this thing.
-
rswindell authored
section of settings.ini.
-
nightfox authored
A collection of Star Trek avatars. Digital Man created the Starfleet logo (it was in his Miscellaneous Doodles collection). I created the other avatars. Hopefully these look okay to others.. I'm still developing my artistic abilities. Darnit Jim, I'm a software developer, not an artist.
-
- Feb 25, 2018
-
-
rswindell authored
creates/deletes the file: ctrl/sysavail.chat
-
rswindell authored
so they can be more easily used by external utils (e.g. umonitor).
-
rswindell authored
when a user is disconnected while in a door,e.g. lbshell.js line 505: TypeError: xtrn_area.sec_list[sec] is undefined
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
echicken authored
Will add an (empty) avatar for the user and disable it. Appears for users who have no avatar configured.
-
rswindell authored
addresses from dumb web-scrapers, but not smart ones.
-
rswindell authored
avatar_chooser.js line 76: TypeError: bin is null
-
rswindell authored
the user to create/select an avatar.
-
- Feb 24, 2018
-
-
deuce authored
isn't going to happen. Also, add more errors, especially when a certificate is installed, but the state data can't be updated. That (very unlikely - some would say impossible) situation will result in a new cert being requested every time the script is ran (ideally every day), and likely running into throttling issues.
-
rswindell authored
solution since we're not actually building it as a library but rather cherry picking specific files and this just introduces more problems since don't have all the required files in this massive alias.
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
"base64.h: No such file or directory"). Boy, it should be simpler to just include smblib/*.
-
deuce authored
an error. If LetSyncrypt does create it, add a webctrl.ini file that removes access restrictions so that the file can be validated.
-
deuce authored
This allows disabling authentication after a higher level specifies an AccessRequirements value, eliminating the last reason to keep access.ars around.
-
deuce authored
-
deuce authored
when they're 30 days old.
-
deuce authored
ssl.cert and generate a new key. The defl-signed certificates are 1536 bits, so cannot be reused for Let's Encrypt.
-
deuce authored
-
deuce authored
Modify ctrl/letsyncrypt.ini and in the Domains section, add the web root for each domain in the format: example.com=/sbbs/web/root If the list of domains changes, a new certificate will be generated next time letsyncrypt runs. You DO NOT need to specify the domains if you only need to support the single host system.inet_addr.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Also, allow signing unrecognized attributes. These changes allow getting a Let's Encrypt certificate covering multiple domain names.
-
deuce authored
when the extension is natively supported by Cryptlib. This is to work around the apparent impossiblity of adding multiple DNSName entries to the Subject Alt Name field. Sorry DigitalMan, you'll have to compile the Win32 libraries again. :-)
-
deuce authored
large multi-line strings though.
-
deuce authored
-
deuce authored
attribute_get/set[_string|_time]? interface. This is way easier than a bunch of tiny getter/setter functions, and most of these certificate extensions aren't actually going to be used anyway. Also, surface the attribte cursor constants for more advanced certificate parsing/creation.
-
rswindell authored
time.
-
rswindell authored
time.
-
rswindell authored
the default/all target. So a single "make" command in src/sbbs3 should build these nested targets as well. Caveat: "make clean" does not clean these sub-make targets.
-
- Feb 23, 2018
-
-
deuce authored
run this as a daily event.
-