- Oct 08, 2014
- Oct 07, 2014
-
-
echicken authored
-
- Oct 06, 2014
- Oct 05, 2014
-
-
deuce authored
been entered and checked.
-
echicken authored
-
echicken authored
Favour item.content for import as message body, if it exists. Replace some HTML entities not caught by html_decode (more needs to be done here, and some if not all of it is derp.) May cause dupe imports (I suggest only using this on subs that you are willing to pollute, for the time being.)
-
rswindell authored
var GetStrMenu=765;
-
- Oct 04, 2014
-
-
deuce authored
-
deuce authored
Set user.number to newuser.number and call user_sync(). login should do this, so if this works, something is amiss.
-
deuce authored
This is likely not overly useful however aside from indicating a problem.
-
deuce authored
-
rswindell authored
there are several control keys which have special use in this mode, but not in others and Ctrl-Z is in fact different in both modes (raw input vs. undo). Updated the default ControlKeyMenu text.dat string (e.g. removed Ctrl-S and Ctrl-Q since they actually have no globally defined use).
-
rswindell authored
Fix Ctrl-Z/Undo so it only redisplays from the correct column/offset. Note: K_NOECHO mode appears to still have some bugs if/when K_EDIT is also used (which would be a weird combination of modes).
-
- Oct 03, 2014
-
-
deuce authored
user.stats is read-only... don't try changing it (this is taken care of by syste.mnewuser()). Don't use the newuser object after the user is logged in.
-
deuce authored
-
deuce authored
-
deuce authored
-
echicken authored
-
deuce authored
This allows avoiding the use of bbs.user_sync() everywhere and makes certain internal magic work better. Patch inspired by Psi-Jack's submitted patch set. Hopefully I extracted all the bug fixes. Let the next round of testing begin!
-
rswindell authored
Don't allow a message title input prompt to exceed the width of the terminal (noticed when uploading a file to be emailed from the terminal server). This really should be a generic solution in getstr(), which I'll get right on.
-
rswindell authored
- instead of enabling/disabling raw input mode
-
echicken authored
Added appendString variable, value of which is tacked on to a message body just prior to saving. Default is a blank line, which may not accomplish anything. Can be edited as needed.
-
- Oct 02, 2014
-
-
echicken authored
Import RSS or Atom feeds into message subs. See comments at top for config info and notes. Probably needs its own config file, but we will use modopts.ini for now.
-
- Oct 01, 2014
- Sep 30, 2014