1. 02 Apr, 2016 4 commits
  2. 01 Apr, 2016 5 commits
  3. 31 Mar, 2016 6 commits
  4. 30 Mar, 2016 9 commits
  5. 29 Mar, 2016 7 commits
  6. 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
  7. 27 Mar, 2016 2 commits
  8. 26 Mar, 2016 2 commits
  9. 25 Mar, 2016 2 commits