weechat-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Weechat-dev] [patch #7963] Automatically hash files if CRC32 tag is in


From: Andrew Potter
Subject: [Weechat-dev] [patch #7963] Automatically hash files if CRC32 tag is in filename
Date: Mon, 04 Mar 2013 22:59:09 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22

Follow-up Comment #2, patch #7963 (project weechat):

b won't work if the checksum is surrounded with _, which I have a distant
memory of seeing before. How about [^0-9A-Z]{1}[0-9A-F]{8}([^0-9A-Z]{1}|$)  
?

Except for the kerberos CRC32 variant, CRC32 is the only 32-bit checksum in
libgcrypt, if that counts for popularity. Maybe I should change the string to
"CRC32 OK" and "CRC32 Mismatch"? Then when a mismatch against the wrong
checksum happens the user can make a more informed decision about what to do.
Since this patch just reports the mismatch and doesn't delete anything, it
wouldn't hurt to wait for a feature request before worrying about other
checksums.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?7963>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]