enigma-bbs/core
Bryan Ashby e7109b0f0c Minor fix 2018-01-01 17:50:27 -07:00
..
oputil Minor log changes 2018-01-01 15:13:56 -07:00
scanner_tossers Minor fix 2018-01-01 17:50:27 -07:00
servers Proceed telnet login even if term type is not received [right away]; Allows older DOS terms to function 2017-11-28 20:17:44 -07:00
abracadabra.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
acs.js
acs_parser.js
ansi_escape_parser.js Fix one off bug causing ansi badness 2017-09-03 13:28:45 -06:00
ansi_prep.js Add some new ASCII output options to AnsiPrep 2017-09-10 20:51:43 -06:00
ansi_term.js Rename VTX Hyperlink stuff 2017-09-23 23:17:16 -06:00
archive_util.js
art.js Switch to xxhash to save farmhash jiggery-pokery when initialising Docker image 2017-11-26 18:26:56 +00:00
asset.js Make @systemModule implicit; require @userModule for user modules 2017-11-30 17:15:18 -07:00
bbs.js Supply config path to main.js and oputil.js, rather than specific config file 2017-11-25 22:45:19 +00:00
bbs_link.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
bbs_list.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
button_view.js
client.js * Separate out DEL vs backspace when possible for ANSI-BBS terminals. *nix terminals don't send us what we need, but deal with it. 2017-09-24 11:15:38 -06:00
client_connections.js Updated Events - use glob for finding nested modules/etc. 2017-06-22 22:19:34 -06:00
client_term.js Add isNixTerm(), use includes vs indexOf on array search 2017-09-24 11:15:26 -06:00
color_codes.js Add extended pipe color codes (24-31) ala Mystic et. al. 2017-11-18 16:15:50 -07:00
combatnet.js CombatNet support! 2017-11-02 00:41:20 +00:00
conf_area_util.js
config.js * Use per-network outbound for NetMail just like EchoMail 2017-12-31 18:45:39 -07:00
config_cache.js * Switch to sane over gaze for file watching: Gaze was not triggering on file additions 2017-10-02 21:06:53 -06:00
config_util.js Supply config path to main.js and oputil.js, rather than specific config file 2017-11-25 22:45:19 +00:00
connect.js Updated Events - use glob for finding nested modules/etc. 2017-06-22 22:19:34 -06:00
crc.js
database.js Add file_web_serve_batch table 2017-09-26 10:39:23 -06:00
descript_ion_file.js Fix up some font switching logic 2017-09-02 09:59:38 -06:00
door.js
door_party.js Handle 'error' SSH event 2017-08-19 13:56:42 -06:00
download_queue.js
dropfile.js
edit_text_view.js
email.js
enig_error.js
enigma_assert.js
erc_client.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
event_scheduler.js Issue #122: If watch file exists at startup, kick off task/schedule 2017-10-02 21:28:32 -06:00
events.js Updated Events - use glob for finding nested modules/etc. 2017-06-22 22:19:34 -06:00
exodus.js Update to send proper term size for pty 2017-07-25 19:30:03 -06:00
file_area_filter_edit.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
file_area_list.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
file_area_web.js * Change how hashids are generated for web file area: include a 'type' 2017-09-26 10:44:15 -06:00
file_base_area.js Better handling of TIC import descriptions 2017-10-01 11:07:49 -06:00
file_base_area_select.js * Fix 'noHistory' flag and it's usage to be more natural 2017-12-02 19:06:07 -07:00
file_base_download_manager.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
file_base_filter.js Add filename order by option for search 2017-09-14 20:54:35 -06:00
file_base_search.js * Fix 'noHistory' flag and it's usage to be more natural 2017-12-02 19:06:07 -07:00
file_base_web_download_manager.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
file_entry.js Minor adjustment on tags to allow comma separated/etc. 2017-12-12 21:32:01 -07:00
file_transfer.js
file_transfer_protocol_select.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
file_util.js
fnv1a.js
fse.js * Handle import of NetMail messages 2018-01-01 13:32:55 -07:00
ftn_address.js
ftn_mail_packet.js NetMail avail to oputil & export - WIP 2017-12-31 17:54:11 -07:00
ftn_util.js NetMail avail to oputil & export - WIP 2017-12-31 17:54:11 -07:00
horizontal_menu_view.js
key_entry_view.js
last_callers.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
listening_server.js
logger.js Mask out passwordConfirm 2017-10-29 20:03:49 -06:00
login_server_module.js
mail_packet.js
mask_edit_text_view.js
mci_view_factory.js
menu_module.js Revert init seq in single write for now (VTX), return vc in helper 2017-09-03 20:44:17 -06:00
menu_stack.js * Fix 'noHistory' flag and it's usage to be more natural 2017-12-02 19:06:07 -07:00
menu_util.js
menu_view.js Long awaited PageUp/PageDown support in VerticalMenuView 2017-09-01 17:41:08 -06:00
message.js NetMail avail to oputil & export - WIP 2017-12-31 17:54:11 -07:00
message_area.js * Handle import of NetMail messages 2018-01-01 13:32:55 -07:00
mime_util.js * Update packages 2017-09-07 21:21:24 -06:00
misc_util.js Add Exodus door server support 2017-07-23 13:03:47 -06:00
mod_mixins.js
module_util.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
msg_area_list.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
msg_area_post_fse.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
msg_area_reply_fse.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
msg_area_view_fse.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
msg_conf_list.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
msg_list.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
msg_network.js
msg_scan_toss_module.js
multi_line_edit_text_view.js * Separate out DEL vs backspace when possible for ANSI-BBS terminals. *nix terminals don't send us what we need, but deal with it. 2017-09-24 11:15:38 -06:00
new_scan.js Filter out system areas 2017-09-26 10:43:22 -06:00
nua.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
onelinerz.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
plugin_module.js Events system, first pass 2017-06-10 17:29:00 -07:00
predefined_mci.js Use nicely formatted number values for MCI stats 2017-09-09 12:11:55 -06:00
rumorz.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
sauce.js
server_module.js
spinner_menu_view.js
standard_menu.js
stat_log.js * Don't allow 'system' filters to be deleted 2017-07-09 20:00:36 -06:00
stats.js
status_bar_view.js
string_format.js Add VTX hyperlink support for URLs 2017-09-21 21:23:30 -06:00
string_util.js * Fix ANSI description display during upload 2017-09-11 21:01:35 -06:00
system_menu_method.js
system_view_validate.js
telnet_bridge.js Fix unpipe crash 2017-11-30 11:39:01 -07:00
text_view.js
theme.js Fix waterfall error 2017-09-24 09:58:43 -06:00
tic_file_info.js * Don't allow 'system' filters to be deleted 2017-07-09 20:00:36 -06:00
ticker_text_view.js
toggle_menu_view.js
upload.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
user.js * Fix major issue with SQLite transactions + aync code causing collisions 2017-09-16 17:13:11 -06:00
user_config.js
user_group.js * Fix major issue with SQLite transactions + aync code causing collisions 2017-09-16 17:13:11 -06:00
user_list.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
user_login.js Updated Events - use glob for finding nested modules/etc. 2017-06-22 22:19:34 -06:00
uuid_util.js
vertical_menu_view.js Long awaited PageUp/PageDown support in VerticalMenuView 2017-09-01 17:41:08 -06:00
view.js
view_controller.js
web_password_reset.js
whos_online.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
word_wrap.js Fix some breakage caused by word wrapping with ESC seqs 2017-08-24 22:18:07 -06:00