log

age author description
Sat, 08 Jun 2013 15:03:28 -0500 Brian Neal Implemented the decrypt procedure.
Sat, 08 Jun 2013 12:56:25 -0500 Brian Neal Minor formatting changes.
Sat, 08 Jun 2013 12:55:07 -0500 Brian Neal Refactor the encrypt procedure into a class.
Fri, 07 Jun 2013 22:30:33 -0500 Brian Neal Created an encrypt procedure and a first test for it.
Thu, 06 Jun 2013 20:32:37 -0500 Brian Neal Finish config file style key list read/write routines.
Wed, 05 Jun 2013 21:23:30 -0500 Brian Neal Working on reading key lists. Started on config file format.
Wed, 05 Jun 2013 20:41:54 -0500 Brian Neal Add a method to retrieve settings from a M209 instance.
Tue, 04 Jun 2013 19:31:37 -0500 Brian Neal Gave KeyWheel a __str__() method and test.
Tue, 04 Jun 2013 18:49:12 -0500 Brian Neal Added a test for Drum.to_key_list().
Mon, 03 Jun 2013 21:43:36 -0500 Brian Neal Added Drum.to_key_list() and Drum.__str__().
Sun, 02 Jun 2013 19:44:21 -0500 Brian Neal Added a M209.set_all_pins() method.
Sun, 02 Jun 2013 19:21:11 -0500 Brian Neal Added converter tests.
Sun, 02 Jun 2013 15:44:01 -0500 Brian Neal Added a M209.set_key_wheels() method.
Sun, 02 Jun 2013 15:31:11 -0500 Brian Neal Created a decrypt function.
Sun, 02 Jun 2013 13:57:45 -0500 Brian Neal Introduce shortcut notation for drum lugs.
Wed, 29 May 2013 22:04:12 -0500 Brian Neal Fix comment in the Drum class.
Wed, 29 May 2013 21:32:12 -0500 Brian Neal First cut at the M209 class. This is a WIP. Encryption works.
Wed, 29 May 2013 19:45:52 -0500 Brian Neal Added the Drum class and tests for it.
Wed, 29 May 2013 15:58:30 -0500 Brian Neal KeyWheel class and tests, first cut.