Rasmus Rasmussen owner
owner created branch FixGetProgress in owner/RSE 2024-11-28 09:26:53 +00:00
owner opened issue owner/RSE#12 2024-11-28 09:13:06 +00:00
Investigate If This Object Can Be Turned Into A Struct, To Create Less GC Pressure
owner pushed to main at owner/RSE 2024-11-27 15:09:14 +00:00
d3270d3117 Merge pull request 'Fixed duplicate insertions into the filtered database.' (#11) from IgnoreAlreadySavedIpInTheFilteredDatabaseAfterResuming into main
f02203c14c Fixed duplicate insertions into the filtered database.
Compare 2 commits »
owner merged pull request owner/RSE#11 2024-11-27 15:09:13 +00:00
Fixed duplicate insertions into the filtered database.
owner created pull request owner/RSE#11 2024-11-27 15:09:08 +00:00
Fixed duplicate insertions into the filtered database.
owner closed issue owner/RSE#10 2024-11-27 15:08:47 +00:00
Fix Filtering IPs
owner closed issue owner/RSE#2 2024-11-27 15:08:38 +00:00
Ignore Already Saved IPs In The Filtered Database When Resuming
owner created branch IgnoreAlreadySavedIpInTheFilteredDatabaseAfterResuming in owner/RSE 2024-11-27 14:53:11 +00:00
f02203c14c Fixed duplicate insertions into the filtered database.
owner opened issue owner/RSE#10 2024-11-27 12:08:03 +00:00
Fix Filtering IPs
owner opened issue owner/RSE#9 2024-11-27 10:46:38 +00:00
Fix Retrieving Progress
owner pushed to main at owner/RSE 2024-11-27 10:40:14 +00:00
7ad691c439 Merge pull request 'CreateRuntimeVariable' (#8) from CreateRuntimeVariable into main
4eaaf0f244 Fix communication between applications.
a160992c08 Remove random sqlite file.
1a361a9524 Create runtime variables and remove MessagePack.
be07cdb13e Create runtime variables and remove MessagePack.
Compare 5 commits »
owner merged pull request owner/RSE#8 2024-11-27 10:40:12 +00:00
CreateRuntimeVariable
owner created pull request owner/RSE#8 2024-11-27 10:40:05 +00:00
CreateRuntimeVariable
owner commented on issue owner/RSE#5 2024-11-27 10:39:07 +00:00
Create Runtime Variables At Startup

Runtime variables implemented consists of:

  • base path for the application (So now we don't need absolute paths for anything).
  • Timeout for:
    • IP scanner.
    • Wait time for the discarded…
owner closed issue owner/RSE#5 2024-11-27 10:39:07 +00:00
Create Runtime Variables At Startup
owner closed issue owner/RSE#6 2024-11-27 10:34:56 +00:00
Fix Set Runtime Variable Crashing The Application
owner commented on issue owner/RSE#6 2024-11-27 10:34:55 +00:00
Fix Set Runtime Variable Crashing The Application

Fixed. The reason why it crashed was because this particular method never sent a response to the client.

owner pushed to CreateRuntimeVariable at owner/RSE 2024-11-27 10:33:58 +00:00
4eaaf0f244 Fix communication between applications.
owner opened issue owner/RSE#7 2024-11-27 09:49:36 +00:00
Investigate Light Weight Ping