aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-22Add security warning to README alsoHEADmasterSamuel Lidén Borell1-1/+24
2015-06-21Perform secure erase of expanded keys alsoSamuel Lidén Borell1-4/+13
2015-06-21Add /copykey commandSamuel Lidén Borell2-2/+67
2015-06-21Fix missing )Samuel Lidén Borell1-1/+1
2015-06-21Multiarch supportSamuel Lidén Borell1-4/+11
2015-06-21Implement encryption in CBC modeSamuel Lidén Borell7-25/+246
2015-06-20Fix CBC decryption failure with long messagesSamuel Lidén Borell1-1/+2
2015-06-15Implement decryption in CBC modeSamuel Lidén Borell2-4/+68
2015-06-15Add ability to set keys from the test programSamuel Lidén Borell1-3/+36
2015-06-15Update HexChat plugin API, drop support for XChatSamuel Lidén Borell4-55/+55
2014-06-02Handle a special character before "+OK", e.g. identify-msg + or -Samuel Lidén Borell1-1/+9
2014-06-02Use path to HexChat instead of XChat in the test programSamuel Lidén Borell1-1/+1
2014-06-02Add missing include in the test programSamuel Lidén Borell1-0/+1
2014-02-15Fix memory leak in the test programSamuel Lidén Borell1-0/+2
2014-02-15Fix undefined behaviour in left shiftSamuel Lidén Borell1-1/+1
2012-05-10Version 0.16Samuel Lidén Borell2-1/+2
2012-05-10Don't strip first character from unencrypted first wordSamuel Lidén Borell1-1/+1
2012-05-10Prefix unencrypted first word with ":" to prevent colons from being removedSamuel Lidén Borell1-0/+6
2012-04-27Change my e-mail in one more placeSamuel Lidén Borell1-1/+1
2012-04-27Change my e-mailSamuel Lidén Borell11-11/+11
2012-02-28Add support for "mcps" prefixJan-Bernd Vosteen1-1/+1
2012-01-02Update Python implementation from Nam T. Nguyen to v. 2.0Samuel Lidén Borell1-21/+109
2011-12-22Fix keystore saving bugSamuel Lidén Borell2-3/+3
2011-12-22Fix order of compiler options for the test programSamuel Lidén Borell1-1/+1
2011-11-25Change website URL in the readmeSamuel Lidén Borell1-1/+1
2011-11-25Renamed xchat_plugin.{c,h} to plugin_xchat.{c,h}Samuel Lidén Borell4-4/+4
2011-11-25MSVC compatibilitySamuel Lidén Borell11-67/+172
2011-08-16Fix a comment in irc_nick_cmpSamuel Lidén Borell1-1/+1
2011-08-12Don't add trailing spacing when decryptingSamuel Lidén Borell1-1/+1
2011-08-10Make the static strings arrays instead of pointersSamuel Lidén Borell1-5/+5
2011-08-10Fix the usage stringsSamuel Lidén Borell1-4/+7
2011-08-10Remove debug output from /setkey error messageSamuel Lidén Borell1-1/+1
2011-08-10Fix memory leak in /setkeySamuel Lidén Borell1-2/+7
2011-08-10Implement /delkeySamuel Lidén Borell4-1/+47
2011-08-10Implement /setkeySamuel Lidén Borell3-7/+119
2011-08-10Remove debug outputSamuel Lidén Borell1-1/+0
2011-08-10Use pure protocol-level filtering and implement topic decryptionSamuel Lidén Borell2-18/+24
2011-08-05Fix memory leak in append() when memory re-allocation failsSamuel Lidén Borell1-4/+9
2011-08-05Made functions static in test.cSamuel Lidén Borell1-2/+2
2011-08-05Use NULL instead of 0 in userdata pointer to xchat_hook_commandSamuel Lidén Borell1-1/+1
2011-04-26Add a Python implementation from Nam T. NguyenSamuel Lidén Borell3-0/+1048
2011-04-03Fix highlighting of own nickSamuel Lidén Borell3-6/+9
2011-03-23Remove case sensitivity from list of bugsSamuel Lidén Borell1-1/+0
2011-03-23Case insensitive nick/channel matchingSamuel Lidén Borell4-4/+47
2011-03-22Remove a piece of a string that is not usedSamuel Lidén Borell1-1/+1
2011-03-22Add a list of known bugsSamuel Lidén Borell1-0/+4
2011-03-22Add more stuff to the list of things that don't workSamuel Lidén Borell1-1/+2
2010-12-20Fix a build problem on x86-64Samuel Lidén Borell1-2/+2
2010-08-27Silence some debugging outputSamuel Lidén Borell1-2/+0
2010-08-27Fix a crash when speaking without encryptionSamuel Lidén Borell1-0/+1