#
# ChangeLog for /
# 
# Generated by Trac 0.12.1
# 06/10/25 21:30:01
 
Thu, 02 Aug 2012 16:11:35 GMT atzm [205]
	* etherws/trunk/etherws.py (modified)

	- add error handling


Thu, 02 Aug 2012 15:12:23 GMT atzm [204]
	* etherws/trunk/etherws.py (modified)

	- ctl interface minor change


Wed, 01 Aug 2012 15:30:06 GMT atzm [203]
	* etherws/trunk/etherws.py (modified)

	- identify server target strictly


Wed, 01 Aug 2012 12:17:29 GMT atzm [202]
	* etherws/trunk/etherws.py (modified)

	- support JSON-RPC 2.0


Wed, 01 Aug 2012 02:38:43 GMT atzm [201]
	* etherws/trunk/etherws.py (modified)

	- fixed a bug, raise exception when result is empty


Tue, 31 Jul 2012 17:46:33 GMT atzm [200]
	* etherws/trunk/etherws.py (modified)

	- trivial change


Tue, 31 Jul 2012 17:16:57 GMT atzm [199]
	* etherws/trunk/etherws.py (modified)
	* etherws/trunk/setup.py (modified)

	- kill depends on yaml


Tue, 31 Jul 2012 15:43:21 GMT atzm [198]
	* etherws/trunk/etherws.py (modified)

	- add ctl command "listfdb"


Mon, 30 Jul 2012 18:11:41 GMT atzm [197]
	* etherws/trunk/etherws.py (modified)

	- SwitchingHub.fdb -> public attr


Mon, 30 Jul 2012 18:05:26 GMT atzm [196]
	* etherws/trunk/etherws.py (modified)

	- adjust naming rule for inner class


Mon, 30 Jul 2012 17:54:42 GMT atzm [195]
	* etherws/trunk/etherws.py (modified)

	- refactoring


Mon, 30 Jul 2012 15:42:10 GMT atzm [194]
	* etherws/trunk/etherws.py (modified)
	* etherws/trunk/setup.py (modified)

	- depends on PyYAML


Mon, 30 Jul 2012 15:27:33 GMT atzm [193]
	* etherws/trunk/etherws.py (modified)

	- fixed typo


Mon, 30 Jul 2012 15:21:01 GMT atzm [192]
	* etherws/trunk/etherws.py (modified)

	- adjust ctl outputs


Mon, 30 Jul 2012 14:48:21 GMT atzm [191]
	* etherws/trunk/etherws.py (modified)

	- implement ctl command "addport"


Mon, 30 Jul 2012 12:55:40 GMT atzm [190]
	* etherws/trunk/etherws.py (modified)

	- add ctl command


Mon, 30 Jul 2012 10:43:04 GMT atzm [189]
	* etherws/trunk/etherws.py (modified)

	- fix error messages


Mon, 30 Jul 2012 10:37:12 GMT atzm [188]
	* etherws/trunk/etherws.py (modified)

	- refactoring


Mon, 30 Jul 2012 10:12:37 GMT atzm [187]
	* etherws/trunk/etherws.py (modified)

	- refactoring


Sun, 29 Jul 2012 16:06:26 GMT atzm [186]
	* etherws/trunk/etherws.py (modified)

	- API seiri


Sun, 29 Jul 2012 12:02:39 GMT atzm [185]
	* etherws/trunk/etherws.py (modified)

	- fixed a bug, raise exception when controller uses authentication


Sun, 29 Jul 2012 11:49:36 GMT atzm [184]
	* etherws/trunk/etherws.py (modified)

	- enables controller options


Sat, 28 Jul 2012 19:11:13 GMT atzm [183]
	* etherws/trunk/etherws.py (modified)
	* etherws/trunk/setup.py (modified)

	- global change: enables remote control


Thu, 26 Jul 2012 18:05:02 GMT atzm [182]
	* etherws/trunk/etherws.py (modified)

	- mix-in'ize basic auth handler


