codepope / augurx

Automatically exported from code.google.com/p/augurx
0 stars 0 forks source link

Slightly refactor to enable easier addition of twix door #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some of the utils are either cix-specific, or assume a single door.

Need to slightly rationalise them.

Original issue reported on code.google.com by op.b...@gmail.com on 4 Nov 2008 at 11:49

GoogleCodeExporter commented 9 years ago
Changes to sshconnection.java
- Added public String waitForAndReturn(String s)
  - to download ascii characters where no d/l protocols available

- Select qix or twix as the initial login, based on the hostname

- Changed static class from CixUserInfo to CosyUserInfo

Controller.java
- Added public int syncDoor(String doorname)
 to be able to specify which door to sync (i.e. cix or twix)

- Gallery.java
- Added public int syncDoor(String doorname)

- Msg.java
- Added public Door getDoor()

- Command.java
- Changed initial comment from CixCommand to Command

Original comment by op.b...@gmail.com on 4 Nov 2008 at 11:52

GoogleCodeExporter commented 9 years ago
Adam,

I've split the implementation of a Twix door into three steps.
This first step is all the changes that can take place, and Augur will (should) 
still
work for cix without any change at all.

Can you let me know if I've done the admin/commit side of things properly? 
I can't test anything against cix unfortunately, as I don't have an account, so 
I
don't know if you want to wait until all three stages are in before running it
against cix..?

Original comment by op.b...@gmail.com on 5 Nov 2008 at 12:39

GoogleCodeExporter commented 9 years ago
Code works and works with the other changes.

Original comment by codep...@gmail.com on 22 Nov 2008 at 9:49

GoogleCodeExporter commented 9 years ago
Done and set to Fixed.

Original comment by codep...@gmail.com on 22 Nov 2008 at 9:50