Update changelog, add go latest file
This commit is contained in:
parent
0ac3147b9b
commit
0f5a8c40aa
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -2,6 +2,18 @@
|
|||
|
||||
**Note:** This changelog might be incomplete. For a complete list of changes, please check the commit history in the repository.
|
||||
|
||||
## Commits on July 30, 2023
|
||||
|
||||
- **Implement SSL, Docker, Async Fibers, and Refactor Code for Improved Functionality** (Commit: [link-to-commit](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/NETRAVE/{restoflink}))
|
||||
- Implemented SSL to encrypt network traffic for secure communication over the open internet. This includes the creation of SSL certificates and the configuration of the server to use these certificates.
|
||||
- Created a Dockerfile for containerizing the application. This includes setting up the base image, installing necessary dependencies, and defining the command to run the application.
|
||||
- Added Go code for handling pcap files. This includes defining the structure of pcap files and implementing functions for reading and writing these files.
|
||||
- Implemented Async fibers for handling multiple connections concurrently. This includes creating a new fiber for each connection and managing these fibers to ensure efficient use of resources.
|
||||
- Added functionality to detect if the bind address is a loopback address and replace it with the correct loopback address. This allows the server to run on a single machine for testing and development purposes.
|
||||
- Refactored the code to improve readability and maintainability. This includes breaking down complex functions into smaller, more manageable functions and improving the naming of variables and functions for clarity.
|
||||
- Updated the code to properly send requests to the destination service. This includes creating a new socket for each request and ensuring that the request is sent over the correct connection.
|
||||
- Added error handling to ensure that the server can recover gracefully from errors and continue to function correctly.
|
||||
|
||||
## Commits on Jun 10, 2023
|
||||
|
||||
- **Refactoring Database Interaction Methods** (Commit: [335cd89](https://github.com/PixelRidge-Softworks/NETRAVE/commit/335cd89ebee60252cb9948c84d981aff715b0be1))
|
||||
|
|
5
lib/pkg/sumdb/sum.golang.org/latest
Normal file
5
lib/pkg/sumdb/sum.golang.org/latest
Normal file
|
@ -0,0 +1,5 @@
|
|||
go.sum database tree
|
||||
18772708
|
||||
zUQL+Z/7glb/JRJWTIOwKpTurAD4UkqBoSM/R6Wxx1U=
|
||||
|
||||
— sum.golang.org Az3grlYd+7jVJcF9/zAb4Pytelt3fRZySKTY7/bjVB7mPom5EO6a2ir09DWokk6RPoUjmc7yd4zez+i6mUr2sYCddg8=
|
Loading…
Reference in New Issue
Block a user