From: Jeff Halter Date: Sun, 26 Jun 2022 15:58:19 +0000 (-0700) Subject: Merge pull request #49 from jhalter/fix_1.2.3_client_no_agreement_behavior X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/commitdiff_plain/f168da153f3984af6d532b979219310242f0b8d1?hp=a322be023434b4fbdfdc607b73212089ce7d077c Merge pull request #49 from jhalter/fix_1.2.3_client_no_agreement_behavior Fix "No Agreement" behavior for 1.2.3 clients --- diff --git a/cmd/mobius-hotline-server/mobius/config/config.yaml b/cmd/mobius-hotline-server/mobius/config/config.yaml index 3ca8121..87e500d 100644 --- a/cmd/mobius-hotline-server/mobius/config/config.yaml +++ b/cmd/mobius-hotline-server/mobius/config/config.yaml @@ -45,5 +45,5 @@ MaxConnectionsPerIP: 0 # List of Regular Expression filters for the Files list IgnoreFiles: - - '^\.*' # Ignore all files starting with ".". Leave this set if you are using the PreserveResourceForks option. - - '^@' # Ignore all files starting with "@" \ No newline at end of file + - '^\.' # Ignore all files starting with ".". Leave this set if you are using the PreserveResourceForks option. + - '^@' # Ignore all files starting with "@"