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

WIP: ESM Conversion #284

Merged
merged 204 commits into from
Aug 6, 2018
Merged

WIP: ESM Conversion #284

merged 204 commits into from
Aug 6, 2018

Commits on Jan 14, 2018

  1. Added Magic operation with the ability to detect language, file type …

    …and some encoding types.
    n1474335 committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    fc2828f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1624a9 View commit details
    Browse the repository at this point in the history
  3. Added detection patterns for Octal, Binary, Decimal, Hexdumps, HTML E…

    …ntities, URL encoding, escaped Unicode, and Quoted Printable encoding.
    n1474335 committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    48f8ca6 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    615a020 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b035f6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57314b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28abd00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6947d2a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Magic operation tidying

    n1474335 committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    865ee6a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Configuration menu
    Copy the full SHA
    6624f25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23bdfd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bc563b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. The Magic operation now only checks the most commonly used Internet l…

    …anguages by default, to lower false positives and improve performance.
    n1474335 committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    544d78f View commit details
    Browse the repository at this point in the history
  2. Added 'Intensive mode' to the Magic operation, where it brute-forces …

    …various simple encodings like XOR or bit rotates.
    n1474335 committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    99ade42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1760ab2 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Magic operation now recognises useful operations such as 'Render Imag…

    …e' even though their output cannot be analysed
    n1474335 committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    27ec4aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3c52a8 View commit details
    Browse the repository at this point in the history
  3. Fixed a few small bugs

    n1474335 committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    559741f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2018

  1. Magic operation now calculates the entropy of each option and display…

    …s tooltips explaining the properties.
    n1474335 committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    56d33ea View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. Configuration menu
    Copy the full SHA
    d166dda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a7bb09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcc8804 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. initial functionality commit

    71846 authored and 71846 committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    7d15bfe View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. add tests for setOperations

    d98762625 committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    20e54a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. add comments

    d98762625 committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    2c68be3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    208cb05 View commit details
    Browse the repository at this point in the history
  3. more comments

    d98762625 committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    e8bb9e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    951568c View commit details
    Browse the repository at this point in the history
  5. fix lint errors

    d98762625 committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    f3610e7 View commit details
    Browse the repository at this point in the history
  6. fix more linting errors

    d98762625 committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    e403adb View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

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

Commits on Apr 2, 2018

  1. ESM: Added remaining Base64 ops and created a Base64 library. Added t…

    …he prefer-const eslint rule.
    n1474335 committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    041cd9f View commit details
    Browse the repository at this point in the history
  2. Added .editorconfig

    n1474335 committed Apr 2, 2018
    2 Configuration menu
    Copy the full SHA
    0011e9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeb1d0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbb3a02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    083d2d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Rotate module converted to ESM

    4 Ops:
    - ROT-13
    - ROT-47
    - Rotate left
    - Rotate right
    + module containing common functions
    Matt C committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    4988ead View commit details
    Browse the repository at this point in the history
  2. Deleted legacy Rotate module

    Matt C committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    7e86f02 View commit details
    Browse the repository at this point in the history
  3. Added rotate ESM tests

    mattnotmitt committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    af51090 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. merge esm

    d98762625 committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    7ce1bf1 View commit details
    Browse the repository at this point in the history
  2. inital move of two ops

    d98762625 committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    f491461 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Configuration menu
    Copy the full SHA
    fad4713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae55fde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f93c66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03ecaa8 View commit details
    Browse the repository at this point in the history
  5. ESM: Added new List<File> Dish type. Added present() method for displ…

    …aying operation output in a nice way. Testing required.
    n1474335 committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    b7ed1be View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Configuration menu
    Copy the full SHA
    852c95a View commit details
    Browse the repository at this point in the history
  2. Add other set operations

    d98762625 committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    adc4f78 View commit details
    Browse the repository at this point in the history
  3. remove setOps operation

    d98762625 committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    543dce5 View commit details
    Browse the repository at this point in the history
  4. pull from upstream

    d98762625 committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    76f27db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbc580e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    955a082 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Configuration menu
    Copy the full SHA
    e99331f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc5ce31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23f69bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e38b09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30aa4e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2018

  1. The raw, unpresented dish is now returned to the app after baking, wh…

    …ere it can be retrieved as various different data types.
    n1474335 committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    76a066a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8aa1bc View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

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

