Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: realitymod/PRMasterServer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gavrant/PRMasterServer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 17, 2016

  1. Fixed buffer overflow on too long account password

    + general cleanup of C artifacts in password encoder and decoder
    + added checks for too short or too long (exceeding the vBF2 limit of 30 characters) passwords, with relevant client error messages
    gavrant committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    98f98cc View commit details
    Browse the repository at this point in the history
  2. Fixes and general overhaul of in-game server browser filters parsing

    - Fixed filters ending with ")gametype like '%gpm_cq%'" not being properly "and"-fixed
    - Fixed "like" strings being broken on "and" fixing if they contain a GameServer property name (for example, '%country%')
    - Fixed "and" fixing breaking a filter if a GameServer property name is mentioned more than once in the filter (for example, hostname like '%country%' and mapname like '%country%')
    - On any parsing syntax exception return an empty server list to the client
    - General streamlining of the filter parser/fixer code, with better handling of unescaped BF2 filter like-strings (I dare say)
    gavrant committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    ac6d7c8 View commit details
    Browse the repository at this point in the history
Loading