Ondřej Hruška
6c1ab28e75
improved build script, automatic version fetch from source
8年前
Ondřej Hruška
2796709624
version bump to beta2
8年前
Ondřej Hruška
d2edcd7fd5
added new release system
8年前
Ondřej Hruška
76272530ec
improved ENQ response, now includes hashes and ID. Added ID to boot msg
8年前
Ondřej Hruška
a514601897
use async buffer for apars respond other than http
8年前
Ondřej Hruška
935e05a56a
Disable Rx pin pull-up, caused malfunction with cheap adapters
8年前
Ondřej Hruška
791f6e716f
finished basic d2d and external, adde flags etc
8年前
Ondřej Hruška
9a5bc0a274
Add codename
8年前
Ondřej Hruška
dca02976a7
Fixed a horrible MegaBug and added HTTP message sending + D2D sending (no Rx yet)
8年前
Ondřej Hruška
6665b5c183
CAN and SUB correctly abort current sequence, including string. Start of adding PM's
8年前
Ondřej Hruška
55afcca955
fix incorrect DCS command handling
8年前
Ondřej Hruška
7ffc947f1a
added client + testing command ESC#7
8年前
Ondřej Hruška
0eeed9c7d9
add %debugbar% to terminal page
8年前
Ondřej Hruška
253473daed
version bump for next rel
8年前
Ondřej Hruška
9321cd4ebb
made it survive idiots cat'ing image files etc
8年前
Ondřej Hruška
faffa68794
use binary messages and fix bugs in utf sanitizer
8年前
Ondřej Hruška
a6ee808a1d
add SKIP tag to defines
8年前
Ondřej Hruška
5150cc32eb
align serializer with front-end changes
8年前
Ondřej Hruška
42d5f6bc89
decopt 12 configurable
8年前
Ondřej Hruška
d2fe37403f
Fix htop display bugs - wrong serialization
8年前
Ondřej Hruška
f6c2b06d8a
notify about mouse attrs change
8年前
Ondřej Hruška
b6c5648690
allow zero redraw delay
8年前
Ondřej Hruška
062b0e6188
fix messed up bg color encoding
8年前
Ondřej Hruška
97552b30c3
fix some bugs + optimize stuff
8年前
Ondřej Hruška
1c23e79c59
partial update, may be a bit buggy in places
8年前
Ondřej Hruška
b70c65868b
dump context and stop listening for a bit on rx of bad UTF
8年前
Ondřej Hruška
1614194d76
Removed one NOTIFY_LOCK() that shouldn't have been there
8年前
Ondřej Hruška
03c7f4d0ad
removed bugs
8年前
Ondřej Hruška
da6c5bf5be
re-arranged attr bits and changed string encoding for labels and title to use terminator rather than byte length
8年前
Ondřej Hruška
2e0648be8e
re-ordered cell attr bits for shorter serialize word length
8年前
Ondřej Hruška
404ccaeb20
new message format
8年前
Ondřej Hruška
65977bfbae
Overclock, fix buffer overflow causing total lock-up, small tweaks
...
removed the main make config file from VCS so it can be easier edited
added overclocking option to enable 160 MHz mode
8年前
Ondřej Hruška
74d52a0c61
add confirmation messages to form saving
8年前
Ondřej Hruška
0fae510207
change version to 2.0.0 to indicate the breaking change
8年前
Ondřej Hruška
1a8d3cb332
show real sdk version, make tpw setting actually work
8年前
Ondřej Hruška
fa5489ccfc
support for truecolor default colors
8年前
Ondřej Hruška
cb71586138
remove spammy debug
8年前
Ondřej Hruška
58bd27a082
FIXED A BUG
8年前
Ondřej Hruška
7eb1bdeec6
fixed off-by one etc errors in the rewritten functions, fixed a lag due to heartbeat packet
8年前
Ondřej Hruška
674e89c8c3
fix a bug with backspace when cursor is hanging
8年前
Ondřej Hruška
62a0925586
fix stuff not removed from utf cache in some operations
8年前
Ondřej Hruška
2ede271c65
removed obsolete microoptimization from parser repeat code
8年前
Ondřej Hruška
692b2c4d11
fix serializer being completely broken
8年前
Ondřej Hruška
948bcb62ff
Backend changes for offscale default fg and bg + future-proofing
...
- 16-bit attribs
- added attribs FG and BG, if not set, default colors
- added attrib INVERT, removed server-side color flipping
- added screen attrib REVERSE_VIDEO (can't be done server-side if we want it to work with off-scale colors)
- changed Attribs encoding to 3B
- removed old migrations, made useless by the flash wipe caused by adding Admin PW section
- some cleaning in CSI parser
- removed function to set SGR inverse separately (now use normal SGR setter)
- added functions to set fg and bg to defaults
8年前
Ondřej Hruška
80e8e4f7da
added username config for basic auth
8年前
Ondřej Hruška
357a9d43e3
password changing, changed default pw to "adminpw", added settings revert if validation fails
8年前
Ondřej Hruška
a464a73a0e
cgi form handlers for setting password stuff
8年前
Ondřej Hruška
38b3ce2dc8
cgi handler for setting passwords (not tested)
8年前
Ondřej Hruška
37de3a095d
configurable pw lock (not yet tested and not connected to front-end)
8年前
Ondřej Hruška
82961568b8
increased sysconbf allocated flash size (safe now bc we alrady have a breaking change that wipes old settings)
8年前