]> git.evergreen-ils.org Git - working/SIPServer.git/history - Sip.pm
LP#1613326 change UNIVERSAL::can import, style
[working/SIPServer.git] / Sip.pm
2016-05-25 Galen CharltonLP#1180468: update license statement to GPL v2 or later
2014-12-05 Mike RylanderLP#1339190 Add support for the "Multiplex" personality
2014-07-08 Jason StephensonLP#1070470: Limit variable fields to 255 characters.
2011-06-30 Jason StephensonAZ field also needs to be in the output message.
2011-06-23 Dan ScottChecksum calc needs to include the 'AZ' portion
2011-06-21 Dan ScottConvert checksum to hex value inside checksum() function
2011-06-17 Dan Scottencode to UTF8 consistently
2011-06-15 Dan ScottPrevent corruption of SIP messages in logs
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