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

Telnet #120

Open
wants to merge 144 commits into
base: master
Choose a base branch
from
Open

Telnet #120

wants to merge 144 commits into from

Commits on Apr 29, 2023

  1. initial telnet

    y4my4my4m committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    447bbcd View commit details
    Browse the repository at this point in the history
  2. interactivity

    y4my4my4m committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    81bf25c View commit details
    Browse the repository at this point in the history
  3. parse ansi

    y4my4my4m committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    a160303 View commit details
    Browse the repository at this point in the history
  4. disconnection

    y4my4my4m committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    f4ed63c View commit details
    Browse the repository at this point in the history
  5. Negotiations

    y4my4my4m committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    81edb50 View commit details
    Browse the repository at this point in the history
  6. Disconnect fix

    y4my4my4m committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    b9e7cd0 View commit details
    Browse the repository at this point in the history
  7. Update

    y4my4my4m committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    0ca6caa View commit details
    Browse the repository at this point in the history
  8. Fix

    y4my4my4m committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    8030b41 View commit details
    Browse the repository at this point in the history
  9. Added TCPSocketSendString

    y4my4my4m committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    b215d4f View commit details
    Browse the repository at this point in the history
  10. ansi parse

    y4my4my4m committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    f775f9f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. SendTerminalType fix?

    y4my4my4m committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    0d05b08 View commit details
    Browse the repository at this point in the history
  2. fix colors

    y4my4my4m committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    b24fd9f View commit details
    Browse the repository at this point in the history
  3. parses ASCII codes too

    y4my4my4m committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    50eda1d View commit details
    Browse the repository at this point in the history
  4. input_skip buggy

    y4my4my4m committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    8ad6968 View commit details
    Browse the repository at this point in the history
  5. fix

    y4my4my4m committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    6cbfcab View commit details
    Browse the repository at this point in the history
  6. update

    y4my4my4m committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    6d61aca View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Update

    y4my4my4m committed May 1, 2023
    Configuration menu
    Copy the full SHA
    acd9d71 View commit details
    Browse the repository at this point in the history
  2. Colors

    y4my4my4m committed May 1, 2023
    Configuration menu
    Copy the full SHA
    938ea9a View commit details
    Browse the repository at this point in the history
  3. Colors functional

    y4my4my4m committed May 1, 2023
    Configuration menu
    Copy the full SHA
    08e0bf8 View commit details
    Browse the repository at this point in the history
  4. Keys

    y4my4my4m committed May 1, 2023
    Configuration menu
    Copy the full SHA
    7beb6c6 View commit details
    Browse the repository at this point in the history
  5. fix

    y4my4my4m committed May 1, 2023
    Configuration menu
    Copy the full SHA
    f212ff5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. cursor movement

    y4my4my4m committed May 2, 2023
    Configuration menu
    Copy the full SHA
    c827979 View commit details
    Browse the repository at this point in the history
  2. Update

    y4my4my4m committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d15cc51 View commit details
    Browse the repository at this point in the history
  3. Cleaning

    y4my4my4m committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ba6f452 View commit details
    Browse the repository at this point in the history
  4. No_Input_test

    y4my4my4m committed May 2, 2023
    Configuration menu
    Copy the full SHA
    62adc69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e766171 View commit details
    Browse the repository at this point in the history
  6. IsDigits

    y4my4my4m committed May 2, 2023
    Configuration menu
    Copy the full SHA
    366c383 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. linemode

    y4my4my4m committed May 4, 2023
    Configuration menu
    Copy the full SHA
    38a2181 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. update

    y4my4my4m committed May 8, 2023
    Configuration menu
    Copy the full SHA
    3eafc9a View commit details
    Browse the repository at this point in the history
  2. Task input

    y4my4my4m committed May 8, 2023
    Configuration menu
    Copy the full SHA
    989e452 View commit details
    Browse the repository at this point in the history
  3. remove timeout

    y4my4my4m committed May 8, 2023
    Configuration menu
    Copy the full SHA
    631712d View commit details
    Browse the repository at this point in the history
  4. fix

    y4my4my4m committed May 8, 2023
    Configuration menu
    Copy the full SHA
    889288c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. update

    y4my4my4m committed May 9, 2023
    Configuration menu
    Copy the full SHA
    263b800 View commit details
    Browse the repository at this point in the history
  2. update

    y4my4my4m committed May 9, 2023
    Configuration menu
    Copy the full SHA
    e32433a View commit details
    Browse the repository at this point in the history
  3. fix

    y4my4my4m committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9665977 View commit details
    Browse the repository at this point in the history
  4. BBS doesnt crash anymore

    y4my4my4m committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3f901db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31b7cfb View commit details
    Browse the repository at this point in the history
  6. visual fix

    y4my4my4m committed May 9, 2023
    Configuration menu
    Copy the full SHA
    eb4bd2f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. CursorMovement

    y4my4my4m committed May 10, 2023
    Configuration menu
    Copy the full SHA
    860702d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    736ebce View commit details
    Browse the repository at this point in the history
  3. cleanup

    y4my4my4m committed May 10, 2023
    Configuration menu
    Copy the full SHA
    34c740f View commit details
    Browse the repository at this point in the history
  4. loop

    y4my4my4m committed May 10, 2023
    Configuration menu
    Copy the full SHA
    c1e8995 View commit details
    Browse the repository at this point in the history
  5. cursor movement stable(r)

    y4my4my4m committed May 10, 2023
    Configuration menu
    Copy the full SHA
    55ab847 View commit details
    Browse the repository at this point in the history
  6. Hf case

    y4my4my4m committed May 10, 2023
    Configuration menu
    Copy the full SHA
    c820e5b View commit details
    Browse the repository at this point in the history
  7. update

    y4my4my4m committed May 10, 2023
    Configuration menu
    Copy the full SHA
    b64d0bb View commit details
    Browse the repository at this point in the history
  8. cursor input support

    y4my4my4m committed May 10, 2023
    Configuration menu
    Copy the full SHA
    4e8be47 View commit details
    Browse the repository at this point in the history
  9. update

    y4my4my4m committed May 10, 2023
    Configuration menu
    Copy the full SHA
    b3e1972 View commit details
    Browse the repository at this point in the history
  10. disconnect

    y4my4my4m committed May 10, 2023
    Configuration menu
    Copy the full SHA
    e02c18b View commit details
    Browse the repository at this point in the history
  11. centered window

    y4my4my4m committed May 10, 2023
    Configuration menu
    Copy the full SHA
    7d9d6c4 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. telnet cleanup

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    85b5eca View commit details
    Browse the repository at this point in the history
  2. 16 colors

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    56fc402 View commit details
    Browse the repository at this point in the history
  3. themes

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    ccb1240 View commit details
    Browse the repository at this point in the history
  4. 16bit color extra support

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    8afe183 View commit details
    Browse the repository at this point in the history
  5. Cursor positioning works!!

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    e27ec86 View commit details
    Browse the repository at this point in the history
  6. Send characters as you type

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    741c039 View commit details
    Browse the repository at this point in the history
  7. Backspace

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    4d883bb View commit details
    Browse the repository at this point in the history
  8. Colors fixed?

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    4df07b6 View commit details
    Browse the repository at this point in the history
  9. color fix 2?

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    1203145 View commit details
    Browse the repository at this point in the history
  10. update

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    7407b25 View commit details
    Browse the repository at this point in the history
  11. Proper ESC key

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    9d08a8f View commit details
    Browse the repository at this point in the history
  12. tab key

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    533159b View commit details
    Browse the repository at this point in the history
  13. Refactor

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    ad1d9b0 View commit details
    Browse the repository at this point in the history
  14. colors fixed

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    ffd689d View commit details
    Browse the repository at this point in the history
  15. cleanup

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    63f8828 View commit details
    Browse the repository at this point in the history
  16. Perma colored background

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    c17f3af View commit details
    Browse the repository at this point in the history
  17. Fix

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    06a7962 View commit details
    Browse the repository at this point in the history
  18. Fix

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b70946f View commit details
    Browse the repository at this point in the history
  19. fix

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    35c6354 View commit details
    Browse the repository at this point in the history
  20. cleanup and disable K

    y4my4my4m committed May 11, 2023
    Configuration menu
    Copy the full SHA
    39cff33 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Telnet 32 ver

    * refactoring
    
    * kinda works but off
    
    * two versions
    
    * update
    y4my4my4m committed May 12, 2023
    Configuration menu
    Copy the full SHA
    77f0237 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Configuration menu
    Copy the full SHA
    df0b3be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aa082e View commit details
    Browse the repository at this point in the history
  3. fix

    y4my4my4m committed May 13, 2023
    Configuration menu
    Copy the full SHA
    dbdd3d5 View commit details
    Browse the repository at this point in the history
  4. SplashScreen

    y4my4my4m committed May 13, 2023
    Configuration menu
    Copy the full SHA
    84b0296 View commit details
    Browse the repository at this point in the history
  5. Fix

    y4my4my4m committed May 13, 2023
    Configuration menu
    Copy the full SHA
    1e68c49 View commit details
    Browse the repository at this point in the history
  6. ArtBrowser

    y4my4my4m committed May 13, 2023
    Configuration menu
    Copy the full SHA
    a2b920f View commit details
    Browse the repository at this point in the history
  7. Main menu

    y4my4my4m committed May 13, 2023
    Configuration menu
    Copy the full SHA
    38d6cce View commit details
    Browse the repository at this point in the history
  8. Fix

    y4my4my4m committed May 13, 2023
    Configuration menu
    Copy the full SHA
    e93368a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a65fd10 View commit details
    Browse the repository at this point in the history
  10. Fix

    y4my4my4m committed May 13, 2023
    Configuration menu
    Copy the full SHA
    1286fe3 View commit details
    Browse the repository at this point in the history
  11. Dark mode toggle

    y4my4my4m committed May 13, 2023
    Configuration menu
    Copy the full SHA
    532c10d View commit details
    Browse the repository at this point in the history
  12. fix

    y4my4my4m committed May 13, 2023
    Configuration menu
    Copy the full SHA
    d0209a8 View commit details
    Browse the repository at this point in the history
  13. Palette Fix

    y4my4my4m committed May 13, 2023
    Configuration menu
    Copy the full SHA
    d47ce0b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    75881a3 View commit details
    Browse the repository at this point in the history
  15. removed syslog

    y4my4my4m committed May 13, 2023
    Configuration menu
    Copy the full SHA
    1fe467a View commit details
    Browse the repository at this point in the history
  16. backspace fixed

    y4my4my4m committed May 13, 2023
    Configuration menu
    Copy the full SHA
    5862425 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. update

    y4my4my4m committed May 14, 2023
    Configuration menu
    Copy the full SHA
    e231f7d View commit details
    Browse the repository at this point in the history
  2. fix

    y4my4my4m committed May 14, 2023
    Configuration menu
    Copy the full SHA
    fa14e6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aeb443 View commit details
    Browse the repository at this point in the history
  4. SetPos (incomplete)

    y4my4my4m committed May 14, 2023
    Configuration menu
    Copy the full SHA
    b446622 View commit details
    Browse the repository at this point in the history
  5. DocMax

    y4my4my4m committed May 14, 2023
    Configuration menu
    Copy the full SHA
    f4cbd0e View commit details
    Browse the repository at this point in the history
  6. fix

    y4my4my4m committed May 14, 2023
    Configuration menu
    Copy the full SHA
    d1fedf1 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. update

    y4my4my4m committed May 16, 2023
    Configuration menu
    Copy the full SHA
    e2aeaa4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. telnet list

    y4my4my4m committed May 17, 2023
    Configuration menu
    Copy the full SHA
    3b497d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97dfec4 View commit details
    Browse the repository at this point in the history
  3. negotiation fix

    y4my4my4m committed May 17, 2023
    Configuration menu
    Copy the full SHA
    04d21a8 View commit details
    Browse the repository at this point in the history
  4. fix

    y4my4my4m committed May 17, 2023
    Configuration menu
    Copy the full SHA
    66ec1f6 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. case 'K'

    y4my4my4m committed May 18, 2023
    Configuration menu
    Copy the full SHA
    ee9bf4f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. ANSI Wallpaper

    y4my4my4m committed May 19, 2023
    Configuration menu
    Copy the full SHA
    13921f5 View commit details
    Browse the repository at this point in the history
  2. Default ANSI wallpaper

    y4my4my4m committed May 19, 2023
    Configuration menu
    Copy the full SHA
    fd86b7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f2bef4 View commit details
    Browse the repository at this point in the history
  4. Revert menu

    y4my4my4m committed May 19, 2023
    Configuration menu
    Copy the full SHA
    46f4e5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa1e541 View commit details
    Browse the repository at this point in the history
  6. Renamed to WallPaperDolDoc

    y4my4my4m committed May 19, 2023
    Configuration menu
    Copy the full SHA
    f9565c6 View commit details
    Browse the repository at this point in the history
  7. Wallpapers

    y4my4my4m committed May 19, 2023
    Configuration menu
    Copy the full SHA
    b9c136a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Correct colors Palette

    y4my4my4m committed May 20, 2023
    Configuration menu
    Copy the full SHA
    7e73569 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Update

    y4my4my4m committed May 22, 2023
    Configuration menu
    Copy the full SHA
    7cf40ea View commit details
    Browse the repository at this point in the history
  2. remove/update wallpapers

    y4my4my4m committed May 22, 2023
    Configuration menu
    Copy the full SHA
    934a6c8 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. fix

    y4my4my4m committed May 23, 2023
    Configuration menu
    Copy the full SHA
    dd34198 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. ctrl to alt keys

    y4my4my4m committed May 25, 2023
    Configuration menu
    Copy the full SHA
    13fb4e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ccedb View commit details
    Browse the repository at this point in the history
  3. Fixed disconnect crash/loop

    y4my4my4m committed May 25, 2023
    Configuration menu
    Copy the full SHA
    34177b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. skynet

    y4my4my4m committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d040f99 View commit details
    Browse the repository at this point in the history
  2. skynet gpt4

    y4my4my4m committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f8ac780 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Uses the JSON util

    y4my4my4m committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f4cf93c View commit details
    Browse the repository at this point in the history
  2. freeing memory

    y4my4my4m committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    85fe748 View commit details
    Browse the repository at this point in the history
  3. Updates

    y4my4my4m committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    fe04a34 View commit details
    Browse the repository at this point in the history
  4. Fix conflict

    y4my4my4m committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    1b112b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eff3984 View commit details
    Browse the repository at this point in the history
  6. example ansi art

    y4my4my4m committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9f04a75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78ad945 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4100811 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    090bc4b View commit details
    Browse the repository at this point in the history
  10. nginx middleware server

    y4my4my4m committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    21f1cc9 View commit details
    Browse the repository at this point in the history
  11. Add desktop feature

    y4my4my4m committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4a93b3f View commit details
    Browse the repository at this point in the history
  12. Rename

    y4my4my4m committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7ac5f55 View commit details
    Browse the repository at this point in the history
  13. removed heavy .ans file

    y4my4my4m committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f8c0032 View commit details
    Browse the repository at this point in the history
  14. Added missing file

    y4my4my4m committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8a3fb09 View commit details
    Browse the repository at this point in the history
  15. rename

    y4my4my4m committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d4e94ff View commit details
    Browse the repository at this point in the history
  16. indent

    y4my4my4m committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    64bf5c5 View commit details
    Browse the repository at this point in the history
  17. NetLogTogglable

    y4my4my4m committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0a518e2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a5a4548 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    be3ca8f View commit details
    Browse the repository at this point in the history
  2. Update Tradition.ZC

    y4my4my4m committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2c280d0 View commit details
    Browse the repository at this point in the history
  3. Update PaletteEdit.ZC

    y4my4my4m committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d098189 View commit details
    Browse the repository at this point in the history
  4. Update Tradition.ZC

    y4my4my4m committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    02497b0 View commit details
    Browse the repository at this point in the history
  5. Update Tradition.ZC

    y4my4my4m committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    931d057 View commit details
    Browse the repository at this point in the history
  6. Update Tradition.ZC

    y4my4my4m committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    fd716e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33c0eed View commit details
    Browse the repository at this point in the history
  8. Update ConversionScript.ZC

    y4my4my4m committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    727e7ac View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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

Commits on Dec 19, 2023

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

Commits on Dec 22, 2023

  1. update

    y4my4my4m committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    f409217 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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