Thu, 26 Jul 2012 16:08:30 GMT atzm [181]
	* etherws/trunk/etherws.py (modified)

	- select client ssl handler per instance, not class


Thu, 26 Jul 2012 15:35:15 GMT atzm [180]
	* etherws/trunk/etherws.py (modified)

	- functionize SSL wrapper


Wed, 25 Jul 2012 13:50:48 GMT atzm [179]
	* etherws/trunk/etherws.py (modified)

	- handle authentication per instance, not class


Wed, 25 Jul 2012 12:40:03 GMT atzm [178]
	* etherws/trunk/etherws.py (modified)

	- fix error handling


Wed, 25 Jul 2012 11:49:28 GMT atzm [177]
	* etherws/trunk/etherws.py (modified)

	- kill unnecessary arguments


Wed, 25 Jul 2012 11:47:54 GMT atzm [176]
	* etherws/trunk/etherws.py (modified)

	- reduce string copy


Tue, 24 Jul 2012 16:58:32 GMT atzm [175]
	* etherws/trunk/etherws.py (modified)

	- acquire shared lock while loading htpasswd


Tue, 24 Jul 2012 16:41:34 GMT atzm [174]
	* etherws/trunk/etherws.py (modified)

	- dynamic htpasswd loading support


Mon, 23 Jul 2012 03:22:45 GMT atzm [173]
	* etherws/trunk/etherws.py (modified)

	- fixed a trivial bug in r172


Sun, 22 Jul 2012 17:22:42 GMT atzm [172]
	* etherws/trunk/etherws.py (modified)

	- do not learn multicast src address (IEEE Std. 802.1D compatible)


Mon, 09 Jul 2012 16:52:19 GMT atzm [171]
	* etherws/tags/release-0.7 (copied)

	- add tag release-0.7


Thu, 28 Jun 2012 14:25:47 GMT atzm [170]
	* etherws/trunk/README.rst (modified)
	* etherws/trunk/setup.py (modified)

	- version bump


Thu, 28 Jun 2012 14:12:21 GMT atzm [169]
	* etherws/trunk/etherws.py (modified)

	- fixed a bug in --insecure option


Wed, 27 Jun 2012 17:53:01 GMT atzm [168]
	* etherws/trunk/etherws.py (modified)

	- multiple uri support


Wed, 27 Jun 2012 14:54:57 GMT atzm [167]
	* etherws/trunk/etherws.py (modified)

	- multiple device support


Tue, 26 Jun 2012 16:38:46 GMT atzm [166]
	* etherws/trunk/etherws.py (modified)

	- restructure


Mon, 25 Jun 2012 18:13:44 GMT atzm [165]
	* etherws/trunk/etherws.py (modified)

	- kill multi-thread


Mon, 25 Jun 2012 17:46:58 GMT atzm [164]
	* etherws/trunk/etherws.py (modified)

	- switching support


Sun, 24 Jun 2012 17:31:46 GMT atzm [163]
	* etherws/tags/release-0.6 (copied)

	- add tag release-0.6


Sat, 16 Jun 2012 11:00:37 GMT atzm [162]
	* etherws/trunk/README.rst (modified)
	* etherws/trunk/etherws.py (modified)
	* etherws/trunk/setup.py (modified)

	- improve performance


Sat, 19 May 2012 17:53:26 GMT atzm [161]
	* etherws/tags/release-0.5 (copied)
	* etherws/tags/release-0.5/README.rst (copied)
	* etherws/tags/release-0.5/etherws.py (copied)
	* etherws/tags/release-0.5/setup.py (copied)

	- add tag release-0.5


Sat, 19 May 2012 17:39:34 GMT atzm [160]
	* etherws/trunk/README.rst (modified)
	* etherws/trunk/etherws.py (modified)
	* etherws/trunk/setup.py (modified)

	- fixed some bugs


Sat, 19 May 2012 17:01:45 GMT atzm [159]
	* etherws/tags/release-0.4 (copied)

	- add tag release-0.4


