CHANGES 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. =========================
  2. 2006-10-23 00:19:14 v0_07
  3. =========================
  4. 2006-10-23 00:19:14 (r7) by ptinsley
  5. Potential fix for default POE modules on debian with perl 5.8.4, but I
  6. I can't be sure because we can't make the problem happen again.
  7. =========================
  8. 2006-10-23 00:15:32 v0_06
  9. =========================
  10. 2006-10-23 00:15:32 (r6) by ptinsley
  11. reworked the handling of Content-Length based replies to deal with replies
  12. that don't have \n at the end of their data block
  13. Updated the curses example (fsconsole.pl)
  14. - Added command/reply output
  15. =========================
  16. 2006-10-14 00:08:00 v0_05
  17. =========================
  18. 2006-10-14 00:08:00 (r5) by ptinsley
  19. Added some "bullet proofing" in the module to handle bad/unknown input
  20. Updated the curses example (fsconsole.pl)
  21. Added debug and strict parsing as part of the bullet proofing
  22. to enable debug add debug => 1 in your new() and if you want the module
  23. to croak when it doesn't properly parse something use strict => 1 in the
  24. new(). Example Poe::Filter::FSSocket->new(debug => 1, strict => 1)
  25. The default for debug and strict is 0
  26. =========================
  27. 2006-10-14 00:08:00 v0_04
  28. =========================
  29. 2006-10-14 00:08:00 (r4) by ptinsley
  30. Fixed support for log/data
  31. Added an example that is a quick curses console for freeswitch
  32. =========================
  33. 2006-09-18 21:08:00 v0_03
  34. =========================
  35. 2006-09-18 21:08:00 (r3) by ptinsley
  36. Added support for log/data
  37. =========================
  38. 2006-09-17 23:57:00 v0_02
  39. =========================
  40. 2006-09-17 23:57:00 (r2) by ptinsley
  41. Added support for api/response type, data ends up in api-response variable.
  42. =========================
  43. 2006-09-17 22:19:20 v0_01
  44. =========================
  45. 2006-09-17 22:19:20 (r1) by ptinsley
  46. Initial package of the module.
  47. ==============
  48. End of Excerpt
  49. ==============