]> git.r.bdr.sh - rbdr/mobius/commit - hotline/transfer.go
Extensive refactor and clean up
authorJeff Halter <redacted>
Wed, 10 Jul 2024 04:36:27 +0000 (21:36 -0700)
committerJeff Halter <redacted>
Wed, 10 Jul 2024 04:42:05 +0000 (21:42 -0700)
commitd9bc63a10d0978d9a5222cf7be74044e55f409b7
tree1797c9593c279bf1334ed8285de8054a92a28dcb
parent8fa166777cbcd92e871e937d9557f0f1a732c04d
Extensive refactor and clean up
35 files changed:
cmd/mobius-hotline-server/main.go
hotline/access.go
hotline/account_manager.go [new file with mode: 0644]
hotline/ban.go
hotline/chat.go [new file with mode: 0644]
hotline/chat_test.go [new file with mode: 0644]
hotline/client.go
hotline/client_conn.go
hotline/client_manager.go [new file with mode: 0644]
hotline/field.go
hotline/field_test.go
hotline/file_transfer.go
hotline/file_transfer_test.go
hotline/handshake.go
hotline/message_board.go [new file with mode: 0644]
hotline/message_board_test.go [new file with mode: 0644]
hotline/news.go
hotline/news_test.go
hotline/server.go
hotline/server_blackbox_test.go
hotline/server_test.go
hotline/stats.go
hotline/tracker.go
hotline/transaction.go
hotline/transaction_handlers.go
hotline/transaction_handlers_test.go
hotline/transaction_test.go
hotline/transfer.go
hotline/user.go
hotline/util.go [deleted file]
hotline/util_test.go [deleted file]
internal/mobius/ban.go [new file with mode: 0644]
internal/mobius/config.go [new file with mode: 0644]
internal/mobius/news.go [new file with mode: 0644]
internal/mobius/threaded_news.go [new file with mode: 0644]