enigma-bbs/core
Bryan Ashby 74f5342997 * msg_network.js: Management of message network modules (start/stop/etc.)
* Minor updates to ES6 in some areas
* Better bbs.js startup seq
* Better iterator support for loadModulesForCategory()
* Start work on loading message network modules & tieing in record() (WIP)
* FTN PacketHeader is now a ES6 class
* Various FTN utils, e.g. Via line creation
2016-02-16 22:11:55 -07:00
..
scanner_tossers * msg_network.js: Management of message network modules (start/stop/etc.) 2016-02-16 22:11:55 -07:00
servers Rename debugConnections -> traceConnections 2015-12-07 21:45:48 -07:00
acs_parser.js Major commit for new message network WIP 2016-02-02 21:35:59 -07:00
acs_util.js Major commit for new message network WIP 2016-02-02 21:35:59 -07:00
ansi_escape_parser.js * Trailing LF handling is now 'trailingLF' option, with 'default', 'yes', 'no', etc. 2015-09-27 15:35:24 -06:00
ansi_term.js Add some note 2016-01-02 18:34:12 -07:00
art.js Major commit for new message network WIP 2016-02-02 21:35:59 -07:00
asset.js Major commit for new message network WIP 2016-02-02 21:35:59 -07:00
bbs.js * msg_network.js: Management of message network modules (start/stop/etc.) 2016-02-16 22:11:55 -07:00
button_view.js * Some SyncTERM / EtherTerm key support for new key system 2015-06-06 00:33:59 -06:00
client.js * Make keyboard input trace optional 2015-12-07 21:43:37 -07:00
client_connections.js * Add new method for getting online/active node information 2016-01-30 15:18:55 -07:00
client_term.js Add callbacks to write methods 2016-01-02 12:11:40 -07:00
color_codes.js Switch to Renegade style color codes as default pipe code system 2015-12-21 18:07:03 -07:00
config.js * msg_network.js: Management of message network modules (start/stop/etc.) 2016-02-16 22:11:55 -07:00
config_cache.js * Remove/fix up some console.log()'s 2015-12-13 17:32:05 -07:00
config_util.js Missing config_util.js 2016-01-14 22:56:21 -07:00
connect.js Switch to Renegade style color codes as default pipe code system 2015-12-21 18:07:03 -07:00
database.js Major commit for new message network WIP 2016-02-02 21:35:59 -07:00
door.js Backup restore() when 'close' fails to fire 2015-12-28 16:34:28 -07:00
dropfile.js * Remove inhSocket stuff at least for now: a) It's untested and liekly dangerous, b) does not work with SSH connections 2015-12-07 21:44:42 -07:00
edit_text_view.js * isSpecialKeyMapped() renamed to isKeyMapped() 2015-07-01 20:18:34 -06:00
fse.js * msg_network.js: Management of message network modules (start/stop/etc.) 2016-02-16 22:11:55 -07:00
ftn_address.js * msg_network.js: Management of message network modules (start/stop/etc.) 2016-02-16 22:11:55 -07:00
ftn_mail_packet.js * msg_network.js: Management of message network modules (start/stop/etc.) 2016-02-16 22:11:55 -07:00
ftn_util.js * msg_network.js: Management of message network modules (start/stop/etc.) 2016-02-16 22:11:55 -07:00
horizontal_menu_view.js Allow hotkeys to submit 2015-12-23 19:08:24 -07:00
logger.js * Work on Renegade style pipe codes 2015-07-20 22:56:48 -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 * System stats 2015-10-17 20:03:51 -06:00
menu_module.js Major commit for new message network WIP 2016-02-02 21:35:59 -07:00
menu_stack.js Major commit for new message network WIP 2016-02-02 21:35:59 -07:00
menu_util.js Major commit for new message network WIP 2016-02-02 21:35:59 -07:00
menu_view.js Add getCount() and getItems9) 2016-01-04 23:32:43 -07:00
message.js * New Address class for FTN addresses + experiment with ES6 classes 2016-02-15 17:56:05 -07:00
message_area.js * msg_network.js: Management of message network modules (start/stop/etc.) 2016-02-16 22:11:55 -07:00
misc_util.js * Fix ~ and config.hjson lookup on Windows 2015-11-21 13:29:24 -07:00
mod_mixins.js * Use mixin class for ViewController management 2015-08-12 17:26:05 -06:00
module_util.js * msg_network.js: Management of message network modules (start/stop/etc.) 2016-02-16 22:11:55 -07:00
msg_network.js * msg_network.js: Management of message network modules (start/stop/etc.) 2016-02-16 22:11:55 -07:00
msg_scan_toss_module.js * Reworked FTN packet I/O (WIP) 2016-02-09 22:30:59 -07:00
multi_line_edit_text_view.js * Fix word wrap bug introduced prior -- use 'expand' not 'expandTabs' 2015-09-20 01:29:07 -06:00
new_scan.js Major commit for new message network WIP 2016-02-02 21:35:59 -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 Major commit for new message network WIP 2016-02-02 21:35:59 -07:00
sauce.js * Reworked FTN packet I/O (WIP) 2016-02-09 22:30:59 -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 Major commit for new message network WIP 2016-02-02 21:35:59 -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_util.js * New Address class for FTN addresses + experiment with ES6 classes 2016-02-15 17:56:05 -07:00
system_menu_method.js removeClient() at logoff() 2016-01-02 12:10:54 -07:00
system_property.js * Add system_property.js 2015-10-17 20:56:16 -06:00
system_view_validate.js Missing ; 2015-12-24 11:55:37 -07:00
text_view.js setFocusItemIndex() support 2015-12-24 11:54:03 -07:00
theme.js * Reworked FTN packet I/O (WIP) 2016-02-09 22:30:59 -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 Allow hotkeys to submit 2015-12-23 19:08:24 -07:00
user.js Beter group check and isAuthenticated() 2016-01-30 15:26:19 -07:00
user_config.js MAJOR CHANGE to theming system: 2016-01-14 22:44:33 -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 Major commit for new message network WIP 2016-02-02 21:35:59 -07:00
vertical_menu_view.js Major commit for new message network WIP 2016-02-02 21:35:59 -07:00
view.js Formatting 2015-12-24 11:54:38 -07:00
view_controller.js Major commit for new message network WIP 2016-02-02 21:35:59 -07:00
word_wrap.js * Fix word wrap bug introduced prior -- use 'expand' not 'expandTabs' 2015-09-20 01:29:07 -06:00