Commit Graph

145 Commits (86d9dfde4eb46d46970e6849fcc2c8cefcec5922)
 

Author SHA1 Message Date
mrusme 86d9dfde4e
Merge pull request #57 from Frederic-Zhou/master
Remove redundant  `if err!=nil`
2 years ago
Frederic ede24e837c Remove redundant `if err!=nil` 2 years ago
mrusme 3d91a442f7
Merge pull request #56 from Frederic-Zhou/master
Some code optimizations
2 years ago
Frederic 5214ed206b init(..) return error of ..Subscribe(..) & others 2 years ago
mrusme e011152ffc
Merge pull request #54 from mrusme/dependabot/go_modules/github.com/ipfs/go-merkledag-0.8.1
Bump github.com/ipfs/go-merkledag from 0.6.0 to 0.8.1
2 years ago
dependabot[bot] be07b22fdf
Bump github.com/ipfs/go-merkledag from 0.6.0 to 0.8.1
Bumps [github.com/ipfs/go-merkledag](https://github.com/ipfs/go-merkledag) from 0.6.0 to 0.8.1.
- [Release notes](https://github.com/ipfs/go-merkledag/releases)
- [Commits](https://github.com/ipfs/go-merkledag/compare/v0.6.0...v0.8.1)

---
updated-dependencies:
- dependency-name: github.com/ipfs/go-merkledag
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
mrusme 9d22fb980c
Merge pull request #53 from mrusme/dependabot/go_modules/github.com/ipld/go-codec-dagpb-1.5.0
Bump github.com/ipld/go-codec-dagpb from 1.4.1 to 1.5.0
2 years ago
dependabot[bot] 46e9d59090
Bump github.com/ipld/go-codec-dagpb from 1.4.1 to 1.5.0
Bumps [github.com/ipld/go-codec-dagpb](https://github.com/ipld/go-codec-dagpb) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/ipld/go-codec-dagpb/releases)
- [Commits](https://github.com/ipld/go-codec-dagpb/compare/v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/ipld/go-codec-dagpb
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
マリウス e425fc2d51
Updated to go-orbit-db v1.19.1 2 years ago
マリウス a1de04d46c
Updated README.md 2 years ago
マリウス 305a075614
Upgraded to orbit 1.18.0 and kubo 0.16 2 years ago
マリウス dad27bc85d
Added heading 2 years ago
マリウス ad3e9870c5
Updated README.md 2 years ago
マリウス 66c712a9fd
Updated README.md 2 years ago
マリウス f34d744bde
Updated workflow 2 years ago
マリウス b3233c949b
Updated dependencies 2 years ago
マリウス ff8f116e27
Updated README 2 years ago
マリウス 161fd7e0a7
Added connectivity information 2 years ago
マリウス 04de863299
Adjusted context, fixed #46, fixed #47 2 years ago
マリウス 69064d9df2
Removed player gimick
Didn't hear back from Poolsuite, so I'm removing this easter-egg.
2 years ago
マリウス f78a01cdd9
Updated Go version to 1.18, fixed #44 2 years ago
マリウス 537da5529e
Updated README.md 2 years ago
マリウス a007acb5a9
Updated .gitignore 2 years ago
マリウス f142aad7e6
Upgraded to go-orbit-db 1.17.1, fixed issues 2 years ago
マリウス 5ef5fe5c1f
Updated to go-version: 1.18 2 years ago
マリウス 6eb9ce7f0e
Added FUNDING.yml 2 years ago
マリウス f9c3786e99
Updated README.md 2 years ago
マリウス 3c9d5d047c
Removed android 2 years ago
mrusme 59edd4abd2
Merge pull request #41 from mrusme/go-orbit-db_upgrade
go-orbit-db upgrade
2 years ago
マリウス b0371b59ee
Refactored events according to https://github.com/berty/go-orbit-db/issues/100 2 years ago
マリウス 8802d55663
Updated README.md 3 years ago
マリウス d7bd0412ed
Addd code of conduct 3 years ago
マリウス 77f75108db
Updated README.md 3 years ago
マリウス 87813e3daa
Updated go quic dep for 1.18, updated README 3 years ago
マリウス d77e3f6823
Updated to go-orbit-db v1.16.0 3 years ago
マリウス af396ba602
Tried update to go-orbit-db- v1.16.0 3 years ago
マリウス 06a7c87258
go-orbit-db upgrade 3 years ago
マリウス e39c05adb9
Added android to goreleaser 3 years ago
マリウス 04ada9eb9e
Removed plan9 3 years ago
マリウス 7d2202880e
Upgraded to go-orbit-db v1.14.1, fixed #38 3 years ago
マリウス 078b3164ab
Replaced tab with space, fixed #40 3 years ago
マリウス c89a201b78
Fixed #36, added From: in editor view 3 years ago
mrusme 3d97580a25
Merge pull request #37 from mprimi/master
Add help and shortcuts reference view
3 years ago
Marco Primi 28ff3032bb Add help screen, currently showing default shortcuts
Hitting '?' brings up a modal with default shortcuts, for quick 
reference.
Also does a little refactoring in the code where default shortcuts are 
declared.

Known issue: anyone that has run SH84 before will have shortcuts loaded 
from config file and the new '?' command will be ignored. Addressing 
this is beyond the scope of this change.

Known issue: custom shortcuts are not displayed in help, only the 
default which may not correspond to the actual user configuration.
3 years ago
マリウス 21e6e02902
Fixed quote highlighting for empty lines 3 years ago
マリウス d5c6e0f14d
Added output to make loading more visible 3 years ago
マリウス 6f22c3cacf
Implemented ID and PubKey 3 years ago
マリウス 51a79a3dce
Implemented sorting by latest reply in thread 3 years ago
マリウス a9643b47b3
Fixed highlight issue on last line of quote 3 years ago
mrusme 7739400b63
Merge pull request #34 from mprimi/master
Refactor main screen layout using nested grids
3 years ago