Commit Graph

22 Commits

Author SHA1 Message Date
5895e2508a Start help system. 2024-11-17 18:39:34 +11:00
43a4a4f4d2 Basic TERMTYPE implementation. 2024-11-17 11:59:13 +11:00
86c5e01b53 Clean up errors and fix build 2024-11-09 23:29:52 +11:00
78e36e4dcb Implement NAWS (negotiate about window size) 2024-11-09 22:53:30 +11:00
c0739262af Implement Telnet option negotiation 2024-11-09 00:55:46 +11:00
6122ac7926 Implement storage feature - save state variables locally. 2024-11-06 21:48:04 +11:00
73b59a8254 Connect to same host by default - and show message if closed. 2024-11-01 13:55:44 +11:00
4585db0433 Get editor showing (not yet usable) on #editor 2024-10-05 19:28:39 +10:00
56edc3d484 Add tick / delay / untick timer commands. 2024-10-01 23:02:26 +10:00
7fddf30657 Add option to turn on logging to IndexedDB + delete logs + download 2024-09-30 16:49:29 +10:00
a8c279e13e Add triggers + removing triggers / aliases. 2024-09-28 21:39:16 +10:00
ecdbb3cfa7 Allow listing aliases with #alias with no args. 2024-09-27 22:45:12 +10:00
a215133ea6 Make #alias work. 2024-09-27 21:57:36 +10:00
ff840c04c2 Implement command queue, and let match table interact with it
It can be called from Lua.
2024-09-26 23:30:43 +10:00
b1bf0f317a Implement a match table ready for aliases and triggers. 2024-09-23 22:38:51 +10:00
0214897a91 Simplify async_sequence function calls. 2024-09-21 23:25:24 +10:00
ba49876f80 Clean up superfluous calls to debrace. 2024-09-20 23:02:51 +10:00
f6486498f6 Improve parsing to remove need for debrace everywhere. 2024-09-20 22:59:00 +10:00
8816d76c53 Implement mudinput (sending to MUD from terminal) 2024-09-17 22:14:07 +10:00
ff0411b040 Set up frameroutes to route MUD messages to termframes 2024-09-14 21:51:37 +10:00
1015bcb4ad Upgrade to latest (by rev) Lua / gc-arena 2024-09-12 20:42:41 +10:00
243132eeec Refactor ready for MUD-specific routing 2024-09-07 22:05:01 +10:00