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: further improvments #1816

Open
wants to merge 61 commits into
base: feature/skychat
Choose a base branch
from

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    d2409b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request skycoin#1763 from 0pcom/fix/merged-app-names

    change app subcommand names back to full app name
    mrpalide authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    459df97 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    f8f4b32 View commit details
    Browse the repository at this point in the history
  2. fix wrong ipc client names

    mrpalide committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    9091fc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94f7f42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0b9b7a View commit details
    Browse the repository at this point in the history
  5. Merge pull request skycoin#1771 from mrpalide/fix/panic-on-skysocks-s…

    …erver-on-windows
    
    IPC issue on Windows
    mrpalide authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    875ec75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4a8999 View commit details
    Browse the repository at this point in the history
  7. Merge pull request skycoin#1775 from mrpalide/fix/update-skywire-serv…

    …ices-and-ut
    
    Update skywire-services and skywire-ut
    mrpalide authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    120a67c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Move to merged binary (skycoin#1776)

    * update skywire-services@develop
    
    * improve config and app logic for official apps read from merged binary file
    
    * replace skywire-deployment with skywire
    
    * initial changes on Makefile
    
    * add build-merged-windows to Makefile
    
    * add clean stage to build-merged-windows
    
    * add .exe extension to merged binary build
    
    * update goreleaser configs for one merged binary
    
    * remove archlinux goreleaser, useless
    
    * update mac_installer
    
    * update win installer script
    mrpalide authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e13ffd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca566e3 View commit details
    Browse the repository at this point in the history
  3. Fix app launch (skycoin#1778)

    * don't user working dir to determine bin path
    
    * adjust bin path in skyenv
    
    * update Makefile
    
    * small fix
    
    * make format
    
    * change default bin path from ./apps to ./build
    
    * remove unneeded app launcher scripts
    
    * fix make run-source
    
    * change cmd/skywire-deployment to cmd/skywire
    
    * fix makefile on windows
    0pcom authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    11dfbbb View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    384c167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce10686 View commit details
    Browse the repository at this point in the history
  3. fix AppBinPath to root

    mrpalide committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8d02e27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af74bc1 View commit details
    Browse the repository at this point in the history
  5. fix cli proxy status command

    mrpalide committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    077979a View commit details
    Browse the repository at this point in the history
  6. fix stop all proxies

    mrpalide committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c22562e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ee8f49 View commit details
    Browse the repository at this point in the history
  8. fix proxy stop issue

    mrpalide committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    aa8b32c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dc625f1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request skycoin#1780 from mrpalide/fix/some-little-issues-…

    …on-v1.3.20
    
    Fix some little issues before v1.3.20-rc1
    mrpalide authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c07e455 View commit details
    Browse the repository at this point in the history
  11. fix various issues (skycoin#1781)

    * fix issue on Product.wxs config on windows installer maker, wix
    
    * fix version to 1.3.20 on windows installer
    
    * add disableapps vpn-server to config gen on windows
    
    * fix skysocks client name on ipc
    
    * fix mac install | initial commit
    
    * fix mac installer issues | final commit
    
    * fix DoCustomSetting and StartProxy issue on flags
    
    * improve proxy start command
    
    * fix ctrl+c and timeout issue on starting/stopping proxy
    
    * print Stopped! alert after killing process
    
    * fix vpn issue on timeout and ctrl+c signal
    
    * fix loop issue on skysocks-client
    
    * add http flag to httpProxy
    
    * remove arm64 for windows goreleaser
    
    * http flag now is optional and not set as default. user should set it if he want run http proxy
    
    * fix multiple flushing issue on proxy start
    mrpalide authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    51093e2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d03f1c3 View commit details
    Browse the repository at this point in the history
  13. Fix small issues (skycoin#1782)

    * make default value of timeout on proxy and vpn to 0
    
    * remove syslog from setup-node
    
    * remove syslog completely from visor
    mrpalide authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e61085c View commit details
    Browse the repository at this point in the history
  14. Merge pull request skycoin#1783 from 0pcom/sn-conf-gen

    `setup-node` config gen
    mrpalide authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    43b4c15 View commit details
    Browse the repository at this point in the history
  15. fix go mod vendor issue

    mrpalide committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e767f3c View commit details
    Browse the repository at this point in the history
  16. Merge pull request skycoin#1784 from mrpalide/fix/go-mod-vendor-issue…

    …-v1.3.20-rc2
    
    fix `go mod vendor` issue
    mrpalide authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8e782b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    ecb01a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request skycoin#1791 from mrpalide/fix/vpn-start-command

    fix skywire cli vpn command
    mrpalide authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    17f630c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Fix skywire cli visor route and improve skywire cli visor tp subc…

    …ommand implementation (skycoin#1798)
    
    * enforce the use of flags for skywire cli visor route add subcommands ; optimize cli interface help menu
    * move skywire cli visor route to skywire cli route
    * remove ls-rules and rule subcommands ; move their function to the parent command
    * move `skywire cli visor tp` to `skywire cli tp`
    * remove tp ls and tp id subcommands ; move their function to the parent command
    0pcom authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9052899 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Improve manual transport creation logic (skycoin#1800)

    * improve cli transport creation logic
    * update vendor deps and skywire-services
    0pcom authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8f8c617 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fc1238 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Reward System UI (skycoin#1805)

    * add cmd/skywire-cli/commands/rewards/ui.go, go mod tidy & go mod vendor
    
    * add skywire cli log st ; move stCmd from cmd/skywire-cli/commands/rewards/ui.go
    
    * remove unused code
    0pcom authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    87e25a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    5beb27a View commit details
    Browse the repository at this point in the history
  2. Add module to ensure the visor is transportable (skycoin#1807)

    * add module to ensure the visor is transportable or exit if it is not transportable
    
    * vary tick duration on self-transport error
    0pcom authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    53d15f1 View commit details
    Browse the repository at this point in the history
  3. TPD concurrency (skycoin#1808)

    * fix skywire cli tp disc
    
    * add initEnsureTPDConcurrency module
    0pcom authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    f9455ce View commit details
    Browse the repository at this point in the history
  4. Update documentation ; increment min version requirement (skycoin#1809)

    * update command documentation
    
    * update min version requirement in mainnet_rules
    0pcom authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    691ca91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5131943 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. More statistics for UT & dmsg discovery (skycoin#1812)

    * flag to generate version statistics for skywire cli ut
    
    * list dmsg clients with skywire cli mdisc ; add flag to display statistics / count
    0pcom authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3864864 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    a00b5dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a84757 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4cf922 View commit details
    Browse the repository at this point in the history
  4. cleanup logging

    4rchim3d3s committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    05e0f5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    106beab View commit details
    Browse the repository at this point in the history
  6. make check

    4rchim3d3s committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9f003a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd084ff View commit details
    Browse the repository at this point in the history
  8. cleanup logging

    4rchim3d3s committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    93fa6e2 View commit details
    Browse the repository at this point in the history
  9. cleanup small errors

    4rchim3d3s committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    35064ba View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Revert "change netType from Skynet to Dmsg"

    This reverts commit cd084ff.
    4rchim3d3s committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    385f0e0 View commit details
    Browse the repository at this point in the history
  2. Revert cleanup logging

    it seems there was an error when commiting changes and changes have been reverted in a "commit"
    4rchim3d3s committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    1f3fe63 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. small frontend fix

    4rchim3d3s committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    a076809 View commit details
    Browse the repository at this point in the history
  2. go mod vendor

    4rchim3d3s committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    6b2e709 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c243459 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. small frontend fixes

    4rchim3d3s committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7847e93 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. small gui fixes

    4rchim3d3s committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8112f17 View commit details
    Browse the repository at this point in the history
  2. improve logging

    4rchim3d3s committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c009c74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    287e986 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e87b35 View commit details
    Browse the repository at this point in the history
  5. fix CI errors

    4rchim3d3s committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d2389a6 View commit details
    Browse the repository at this point in the history