Release Notes: This release modifies the way the FlightFeather server loads the configuration, protocol, session, and storage modules on startup. The actual loading process now takes place after all options have been parsed. If the "-c" or "--command" option is present, the server does not import these modules at all, since they are not required. The new implementation also fixes a bug that caused the test versions of the above modules to always load, in addition to any modules specified on the command line.
Release Notes: This release updates the submission feature (which currently supports Digg) introduced in version 0.3.0. The old behavior was to submit article body text only up to the first URL in the story. The new approach submits the maximum allowed text, including any URLs encountered along the way. In the future, there may be an option to enable the old behavior, as well as other, alternative ways to process submissions.
Release Notes: This release adds a safe shutdown feature to the FlightFeather server, eliminating the need for the two-step shutdown procedure described in QuickStart.txt. The new feature also allows you to stop the server remotely from a list of trusted IP addresses (set to just 127.0.0.1 by default).
Release Notes: This version introduces a feature that allows easy submission of FlightFeather-hosted content to Digg. Generic utility functions perform most of the work, so it should be relatively straightforward to extend support to other social networking sites in the future.
Release Notes: This is the first beta release of FlightFeather. It also includes a test run facility and Web functionality tests.
Release Notes: This version includes a complete working example.
Release Notes: This release fixes a bug that could cause the FlightFeather server to hang if an excessively long word appeared in a post or comment.
Release Notes: