File tree
3 files changed
+3
-3
lines changed- playbooks/roles/sourcemod/files/addons/sourcemod/scripting/gbans
- sm_plugins
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
- .gitignore+1
- Makefile+1-1
- docs/INSTALL.md+11-7
- frontend/frontend.go+2
- frontend/package.json+15-14
- frontend/pnpm-lock.yaml+270-242
- frontend/src/App.tsx+96-2
- frontend/src/api/bans.ts+3
- frontend/src/api/profile.ts+3-3
- frontend/src/api/votes.ts+39
- frontend/src/component/FindPlayerIPs.tsx+45-32
- frontend/src/component/FindPlayesrByCIDR.tsx+42-29
- frontend/src/component/NetworkInfo.tsx+9-4
- frontend/src/component/TopBar.tsx+136-130
- frontend/src/component/formik/DeletedField.tsx+3-4
- frontend/src/component/formik/EvadeOKField.tsx+29
- frontend/src/component/formik/FilterButtons.tsx+5-1
- frontend/src/component/formik/IncludeFriendsField.tsx+3-4
- frontend/src/component/modal/BanSteamModal.tsx+7-1
- frontend/src/component/table/BanSteamTable.tsx+11
- frontend/src/hooks/useVotes.ts+43
- frontend/src/page/AdminNetworkCIDRBlocksPage.tsx+16
- frontend/src/page/AdminNetworkInfoPage.tsx+13
- frontend/src/page/AdminNetworkPage.tsx+50-96
- frontend/src/page/AdminNetworkPlayerIPHistoryPage.tsx+16
- frontend/src/page/AdminNetworkPlayersByCIDRPage.tsx+16
- frontend/src/page/AdminVotesPage.tsx+212
- frontend/vite.config.ts+2-1
- go.mod+15-13
- go.sum+31
- internal/ban/ban_steam_repository.go+12-11
- internal/ban/ban_steam_service.go+4-1
- internal/ban/ban_steam_usecase.go+9-1
- internal/chat/chat_repository.go+2
- internal/chat/chat_usecase.go+1-1
- internal/cmd/refresh.go+1-1
- internal/cmd/serve.go+13-5
- internal/database/migrations/000083_vote_logs.down.sql+5
- internal/database/migrations/000083_vote_logs.up.sql+15
- internal/database/migrations/000084_ban_whitelist.down.sql+6
- internal/database/migrations/000084_ban_whitelist.up.sql+6
- internal/demo/demo_usecase.go+2-2
- internal/discord/discord_service.go+2-2
- internal/discord/responses.go+13
- internal/domain/ban.go+3-1
- internal/domain/chat.go+1
- internal/domain/net.go+1
- internal/domain/vote.go+47
- internal/srcds/srcds_service.go+5-2
- internal/state/collector.go+9-6
- internal/state/state_usecase.go+1-77
- internal/votes/vote_repository.go+113
- internal/votes/vote_service.go+51
- internal/votes/vote_usecase.go+181
- pkg/logparse/consts.go+4
- pkg/logparse/event.go+46
- pkg/logparse/log_parser.go+32-1
- pkg/logparse/log_parser_test.go+35
- pkg/logparse/udp_listener.go+46-42
- sourcemod/scripting/gbans/ban.sp+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments