Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blocking actions, global defender, bugfixes #239

Closed
wants to merge 89 commits into from

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    4c4d4f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eea200 View commit details
    Browse the repository at this point in the history
  3. netsecenv_conf. Delete the global defender and add a new defender wit…

    …h goal and start_position.
    eldraco authored and ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7496b73 View commit details
    Browse the repository at this point in the history
  4. utils. First adaptation to add a defender. Make the functions to read…

    … the conf to be useful for attackers and defenders alike.
    eldraco authored and ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7ea6cbc View commit details
    Browse the repository at this point in the history
  5. netsecenv. Delete the simplistic defender in netsecenv. Refactor func…

    …tion names to be generic
    eldraco authored and ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    08710e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0193c87 View commit details
    Browse the repository at this point in the history
  7. Use latest agents

    eldraco authored and ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    228f173 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    22c7648 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    14d0c91 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    11d0c83 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e06b17b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c757ae1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    18781ef View commit details
    Browse the repository at this point in the history
  14. netsecenv conf. Migrate attackers to Attacker and defenders to Defend…

    …er. So it can be found by the new code
    eldraco authored and ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2ff7b45 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    aea8632 View commit details
    Browse the repository at this point in the history
  16. coor. Small refactor of error

    eldraco authored and ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7b30763 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9f97c16 View commit details
    Browse the repository at this point in the history
  18. netsecenv. Add BlockIP action

    eldraco authored and ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0bf50fd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5054a6e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    663b719 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3a2e1de View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bddfea6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fc652f6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    42e4f5b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b2c8085 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ddb4851 View commit details
    Browse the repository at this point in the history
  27. test. Fix configuration of env

    eldraco authored and ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    75399ca View commit details
    Browse the repository at this point in the history
  28. netsecenv_conf. Delete the global defender and add a new defender wit…

    …h goal and start_position.
    eldraco authored and ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    952a4f2 View commit details
    Browse the repository at this point in the history
  29. netsecenv conf. Migrate attackers to Attacker and defenders to Defend…

    …er. So it can be found by the new code
    eldraco authored and ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    994f47f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d27bd59 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9319e57 View commit details
    Browse the repository at this point in the history
  32. test. Fix configuration of env

    eldraco authored and ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    64c12b8 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    9016286 View commit details
    Browse the repository at this point in the history
  34. utils. changes for ruff

    eldraco authored and ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0731c52 View commit details
    Browse the repository at this point in the history
  35. netsecgame. Changes for ruff

    eldraco authored and ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c6940ba View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    14d00f9 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    bebeba0 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7b78feb View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5d8a92d View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    ee3cb1c View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    84d2ea5 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    50ac5b0 View commit details
    Browse the repository at this point in the history
  43. Fix return values

    ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    56a40a8 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    861927e View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    b6c6fe2 View commit details
    Browse the repository at this point in the history
  46. remove unused code

    ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    961e953 View commit details
    Browse the repository at this point in the history
  47. More code cleanup

    ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d34ead6 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    d9ee1a0 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    afde545 View commit details
    Browse the repository at this point in the history
  50. Create Base world class

    ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4a8bd6f View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    3f15fdd View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    08c472d View commit details
    Browse the repository at this point in the history
  53. Add comments

    ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    6a42332 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    d22ad68 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    c6cbd30 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    d1dfb10 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    9be6483 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    c2d3b9b View commit details
    Browse the repository at this point in the history
  59. Add class description

    ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a89c42f View commit details
    Browse the repository at this point in the history
  60. fix typo

    ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    37364e4 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    7648e9d View commit details
    Browse the repository at this point in the history
  62. removed unused code

    ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    00bc7b0 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    650a92a View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    bd8202c View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    3f7c6d1 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    4cce0b0 View commit details
    Browse the repository at this point in the history
  67. fix graph building

    ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    267e1db View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    8156dba View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    f92b8f5 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    170acb5 View commit details
    Browse the repository at this point in the history
  71. fix Shutdown on ctrl+C

    ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f811637 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    5fbc889 View commit details
    Browse the repository at this point in the history
  73. Fix merging issues

    ondrej-lukas committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    14d2427 View commit details
    Browse the repository at this point in the history
  74. Merge pull request #237 from stratosphereips/ondra-behavioral-graphs

    Ondra behavioral graphs
    ondrej-lukas authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f2001bf View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    49e5a25 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    e905399 View commit details
    Browse the repository at this point in the history
  2. Add winrate to graphs

    ondrej-lukas committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    305eaae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a367062 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    63b5ec1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ce2d64 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Fixed correct paths

    ondrej-lukas committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    be9a4b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. add init file to worlds

    ondrej-lukas committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e500813 View commit details
    Browse the repository at this point in the history
  2. fix path

    ondrej-lukas committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7d4d0de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05abd19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00cd35d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #238 from stratosphereips/add-optional-gobal-defender

    Add optional global defender
    ondrej-lukas authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7f3a959 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d77899 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e8b46c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d69a12 View commit details
    Browse the repository at this point in the history