0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected 5 months ago.
Dec 13, 2022 — Dec 13, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added System.exit call to make sure threads don't block termination More... over 20 years ago
added junit tests for the rest of the classes in lib.message More... over 20 years ago
test unit for EDIINTMessageMDN More... over 20 years ago
fixed a bug in updateCache when data was null More... over 20 years ago
added receipt delivery option for async mdns More... over 20 years ago
fixed bug in constructor More... over 20 years ago
created EDIINTEngine to encoding and decoding messages can be done with one line of code More... over 20 years ago
ported from openas2-unstable DispositionType More... over 20 years ago
created EDIINTHelper to provide an easy way to encrypt, decrypt, sign, and verify a message using a CryptoHelper More... over 20 years ago
removed terminate method and listener support in OpenAS2Exception created CryptoException More... over 20 years ago
moved CryptoHelper classes to org.openas2.lib.helper More... over 20 years ago
finished up EDIINTMessageMDN, need to do junit test added MessagingException throws to some constructors and methods in the Message classes, need to update the junit to test for these added createMimeMultipart method to MimeUtil More... over 20 years ago
added async MDN check in AS2SenderModule More... over 20 years ago
changed AS2_MDN_URL partnership attribute to AS2_MDN_TO to be more accurate added PA_AS2_RECEIPT_OPTION to request async mdn's. They aren't fully supported by OpenAS2 but this option was needed More... over 20 years ago
*** empty log message *** More... over 20 years ago
re-arranged some code blocks within try-catches made sure HttpConnection.disconnect() is called More... over 20 years ago
set the ReuseAddress flag on the server socket to help with socket wait and repeating source port issues More... over 20 years ago
added partnership reload that won't interfere with current partnerships if an error occurs while loading More... over 20 years ago
added log msg to certificate reloading More... over 20 years ago
created MimeUtil.createMimeBodyPart(MimeMultipart) did alot more work on the caching and building of MDN data in EDIINTMessageMDN More... over 20 years ago
removed WrappedException, implement it's constructors in OpenAS2Exception More... over 20 years ago
updated sample config.xml with some new features that the config supports More... over 20 years ago
a $ terminates a parameter name, so that alpha-numeric and periods can directly follow a parameter name More... over 20 years ago
created DateParameters class added $date.<format> support to FileLogger directory and file name More... over 20 years ago
moved all ParameterParser-based classes into org.openas2.params package More... over 20 years ago
SOURCE_MESSAGE is now set for all exceptions destination IP is included in message attributes More... over 20 years ago
created FileMonitor class to watch a file and call listeners if it is modified added "interval" parameter to PKCS12 cert factory and XML partnership factory so info is reloaded when the source data file changes More... over 20 years ago
randomizing was moved to RandomUtil to prevent random bug: new Random() twice in a close enough timeframe will generate the same random numbers added ASXPartnership.PA_BLOCK_ERROR_MDN, read inline comment for details moved AS2ReceiverModule.handleError to NetModule above handleError now saves the message to PARAM_ERROR_DIRECTORY instead of an error handling module ErrorStorageModule was deleted More... over 20 years ago
OpenAS2Exception now supports all constructors in Exception, WrappedException was changed to reflect this added parse static methid to ParameterParser (was AS2Util.decodeText) added BODYTEMPLATE parameter to EmailLogger. the email's subject is now processed by ParameterParser and a template can be loaded from a file to fill the message body More... over 20 years ago
now using bouncy castle version 1.20 libs More... over 20 years ago