Skip to content
Snippets Groups Projects
  1. Jun 14, 2022
    • toaster's avatar
      Ban improvements · 55be7439
      toaster authored
      - Save a note of the username, not just the reason.
      - Allow setting a mask with the `banip` command.
      - Make ban.txt's formatting a lot more sane. Username and reason are stored in quotes. The mask uses the same formatting as actual CDIR.
      - Keep track of if we tried to load ban.txt. If it wasn't, then don't save over it with a blank file.
      - Disallow quotes in player names, as it makes player name detection in console more annoying, and saving username in files scary.
      
      # Conflicts:
      #	src/d_clisrv.c
      #	src/d_netcmd.c
      #	src/i_tcp.c
      55be7439
  2. Aug 20, 2020
  3. Aug 10, 2020
  4. Apr 27, 2020
  5. Apr 18, 2019
  6. Feb 27, 2019
  7. Feb 16, 2019
  8. Dec 23, 2018
  9. Nov 25, 2018
  10. Dec 19, 2017
  11. Dec 17, 2017
  12. Mar 04, 2017
    • Sryder's avatar
      Fix warnings · be3acfff
      Sryder authored
      Possibly fix some whitespace problems
      be3acfff
  13. Jan 13, 2017
    • LJ Sonic's avatar
      -Added a timeout for game state downloading to prevent definitive join freezes... · e9cb6d03
      LJ Sonic authored
      -Added a timeout for game state downloading to prevent definitive join freezes in some cases. The timeout has a minimum value of "jointimeout" and gets higher as the game state grows in size
      -If the server tries to kick a joiner who is downloading the game state, they will get a timeout instead, because a regular kick would only happen once the game state has been downloaded
      -Added a timeout for player ticcmd packets, again to prevent freezes to happen in some cases
      -File/game state downloading is now faster, the speed is controlled by the "downloadspeed" cvar, in packets per tic
      -The reason is now properly shown when the server refuses connection
      -Changed the default values of "nettimeout" to 10 seconds (previously 15) and "maxsend" to 4 MB (previously 1)
      -Added a "noticedownload" cvar that displays a message in the server console when someone is downloading a file
      e9cb6d03
  14. Dec 31, 2016
  15. Jul 06, 2016
  16. May 18, 2016
  17. Mar 15, 2014
Loading