Fri, 18 May 2012 18:36:52 GMT atzm [158]
	* etherws/trunk/README.rst (modified)
	* etherws/trunk/etherws.py (modified)

	- add history


Fri, 18 May 2012 18:01:59 GMT atzm [157]
	* etherws/trunk/setup.py (modified)

	- version bump


Fri, 18 May 2012 18:00:33 GMT atzm [156]
	* etherws/trunk/README.rst (modified)
	* etherws/trunk/etherws.py (modified)

	- server cert verification support


Fri, 18 May 2012 13:24:08 GMT atzm [155]
	* etherws/trunk/etherws.py (modified)

	- with lock


Thu, 17 May 2012 05:56:34 GMT atzm [154]
	* etherws/tags/release-0.3 (copied)

	- add tag release-0.3


Wed, 16 May 2012 15:01:31 GMT atzm [153]
	* etherws/trunk/setup.py (modified)

	- version bump


Wed, 16 May 2012 14:59:10 GMT atzm [152]
	* etherws/trunk/README.rst (modified)

	- modify document


Tue, 15 May 2012 23:56:50 GMT atzm [151]
	* etherws/trunk/etherws.py (modified)

	- add basic auth support to client


Tue, 15 May 2012 22:21:24 GMT atzm [150]
	* etherws/trunk/etherws.py (modified)

	- add basic auth support to server


Tue, 15 May 2012 15:29:05 GMT atzm [149]
	* etherws/tags/release-0.2 (copied)

	- add tag release-0.2


Tue, 15 May 2012 14:48:49 GMT atzm [148]
	* etherws/trunk/README.rst (modified)

	- modified document


Tue, 15 May 2012 14:42:28 GMT atzm [147]
	* etherws/trunk/README.rst (modified)

	- modified document


Tue, 15 May 2012 14:26:34 GMT atzm [146]
	* etherws/trunk/README.rst (modified)

	- add document about MTU


Tue, 15 May 2012 14:17:26 GMT atzm [145]
	* etherws/trunk/README.rst (modified)

	- fixed typo


Tue, 15 May 2012 14:14:53 GMT atzm [144]
	* etherws/trunk/README.rst (modified)
	* etherws/trunk/setup.py (modified)

	- add document for ssl/tls


Tue, 15 May 2012 13:47:29 GMT atzm [143]
	* etherws/trunk/etherws.py (modified)

	- add SSL support


Tue, 15 May 2012 09:27:18 GMT atzm [142]
	* etherws/tags/release-0.1 (copied)
	* etherws/tags/release-0.1/LICENSE (copied)
	* etherws/tags/release-0.1/README.rst (copied)
	* etherws/tags/release-0.1/etherws.py (copied)
	* etherws/tags/release-0.1/setup.py (copied)

	- add tag release-0.1


Tue, 15 May 2012 08:22:21 GMT atzm [141]
	* etherws/trunk/LICENSE (added)
	* etherws/trunk/README.rst (added)
	* etherws/trunk/etherws.py (modified)
	* etherws/trunk/setup.py (added)

	- add document


Sun, 13 May 2012 13:50:22 GMT atzm [140]
	* etherws/trunk/etherws.py (modified)

	- add memo


Sun, 13 May 2012 12:48:13 GMT atzm [139]
	* etherws/trunk/etherws.py (modified)

	- add direct binary transmission support (to improve performance)


Sun, 13 May 2012 12:17:45 GMT atzm [138]
	* etherws/trunk/etherws.py (modified)

	- change handler structure


Sun, 13 May 2012 10:10:37 GMT atzm [137]
	* etherws/trunk/etherws.py (modified)

	- change lock range


Sun, 13 May 2012 09:18:33 GMT atzm [136]
	* etherws/trunk/etherws.py (modified)

	- library upgrade


Sat, 12 May 2012 21:20:17 GMT atzm [135]
	* etherws/trunk/etherws.py (modified)

	- fixed, tap locking


