Skip to content
  1. Sep 19, 2024
    • meskio's avatar
      moat: use the First IP from the X-Forwarded-From header · 60ee19b8
      meskio authored
      Moat's first IP comes from moat-shim, as this removes any other
      X-Forwarded-From headers. And the last one is comming from the
      connection between the moat-shim and apache, so this one is the public
      IP address of the moat-shim server.
      
      * Closes: #231
      60ee19b8
  2. Sep 18, 2024
  3. Sep 17, 2024
  4. Sep 16, 2024
  5. Sep 12, 2024
  6. Sep 11, 2024
  7. Sep 10, 2024
  8. Sep 09, 2024
  9. Sep 07, 2024
  10. Sep 04, 2024
    • meskio's avatar
      internal: unregister the events channel before closing it · e2c88550
      meskio authored and onyinyang's avatar onyinyang committed
      defers are executed in oposite direction that then are called. If we
      call the close defer after the unregistration of the channel it will
      executed first. It can happen that an event arrive between the two of
      them and crash rdsys.
      
      * Closes: #222
      e2c88550
  11. Sep 03, 2024
  12. Aug 27, 2024
  13. Aug 26, 2024
  14. Aug 22, 2024
  15. Aug 21, 2024