Commits on Apr 30, 2018

  1. Configuration menu
    Copy the full SHA
    0dbc7d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cff1c8 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

  1. Configuration menu
    Copy the full SHA
    1f87781 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be61419 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Configuration menu
    Copy the full SHA
    0ca0e74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6987e6b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Configuration menu
    Copy the full SHA
    f87666f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    789ec94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bec680 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Configuration menu
    Copy the full SHA
    350d10d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d6a563 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Configuration menu
    Copy the full SHA
    a98d37e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    037e2f3 View commit details
    Browse the repository at this point in the history
  3. ESM: Ported Tidy operations. Updated portOperation script to attempt …

    …to find the run function and list related constants.
    n1474335 committed May 14, 2018
    Configuration menu
    Copy the full SHA
    66c768f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d327dd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cefe5bb View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/esm' into esmconversion

    Also removed substitute operation from legacy module
    mattnotmitt committed May 14, 2018
    Configuration menu
    Copy the full SHA
    4008dbf View commit details
    Browse the repository at this point in the history
  7. ESM: Ported OS operations

    n1474335 committed May 14, 2018
    Configuration menu
    Copy the full SHA
    10005ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24e4e26 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e6f19c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bad45f1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cbb5e7c View commit details
    Browse the repository at this point in the history
  12. ESM: whitespace tidying

    n1474335 committed May 14, 2018
    Configuration menu
    Copy the full SHA
    61832a9 View commit details
    Browse the repository at this point in the history
  13. ESM: Ported AES operations

    n1474335 committed May 14, 2018
    Configuration menu
    Copy the full SHA
    a7d7632 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c9e9499 View commit details
    Browse the repository at this point in the history
  15. Convert URL operations

    Delete legacy URL module
    mattnotmitt committed May 14, 2018
    Configuration menu
    Copy the full SHA
    b8d39f4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. port Sum operation

    d98762625 committed May 15, 2018
    Configuration menu
    Copy the full SHA
    4fe34a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b0c327 View commit details
    Browse the repository at this point in the history
  3. add Subtract op

    d98762625 committed May 15, 2018
    Configuration menu
    Copy the full SHA
    30288c6 View commit details
    Browse the repository at this point in the history
  4. port multiply operation

    d98762625 committed May 15, 2018
    Configuration menu
    Copy the full SHA
    bf28410 View commit details
    Browse the repository at this point in the history
  5. port divide operation

    d98762625 committed May 15, 2018
    Configuration menu
    Copy the full SHA
    9de9302 View commit details
    Browse the repository at this point in the history
  6. port mean operation

    d98762625 committed May 15, 2018
    Configuration menu
    Copy the full SHA
    2716be3 View commit details
    Browse the repository at this point in the history
  7. port median operation

    d98762625 committed May 15, 2018
    Configuration menu
    Copy the full SHA
    1198094 View commit details
    Browse the repository at this point in the history
  8. port standard deviation ops

    d98762625 committed May 15, 2018
    Configuration menu
    Copy the full SHA
    f79dd29 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ddc1b1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3bbfc13 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8d3b33 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    285e512 View commit details
    Browse the repository at this point in the history
  13. Deleted PGP file

    mattnotmitt committed May 15, 2018
    Configuration menu
    Copy the full SHA
    3c214ce View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e41eb3d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c90acd2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b3ee251 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2e4f5b7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    07715bd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    03f4359 View commit details
    Browse the repository at this point in the history
  20. Created a Ip for now which contains all the helper functions, they ma…

    …y be moved into their corrosponding files in the future
    Callum Fraser committed May 15, 2018
    Configuration menu
    Copy the full SHA
    39ba83e View commit details
    Browse the repository at this point in the history
  21. Ported "Parse IP Range".

    Callum Fraser committed May 15, 2018
    Configuration menu
    Copy the full SHA
    5b6d57f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8d2adfa View commit details
    Browse the repository at this point in the history
  23. Ported "Parse IPv6 Address"

    Callum Fraser committed May 15, 2018
    Configuration menu
    Copy the full SHA
    654596e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Configuration menu
    Copy the full SHA
    acb8a34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b760c2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebcc5bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84df055 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f26d175 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5362508 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1920e9c View commit details
    Browse the repository at this point in the history
  8. Ported the TCPIPChecksum operation.

    Main content has been moved to the IP lib file, as it is used in multiple files.
    Changed the name, due to it originally containing a backslash, which caused issues with the script.
    Callum Fraser committed May 16, 2018
    Configuration menu
    Copy the full SHA
    161f89c View commit details
    Browse the repository at this point in the history
  9. Ported the ChangeIPFormat operation.

    Callum Fraser committed May 16, 2018
    Configuration menu
    Copy the full SHA
    792218d View commit details
    Browse the repository at this point in the history
  10. Ported the GroupIPAddresses operation.

    Callum Fraser committed May 16, 2018
    Configuration menu
    Copy the full SHA
    b7bdd4e View commit details
    Browse the repository at this point in the history
  11. Ported the ParseIPv4Header operation.

    Callum Fraser committed May 16, 2018
    Configuration menu
    Copy the full SHA
    c17e897 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ea36687 View commit details
    Browse the repository at this point in the history
  13. Made variables non-private, and followed convention for the reference…

    …s to the IP lib.
    Callum Fraser committed May 16, 2018
    Configuration menu
    Copy the full SHA
    3ba12ae View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Configuration menu
    Copy the full SHA
    3fd1f4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dddcb4 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. update package-lock

    d98762625 committed May 18, 2018
    Configuration menu
    Copy the full SHA
    3f08fa3 View commit details
    Browse the repository at this point in the history
  2. edit setter in Register

    d98762625 committed May 18, 2018
    Configuration menu
    Copy the full SHA
    0f6ee68 View commit details
    Browse the repository at this point in the history
  3. Add register

    d98762625 committed May 18, 2018
    Configuration menu
    Copy the full SHA
    72d943a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bca73b4 View commit details
    Browse the repository at this point in the history
  5. Add Jump

    d98762625 committed May 18, 2018
    Configuration menu
    Copy the full SHA
    bfb405c View commit details
    Browse the repository at this point in the history
  6. add comments

    d98762625 committed May 18, 2018
    Configuration menu
    Copy the full SHA
    ec0ecf5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. Configuration menu
    Copy the full SHA
    ee519c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    093a7c8 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. Configuration menu
    Copy the full SHA
    9f52689 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    046e1eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ff6596 View commit details
    Browse the repository at this point in the history
  4. update comments

    d98762625 committed May 21, 2018
    Configuration menu
    Copy the full SHA
    10556f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4990a1f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'port-flowcontrol' of https://github.com/d98762625/Cyber…

    …Chef into d98762625-port-flowcontrol
    n1474335 committed May 21, 2018
    Configuration menu
    Copy the full SHA
    1472f82 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28b24b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    739e06d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eed28f6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    749b051 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cefe3fc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d1e531 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c29ea53 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Configuration menu
    Copy the full SHA
    189e077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46b8b2f View commit details
    Browse the repository at this point in the history
  3. Converted PBKDF2 and RC2, enabled tests, deleted legacy Cipher file

    Also made DESDecrypt test pass
    mattnotmitt committed May 23, 2018
    Configuration menu
    Copy the full SHA
    9ffab37 View commit details
    Browse the repository at this point in the history
  4. Ported Bitwise operations

    also enabled bitshift tests
    mattnotmitt committed May 23, 2018
    Configuration menu
    Copy the full SHA
    95f81ad View commit details
    Browse the repository at this point in the history
  5. Converted JS operations

    Deleted legacy files, neatened args in other ported ops
    mattnotmitt committed May 23, 2018
    Configuration menu
    Copy the full SHA
    176e83a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

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