Sat, 12 May 2012 19:54:45 GMT atzm [134]
	* etherws/trunk/etherws.py (modified)

	- fixed a bug, daemonize timing


Sat, 12 May 2012 19:38:32 GMT atzm [133]
	* etherws (added)
	* etherws/branches (added)
	* etherws/tags (added)
	* etherws/trunk (added)
	* etherws/trunk/etherws.py (added)

	- added etherws


Fri, 04 May 2012 20:39:04 GMT atzm [132]
	* pycodeshooter/trunk/index.html (modified)
	* pycodeshooter/trunk/score (added)
	* pycodeshooter/trunk/score/score.cgi (added)
	* pycodeshooter/trunk/score/score.conf.sample (added)
	* pycodeshooter/trunk/shooter/system.js (modified)

	- add score board


Fri, 04 May 2012 09:14:13 GMT atzm [131]
	* pycodeshooter/trunk/index.html (modified)
	* pycodeshooter/trunk/shooter/system.js (modified)

	- balance chousei


Wed, 02 May 2012 11:56:24 GMT atzm [130]
	* pycodeshooter/trunk/index.html (modified)
	* pycodeshooter/trunk/shooter/bullet.js (modified)
	* pycodeshooter/trunk/shooter/system.js (modified)
	* pycodeshooter/trunk/sounds/se_breakout_2.ogg (added)
	* pycodeshooter/trunk/sounds/se_byuin.ogg (added)
	* pycodeshooter/trunk/sounds/se_coinget_1.ogg (added)

	- add power-up items


Mon, 23 Jan 2012 14:27:51 GMT atzm [129]
	* pycodeshooter/trunk/index.html (modified)
	* pycodeshooter/trunk/shooter/system.js (modified)
	* pycodeshooter/trunk/sounds/se_pyuun.ogg (deleted)

	modified damaged behavior


Sun, 22 Jan 2012 18:15:19 GMT atzm [128]
	* pycodeshooter/trunk/index.html (modified)
	* pycodeshooter/trunk/sounds/bgm_sht_a01.mp3 (deleted)
	* pycodeshooter/trunk/sounds/bgm_sht_a01.ogg (added)
	* pycodeshooter/trunk/sounds/bgm_sht_a02.mp3 (deleted)
	* pycodeshooter/trunk/sounds/bgm_sht_a02.ogg (added)
	* pycodeshooter/trunk/sounds/bgm_sht_a03.mp3 (deleted)
	* pycodeshooter/trunk/sounds/bgm_sht_a03.ogg (added)
	* pycodeshooter/trunk/sounds/bgm_sht_a04.mp3 (deleted)
	* pycodeshooter/trunk/sounds/bgm_sht_a04.ogg (added)
	* pycodeshooter/trunk/sounds/bgm_sht_a05.mp3 (deleted)
	* pycodeshooter/trunk/sounds/bgm_sht_a05.ogg (added)
	* pycodeshooter/trunk/sounds/bgm_sht_a06.mp3 (deleted)
	* pycodeshooter/trunk/sounds/bgm_sht_a06.ogg (added)
	* pycodeshooter/trunk/sounds/se_click_2.mp3 (deleted)
	* pycodeshooter/trunk/sounds/se_click_2.ogg (added)
	* pycodeshooter/trunk/sounds/se_coinin_1.mp3 (deleted)
	* pycodeshooter/trunk/sounds/se_coinin_1.ogg (added)
	* pycodeshooter/trunk/sounds/se_denshion_1.mp3 (deleted)
	* pycodeshooter/trunk/sounds/se_denshion_1.ogg (added)
	* pycodeshooter/trunk/sounds/se_pyuun.mp3 (deleted)
	* pycodeshooter/trunk/sounds/se_pyuun.ogg (added)
	* pycodeshooter/trunk/sounds/se_zugan.mp3 (deleted)
	* pycodeshooter/trunk/sounds/se_zugan.ogg (added)
	* pycodeshooter/trunk/sounds/se_zusyunzusyun.mp3 (deleted)
	* pycodeshooter/trunk/sounds/se_zusyunzusyun.ogg (added)

	change sound format, mp3 -> ogg (vorbis)


