enigma-bbs/core
Bryan Ashby 9865da34cc * Quote builder very functional, some bugs
* Work on fallback system (implicit); Added some notes... need saveState/restoreState type functionality as extraArgs may not be final args!
2015-09-17 22:53:19 -06:00
..
servers * Minor JSON -> HJSON config cleanup 2015-09-12 17:17:00 -06:00
ansi_escape_parser.js * Fix short timeFormat 2015-07-25 16:10:12 -06:00
ansi_term.js * Work on Renegade style pipe codes 2015-07-20 22:56:48 -06:00
art.js + stats.js: public APIs for accessing various system stats. Probably needs a better name 2015-07-28 22:31:28 -06:00
asset.js * Convert all JSON configurations (*.json) to HJSON (*.hjson) which is much more flexible for a human readable and editable configuration format 2015-09-08 22:08:45 -06:00
bbs.js * Remove old dependency 2015-08-27 16:14:56 -06:00
button_view.js * Some SyncTERM / EtherTerm key support for new key system 2015-06-06 00:33:59 -06:00
client.js * Quote builder very functional, some bugs 2015-09-17 22:53:19 -06:00
client_connections.js * User idle timeout 2015-08-04 22:35:59 -06:00
client_term.js * predefined_mci.js: General method for resolving MCI codes -> string 2015-09-10 21:01:04 -06:00
color_codes.js * Cleanup and minor work on FSE post 2015-09-10 23:09:45 -06:00
config.js * Update modules 2015-09-10 13:38:36 -06:00
config_cache.js * JSONCache -> ConfigCache 2015-09-09 21:31:04 -06:00
connect.js * predefined_mci.js: General method for resolving MCI codes -> string 2015-09-10 21:01:04 -06:00
database.js * Some progress on message list fetching / display... WIP! 2015-08-27 22:20:24 -06:00
door.js * Start work on allowing pipe codes & custom drawing using items vs focusItems for menus. EXPERIMENTAL. 2015-08-25 23:17:09 -06:00
dropfile.js * DOOR.SYS support 2015-08-03 23:11:17 -06:00
edit_text_view.js * isSpecialKeyMapped() renamed to isKeyMapped() 2015-07-01 20:18:34 -06:00
fse--class.js * Progress on FSE class/integration 2015-08-13 22:30:55 -06:00
fse.js * Quote builder very functional, some bugs 2015-09-17 22:53:19 -06:00
ftn_mail_packet.js * Minor JSON -> HJSON config cleanup 2015-09-12 17:17:00 -06:00
ftn_util.js * Remove old dependency 2015-08-27 16:14:56 -06:00
horizontal_menu_view.js * More WIP on FSE 2015-07-11 20:12:07 -06: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 * MCI keys no longer consider view IDs as this implied order 2015-07-21 23:52:20 -06:00
mci_view_factory.js * Minor JSON -> HJSON config cleanup 2015-09-12 17:17:00 -06:00
menu_module.js * Minor JSON -> HJSON config cleanup 2015-09-12 17:17:00 -06:00
menu_util.js * Quote builder very functional, some bugs 2015-09-17 22:53:19 -06:00
menu_view.js * Quote builder very functional, some bugs 2015-09-17 22:53:19 -06:00
message.js * Lots of good progress with quote builder... still WIP, but nearly there 2015-09-16 22:31:09 -06:00
message_area.js * Menus can specify status 2015-09-06 15:58:58 -06:00
misc_util.js * Better form submit format 2015-03-25 23:23:14 -06:00
mod_mixins.js * Use mixin class for ViewController management 2015-08-12 17:26:05 -06:00
module_util.js * clearScreen -> cls for nostalgia 2015-04-20 22:50:58 -06:00
multi_line_edit_text_view.js * Quote builder even more functional :) 2015-09-15 22:44:31 -06: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 * Strict mode 2015-09-11 08:39:25 -06:00
server_module.js * WIP Menu system vs raw module access 2015-03-22 22:52:04 -06:00
spinner_menu_view.js * isSpecialKeyMapped() renamed to isKeyMapped() 2015-07-01 20:18:34 -06:00
standard_menu.js * Much better flow for mciReady in relation to pausing, etc. using callbacks 2015-07-29 22:09:51 -06:00
stats.js * Convert all JSON configurations (*.json) to HJSON (*.hjson) which is much more flexible for a human readable and editable configuration format 2015-09-08 22:08:45 -06:00
status_bar_view.js * A lot of cleanup in ViewController 2015-07-04 12:02:37 -06:00
string_util.js * Some progress on message list fetching / display... WIP! 2015-08-27 22:20:24 -06:00
system_menu_method.js * Not much ... few minor changes 2015-08-26 23:04:04 -06:00
text_buffer.js * Not much 2015-05-31 21:50:49 -06:00
text_view.js * Minor work on post view FSE / related 2015-09-02 23:11:17 -06:00
theme.js * Update modules 2015-09-10 13:38:36 -06: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 * isSpecialKeyMapped() renamed to isKeyMapped() 2015-07-01 20:18:34 -06:00
user.js * Remove message_area_desc property -- just fetch it 2015-08-20 22:51:00 -06:00
user_group.js * Switch to JSON/config.json based user groups, and user group membership 2015-08-20 22:29:16 -06:00
vertical_menu_view.js * Quote builder very functional, some bugs 2015-09-17 22:53:19 -06:00
view.js * Pass 'key' object to actions & submit form events 2015-08-13 16:05:17 -06:00
view_controller.js * Progress on FSE quote builder... WIP! 2015-09-14 22:40:00 -06:00
word_wrap.js * word_wrap.js: Word wrapping functionality in it's own module 2015-09-15 21:55:10 -06:00