log

age author description
Sun, 27 May 2012 21:20:34 -0500 Brian Neal Discovered a notch bug. Saving everything before trying to fix it.
Sun, 27 May 2012 19:41:59 -0500 Brian Neal Decided to get rid of the numeric rotor display for now.
Sun, 27 May 2012 18:51:40 -0500 Brian Neal Made Plugboards easier to construct. Can do it from a list of integer
Sun, 27 May 2012 15:05:00 -0500 Brian Neal Created a factory function to make it easier to create Enigmas.
Sun, 27 May 2012 13:57:13 -0500 Brian Neal Integrate Plugboard with EnigmaMachine class and tests.
Sun, 27 May 2012 13:40:58 -0500 Brian Neal Created Plugboard class and tests.
Sat, 26 May 2012 23:14:23 -0500 Brian Neal Added a simple cipher test using data from Wikipedia.
Sat, 26 May 2012 21:43:03 -0500 Brian Neal Added a test for "double stepping".
Sat, 26 May 2012 20:05:07 -0500 Brian Neal First pass at moving rotors automatically. Can now process text.
Sat, 26 May 2012 18:30:49 -0500 Brian Neal Adding a LICENSE.txt file.
Sat, 26 May 2012 17:21:22 -0500 Brian Neal First version of EnigmaMachine class. Simple main to test operations.
Sat, 26 May 2012 15:19:48 -0500 Brian Neal Created a data file and factory functions for rotors & reflectors.
Sat, 26 May 2012 14:29:03 -0500 Brian Neal Changed the Rotor stepping parameter to any old iterable.
Sat, 26 May 2012 12:53:00 -0500 Brian Neal Futzing around with the doc string & copyright comment order.
Sat, 26 May 2012 00:38:36 -0500 Brian Neal The wiring test now tests all ring settings, rotations, and positions.
Sat, 26 May 2012 00:09:17 -0500 Brian Neal The Rotor wiring test works through a full rotation.
Fri, 25 May 2012 23:42:45 -0500 Brian Neal Added some Rotor tests.
Fri, 25 May 2012 19:38:22 -0500 Brian Neal Initial commit. Started a Rotor class.