Sun, 22 Jan 2012 12:28:03 GMT atzm [127]
	* pycodeshooter/trunk/index.html (modified)

	fixed error handling


Sun, 22 Jan 2012 12:00:46 GMT atzm [126]
	* pycodeshooter/trunk/index.html (modified)
	* pycodeshooter/trunk/shooter/system.js (modified)

	komagoma


Sun, 22 Jan 2012 11:28:08 GMT atzm [125]
	* pycodeshooter/trunk/shooter/system.js (modified)

	fixed bug


Sun, 22 Jan 2012 11:24:59 GMT atzm [124]
	* pycodeshooter/trunk/shooter/system.js (modified)

	fixed muda


Sun, 22 Jan 2012 11:21:00 GMT atzm [123]
	* pycodeshooter/trunk/shooter/system.js (modified)

	kourituka


Sun, 22 Jan 2012 10:47:14 GMT atzm [122]
	* pycodeshooter/trunk/index.html (modified)
	* pycodeshooter/trunk/shooter/system.js (modified)
	* pycodeshooter/trunk/sounds/bgm_sht_a03.mp3 (added)
	* pycodeshooter/trunk/sounds/bgm_sht_a04.mp3 (added)
	* pycodeshooter/trunk/sounds/bgm_sht_a05.mp3 (added)
	* pycodeshooter/trunk/sounds/bgm_sht_a06.mp3 (added)

	add stage bgm rotation


Sat, 21 Jan 2012 19:55:17 GMT atzm [121]
	* pycodeshooter/trunk/shooter/system.js (modified)

	fixed enemy initial position


Sat, 21 Jan 2012 19:44:47 GMT atzm [120]
	* pycodeshooter/trunk/shooter/system.js (modified)

	change enemy initial position


Sat, 21 Jan 2012 18:41:27 GMT atzm [119]
	* pycodeshooter/trunk/index.html (modified)
	* pycodeshooter/trunk/shooter/system.js (modified)
	* pycodeshooter/trunk/shooter/trooper.js (modified)
	* pycodeshooter/trunk/sounds (added)
	* pycodeshooter/trunk/sounds/bgm_sht_a01.mp3 (added)
	* pycodeshooter/trunk/sounds/bgm_sht_a02.mp3 (added)
	* pycodeshooter/trunk/sounds/se_click_2.mp3 (added)
	* pycodeshooter/trunk/sounds/se_coinin_1.mp3 (added)
	* pycodeshooter/trunk/sounds/se_denshion_1.mp3 (added)
	* pycodeshooter/trunk/sounds/se_pyuun.mp3 (added)
	* pycodeshooter/trunk/sounds/se_zugan.mp3 (added)
	* pycodeshooter/trunk/sounds/se_zusyunzusyun.mp3 (added)

	bgm/se support


Sat, 21 Jan 2012 14:59:24 GMT atzm [118]
	* pycodeshooter/trunk/index.html (modified)

	adjust enemy interval


Fri, 20 Jan 2012 20:52:29 GMT atzm [117]
	* pycodeshooter/trunk/shooter/system.js (modified)

	adjust blue frame color


Fri, 20 Jan 2012 20:42:21 GMT atzm [116]
	* pycodeshooter/trunk/shooter/system.js (modified)

	- modify enemy bullet frame color


Fri, 20 Jan 2012 19:55:10 GMT atzm [115]
	* pycodeshooter/trunk/shooter/bullet.js (modified)

	moromoro


Fri, 20 Jan 2012 19:46:57 GMT atzm [114]
	* pycodeshooter/trunk/shooter/bullet.js (modified)
	* pycodeshooter/trunk/shooter/system.js (modified)
	* pycodeshooter/trunk/shooter/trooper.js (modified)

	- add bullet patterns, xreflect series


