enigma-bbs/core
Jason Kendall 7ac388c30d
Force no compression
It appears as tho there is a problem with compression and the upstream library. This PR forces no compression mode, making a work around for #181. 

This work around is derived from https://github.com/mscdex/ssh2/issues/594 which may be the cause for #181 as well.
2018-04-24 08:30:14 -04:00
..
oputil Missing mb command in oputil.js help 2018-04-23 20:53:55 -04:00
scanner_tossers Allow wildcards such as "21:*" for node configuraiton keys 2018-02-05 20:13:29 -07:00
servers Force no compression 2018-04-24 08:30:14 -04:00
abracadabra.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
acs.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
acs_parser.js * Implement some missing placeholder ACS checks 2018-02-07 20:26:29 -07:00
ansi_escape_parser.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
ansi_prep.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
ansi_term.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
archive_util.js Move to pty-node over custom pty2.js 2018-03-08 21:39:42 -07:00
art.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
asset.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
bbs.js Pull copyright from license - easier to maintain single place 2018-04-10 19:53:04 -06:00
bbs_link.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
bbs_list.js Crash on delete in BBS List with zero entries #156 2018-03-13 19:10:20 -06:00
button_view.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
client.js Implement isLocal() for 'LC' ACS 2018-03-04 20:47:25 -07:00
client_connections.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
client_term.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
color_codes.js #146 Fix color codes 2018-02-05 18:52:24 -07:00
combatnet.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
conf_area_util.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
config.js Websocket config should be similar to web #176 2018-04-23 19:03:35 -06:00
config_cache.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07: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 Merge branch 'master' of github.com:NuSkooler/enigma-bbs into 0.0.9-alpha 2018-02-03 08:37:24 -07:00
crc.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
database.js Add sanatizeString() method 2018-01-26 21:34:32 -07:00
descript_ion_file.js Fix up some font switching logic 2017-09-02 09:59:38 -06:00
door.js Move to pty-node over custom pty2.js 2018-03-08 21:39:42 -07:00
door_party.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
download_queue.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
dropfile.js Convert to using graceful-fs vs vanilla fs module 2017-05-19 21:20:19 -06:00
edit_text_view.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
email.js * Bump version to 0.0.5-alpha 2017-02-26 21:28:05 -07:00
enig_error.js Add in reason if available, to error message 2018-01-20 15:16:10 -07:00
enigma_assert.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
erc_client.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
event_scheduler.js Move to pty-node over custom pty2.js 2018-03-08 21:39:42 -07:00
events.js Add known system events enum - many more to come 2018-03-04 13:34:35 -07:00
exodus.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
file_area_filter_edit.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
file_area_list.js Next at end of list goes to previous menu by default 2018-01-26 21:34:10 -07:00
file_area_web.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
file_base_area.js + New file base list export functionality (early beta!) 2018-03-03 21:47:04 -07:00
file_base_area_select.js + New file base list export functionality (early beta!) 2018-03-03 21:46:41 -07:00
file_base_download_manager.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
file_base_filter.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
file_base_list_export.js Add DESCRIPT.ION export ability 2018-03-12 22:18:09 -06:00
file_base_search.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
file_base_user_list_export.js Register key press handler - oops! 2018-03-13 19:00:34 -06:00
file_base_web_download_manager.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
file_entry.js Slight findFiles optimization 2018-03-17 13:48:11 -06:00
file_transfer.js Move to pty-node over custom pty2.js 2018-03-08 21:39:42 -07:00
file_transfer_protocol_select.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
file_util.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
fnv1a.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
fse.js Fix lastReadId logic 2018-02-01 19:34:14 -07:00
ftn_address.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
ftn_mail_packet.js Finish conversion from 'binary' -> 'binary-parser' 2018-01-21 11:58:19 -07:00
ftn_util.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
horizontal_menu_view.js Add 'data' member support to getData() 2018-01-31 22:37:03 -07:00
key_entry_view.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
last_callers.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
listening_server.js * Added ability to serve static files from web server 2017-02-04 09:20:36 -07:00
logger.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
login_server_module.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
mail_packet.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
mail_util.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
mask_edit_text_view.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
mci_view_factory.js Add getViewsByMciCode() 2018-01-31 22:38:02 -07:00
menu_module.js + New file base list export functionality (early beta!) 2018-03-03 21:46:41 -07:00
menu_stack.js MANY changes around message listing / viewing 2018-01-31 22:45:03 -07:00
menu_util.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
menu_view.js Conceptual MenuItem caching - WIP for testing, will impl. in others if it seems good 2018-02-01 20:29:26 -07:00
message.js Minor Gopher updates 2018-04-16 17:10:19 -06:00
message_area.js MANY changes around message listing / viewing 2018-01-31 22:45:03 -07:00
message_base_search.js + New file base list export functionality (early beta!) 2018-03-03 21:46:41 -07:00
mime_util.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
misc_util.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
mod_mixins.js MANY changes around message listing / viewing 2018-01-31 22:45:03 -07:00
module_util.js Move modules in mods into /core 2017-11-24 23:23:15 +00:00
msg_area_list.js Crash with color differences in same variable #164 2018-03-22 20:48:31 -06:00
msg_area_post_fse.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07: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 MANY changes around message listing / viewing 2018-01-31 22:45:03 -07:00
msg_conf_list.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
msg_list.js Fix message counter and message area display in message listings 2018-02-12 21:53:15 +00:00
msg_network.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
msg_scan_toss_module.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
multi_line_edit_text_view.js Fix some word wrap bugs previously introduced 2018-02-04 21:01:19 -07:00
new_scan.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
nua.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
onelinerz.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
plugin_module.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
predefined_mci.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
rumorz.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
sauce.js Finish conversion from 'binary' -> 'binary-parser' 2018-01-21 11:58:19 -07:00
server_module.js * Better place to get server name/type 2015-10-22 00:03:18 -06:00
set_newscan_date.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
spinner_menu_view.js Add 'data' member support to getData() 2018-01-31 22:42:20 -07:00
standard_menu.js * Convert MenuModule to ES6 style class 2017-01-25 22:18:05 -07:00
stat_log.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
string_format.js * 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! 2018-01-15 16:08:35 -07:00
string_util.js Revert "Fix word wrap crash reported by user when pipe codes are in play" 2018-02-04 10:39:14 -07:00
system_menu_method.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
system_view_validate.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
telnet_bridge.js Add ESC support - WIP, not fully functional 2018-01-31 22:42:43 -07:00
text_view.js Merge minor theme stuff 2018-03-14 21:33:58 -06:00
theme.js much cleaner code 2018-01-26 21:38:50 -07:00
tic_file_info.js Fix TIC node config lookup when wildcards are present 2018-02-10 10:54:04 -07:00
toggle_menu_view.js Menu items can now be arrays of objects 2018-01-27 22:21:48 -07:00
upload.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
user.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
user_config.js Crash on configuration when theme no longer exists #157 2018-03-13 19:22:26 -06:00
user_group.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
user_list.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
user_login.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
uuid_util.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
vertical_menu_view.js Conceptual MenuItem caching - WIP for testing, will impl. in others if it seems good 2018-02-01 20:29:26 -07:00
view.js Better fillChar handling, specialKeyMapOverride() 2018-03-04 13:35:36 -07:00
view_controller.js Add getViewsByMciCode() 2018-01-31 22:38:02 -07:00
web_password_reset.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
whos_online.js * Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on... 2018-01-15 12:22:11 -07:00
word_wrap.js Revert "Fix word wrap crash reported by user when pipe codes are in play" 2018-02-04 10:39:14 -07:00