Skip to content
Snippets Groups Projects
  1. Apr 12, 2021
  2. Apr 08, 2021
  3. Apr 07, 2021
  4. Apr 06, 2021
  5. Apr 05, 2021
  6. Apr 04, 2021
  7. Apr 03, 2021
  8. Apr 02, 2021
    • Deucе's avatar
      Initial work on setTimeout() · 19289739
      Deucе authored
      This appears to work and the event handler *should* work on other
      event types already.
      
      Note, this is *nix-only due to the use of poll().  select() will
      need to be used for Windows to keep XP compatability.
      19289739
    • Michael J. Ryan's avatar
      Update array.js formatting · 3bbcc77a
      Michael J. Ryan authored
      Autoformatted via prettier with settings below, this is so additional polyfill matches can be used to match formatting in future PRs for polyfills, as well as full formatting tooling for .js files.
      
      ```yaml
      tabWidth: 4
      useTabs: true
      singleQuote: true
      trailingComma: "es5"
      ```
      3bbcc77a
  9. Apr 01, 2021
  10. Mar 29, 2021
  11. Mar 28, 2021
  12. Mar 27, 2021
  13. Mar 20, 2021
    • Rob Swindell's avatar
      Refactor the get_pw() and get_ticpw() methods · 8d7326d9
      Rob Swindell authored
      First look for a linked node matching the node address string as passed,
      then look for a match using the normalized address (removing .0 and @domain).
      The "ALL" wildcard should not be used for password lookups.
      
      This should fix reported issue 240.
      8d7326d9
  14. Mar 19, 2021
  15. Mar 18, 2021
    • Deucе's avatar
      Fix two isses with IMAP service... · 44b0b141
      Deucе authored
      1) user.number immediately after login() remains zero, but changes
         "sometime" after.  Avoid using user.number right after login()
         call to generate filename.  All data/user/0000.imap files can
         be deleted after this change.
      2) Saving Seen data would modify the object storing it when binary
         seen values were used.  Use JSON.parse(JSON.stringify() to make
         a copy before saving and restore it afterward.  Should fix issue
         reported by nickshanks1 over IRC.
      44b0b141
  16. Mar 17, 2021
    • Deucе's avatar
      Work around exception on spammy mail... · b5a4c5c5
      Deucе authored
      Don't include the obsolete unstructured regex in abs.unstrctured,
      and use the abnf.unstructured for parsing headers.
      
      This fixes an issue seen running the IMAP server on gratuitously
      spammy messages.
      b5a4c5c5
Loading