1. 03 Apr, 2016 2 commits
    • Marcel Stör's avatar
      Fix link syntax · 7d576efe
      Marcel Stör authored
      7d576efe
    • Philip Gladstone's avatar
      Take 2: Add regular sends to mdns. Check for (some) buffer overflows. Make it handle unicast · 3a5e5f10
      Philip Gladstone authored
      Merging as suggested by @TerryE (and squashing at the same time. Turns out that this feature is enabled for this repo).
      
      * Squashed commit of the following:
      
      commit f985f10d9d2ee035f5a6ee6245c60d9904d98cc1
      Author: philip <philip@gladstonefamily.net>
      Date:   Sun Mar 27 21:52:46 2016 -0400
      
          Better mdns code
      
      commit 6ee49ee106274bc63f6309047e57f7bc9828523e
      Author: philip <philip@gladstonefamily.net>
      Date:   Fri Mar 25 23:25:11 2016 -0400
      
          Update the docs
      
      commit 7e455541c6f2531824cfb2419d051f1306935fdf
      Author: philip <philip@gladstonefamily.net>
      Date:   Thu Mar 24 21:58:16 2016 -0400
      
          Add retries and buffer checking to mdns
      
          Get the length right
      
          Now it seems to work
      
      * Might work for combined mode
      
      * Fix crash
      
      * Simplified various bits of code. Changed the LUA interface
      
      Added checking (to some degree) incoming quyery types
      
      Move the defaults to the right place
      
      Added reference to the RFC`
      3a5e5f10
  2. 02 Apr, 2016 4 commits
  3. 01 Apr, 2016 5 commits
  4. 31 Mar, 2016 6 commits
  5. 30 Mar, 2016 9 commits
  6. 29 Mar, 2016 7 commits
  7. 28 Mar, 2016 3 commits
    • Johny Mattsson's avatar
      Switch enduser_setup_module to LWIP raw API. · e1fffe6a
      Johny Mattsson authored
      Shutting down an espconn server safely is impossible, and currently would
      include at least one use-after-free. Even with that patched, at best this
      would change things from impossible to "very tricky".
      
      The native LWIP API does not have those issues, and is still quite easy
      to work with.
      e1fffe6a
    • Robert Foss's avatar
      Improved overall enduser_setup user experience. · 2d4f8f8e
      Robert Foss authored
      A single bug is fixed, a few features are added and overall the codebase has been worked through.
      
       - Added support for calls to /generate_204 that let's android know that the internet is accessible.
       - Added 10 second delay to the shutdown call to allow a final status update to be fetched by the client.
       - Added iframe to html to avoid having a form submission change the page.
       - Added support for dynamic /status responses.
       - Improved HTML appearance by removing AP-list button.
       - Improved CSS to center form, even when list of access points have loaded.
       - Improved debug prints to contain line numbers and not require lua_State*.
       - Fixed broken failure check when calling wifi_station_connect().
       - Fixed unguarded malloc().
      2d4f8f8e
    • Marcel Stör's avatar
      Merge pull request #1179 from pjsg/unsubscribe · 117df40f
      Marcel Stör authored
      MQTT Unsubscribe support
      117df40f
  8. 27 Mar, 2016 2 commits
  9. 26 Mar, 2016 2 commits