owncast/core/chat
Tim Cooper 12eb59f611
refactor geoip (#1442)
- Introduce a new Client type to remove the global variables from the file
- Use the sync package to prevent race conditions with the cache and
  enabled flag
- Cache results for IPs, even if the result is nil

There are still data races around the client.Geo variable, but that can be
resolved in a future commit.
2021-10-12 13:21:37 -07:00
..
events Feature/oc 1316 add support for system message to single user (#1351) 2021-09-13 01:26:28 -07:00
chat.go Feature/oc 1316 add support for system message to single user (#1351) 2021-09-13 01:26:28 -07:00
chatclient.go
concurrentConnections_freebsd.go
concurrentConnections.go
events.go Do not send user joined messages for already active users (#1416) 2021-09-21 14:06:23 -07:00
messageRendering_test.go
messages.go
persistence.go
server.go refactor geoip (#1442) 2021-10-12 13:21:37 -07:00
utils.go