mirror of
https://github.com/orderbynull/lottip.git
synced 2026-04-25 06:45:49 +03:00
[PR #12] Initial work on adding audit capabilities to lottip #12
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lottip#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/orderbynull/lottip/pull/12
Author: @rkoshy
Created: 6/24/2022
Status: 🔄 Open
Base:
master← Head:master📝 Commits (10+)
6a59be4Updated pingPeriod and writeDeadlinePeriodb250cb5Updated Dockerfile47060c2Added .gitattributes to docker -folder6fa5f0eUpdate run.sh6869848Replaced imports8e0e02aUpdated titlef5e18c5Added prism68a5a19Add log to request and responsebfcb813Fix run.sh to run lottip from /root/go/bin3d89e89Remove src📊 Changes
23 files changed (+1349 additions, -1421 deletions)
View changed files
📝
chat/client.go(+2 -2)➕
client_to_server_handler.go(+37 -0)➕
docker/.gitattributes(+2 -0)📝
docker/Dockerfile(+9 -10)📝
docker/run.sh(+23 -4)📝
fs.go(+318 -94)➕
fsm.go(+207 -0)➕
go.mod(+24 -0)📝
http.go(+8 -5)➕
logger.go(+88 -0)📝
main.go(+95 -10)➕
packetizer.go(+60 -0)📝
protocol/const.go(+12 -12)➖
protocol/decoder.go(+0 -608)➖
protocol/decoder_test.go(+0 -391)➖
protocol/packet.go(+0 -215)📝
proxy.go(+115 -67)➕
server_to_client_handler.go(+193 -0)➕
web/css/prism.css(+143 -0)📝
web/css/style.css(+1 -1)...and 3 more files
📄 Description
This is not meant to be clean code -- it's structurally sound, but was more interested in getting something working for our needs. It may be worth cleaning up.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.