Skip to content
Snippets Groups Projects
  1. Mar 04, 2018
  2. Jan 28, 2018
  3. Mar 30, 2017
  4. Mar 29, 2017
  5. Aug 17, 2016
  6. Mar 25, 2016
  7. Mar 20, 2016
  8. Mar 14, 2016
    • Atanamo's avatar
      Fix socket.io change on room's socket list · 1f5980fa
      Atanamo authored
      This change isn't even listed in the changelog, but fatal:
      io.sockets.adapter.rooms[<room name>] seems to be an Object of type Room now, having a the list of its sockets in an property "sockets".
      Before version 1.4.0, the map of sockets was directly accessable by the call (there was no Room object)...
      
      Moved logic for iterating the room's sockets to a new method _iterateEachJoinedSocket() though. So future changes to the API (which are very likely) can be modified on one place in the code...
      1f5980fa
  9. Mar 13, 2016
  10. Feb 26, 2015
  11. Feb 24, 2015
  12. Feb 23, 2015
    • Atanamo's avatar
      Rethought and integrated flooding protection helper · f5e5942e
      Atanamo authored
      * Refactored the class again to use weights instead of sizes for rating entries
      * Simplified sub routines to be more efficient
      * Initializing helper object and doing checks in client event listeners
      
      TODO: Move settings for flooding protection to config
      f5e5942e
  13. Feb 22, 2015
  14. Feb 21, 2015
  15. Feb 19, 2015
  16. Feb 17, 2015
Loading