2092 Commits (8fb2d38cd1a09ac49639f7b429f4b893bad6ed10)
 

Author SHA1 Message Date
CalDescent 8fb2d38cd1 Revert "Revert log4j version for now. We need to put this back in the next update, once log4j2.properties files have transitioned to the new format." 3 years ago
CalDescent 5018d27c25 "Not started" renamed to "Published" 3 years ago
CalDescent 1d77101253 Use AES/CBC/PKCS5Padding for encryption, and fall back to just AES for legacy resource support. 3 years ago
CalDescent 1ddd468c1f Added API key support to qdata script 3 years ago
CalDescent f05cd9ea51 Added API key support to qort script 3 years ago
CalDescent 70c00a4150 Updated AdvancedInstaller project for v3.0.1 3 years ago
CalDescent d296029e8e Bump version to 3.0.1 3 years ago
CalDescent e257fd8628 Updated stop.sh script to use the /admin/stop API endpoint if an apikey.txt file is available. 3 years ago
CalDescent 119c1b43be Use default values for method and compression if not specified. 3 years ago
CalDescent 1277ce38de Bump version to 3.0.0 3 years ago
CalDescent 6761b91400 QDN go-live timestamp set to Fri, 14 Jan 2022 16:00:00 UTC 3 years ago
CalDescent 2a6244a5c2 Handle multiple qortal processes in stop.sh 3 years ago
CalDescent 777bddd3d8 Revert log4j version for now. We need to put this back in the next update, once log4j2.properties files have transitioned to the new format. 3 years ago
CalDescent e2b13791bb Don't reload the log4j2.properties file as this seems to be buggy in a lot of cases. 3 years ago
CalDescent f44c21ce59 Disallow any kind of website/app/data rendering when localAuthBypassEnabled is enabled. 3 years ago
CalDescent ade977e416 Don't broadcast any arbitrary signatures if the list is empty (i.e. the node isn't yet hosting anything) 3 years ago
CalDescent f09a131bd6 Added requestHops to log entry. 3 years ago
CalDescent 4815587de1 Use V2 of string serialization methods in ArbitrarySignaturesMessage, as it is designed to allow null values. 3 years ago
CalDescent e0ebfb9b53 Reduced log spam. 3 years ago
CalDescent 90836afd91 External IP address updates now require 10 consecutive readings. 3 years ago
CalDescent 4e1b0a25bb Fixed arbitrary peer tests, which used a local address (but we now treat them as invalid). 3 years ago
CalDescent 89c3236bf5 Updated bundled log4j2.properties files 3 years ago
CalDescent 7658bc2025 Added X-API-KEY header field to API documentation endpoints that require it. 3 years ago
CalDescent 7cf60c7c35 Updated stop.sh so that it no longer uses the core API. 3 years ago
CalDescent ccde725d3b Check for an empty string as well as null in a couple of places, so that deserializeSizedString() can be safely used. 3 years ago
CalDescent e3b45cac0a Use an alternative version of Serialization.serializeSizedString() and Serialization.deserializeSizedString() for the new ARBITRARY transaction additions. 3 years ago
CalDescent 8f8a500dcd Fixed some issues left over from the qortaldata project 3 years ago
CalDescent f9749cd82c Merge remote-tracking branch 'qortal-data/master' into qdn 3 years ago
CalDescent 051052fdd2 Removed authentication for GET /peers/summary endpoint 3 years ago
CalDescent 940304b4c2 Added GET /admin/apikey/test endpoint, so that we have a dedicated place to test if authentication works. 3 years ago
CalDescent b4d2fae27f Fixed a couple of FOLLOWED_AND_VIEWED references that were missed 3 years ago
CalDescent 11e194292c Removed API key requirement from GET /admin/status and GET /admin/mintingaccounts 3 years ago
CalDescent 5ba6f6f53e FOLLOWED_AND_VIEWED renamed to FOLLOWED_OR_VIEWED, since it's technically an OR not an AND. 3 years ago
CalDescent f58a16905f Removed unused setting. 3 years ago
CalDescent 33e82b336b Limit arbitrary signature requests to 3 hops, just in case a bug caused any kind of circular broadcasting. 3 years ago
CalDescent 0ced712974 Merge remote-tracking branch 'qortal-data/master' into qdn 3 years ago
CalDescent db8e35cc13 Allow a new API key to be generated if the existing apikey.txt file has been deleted 3 years ago
CalDescent b6db5aa2d3 Use "apikey.txt" instead of "apikey" as the filename to store the api key, to make it easier for users to open. 3 years ago
CalDescent 396dc5c9b0 Always log "Synchronizing with peer..." as it may help give more clarity to those with sync issues. 3 years ago
CalDescent 67e424a32a Added GET /arbitrary/relaymode API endpoint, which returns whether relay mode is enabled in the settings or not. 3 years ago
CalDescent d8cbec41d2 Various logging improvements and fixes. 3 years ago
CalDescent 374f6b8d52 Added restrictions when relaying file list requests 3 years ago
CalDescent 20ec4cbd14 ARBITRARY_REQUEST_TIMEOUT increased from 6 to 10 seconds 3 years ago
CalDescent 1c80835f49 Default relayModeEnabled to true. 3 years ago
CalDescent 5e0af26c27 Keep track of successes or failures for a particular arbitrary peer / signature combination. 3 years ago
CalDescent b42674ac06 Small code reorganization to improve logic when adding arbitrary peer data 3 years ago
CalDescent 3394543705 Don't save arbitrary peer data if it's a local address 3 years ago
CalDescent 75c51aa61b If a direct connection can't be made to a peer over the original or default port, match the peer's host with any entries in knownPeers and try connecting to each of those until one succeeds. 3 years ago
CalDescent 6041722250 Added missing import. 3 years ago
CalDescent 60d038b367 Return result of Network.connectPeer() back to caller. 3 years ago