enigma-bbs/core
Bryan Ashby d28b5ce3b2 Even better file name generation for new configs 2018-11-13 19:44:27 -07:00
..
oputil Even better file name generation for new configs 2018-11-13 19:44:27 -07:00
scanner_tossers Fix FTN address lookup crash when scanning 2018-08-11 20:45:50 -06:00
servers Fix exception when no SSH stuff is configured 2018-11-12 22:05:36 -07:00
abracadabra.js Default to 'cp437' encoding vs current client encoding so we have something stable 2018-08-05 21:22:32 -06:00
acs.js Add menu-level ACS check 2018-08-04 11:49:44 -06:00
acs_parser.js * Implement some missing placeholder ACS checks 2018-02-07 20:26:29 -07:00
ansi_escape_parser.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
ansi_prep.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
ansi_term.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
archaicnet.js Fix config 2018-07-17 21:06:27 -06:00
archive_util.js * Fix file descriptor leak 2018-06-29 23:04:03 -06:00
art.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
asset.js Fix asset parsing for path-to-method, etc. 2018-07-15 11:49:56 -06:00
bbs.js Major changes around events, event log, etc. 2018-07-21 14:32:06 -06:00
bbs_link.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
bbs_list.js Use standard itemFormat for BBS list. Add docs 2018-11-05 21:08:56 -07:00
button_view.js initDefaultWidht() for various views 2018-06-23 22:23:22 -06:00
client.js * Move idle config to user 2018-11-11 01:00:42 -07:00
client_connections.js Add Who's online docs, minor doc updates to last callers, and code cleanup 2018-07-22 10:55:39 -06:00
client_term.js WIP add in some basic movement MCI codes & color/pipe code cleanup 2018-09-14 20:34:39 -06:00
color_codes.js Add CNET style Y-Style/Q-Style color code support 2018-09-15 13:12:54 -06:00
combatnet.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
conf_area_util.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
config.js System keeps login history events forever by default -- override in config 2018-11-11 01:55:38 -07:00
config_cache.js Catch exception if we try to log due to config.hjson error 2018-07-04 17:58:38 -06:00
config_util.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
connect.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
crc.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
database.js Major changes around events, event log, etc. 2018-07-21 14:32:06 -06:00
descript_ion_file.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
door.js Better handling of 'socket' io 2018-08-02 22:13:42 -06:00
door_party.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
download_queue.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
dropfile.js Bring in some of the good parts of dropfile-updates branch 2018-06-22 23:06:01 -06:00
edit_text_view.js initDefaultWidht() for various views 2018-06-23 22:23:22 -06:00
email.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
enig_error.js Bring in some of the good parts of dropfile-updates branch 2018-06-22 23:06:01 -06:00
enigma_assert.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
event_scheduler.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
events.js Major changes around events, event log, etc. 2018-07-21 14:32:06 -06:00
exodus.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
file_area_filter_edit.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
file_area_list.js * Don't crash with bad string formats 2018-08-05 10:50:47 -06:00
file_area_web.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
file_base_area.js Better logging 2018-09-11 14:44:22 -06:00
file_base_area_select.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
file_base_download_manager.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
file_base_filter.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
file_base_list_export.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
file_base_search.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
file_base_user_list_export.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
file_base_web_download_manager.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
file_entry.js Minor updates to FileEntry / oputil 2018-11-04 15:01:27 -07:00
file_transfer.js Fix deprecated write() without callback for Node.js 10.x+ 2018-11-04 21:09:27 -07:00
file_transfer_protocol_select.js File Transfer protocol: use itemFormat + docs 2018-11-05 21:54:04 -07:00
file_util.js Fix moveOrCopyFileWithCollisions() for fse-extra with kludge 2018-06-23 21:03:05 -06:00
fnv1a.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
fse.js Major changes around events, event log, etc. 2018-07-21 14:32:06 -06:00
ftn_address.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
ftn_mail_packet.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
ftn_util.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
horizontal_menu_view.js * Did add a tweak to the concept for height only: autoAdjustHeight can be used where it makes sense 2018-06-23 20:16:44 -06:00
key_entry_view.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
last_callers.js Allow matches of minutes vs minute, etc. as intended 2018-07-25 21:18:30 -06:00
listening_server.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
logger.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
login_server_module.js Changes to config: defaults -> theme, preLoginTheme -> theme.preLogin, etc. 2018-11-07 18:33:07 -07:00
mail_packet.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
mail_util.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
mask_edit_text_view.js Major changes around events, event log, etc. 2018-07-21 14:32:06 -06:00
mci_view_factory.js WIP add in some basic movement MCI codes & color/pipe code cleanup 2018-09-14 20:34:39 -06:00
menu_module.js Menu "options" block is now deprecated. Move members to "config"! 2018-08-05 14:06:30 -06:00
menu_stack.js Menu "options" block is now deprecated. Move members to "config"! 2018-08-05 14:06:30 -06:00
menu_util.js Menu "options" block is now deprecated. Move members to "config"! 2018-08-05 14:06:30 -06:00
menu_view.js Fixes around render cache 2018-07-04 18:48:35 -06:00
message.js + userHasDeleteRights() 2018-07-04 18:47:58 -06:00
message_area.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
message_base_search.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
mime_util.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
misc_util.js Add ability to omit message and/or file area tags from new scan by config 'omitFileAreaTags' and 'omitMessageAreaTags' arrays 2018-07-07 15:20:45 -06:00
mod_mixins.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
module_util.js Major changes around events, event log, etc. 2018-07-21 14:32:06 -06:00
msg_area_list.js Fix areaTag bug recently introduced 2018-07-29 20:58:26 -06:00
msg_area_post_fse.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
msg_area_reply_fse.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
msg_area_view_fse.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
msg_conf_list.js Proper callback when missing MCI 2018-11-12 22:05:49 -07:00
msg_list.js Fix comment 2018-07-08 19:20:08 -06:00
msg_network.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
msg_scan_toss_module.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
multi_line_edit_text_view.js initDefaultWidht() for various views 2018-06-23 22:23:22 -06:00
new_scan.js Oops, fix newscan filter 2018-07-07 20:03:03 -06:00
nua.js Changes to config: defaults -> theme, preLoginTheme -> theme.preLogin, etc. 2018-11-07 18:33:07 -07:00
onelinerz.js Onelinerz standardization work and docs 2018-11-05 22:39:49 -07:00
plugin_module.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
predefined_mci.js WIP add in some basic movement MCI codes & color/pipe code cleanup 2018-09-14 20:34:39 -06:00
rumorz.js More itemFormat & doc work 2018-11-05 21:35:12 -07:00
sauce.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
server_module.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
set_newscan_date.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
show_art.js Menu "options" block is now deprecated. Move members to "config"! 2018-08-05 14:06:30 -06:00
spinner_menu_view.js Spinner Menu now supports itemFormat and focusItemFormat 2018-11-12 22:05:21 -07:00
standard_menu.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
stat_log.js Major changes around events, event log, etc. 2018-07-21 14:32:06 -06:00
string_format.js * Don't crash with bad string formats 2018-08-05 10:50:47 -06:00
string_util.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
system_events.js * Fix RunDoor event name 2018-07-21 14:28:18 -06:00
system_menu_method.js MenuModule.reload(), updated @systemMethod:reloadMenu(), and notes 2018-07-17 20:00:47 -06:00
system_view_validate.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
telnet_bridge.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
text_view.js * Did add a tweak to the concept for height only: autoAdjustHeight can be used where it makes sense 2018-06-23 20:16:44 -06:00
theme.js Changes to config: defaults -> theme, preLoginTheme -> theme.preLogin, etc. 2018-11-07 18:33:07 -07:00
tic_file_info.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
toggle_menu_view.js initDefaultWidht() for various views 2018-06-23 22:23:22 -06:00
upload.js Fix empty filename check 2018-06-25 18:08:41 -06:00
user.js Standardization work on built in user list module plus docs & code cleanup 2018-07-22 12:56:56 -06:00
user_config.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
user_group.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
user_list.js Remove comment on formatting - see docs 2018-07-22 15:58:39 -06:00
user_login.js Statlog to config 2018-11-11 01:58:49 -07:00
uuid_util.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
vertical_menu_view.js initDefaultWidht() for various views 2018-06-23 22:23:22 -06:00
view.js initDefaultWidht() for various views 2018-06-23 22:23:22 -06:00
view_controller.js * Cleaner action block discovery for 'submit' 2018-07-04 18:46:40 -06:00
web_password_reset.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00
whos_online.js Fix MCI ref 2018-07-22 12:59:43 -06:00
word_wrap.js Pardon the noise. More tab to space conversion! 2018-06-22 21:26:46 -06:00