コミットグラフ

269 コミット (58bd27a082aad8df180b84a096c21eeb3bc18606)

作成者 SHA1 メッセージ 日付
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 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年前
Ondřej Hruška 3849e161e5 add pwlock settings to sysconf 8年前
Ondřej Hruška 43241c2679 admin pw now lives in a separate config block. BREAKING CHANGE! will wipe old settings :( 8年前
Ondřej Hruška 781cf8825b remove theme max num chekc to allow adding themes purely by front-end 8年前
Ondřej Hruška 079b522540 implemented focus tracking reports 8年前
Ondřej Hruška 471aa95c34 add timezone to the about page 8年前
Ondřej Hruška ac56b1dc61 added timezone to bootlog 8年前
Ondřej Hruška 82fd9e5ad1 raise utf8 cache to max of 160 characters, re-enable buttons by default 8年前
Ondřej Hruška 92a454a2cf renamed input debug log funcs to imp_ to avoid build collision if DEBUG_WS is enabled also 8年前
Ondřej Hruška 128515a9a7 git hashes on about page 8年前
Ondřej Hruška 356c4557bb change default size back to 26x10 so it makes better first impression on a phone 8年前
Ondřej Hruška 5ff9d17850 adjusted defaults (disabled buttons by default so we dont confuse users with something they dont expect) 8年前
Ondřej Hruška ccbb1886af two hundred and fifty six colors, ladies and gentlemen!! 8年前
Ondřej Hruška 65d177f149 shortened utf cache & added missing flash storage attr 8年前
Ondřej Hruška 7cf82753ff bugfixes 8年前
Ondřej Hruška c4d399ccb0 added utf8 cache implementation, not yet used 8年前
Ondřej Hruška b02aebf8c2 repeat character command 8年前
Ondřej Hruška 4c2421121f moved funcs to flash to make it build again, reduced logging buffer, disabled some logging; add missing files 8年前
Ondřej Hruška 1742f4604a small cleaning 8年前
Ondřej Hruška 10fafd7c23 upse capital G for consistency 8年前
Ondřej Hruška c838883e69 back-end for #123 8年前
Ondřej Hruška 384372e6c8 backend support for SGR overline, bit 7 of attrib byte 8年前
Ondřej Hruška 74c7628474 groundwork for 256 color parsing, added conceal 8年前
Ondřej Hruška bd43c4d9c3 prevent compressor blowing up short repetitions 8年前
Ondřej Hruška 2e004b6048 changes to terminal settings now have immediate effect via notify 8年前
Ondřej Hruška ab921d2523 fix newline mode, add backend for cursor and crlf config in terminal config page 8年前
Ondřej Hruška 9ac5143228 fix compile error - missing declaration 8年前
Ondřej Hruška 2bea6397c6 cursor shape CSI and cursor blink toggle 8年前
Ondřej Hruška ea97752867 implemented saving to alternate buffer (except screen content) 8年前
Ondřej Hruška a12dcfc86f update github repo link 8年前
Ondřej Hruška 3926776adc Fixed the stupid unicode bug 8年前
Ondřej Hruška 8d7419b666 You wouldn't believe this simple trick that freed 10 kB of RAM! 8年前
Ondřej Hruška 7d6cb2b660 screen serialize speedup + fix bad utf encode 8年前
Ondřej Hruška 1d6d6ee228 Implement initial load through websocket to cut one unnecessary HTTP GET that caused conn pool overflow. Increased reload / retry delays to reduce server spamming by poorly loaded client. 8年前
Ondřej Hruška a20ec8a49e version bmup 8年前
Ondřej Hruška 831ebe3b54 Fix broken codepage 1 8年前
Ondřej Hruška 184ef1ec36 change version to 1.0.0 8年前
Ondřej Hruška e46abe175f reduced buffers, not really needed 8年前