Go to file
2020-03-12 07:47:42 -05:00
dist Minor cleanup of ::KeyPair 2020-03-12 07:47:42 -05:00
spec Minor cleanup of ::KeyPair 2020-03-12 07:47:42 -05:00
views Remove superfluous whitespace. Add scratchpad* to ignore. 2020-03-09 08:07:55 -05:00
.gitignore TODO: Verify accuracy of signature chain. 2020-03-09 08:56:45 -05:00
.rspec Coo... coo... 2019-09-21 21:30:03 -05:00
Gemfile === BEGIN FILESYSTEM REMOVAL === 2019-11-26 19:46:50 -06:00
Gemfile.lock === BEGIN FILESYSTEM REMOVAL === 2019-11-26 19:46:50 -06:00
logo.png Add logo 2019-10-09 19:32:54 -05:00
pigeon-cli 🎉 100% coverage. NEXT: Verify message chain creation via tests. 2020-03-07 09:56:03 -06:00
README.md Minor cleanup of ::KeyPair 2020-03-12 07:47:42 -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 🎉 100% coverage. NEXT: Verify message chain creation via tests. 2020-03-07 09:56:03 -06:00
TODO.md Update spec, begin message implementation 2019-10-12 14:43:27 -05:00

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
  • 100% coverage
  • Remove all .current "singletons" / hacks
  • Rename numerous "pigeon message ..." commands to "pigeon draft ..."
  • pigeon bundle create
  • pigeon bundle consume
  • pigeon draft create
  • pigeon draft append
  • pigeon draft current
  • pigeon draft save
  • pigeon message find
  • pigeon message find-all
  • 100% documentation
  • add parsers and validators for all CLI inputs
  • Validate inputs for Draft#[]=.
  • Performance benchmarks
  • Performance tuning (DO THIS LAST!)
  • Update spec to look like this
  • Publish a RubyGem

Idea Bin

  • Map/reduce plugin support for custom indices?
  • Add Lipmaa links like the Bamboo folks do.
  • Ability to add a blob in one swoop using File objects and Message#[]=, maybe?