Skip to content
Snippets Groups Projects
  1. Aug 13, 2020
  2. Aug 12, 2020
  3. Aug 04, 2020
  4. Aug 01, 2020
  5. Jul 27, 2020
  6. Jul 23, 2020
  7. Jul 22, 2020
    • echicken's avatar
      Shitty hack on previous commit. · 93f90e9e
      echicken authored
      Amended HTTPRequest.follow_redirects to be a number instead of boolean.
      
      var h = new HTTPRequest();
      h.follow_redirects = 1; // We'll follow this many redirects
      93f90e9e
    • echicken's avatar
      For GET requests, follow 301, 302, 307, and 308 redirects to the first · f033c3e8
      echicken authored
      Location given in the response header, if present. Not enabled by
      default, so turn it on like so:
      
      var h = new HTTPRequest();
      h.follow_redirects = true;
      
      Should probably add "too many redirects" protection, since this could
      turn into an eternal game of HTTP ping-pong.
      f033c3e8
  8. Jul 20, 2020
  9. Jul 18, 2020
  10. Jun 29, 2020
  11. Jun 21, 2020
  12. Jun 08, 2020
  13. Jun 07, 2020
    • rswindell's avatar
      Allow a global and a per-section "requirements" key which can be used to · c4e86935
      rswindell authored
      specify an access requirement string (ARS) which must be matched for font(s)
      to be loaded/activated.
      This allows a sysop to specify a subset of users that should have some/all
      fonts loaded based on whatever criteria they want (and is supported by ARS)
      - specific user numbers, security levels, flags, terminal attributes, etc.
      c4e86935
  14. Jun 06, 2020
  15. Jun 02, 2020
  16. Jun 01, 2020
    • echicken's avatar
      Added maxResults option. · c7fdd961
      echicken authored
      Only this many results from the datasources will be added to the
      suggestion tree. 0 means no limit.
      c7fdd961
  17. May 26, 2020
  18. May 24, 2020
  19. May 22, 2020
  20. May 21, 2020
  21. May 16, 2020
Loading