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

Added encoder #1042

Merged
merged 36 commits into from
Jun 18, 2024
Merged

Added encoder #1042

merged 36 commits into from
Jun 18, 2024

Conversation

thekingofspace
Copy link
Contributor

*Added a encoder to encode all these

  <select id="method" class="round">
    <option value="0" selected>Binary</option>
    <option value="1">Keyboard Shift</option>
    <option value="2">Base64</option>
    <option value="3">Caesar Cipher</option>
    <option value="4">Enigma Machine</option>
    <option value="5">Letter to Number</option>
    <option value="6">Morse Code</option>
    <option value="7">Hexadecimal</option>
    <option value="8">URL Encoding</option>
    <option value="9">ROT13</option>
    <option value="10">Vigenère Cipher</option>
  </select>

Status

  • Code changes have been tested against the Discord API and the discord.js wrapper, or there are no code changes
  • Documentation has been added/modified, or there is nothing to change (docs/mods.json)

Semantic versioning classification:

  • This PR changes DBM's interface (methods or parameters added to default methods)
  • This PR only includes non-code changes, like changes to documentation, README, etc.

Added create primitive mod

Added seperator mod
added json_write_MOD.js
added json_write_MOD.js
added json_write_MOD.js
added json_write_MOD.js
Fixed linting issues inside json write

Fixed issue with canvas paint not using cases
* Fixed json_random_MOD.js meta data

* Fixed json_read_MOD.js meta data

* Added json_check_MOD.json
* Fixed json_random_MOD.js meta data

* Fixed json_read_MOD.js meta data

* Added json_check_MOD.json
* Fixed json_random_MOD.js meta data

* Fixed json_read_MOD.js meta data

* Added json_check_MOD.json
* Fixed json_random_MOD.js meta data

* Fixed json_read_MOD.js meta data

* Added json_check_MOD.json
* added nested check
* removed error handler
* removed error handler
* Updated all json actions to make them more clear
* Created a mod version of get_list_length_MOD.js this one only returns a number for the list length and not a list like 1,2,3. this also makes it so if the list is empty or is not a list it will be undefined
* Created a mod version of get_list_length_MOD.js this one only returns a number for the list length and not a list like 1,2,3. this also makes it so if the list is empty or is not a list it will be undefined
@OneAndOnlyFinbar OneAndOnlyFinbar merged commit 98f6e2d into dbm-network:master Jun 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants