]> git.evergreen-ils.org Git - working/SIPServer.git/history - Sip.pm
Fix checksum generation so that it actually works with clients.
[working/SIPServer.git] / Sip.pm
2010-10-01 Joe AtzbergerVERSIONing, it's good for you.
2010-09-30 Joe AtzbergerSpec compliance on line-endings
2010-06-30 Joe AtzbergerAdjust comment
2010-06-22 Joe AtzbergerTiny comment
2010-06-01 Joe AtzbergerWhitespace and stylistic cleanup only.
2010-05-12 Joe AtzbergerRobust string cleaning and flexible CRLF from Socket
2010-01-13 djfianderMinor fix to UTF8 support
2010-01-08 djfianderVarious utf8 fixes
2008-10-17 djfianderOnly try to strip off the leading newline if there...
2008-10-17 djfianderUntested fix for dealing with the incorrect record...
2008-03-19 djfianderAdd copyright statements
2006-08-31 djfianderLog both raw input and raw output messages.
2006-07-29 djfianderDon't rely on clients sending the exactly protocol...
2006-07-18 djfianderInitial system integration with Evergreen code.
2006-06-12 djfianderMinor cleanup: be consistent in use of "LOG_" in syslog...
2006-06-06 djfianderwrite_msg() is used by both the server and the test...
2006-05-04 djfiander'0' is a valid sequence number (it comes after '9'...
2006-04-21 djfianderClean up handling of SIP boolean flags, and fix interfa...
2006-04-16 djfianderMove add_count() to Sip.pm from Sip::MsgType.pm
2006-04-14 djfianderSip::timestamp now takes an optional parameter (seconds...
2006-03-29 djfianderMove $last_response here from Sip/MsgType.pm
2006-03-26 djfianderMoved utility functions from Sip::Msgtype to here.
2006-03-21 djfianderDeleted sub y_or_n(), since it duplicates
2006-03-09 djfianderInitial revision