Ein Projekt das es ermöglicht Beerpong über das Internet von zwei unabhängigen positionen aus zu spielen. Entstehung im Rahmen einer Praktikumsaufgabe im Fach Interaktion.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

HISTORY.md 858B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. 1.3.3 / 2014-09-05
  2. ==================
  3. * deps: cookie-signature@1.0.5
  4. 1.3.2 / 2014-06-26
  5. ==================
  6. * deps: cookie-signature@1.0.4
  7. - fix for timing attacks
  8. 1.3.1 / 2014-06-17
  9. ==================
  10. * actually export `signedCookie`
  11. 1.3.0 / 2014-06-17
  12. ==================
  13. * add `signedCookie` export for single cookie unsigning
  14. 1.2.0 / 2014-06-17
  15. ==================
  16. * export parsing functions
  17. * `req.cookies` and `req.signedCookies` are now plain objects
  18. * slightly faster parsing of many cookies
  19. 1.1.0 / 2014-05-12
  20. ==================
  21. * Support for NodeJS version 0.8
  22. * deps: cookie@0.1.2
  23. - Fix for maxAge == 0
  24. - made compat with expires field
  25. - tweak maxAge NaN error message
  26. 1.0.1 / 2014-02-20
  27. ==================
  28. * add missing dependencies
  29. 1.0.0 / 2014-02-15
  30. ==================
  31. * Genesis from `connect`