..
servers
* Add .gitignore
2015-10-27 20:46:30 -06:00
acs_parser.js
* Some more JSON -> HJSON cleanup
2015-11-14 12:22:21 -07:00
acs_util.js
* Some more JSON -> HJSON cleanup
2015-11-14 12:22:21 -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
* Update to encode()/decode() direct calls for iconv-lite
2015-11-01 13:32:52 -07:00
art.js
* Update to encode()/decode() direct calls for iconv-lite
2015-11-01 13:32:52 -07: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
* Much better DB init
2015-11-06 18:25:07 -07:00
button_view.js
* Some SyncTERM / EtherTerm key support for new key system
2015-06-06 00:33:59 -06:00
client.js
* Lots of progress on PEG.js ACS parsing and validation implementation
2015-11-12 00:31:25 -07:00
client_connections.js
* Better place to get server name/type
2015-10-22 00:03:18 -06:00
client_term.js
* Couple more toString() -> decode() updates
2015-11-01 13:55:59 -07:00
color_codes.js
* Cleanup and minor work on FSE post
2015-09-10 23:09:45 -06:00
config.js
* Change config.hjson path from ~/.enigma-bbs/config.hjson to ~/.config/enigma-bbs/config.hjson
2015-11-12 16:18:28 -07:00
config_cache.js
* Trailing LF handling is now 'trailingLF' option, with 'default', 'yes', 'no', etc.
2015-09-27 15:35:24 -06:00
connect.js
* New menu stack functional
2015-11-03 23:15:49 -07:00
database.js
* Fix accidental delete of user db line
2015-11-06 19:09:26 -07: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.js
* Delete mods/login.js (not used)
2015-11-03 23:25:35 -07:00
ftn_mail_packet.js
* Minor JSON -> HJSON config cleanup
2015-09-12 17:17:00 -06:00
ftn_util.js
* Couple more toString() -> decode() updates
2015-11-01 13:55:59 -07: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
* System stats
2015-10-17 20:03:51 -06:00
menu_module.js
* Some more JSON -> HJSON cleanup
2015-11-14 12:22:21 -07:00
menu_stack.js
* Some more JSON -> HJSON cleanup
2015-11-14 12:22:21 -07:00
menu_util.js
* Some more JSON -> HJSON cleanup
2015-11-14 12:22:21 -07:00
menu_view.js
* Message list updated to be functional with new MCI/etc. (Still WIP, but working good)
2015-10-11 16:05:45 -06:00
message.js
* WIP on message last read - not fully functional yet
2015-10-22 15:44:44 -06:00
message_area.js
* User.isGroupMember() can now take a string or array of strings to check
2015-11-04 23:04:55 -07: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
* Fix word wrap bug introduced prior -- use 'expand' not 'expandTabs'
2015-09-20 01:29:07 -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
* New menu stack functional
2015-11-03 23:15:49 -07:00
server_module.js
* Better place to get server name/type
2015-10-22 00:03:18 -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
* 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
* Some progress on message list fetching / display... WIP!
2015-08-27 22:20:24 -06:00
system_menu_method.js
* Delete mods/login.js (not used)
2015-11-03 23:25:35 -07:00
system_property.js
* Add system_property.js
2015-10-17 20:56:16 -06:00
text_view.js
* Minor work on post view FSE / related
2015-09-02 23:11:17 -06:00
theme.js
* Update to encode()/decode() direct calls for iconv-lite
2015-11-01 13:32:52 -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
* isSpecialKeyMapped() renamed to isKeyMapped()
2015-07-01 20:18:34 -06:00
user.js
* Some more JSON -> HJSON cleanup
2015-11-14 12:22:21 -07:00
user_config.js
* Delete mods/login.js (not used)
2015-11-03 23:25:35 -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
* Separate login logic vs display
2015-10-19 17:21:47 -06:00
vertical_menu_view.js
* Message list updated to be functional with new MCI/etc. (Still WIP, but working good)
2015-10-11 16:05:45 -06:00
view.js
* Fixes to actionKeys with new focus changes
2015-09-20 19:10:09 -06:00
view_controller.js
* System stats
2015-10-17 20:03:51 -06:00
word_wrap.js
* Fix word wrap bug introduced prior -- use 'expand' not 'expandTabs'
2015-09-20 01:29:07 -06:00