Bryan Ashby
b80cd18012
Add Rumorz
2016-08-26 22:34:37 -06:00
Bryan Ashby
bbba6cd214
Use new string_format.js lib for formatting...more to come!
2016-08-26 21:30:51 -06:00
Bryan Ashby
8002bbe8fe
Start using new enig assert vs standard assert
2016-08-26 21:30:25 -06:00
Bryan Ashby
8d484daa3a
Enigma error objects
2016-08-26 21:29:57 -06:00
Bryan Ashby
6fa19f9ac3
assert() that won't expload when not in 'dev' mode
2016-08-26 21:29:49 -06:00
Bryan Ashby
3bae109537
Fix formatting on banner
2016-08-26 21:28:29 -06:00
Bryan Ashby
3319e8d7f9
Formatting
2016-08-26 21:28:17 -06:00
Bryan Ashby
ef6c21e48e
comment
2016-08-26 21:28:02 -06:00
Bryan Ashby
9bd39f6d80
format() that works with RA pipe codes & ANSI ESC seqs
2016-08-26 21:27:32 -06:00
Bryan Ashby
7ce2a3bbe5
Remove assert
2016-08-26 21:26:50 -06:00
Bryan Ashby
b19d06df26
Default to NOT showing non-authenticated users in who's online / getActiveNodeList()
2016-08-26 20:53:27 -06:00
Bryan Ashby
66abe4429c
Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs
2016-08-21 19:59:32 -06:00
Bryan Ashby
51baba1f2a
Add preAuthIdleLogoutSeconds
2016-08-21 19:59:21 -06:00
Bryan Ashby
d6b22b085c
Update license date
2016-08-20 15:26:18 -06:00
Bryan Ashby
d50e505bd7
* Allow for clients such as ConnectBot that see "home" as 0,0 vs ANSI-BBS standard 1,1 by offsetting CPR values
...
* Some code cleanup
* Don't assert in View.js setPosition(); Instead, sanatize values
2016-08-14 11:45:31 -06:00
Bryan Ashby
cf30389146
ToggleMenuView causes Engima to crash when connecting with ConnectBot #83
2016-08-13 10:05:49 -06:00
Bryan Ashby
383b3b449d
* Fix key press event for EditTextView
...
* Fix MCI draw issue for TextView
* Missing bbs.js MCI init
2016-08-10 23:35:17 -06:00
Bryan Ashby
30ba609fb4
* Add rumorz mod
...
* ANSI/pipe working properly in VerticalMenuView
* Fix bug in renderStringLength()
* Make initSequence() part of prototype chain for inheritance
* Use proper 'desc' field vs 'status' for menus when setting client/user status
* Move pipeToAnsi() to setItems/setFocusItems vs every render
* Add %RR random rumor MCI
* Predefined MCI's can be init @ startup - RR uses random as a test bed
* Add some StatLog functionality for ordering, keep forever, etc.
* Fix TextView redraw issue
* Better VerticalMenuView drawItem() logic
* Add 'key press' emit for View
* Enable formats for BBS list - works with MCI
* Remove old system_property.js
2016-08-10 22:48:13 -06:00
Bryan Ashby
2b68201f7d
* Pretty big optimization with TextView: Don't attempt to draw empty items - which needs SGR work and all sorts of processing - if there is not (yet) a non-empty string to draw
2016-08-06 20:11:04 -06:00
Bryan Ashby
6283a047f3
Fix renderSubstr() with start > 0
2016-08-06 19:58:14 -06:00
Bryan Ashby
257081b250
Help catch errors in configs easier
2016-08-06 19:57:27 -06:00
Bryan Ashby
26fb4692dc
Attempt to detect when an archiver does not exist (HACK!)
2016-08-06 16:30:56 -06:00
Bryan Ashby
9af9bfe3d0
More switch style
2016-08-03 22:43:56 -06:00
Bryan Ashby
33f0553ea9
Use sane switch style :)
2016-08-03 22:43:06 -06:00
Bryan Ashby
f024527db1
Fix switch rule
2016-08-03 22:36:35 -06:00
Bryan Ashby
b12d9aad04
sysStat for +op username vs old config value
2016-08-03 21:46:38 -06:00
Bryan Ashby
8d9a686629
Use new prompt
2016-08-03 20:59:10 -06:00
Bryan Ashby
969cd35ece
* Use standard MCI codes in FSE/etc.
...
* Add mod mixin for temp area/conf switch e.g. used by new scan, fse, so on
* string utils: renderSubstr(), renderStringLength(): Works with *rendered* text. That is, is smart enough to ignore ANSI and RA style pipe color codes
* string util pad() works with ANSI/RA pipe codes
* TextView can now display text with RA pipe codes and MCI codes
* Message conf/area welcome art #81
* Update luciano art with new MCI
2016-08-03 19:48:45 -06:00
Bryan Ashby
3d098e927a
Misc minor cleanup
2016-08-03 19:38:06 -06:00
Bryan Ashby
c93638a5e6
Ooops... missing StatLog module :)
2016-07-27 21:48:13 -06:00
Bryan Ashby
8787703989
* New StatLog: Replaces various logs, system props, etc. into one class/methods
...
* Uew StatLog for last callers
* Use new StatLog for +op props
* Use new StatLog for user props such as posts & MCI to access such
* Use StatLog for various new MCI codes for +op
* Misc missing MCI codes
2016-07-27 21:44:27 -06:00
Bryan Ashby
d4ce574be3
Case insensitive areaTag compare
2016-07-25 14:36:57 -06:00
Bryan Ashby
0a629feeb0
Resolve: System methods prev/nextArea, and prev/nextConf can cause a crash #79
2016-07-25 14:35:58 -06:00
Bryan Ashby
fb737357f5
Update copyright
2016-07-25 14:26:34 -06:00
Bryan Ashby
8d75a675dd
Make linter happy
2016-07-25 14:26:20 -06:00
Bryan Ashby
b39c26153b
* Don't allow pure numbers as usernames (e.g. "1234")
...
* Minor code cleanup
2016-07-25 10:49:41 -06:00
Bryan Ashby
fbba2160fe
Message Area - Cancel message #47
2016-07-25 10:47:57 -06:00
Bryan Ashby
b0ddc3fec4
Minor cleanup, allow console.log(), .error(), etc. here
2016-07-25 10:47:30 -06:00
Bryan Ashby
623e96feb0
Replaced by acs.js
2016-07-25 10:46:58 -06:00
Bryan Ashby
0aa75c17c1
Style + import lodash
2016-07-25 09:30:49 -06:00
Bryan Ashby
ea0ce74d2e
LF changes
2016-07-25 09:26:57 -06:00
Bryan Ashby
3c2e760431
Merge pull request #80 from rjmooney/master
...
Enable themes to specify empty text masks for password entry (plus doc bug fixes)
2016-07-25 09:21:34 -06:00
Robert Mooney
9ab4adc05f
Handle empty text masks.
...
This allows themes to prevent text from being sent during password
entry. To enable, edit theme.hjson and set $.customization.defaults
.general.passwordChar to "". e.g.,
{
...
customization: {
defaults: {
general: {
passwordChar: ""
}
}
...
}
}
2016-07-25 02:02:37 -07:00
Robert Mooney
e080b5dcfa
Spelling and grammar!
2016-07-25 02:02:37 -07:00
Robert Mooney
dd03d3dcf1
Minor documentation fixes:
...
- Clarify *oputil* invocation
- Remove redundant 'to'
2016-07-25 02:02:36 -07:00
Bryan Ashby
d4a753fd74
HappyNet refs
2016-07-25 01:46:17 -06:00
Bryan Ashby
83ad1c01d3
Mail/email menu
2016-07-25 01:03:27 -06:00
Bryan Ashby
7e7bd538eb
Mail/email menu
2016-07-25 01:03:07 -06:00
Bryan Ashby
87c6746676
validateUserNameExists()
2016-07-25 01:01:14 -06:00
Bryan Ashby
820e150708
Properly filter out private mail by user ID
2016-07-25 01:00:35 -06:00