Go to file
Netscape Navigator f0cebae13d Cleanup and test scripts. TODO: Why does blocking not delete previous peers? 2019-09-24 20:19:25 -05:00
dist Cleanup and test scripts. TODO: Why does blocking not delete previous peers? 2019-09-24 20:19:25 -05:00
spec Use URL SAFE base 64 2019-09-24 19:35:47 -05:00
.gitignore Coo... coo... 2019-09-21 21:30:03 -05:00
.rspec Coo... coo... 2019-09-21 21:30:03 -05:00
Gemfile Coo... coo... 2019-09-21 21:30:03 -05:00
Gemfile.lock Coo... coo... 2019-09-21 21:30:03 -05:00
README.md Cleanup and test scripts. TODO: Why does blocking not delete previous peers? 2019-09-24 20:19:25 -05:00
TODO.md Cleanup and test scripts. TODO: Why does blocking not delete previous peers? 2019-09-24 20:19:25 -05:00
pigeon-cli Cleanup and test scripts. TODO: Why does blocking not delete previous peers? 2019-09-24 20:19:25 -05:00
scratchpad.jpg Cleanup and test scripts. TODO: Why does blocking not delete previous peers? 2019-09-24 20:19:25 -05:00
scratchpad.sh Cleanup and test scripts. TODO: Why does blocking not delete previous peers? 2019-09-24 20:19:25 -05:00

README.md

Pigeon Ruby

A WIP pigeon protocol client.

How to Use

This is a pre-release skeleton project. There is no gem yet. The gem will be released after we are fully compliant with the spec and have high test coverage stats.

To get started, clone this repo and run ./pigeon-cli in place of pigeon.

Eg: pigeon identity show becomes ./pigeon-cli show.

Current Status

  • pigeon identity new
  • pigeon identity show
  • pigeon status
  • pigeon blob set
  • pigeon blob get
  • pigeon peer add
  • pigeon peer remove
  • pigeon peer block
  • pigeon peer all
  • pigeon message new
  • pigeon message current
  • pigeon message append
  • pigeon message save
  • pigeon message find
  • pigeon message find-all
  • pigeon bundle create
  • pigeon bundle consume
  • 100% documentation
  • 100% coverage
  • add parsers and validators for all CLI inputs