jFCPlib.git
2025-01-02 David ‘Bombe... ✅ Add test for GetRequestStatus
2025-01-01 David ‘Bombe... 🗑️ Deprecate GetPluginInfo constructor without plugin...
2025-01-01 David ‘Bombe... ✅ Add test for GetPluginInfo
2025-01-01 David ‘Bombe... 💚 Remove invocation of Jenkins’ jacoco plugin in CI...
2025-01-01 David ‘Bombe... ✏️ Fix typo in parameter name
2025-01-01 David ‘Bombe... 🗑️ Deprecate GetConfig constructor without identifier
2025-01-01 David ‘Bombe... ✅ Add test for GetConfig command
2025-01-01 David ‘Bombe... ♻️ Use non-deprecated constructor
2024-12-31 David ‘Bombe... ♻️ Rename constructor parameter in GenerateSSK
2024-12-31 David ‘Bombe... 🗑️ Deprecate constructor without identifier
2024-12-31 David ‘Bombe... ✅ Add test for GenerateSSK message
2024-12-31 David ‘Bombe... ✅ Add tests for file entries
2024-12-29 David ‘Bombe... 🔥 Remove Guava dependency
2024-11-24 David ‘Bombe... ✅ Add tests for FCPPluginReply
2024-11-23 David ‘Bombe... ✅ Add tests for FCPPluginMessage
2024-11-23 David ‘Bombe... ✅ Add tests for FcpMessage
2024-11-23 David ‘Bombe... ✅ Add test for FcpListenerManager
2024-11-23 David ‘Bombe... 🧪 Add test for modifyConfig()
2024-11-23 David ‘Bombe... ✅ Add tests for getConfig()
2024-11-23 David ‘Bombe... ✅ Add tests for getNodeInformation()
2024-11-23 David ‘Bombe... 💚 Use verify for recording JaCoCo coverage correctly
2024-11-23 David ‘Bombe... ✅ Add tests for sendPluginMessage()
2024-11-23 David ‘Bombe... 💚 Use test phase instead of verify phase
2024-11-23 David ‘Bombe... ✅ Add test for SimpleProgress being used in getRequests()
2024-11-23 David ‘Bombe... 🐛 Fix sending of requests
2024-11-23 David ‘Bombe... ✅ Add test for GetFailed being used in getRequests()
2024-11-22 David ‘Bombe... ✅ Add test for DataFound for unknown identifiers not...
2024-11-22 David ‘Bombe... ✅ Add test for DataFound being used in getRequests()
2024-11-22 David ‘Bombe... ♻️ Rename flag for including global requests
2024-11-22 David ‘Bombe... ✅ Add test for getting global requests
2024-11-22 David ‘Bombe... ✅ Add test for getPutRequests() and refactor method
2024-11-22 David ‘Bombe... ♻️ Add method for easier creation of single-message...
2024-11-22 David ‘Bombe... ✅ Add test for getGetRequests() and refactor method
2024-11-22 David ‘Bombe... 🚧 Add matchers for high-level requests
2024-11-22 David ‘Bombe... ✅ Add tests for modifyPeerNote()
2024-11-22 David ‘Bombe... ✏️ Fix typo in Java 17 build
2024-11-22 David ‘Bombe... ✅ Add test for getPeerNote()
2024-10-02 David ‘Bombe... 🏗️ Add Jenkinsfile
2024-09-06 David ‘Bombe... 🐛 Make removePeer() return normally when node identifie...
2024-09-06 David ‘Bombe... ✅ Make tests more realistic by running listeners in...
2024-09-06 David ‘Bombe... ✅ Deprecate and replace modifyPeer(), add test
2024-09-06 David ‘Bombe... 🐛 Only accept matchers for Strings on FCP message field...
2024-09-06 David ‘Bombe... ✅ Add tests for ModifyPeer, deprecate and replace a...
2024-09-06 David ‘Bombe... ♻️ Use Stream API to filter returned peers
2024-09-06 David ‘Bombe... 🔥 Remove fixed FIXMEs
2024-09-06 David ‘Bombe... ✅ Add tests for addPeer() methods
2024-09-06 David ‘Bombe... ✅ Add tests for getSeedPeers()
2024-09-06 David ‘Bombe... ♻️ Move Peer creation into its own class
2024-09-06 David ‘Bombe... ✅ Add test for Peer
2024-09-06 David ‘Bombe... 🚧 Add matchers for ARKs, Versions, and DSAGroups
2024-09-04 David ‘Bombe... ✅ Add test for getOpennetPeers()
2024-09-04 David ‘Bombe... ✅ Add test for getDarknetPeers()
2024-09-04 David ‘Bombe... ✨ Add tests for getPeers() method
2024-09-04 David ‘Bombe... 🐛 Only evaluate the message function once
2024-09-04 David ‘Bombe... ♻️ Add doNothing() method that can be used to consume...
2024-09-04 David ‘Bombe... ♻️ Extract InputStream matcher to its own file
2024-09-03 David ‘Bombe... ✅ Add beginning of test for FcpClient
2024-09-03 David ‘Bombe... 👷 Fix URL of Maven repository
2024-09-03 David ‘Bombe... 📝 Slightly improve javadoc
2024-09-03 David ‘Bombe... ✅ Prevent test from starting if local server is not...
2024-09-03 David ‘Bombe... 📝 Add some @param tags to appease javadoc
2024-09-02 David ‘Bombe... ✅ Add more tests for DefaultFcpConnection
2024-09-02 David ‘Bombe... ✨ Add String-based dispatcher implementation of FcpListener
2024-09-02 David ‘Bombe... 🚸 Add more methods to PersistentPutDir
2024-05-28 David ‘Bombe... ✅ Add first couple of tests for FCP connection
2024-05-28 David ‘Bombe... 🔀 Merge branch 'refactoring/increase-testability' into...
2024-05-27 David ‘Bombe... ✨ Add additional getters for PersistentPut fields
2024-05-26 David ‘Bombe... ✅ Add test for Freenet-specific Base64 implementation
2024-05-26 David ‘Bombe... 📝 Fix typo in documentation
2024-05-26 David ‘Bombe... 🔥 Remove unnecessary configuration
2024-05-26 David ‘Bombe... ⬆️ Update JUnit and Maven plugins
2023-02-14 David ‘Bombe... 🔀 Merge remote-tracking branch 'github/refactoring...
2023-02-13 David ‘Bombe... ♻️ Refactor the FileEntry classes
2023-02-13 David ‘Bombe... ♻️ Slightly refactor the file entries
2023-02-12 David ‘Bombe... ✅ Add test for FcpUtils
2023-02-12 David ‘Bombe... ♻️ Move TempInputStream to its own class
2023-02-10 David ‘Bombe... ✅ Add test for “ConfigData”
2023-02-10 David ‘Bombe... ✅ Add test for “BaseMessage”
2023-02-10 David ‘Bombe... ✅ Add test for “ARK”
2023-02-10 David ‘Bombe... ✅ Add test for “AllData”
2023-02-09 David ‘Bombe... 🔀 Merge “next”
2023-02-09 David ‘Bombe... ✅ Add test for “ClientPutComplexDir”
2023-02-08 David ‘Bombe... ✅ Add test for ClientPutDiskDir
2023-02-08 David ‘Bombe... ✅ Add test for ClientPut
2023-02-08 David ‘Bombe... ✅ Add test for ClientHello
2023-02-08 David ‘Bombe... ⬆️ Update to Hamcrest 2.2
2023-02-08 David ‘Bombe... ✅ Add test for ClientGet command
2023-02-08 David ‘Bombe... ♻️ Refactor FCP message test base class
2023-02-08 David ‘Bombe... ✅ Add tests for “AddPeer”
2023-02-07 David ‘Bombe... ♻️ Turn FcpConnection into an interface
2022-07-07 David ‘Bombe... 👷 Add Maven Wrapper
2020-10-22 David ‘Bombe... ⬆️ Update JUnit dependency
2020-10-22 David ‘Bombe... ✨ Expose URI from get/put requests
2020-08-02 Debora WöpckeAdd access to the NewKnownGood field in a SubscribedUSK...
2020-03-01 David ‘Bombe... ✨ Add method to send ModifyConfig request
2020-03-01 David ‘Bombe... 🎨 Provide method to send message from FCP adapter
2020-02-29 David ‘Bombe... ⬆️ Update some maven plugins
2020-02-29 David ‘Bombe... 🐛 Don’t force disconnection on protocol errors
2020-02-29 David ‘Bombe... 🥅 Throw specialized exception for protocol errors
2020-02-29 David ‘Bombe... ✨ Implement GetConfig command
next