Commit Graph

11 Commits

Author SHA1 Message Date
tueddy
3ee4013002 Compile with Arduino 3 (ESP-IDF 5.x) 2024-03-15 15:51:33 +01:00
Alex Villacís Lasso
bd2cab7a7e Merge branch 'blackhat-master' into yuboxfixes 2021-07-20 12:29:50 -05:00
Blackhack
c7b7fafa81 Fix build when using latest arduino-esp32 master due to IDF update
a618fc1361
2021-06-05 18:28:56 -05:00
lorol
7dbe1150dc Added ext-searchbox (Ctrl+F) search/replace functionality and -workers (live syntax checkers) to the ace editor - a standalone hack.
if you don't need worker(s), modify line #446 of edit.htm .setUseWorker(!0) to (!1) (true to false) repack by do.bat and modify update_ace.bat 
Changes of src/WebAuthentication.cpp and minor updates of my SmartSwitch example
2020-05-04 13:04:18 -04:00
lorol
902077553f Applied memory optimizations from sascha432
Updated my additions
2020-04-28 16:36:40 -04:00
me-no-dev
d37bd16c22 Initial ESP32 compatibility 2017-09-07 22:01:58 +03:00
omersiar
e56e1a6370 Bug Fix for #175 and #167 (#182)
Prevent double MD5 hashing
2017-06-21 12:37:19 +02:00
Max Lunin
a7c4dfb04f Template container instead of direct pointer manipulation. (#95)
* using Container instead ofdirect pointers list manipulation

* fixed different type of virtual methods.

* Fixed typo in conditional

* Renamed ListArray to LinkedList

* Const reference to String as method parameters to prevent additional copy and memory allocation when String passed by value

* fix 'min' redefinition

* removed #include <iterator>
begin/end methods it's enough for 'for( : )' loop
count() renamed to length()
spacing fixing

* Const reference to String as method parameters to prevent additional copy and memory allocation when String passed by value

* Fixed unused params warnings
2016-11-27 17:42:09 +02:00
Me No Dev
49d5a24815 fix Digest authentication for IE 2016-10-18 16:30:14 +03:00
Me No Dev
46d41ddcd4 Update for ESP32 RTOS SDK 3.0.0 2016-08-02 14:28:21 +03:00
Me No Dev
49b6046125 Add Digest Web Authentication and make it default
accept htdigest formatted hashes as well
2016-06-29 16:20:03 +03:00