2509a2b64b
Correctly theme private message list
David Stephens
2018-02-12 21:56:36 +00:00
26e8e0f6d0
Fix message counter and message area display in message listings
David Stephens
2018-02-12 21:53:15 +00:00
5b698b34ef
Remove unused view to clear warn from logs
David Stephens
2018-02-12 21:45:56 +00:00
b5ad6ef1ee
Update MMENU.ANS to include rumours and private mail
David Stephens
2018-02-12 21:17:55 +00:00
c26a8872e6
Fix TIC node config lookup when wildcards are present
Bryan Ashby
2018-02-10 10:54:04 -07:00
8c7c20862c
* Implement some missing placeholder ACS checks * Add some new ACS checks * Add documentation on new ACS
Bryan Ashby
2018-02-07 20:26:29 -07:00
1dd3c0bfcd
Merge branch 'master' of github.com:NuSkooler/enigma-bbs into 0.0.9-alpha
Bryan Ashby
2018-02-07 20:19:45 -07:00
6df1e95b82
Hopefully GitHub markdown works better this way...
Bryan Ashby
2018-02-06 21:12:47 -07:00
5d65da1f64
Merge branch 'master' of github.com:NuSkooler/enigma-bbs into 0.0.9-alpha
Bryan Ashby
2018-02-06 21:09:13 -07:00
5c580c1ecd
Prevent private mail in message search results
Bryan Ashby
2018-01-31 23:01:42 -07:00
837326e15a
MANY changes around message listing / viewing * If messageList is used, alwasy require items to contain areaTag * Standardize messageList a bit - still WIP, needs cleaned up * Lof of changes around area/conf tracking in relation to messages and message listings * Work for message searching * Clean up of various code, much to do...
Bryan Ashby
2018-01-31 22:45:03 -07:00
cc2ee9c586
Add ESC support - WIP, not fully functional
Bryan Ashby
2018-01-31 22:42:43 -07:00
0eee701bf6
Add 'data' member support to getData()
Bryan Ashby
2018-01-31 22:42:20 -07:00
26849ba4fa
* Docs theme to match ENiGMA website * New docs layout ready for github pages serving * Tonnes of new docs * Update gitignore * Probably other stuff too
David Stephens
2018-01-31 23:35:54 +00:00
999033ec15
New menu sorting, fix up default SGR
Bryan Ashby
2018-01-28 13:03:11 -07:00
b6317e0541
File Base area selection using new simplified formatting
Bryan Ashby
2018-01-28 13:02:24 -07:00
70eefc008a
Update matrix example to show item formatting
Bryan Ashby
2018-01-28 12:59:20 -07:00
90427ac89d
Notes on changes
Bryan Ashby
2018-01-28 12:56:58 -07:00
342c37b388
Allow extraArgs such that we can launch from menu items easier
Bryan Ashby
2018-01-28 12:56:35 -07:00
7a2df56855
Menu items can now be arrays of objects * Allows custom members of each item * 'data' overrides selection (vs returning the index) * 'text' is the default member for text if no formatters are supplied * formatters: 'itemFormat' and 'focusItemFormat', e.g. "{member1} - {member2}"
Bryan Ashby
2018-01-27 22:21:48 -07:00
974ee1b389
MAJOR *POSSIBLY BREAKING* changes in FSE * WIP on cleanup to use 'standard' MCI formatting / theming used elsewhere in system * Some MCI ID changes (e.g. FSE in edit mode %TL13 -> %TL4); update your theme.hjson / artwork!
Bryan Ashby
2018-01-26 21:45:08 -07:00
a3e257aee3
Fix FSE word wrap bug when no barriers could be located in a > width string
Bryan Ashby
2018-01-26 21:44:07 -07:00
303259841f
options -> client, since client was only option ;)
Bryan Ashby
2018-01-26 21:43:08 -07:00
dc1ff587a3
Use new Message.findMessages() functionality
Bryan Ashby
2018-01-26 21:42:43 -07:00
f350e3d446
Use private message list header for 'inbox'
Bryan Ashby
2018-01-26 21:41:53 -07:00
70b5d7a124
MAJOR refactor of Message class * ES6 class vs old style * Add findMessages(filter, ...) similar to FileEntry.findFiles() allowing many filter types used throughout the system
Bryan Ashby
2018-01-26 21:36:16 -07:00
bc55317a4b
Fix drawing when focus items set - we should not attempt to stylize!
Bryan Ashby
2018-01-20 19:30:10 -07:00
5caf7a9fce
Move NetMail routes to scannerTossers: { ftn_bso: { ... } } where it belongs in config.hjson
Bryan Ashby
2018-01-20 18:47:19 -07:00
70a2bc5160
Rework BSO-style flow file generation * Add point address NNNNnnnn.pnt sub dir support * Use *route* address in case of non-direct destinations
Bryan Ashby
2018-01-20 18:32:15 -07:00
afe0c88cfc
NetMail non-HUB fixes * Properly separate FTN *packet* header vs *message* header DST/SRC information * Change routes{} handling: These are now *require* for out-of-HUB routing such that Enig will know where to send messages
Bryan Ashby
2018-01-20 15:16:35 -07:00
b1cea5edd7
Add in reason if available, to error message
Bryan Ashby
2018-01-20 15:16:10 -07:00
d1593ed159
* Fix bug where 'submit' property was ignored in favor of highest MCI ID always; Will now properly set view with 'submit' to true else rely on highest ID
Bryan Ashby
2018-01-15 20:30:55 -07:00
a8d5e84779
* Fix justification 'right' vs 'left': They were flipped (durp!). Right aligned is now really that, etc. You may need to update your theme.hjson/similar!
Bryan Ashby
2018-01-15 16:08:35 -07:00
ac1433e84b
* Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on...
Bryan Ashby
2018-01-15 12:22:11 -07:00
a106050ba3
Fix attempts to load bad path
Bryan Ashby
2018-01-15 09:41:18 -07:00
90706f8798
* Move to Node.js 8.x LTS * Update some packages
Bryan Ashby
2018-01-14 22:00:00 -07:00