0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Dan Scott's patch: More... over 14 years ago
Minor fix to UTF8 support More... over 14 years ago
Various utf8 fixes More... over 14 years ago
Restore the byte-by-byte checksum method, since the Unicode-aware version breaks with very new 3M self-check units, according to dbs. More... over 14 years ago
Fix missing parens in hash dereference More... almost 15 years ago
Log incoming connections promptly More... about 15 years ago
Only try to strip off the leading newline if there's actually content in the record at all (eliminate perl 'Use of uninitialized value' warning). More... over 15 years ago
Untested fix for dealing with the incorrect record terminators transmitted by Cen-Tec self-check hardware. More... over 15 years ago
Handle various dates associated with items consistently. More... almost 16 years ago
Add copyright statements More... about 16 years ago
Update dependencies More... about 16 years ago
Add support for PINES requested extension: Patron Info Response now includes AQ "Home Library" field. More... about 16 years ago
Add support for "home_library" field in patron database More... about 16 years ago
Check the protocol of the client connection properly. More... about 16 years ago
Clean up field parsing so it's more perlish and less C-ish More... almost 17 years ago
Force the key to the 'listeners' hash to be all lowercase, and force the key for which we search at runtime to be lowercase, so that searches of the hash are case-insensitive. More... almost 17 years ago
Fix code so that it will run with Net::Server 0.96. This is just eliminating a dependency on the internals of the Net::Server object, so this code will continue to run with older versions of Net::Server as well. More... almost 17 years ago
Apply Bill Erickson's patch to clean up matching an incoming connection against the configuration file. There's no longer a special case for 127.0.0.1, so it will not longer match 'localhost', but it doesn't match any other hostnames anyway. More... about 17 years ago
Move code that connects to ILS back end out of sip_protocol_loop() and into handle_login(). This way, if there's a problem loading or initializing the ILS implementation, the client will be told that login failed, rather than "successfully" logging in and then having the server die later. More... over 17 years ago
Test logging in with invalid username and invalid password More... over 17 years ago
Log both raw input and raw output messages. More... over 17 years ago
Cope with trailing whitespace on the titles returned from the ILS, since that seems to be a problem for PINES More... over 17 years ago
Properly transmit the patron's fee amount and currency. Make a note of the missing limit fields until the OPAC supports them. More... over 17 years ago
Tighten up test for value of the BX field in the ACS status message More... over 17 years ago
Added missing value for whether the server supports the SC/ACS resend messages. More... over 17 years ago
Transmit screen message and print line in Patron Information Response messages. More... over 17 years ago
Go back to using unpack to generate the checksums, except that I'm using the 'U'TF encoding instead of the 'C'har encoding. This seems to work, at least in my test environment. More... over 17 years ago
Add test case for checking titles that have a diacritical in the title. More... over 17 years ago
Add entry to "catalogue" that has a diacritical in the title, for testing the checksum algorithm. More... over 17 years ago
Replace idiomatic perl checksum code, which seems to fail on strings with diacriticals in them, with an explicit sum of the ordinal values of the characters in the string, which seems to cope. More... over 17 years ago