Commits on May 27, 2018

  1. Configuration menu
    Copy the full SHA
    6768038 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ade056e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb3a250 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    709630f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    049656e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a56118 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

  1. Configuration menu
    Copy the full SHA
    3f3a3e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40b29d7 View commit details
    Browse the repository at this point in the history
  3. ESM: Tidied up IP operations

    n1474335 committed May 28, 2018
    Configuration menu
    Copy the full SHA
    7f9a2ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be0fc75 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. ESM: Removed legacy files

    n1474335 committed May 29, 2018
    Configuration menu
    Copy the full SHA
    60340fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78c1c4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a4bc3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37c8d1b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. ESM: Fixed magic errors

    n1474335 committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    a0f034b View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2018

  1. Configuration menu
    Copy the full SHA
    1ef4f71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40a1da1 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Configuration menu
    Copy the full SHA
    1ce6e32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27b0505 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2018

  1. Configuration menu
    Copy the full SHA
    2bacd64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d410fc View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

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

Commits on Jun 17, 2018

  1. Configuration menu
    Copy the full SHA
    4147ec7 View commit details
    Browse the repository at this point in the history
  2. Fixed boolean arg checkboxes

    n1474335 committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    ab9bc7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa523e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    974ab29 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

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

Commits on Jun 19, 2018

  1. Configuration menu
    Copy the full SHA
    7504f89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67dffbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4338e26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcf3152 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

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

Commits on Jul 13, 2018

  1. Switched to unbordered args

    n1474335 committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    d182261 View commit details
    Browse the repository at this point in the history
  2. Fixed input and output cards

    n1474335 committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    a39e2c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab44100 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2018

  1. Fixed all HTML operations

    n1474335 committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    651ca6c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

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

Commits on Jul 27, 2018

  1. Configuration menu
    Copy the full SHA
    541e4ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33b2fd8 View commit details
    Browse the repository at this point in the history
  3. Added font and icon

    n1474335 committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    035b6df View commit details
    Browse the repository at this point in the history
  4. Linted

    n1474335 committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    c3a3538 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Fixed themes for MD

    n1474335 committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    2a55f13 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Added Haversine distance operation

    This operation calculates the great circle distance between two GPS co-ordinates, returning the value
    Dachande663 committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    87b7721 View commit details
    Browse the repository at this point in the history
  2. Further CSS tweaks

    n1474335 committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    53b92ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a947e06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b2d09c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9635be View commit details
    Browse the repository at this point in the history
  6. Merge branch 'operation-haversine' of https://github.com/Dachande663/…

    …CyberChef into Dachande663-operation-haversine
    n1474335 committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    63e0e4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff59a9d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd34f6b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2018

  1. Updated dependencies

    n1474335 committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    8da9af8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Added CHANGELOG.md

    n1474335 committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    4dc6dac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0453bd0 View commit details
    Browse the repository at this point in the history