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

Feature/skychat: basic p2p and group chat implementation #1494

Merged
merged 86 commits into from
Mar 14, 2024
Merged

Feature/skychat: basic p2p and group chat implementation #1494

merged 86 commits into from
Mar 14, 2024

Commits on Aug 3, 2022

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

Commits on Aug 5, 2022

  1. fix some make check errors

    0pcom committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    203bbc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

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

Commits on Oct 26, 2022

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

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    298a4cd View commit details
    Browse the repository at this point in the history
  2. comment unused server package

    ersonp committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    235fdd2 View commit details
    Browse the repository at this point in the history
  3. Fix Fprint linting

    ersonp committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    650a2f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9008ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f17561 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fc1228 View commit details
    Browse the repository at this point in the history
  7. Minor fix

    ersonp committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    8a7efab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    756606e View commit details
    Browse the repository at this point in the history
  9. Cleanup package memory

    ersonp committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    7471179 View commit details
    Browse the repository at this point in the history
  10. Remove unnecessary print line

    ersonp committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    be79122 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    77dddba View commit details
    Browse the repository at this point in the history
  12. Minor fix

    ersonp committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    278aa43 View commit details
    Browse the repository at this point in the history
  13. Fix linting in cli commands

    ersonp committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    59867a9 View commit details
    Browse the repository at this point in the history
  14. Fix linting in cli visor tp

    ersonp committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    032718d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1ed4a52 View commit details
    Browse the repository at this point in the history
  16. Minor Fix

    ersonp committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    4795c35 View commit details
    Browse the repository at this point in the history
  17. Fix linting

    ersonp committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    04f96d5 View commit details
    Browse the repository at this point in the history
  18. Minor update

    ersonp committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    c36b4cb View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

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

Commits on Dec 16, 2022

  1. commit

    commit to merge develop into branch
    4rchim3d3s committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    2cb3022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b3aae6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. commit

    4rchim3d3s committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    82953dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d82fc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. commit

    4rchim3d3s committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    ae4488f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/skychat' of https://github.com/skycoin/skywire

    …into feature/skychat
    4rchim3d3s committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    5320454 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b39897f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. small changes

    4rchim3d3s committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    d4abfa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4289624 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    6448efe View commit details
    Browse the repository at this point in the history
  2. next commit

    4rchim3d3s committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    474ae35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffc2be5 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. fix check-windows output

    4rchim3d3s committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    81a56dc View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

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

Commits on Mar 30, 2023

  1. fix build path in windows

    the build path of the apps was changed from ./apps to ./build/apps in linux, but not in windows. This change fixes the build path on windows
    4rchim3d3s committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    330eda7 View commit details
    Browse the repository at this point in the history
  2. fix to stop hangups

    sometimes the processing of the sent messages seem to hangup, this fix looks like it helps to prevent those hangups
    4rchim3d3s committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    3a8edc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. export User attributes

    4rchim3d3s committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    fc02d3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86c8d37 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    846c075 View commit details
    Browse the repository at this point in the history
  2. add RejectMessage to P2P

    4rchim3d3s committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    40ed125 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. fix make-check errs

    4rchim3d3s committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    9c9052d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

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

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    373b37b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53e00c8 View commit details
    Browse the repository at this point in the history
  3. add cli functionality

    With this commit cli functionality can be integrated into the app, but the config entries inside skywire-config.json have to be changed to be:
    {
        "name": "skychat",
        "binary": "skychat",
        "args": ["--addr=:8001"],
        "auto_start": true,
        "port": 1
       },
    This was changed in the default app config generation.
    4rchim3d3s committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    281535a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. improve cli functionality with rpc

    implement rpc server so appservices can be launched from the cli as rpc client.
    First implemented usecase is sending textmessages via cli.
    4rchim3d3s committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    496b958 View commit details
    Browse the repository at this point in the history
  2. fix make-check errs

    4rchim3d3s committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    9d26591 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. small rpc fix

    4rchim3d3s committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    96f7183 View commit details
    Browse the repository at this point in the history
  2. fix sending large info

    When setting a large image in the info, the app crashed.
    The app also crashed while trying to log the big IMG entry inside info.
    4rchim3d3s committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    341b4a0 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. fix make-check errs

    4rchim3d3s committed May 1, 2023
    Configuration menu
    Copy the full SHA
    35e12c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. visor repository with boltdb

    Got visor repository working with boltdb and changed service to use boltdb instead of memory.
    Memory repositories will stay to be able to use skychat with a flag on 'memory'/'privacy' mode.
    4rchim3d3s committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    97ddb71 View commit details
    Browse the repository at this point in the history
  2. relocate todos

    4rchim3d3s committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    46398bc View commit details
    Browse the repository at this point in the history
  3. first refactoring for more readability

    Effort to make it easier to understand what happens inside the app.
    More refactoring might be needed inside the /app/chat (usecases) folder
    4rchim3d3s committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    c833286 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    81bb6a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fab723e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    a314f05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    542f28f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da85a39 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    7d2fb40 View commit details
    Browse the repository at this point in the history
  2. fix make check errs

    4rchim3d3s committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    1f75d5d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. fix make check errs

    had to update to golanci-lint > 1.52.1 to catch new errs
    4rchim3d3s committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    edadf7e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. fix make check errs

    4rchim3d3s committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ad5892e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

Commits on Aug 30, 2023

  1. fix ipc client naming

    4rchim3d3s committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6b92e52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    026efb6 View commit details
    Browse the repository at this point in the history
  3. fix skychat default flag

    4rchim3d3s committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    1f2f1a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70a2c8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8d9810 View commit details
    Browse the repository at this point in the history
  6. fix build path in Readme

    4rchim3d3s committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    73c40a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    bdf0453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    828a5f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    356d2f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e176874 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

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

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    1080855 View commit details
    Browse the repository at this point in the history
  2. Update go mod

    4rchim3d3s committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f22f09a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d651b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ff6f78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d09f46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97d125d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    473d40b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e7fe942 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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