enigma-bbs/core
Bryan Ashby 6f1015305b * Allow alternate matching group order for archive short/long desc
* max short/long desc file input byte size (ignore files larger than N)
* Add Arj support via 'arj'
2017-01-29 22:30:48 -07:00
..
scanner_tossers * Created new npm module: temptmp: This replaces node-temp usage & solves global temp file cleanup issue with concept of temp "sessions" 2017-01-29 19:56:46 -07:00
servers * Temporary fix for MAJOR global temp cleanup bug: comment out node-temp .cleanup() methods 2017-01-23 23:32:40 -07:00
acs.js * WIP on upload support - protocols, modules, etc. 2016-12-31 14:50:29 -07:00
acs_parser.js Major commit for new message network WIP 2016-02-02 21:35:59 -07:00
ansi_escape_parser.js * ENiGMA now require Node.js 6.x LTS+ 2017-01-28 12:33:06 -07:00
ansi_term.js ANSI resources (comments) 2016-09-04 17:44:51 -06:00
archive_util.js * Allow alternate matching group order for archive short/long desc 2017-01-29 22:30:48 -07:00
art.js * WIP on upload support - protocols, modules, etc. 2016-12-31 14:50:29 -07:00
asset.js sysStat for +op username vs old config value 2016-08-03 21:46:38 -06:00
bbs.js Update copyrights 2017-01-25 22:59:12 -07:00
button_view.js * Some SyncTERM / EtherTerm key support for new key system 2015-06-06 00:33:59 -06:00
client.js * Introduce MCI cache: Art files are hashed and MCI info (per client) is cached. Term resizes invalidate the cache 2016-08-31 22:06:28 -06:00
client_connections.js * Add FileBaseFilters 2016-10-24 21:49:45 -06:00
client_term.js Add 'pcansi' support for ZOC terminal 2016-10-01 13:22:34 -06:00
color_codes.js * Use standard MCI codes in FSE/etc. 2016-08-03 19:48:45 -06:00
conf_area_util.js * Improvements to ANSI parser 2016-12-06 18:58:56 -07:00
config.js * Allow alternate matching group order for archive short/long desc 2017-01-29 22:30:48 -07:00
config_cache.js * Add FileBaseFilters 2016-10-24 21:49:45 -06:00
config_util.js Missing config_util.js 2016-01-14 22:56:21 -07:00
connect.js Update copyrights 2017-01-25 22:59:12 -07:00
crc.js * Add another year est regex 2016-10-14 21:57:02 -06:00
database.js * Additional helpers to MenuModule 2017-01-21 22:09:29 -07:00
door.js * Some WIP on file area releated stuff - various partially implemented pieces coming together 2016-09-28 21:54:25 -06:00
door_party.js * Convert MenuModule to ES6 style class 2017-01-25 22:18:05 -07:00
download_queue.js * ENiGMA now require Node.js 6.x LTS+ 2017-01-28 12:33:06 -07:00
dropfile.js * New StatLog: Replaces various logs, system props, etc. into one class/methods 2016-07-27 21:44:27 -06:00
edit_text_view.js * Fix key press event for EditTextView 2016-08-10 23:35:17 -06:00
enig_error.js * ENiGMA now require Node.js 6.x LTS+ 2017-01-28 12:33:06 -07:00
enigma_assert.js assert() that won't expload when not in 'dev' mode 2016-08-26 21:29:49 -06:00
event_scheduler.js Updates to event scheduler 2016-09-13 21:44:35 -06:00
file_area.js * Allow alternate matching group order for archive short/long desc 2017-01-29 22:30:48 -07:00
file_area_web.js * WIP on upload support - protocols, modules, etc. 2016-12-31 14:50:29 -07:00
file_base_filter.js * Bump version to 0.0.2-alpha: File Base alpha here 2017-01-22 21:30:49 -07:00
file_entry.js * Bump version to 0.0.2-alpha: File Base alpha here 2017-01-22 21:30:49 -07:00
file_util.js * Temporary fix for MAJOR global temp cleanup bug: comment out node-temp .cleanup() methods 2017-01-23 23:32:40 -07:00
fnv1a.js * FTN BSO module: Export to <domain>.<zone> dirs where appropriate 2016-02-20 17:57:38 -07:00
fse.js Remove accidental typo in code 2017-01-29 19:56:34 -07:00
ftn_address.js * Change FTN packet read() to use async iterator 2016-03-08 22:30:04 -07:00
ftn_mail_packet.js Make linter happy 2016-07-19 21:02:12 -06:00
ftn_util.js * Resolve issue #59: Better message UUID generation and dupe checks 2016-07-05 22:18:43 -06:00
horizontal_menu_view.js * Lots of improvements (WIP) to file browsing 2016-10-12 22:07:22 -06:00
key_entry_view.js * WIP on upload support - protocols, modules, etc. 2016-12-31 14:50:29 -07:00
listening_server.js * Add FileBaseFilters 2016-10-24 21:49:45 -06:00
logger.js * Attempt to hide sensitive information by default (e.g. 'password' fields) in log 2016-09-04 17:46:28 -06:00
login_server_module.js * Add FileBaseFilters 2016-10-24 21:49:45 -06:00
mail_packet.js * MailPacket class: read() and write() with event emits 2015-07-15 23:51:00 -06:00
mask_edit_text_view.js setText() for MaskEditTextView 2015-12-24 11:53:34 -07:00
mci_view_factory.js More switch style 2016-08-03 22:43:56 -06:00
menu_module.js * ENiGMA now require Node.js 6.x LTS+ 2017-01-28 12:33:06 -07:00
menu_stack.js * ENiGMA now require Node.js 6.x LTS+ 2017-01-28 12:33:06 -07:00
menu_util.js * ENiGMA now require Node.js 6.x LTS+ 2017-01-28 12:33:06 -07:00
menu_view.js * Use more standard code paths & emit index events in ToggleMenuView 2017-01-01 21:53:04 -07:00
message.js * getISOTimestampString() 2016-10-06 21:03:04 -06:00
message_area.js * ENiGMA now require Node.js 6.x LTS+ 2017-01-28 12:33:06 -07:00
misc_util.js * Fix ~ and config.hjson lookup on Windows 2015-11-21 13:29:24 -07:00
mod_mixins.js * Convert MenuModule to ES6 style class 2017-01-25 22:18:05 -07:00
module_util.js * ENiGMA now require Node.js 6.x LTS+ 2017-01-28 12:33:06 -07:00
msg_network.js Call shutdown() of msg network modules @ shutdown 2016-06-20 21:05:47 -06:00
msg_scan_toss_module.js * FTN BSO module: Export to <domain>.<zone> dirs where appropriate 2016-02-20 17:57:38 -07:00
multi_line_edit_text_view.js * Bump version to 0.0.2-alpha: File Base alpha here 2017-01-22 21:30:49 -07:00
new_scan.js * Convert MenuModule to ES6 style class 2017-01-25 22:18:05 -07:00
plugin_module.js * Allow passing of arguments to menu's via menu.json including formatted parameters 2015-04-04 14:41:04 -06:00
predefined_mci.js * Temporary fix for MAJOR global temp cleanup bug: comment out node-temp .cleanup() methods 2017-01-23 23:32:40 -07:00
sauce.js * Improvements to ANSI parser 2016-12-06 18:58:56 -07:00
server_module.js * Better place to get server name/type 2015-10-22 00:03:18 -06:00
spinner_menu_view.js setFocusItemIndex() support 2015-12-24 11:54:03 -07:00
standard_menu.js * Convert MenuModule to ES6 style class 2017-01-25 22:18:05 -07:00
stat_log.js * Fix updating of existing file filter 2017-01-18 22:23:53 -07:00
stats.js * WIP user list - mostly complete 2015-10-18 11:48:08 -06:00
status_bar_view.js * A lot of cleanup in ViewController 2015-07-04 12:02:37 -06:00
string_format.js * Some WIP on file area releated stuff - various partially implemented pieces coming together 2016-09-28 21:54:25 -06:00
string_util.js * Allow alternate matching group order for archive short/long desc 2017-01-29 22:30:48 -07:00
system_menu_method.js Resolve: System methods prev/nextArea, and prev/nextConf can cause a crash #79 2016-07-25 14:35:58 -06:00
system_view_validate.js Small typo in username validation error message 2016-09-01 19:34:31 +01:00
text_view.js Fix setText('')/clearText() issue with text views 2017-01-28 12:48:04 -07:00
theme.js * ENiGMA now require Node.js 6.x LTS+ 2017-01-28 12:33:06 -07:00
ticker_text_view.js * Rename position x/y stuff to row/col. X/Y were backwards anyway :) 2015-05-18 11:31:35 -06:00
toggle_menu_view.js * Use more standard code paths & emit index events in ToggleMenuView 2017-01-01 21:53:04 -07:00
transfer_file.js * Created new npm module: temptmp: This replaces node-temp usage & solves global temp file cleanup issue with concept of temp "sessions" 2017-01-29 19:56:46 -07:00
user.js * ENiGMA now require Node.js 6.x LTS+ 2017-01-28 12:33:06 -07:00
user_config.js * Convert MenuModule to ES6 style class 2017-01-25 22:18:05 -07:00
user_group.js * Switch to JSON/config.json based user groups, and user group membership 2015-08-20 22:29:16 -06:00
user_login.js Fix bug with already logged in/connected check logic @ login 2017-01-11 22:48:04 -07:00
uuid_util.js * Additional helpers to MenuModule 2017-01-21 22:09:29 -07:00
vertical_menu_view.js * Add rumorz mod 2016-08-10 22:48:13 -06:00
view.js Start using new enig assert vs standard assert 2016-08-26 21:30:25 -06:00
view_controller.js * ENiGMA now require Node.js 6.x LTS+ 2017-01-28 12:33:06 -07:00
word_wrap.js * renderStringLength(): Account for ESC[<N>C "forward" ESC seq 2016-09-06 23:20:11 -06:00