Thu, 19 Jan 2012 16:49:16 GMT atzm [113]
	* pycodeshooter/trunk/shooter/trooper.js (modified)

	fixed memory leak (bullet not vanished)


Wed, 18 Jan 2012 10:22:25 GMT atzm [112]
	* pycodeshooter/trunk/index.html (modified)
	* pycodeshooter/trunk/shooter/system.js (modified)
	* pycodeshooter/trunk/shooter/trooper.js (modified)

	scoring support


Wed, 18 Jan 2012 05:13:07 GMT atzm [111]
	* pycodeshooter/trunk/index.html (modified)
	* pycodeshooter/trunk/shooter/system.js (modified)

	modified, parameter adjustment


Wed, 18 Jan 2012 05:04:55 GMT atzm [110]
	* pycodeshooter/trunk/index.html (modified)
	* pycodeshooter/trunk/shooter/system.js (modified)

	modified, random enemy encounter


Tue, 17 Jan 2012 15:01:24 GMT atzm [109]
	* pycodeshooter/trunk/images (added)
	* pycodeshooter/trunk/images/logo.png (added)
	* pycodeshooter/trunk/images/ma1s.gif (added)
	* pycodeshooter/trunk/images/ma2s.gif (added)
	* pycodeshooter/trunk/images/ma5s.gif (added)
	* pycodeshooter/trunk/images/ma6s.gif (added)
	* pycodeshooter/trunk/images/ma7s.gif (added)
	* pycodeshooter/trunk/images/man1s.gif (added)
	* pycodeshooter/trunk/images/man2s.gif (added)
	* pycodeshooter/trunk/images/man3s.gif (added)
	* pycodeshooter/trunk/images/man4s.gif (added)
	* pycodeshooter/trunk/images/man5s.gif (added)
	* pycodeshooter/trunk/images/man6s.gif (added)
	* pycodeshooter/trunk/images/man7s.gif (added)
	* pycodeshooter/trunk/images/man8s.gif (added)
	* pycodeshooter/trunk/images/man9s.gif (added)
	* pycodeshooter/trunk/images/pin9s.gif (added)
	* pycodeshooter/trunk/images/so1s.gif (added)
	* pycodeshooter/trunk/images/so2s.gif (added)
	* pycodeshooter/trunk/images/so3s.gif (added)
	* pycodeshooter/trunk/images/so4s.gif (added)
	* pycodeshooter/trunk/images/so8s.gif (added)
	* pycodeshooter/trunk/images/so9s.gif (added)
	* pycodeshooter/trunk/index.html (modified)
	* pycodeshooter/trunk/logo.png (deleted)
	* pycodeshooter/trunk/shooter/system.js (modified)
	* pycodeshooter/trunk/shooter/trooper.js (modified)

	imaging support


Mon, 16 Jan 2012 16:34:00 GMT atzm [108]
	* pycodeshooter/trunk/index.html (modified)
	* pycodeshooter/trunk/shooter/action.js (modified)
	* pycodeshooter/trunk/shooter/barrage.js (modified)
	* pycodeshooter/trunk/shooter/system.js (modified)
	* pycodeshooter/trunk/shooter/trooper.js (modified)

	- multi enemies support


Mon, 16 Jan 2012 12:28:51 GMT atzm [107]
	* pycodeshooter/tags/release-0.0.1 (copied)

	- add tag release-0.0.1


Tue, 25 Jan 2011 17:40:22 GMT atzm [106]
	* pycodeshooter/trunk/index.html (modified)
	* pycodeshooter/trunk/shooter/barrage.js (modified)
	* pycodeshooter/trunk/shooter/bullet.js (modified)
	* pycodeshooter/trunk/shooter/system.js (modified)
	* pycodeshooter/trunk/shooter/trooper.js (modified)

	- fixed small bug
	- add bullet frame
	- parameter adjust