Skip to content

Commit

Permalink
Initial fork from sourceforge
Browse files Browse the repository at this point in the history
See ChageLog
  • Loading branch information
thedod committed Mar 22, 2012
0 parents commit bd4e24c
Show file tree
Hide file tree
Showing 30 changed files with 4,296 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
edna.conf
*.swp
*.bak
*~
340 changes: 340 additions & 0 deletions COPYING

Large diffs are not rendered by default.

43 changes: 43 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
Changes since 0.5 1st dame [2012/03/23]:
- Fork from http://edna.sourceforge.net to github
- edna.conf is .gitignored
- favicon (for vanity's sake)

Changes since 0.5 [2003/05/19]:
- New auth_level level to help with players unable to handle authentication
- Updated daemon/edna to support SuSE [by Bill Burdick SF#1225231]
- Added support for plain text files [by Shaw Terwilliger SF#791444]
- Added /resources URL to serve icons and such [by Shaw Terwilliger SF#791444]
- Serve UTF-8 encoded pages, added "encoding" configuration option
- Send Last-Modified HTTP header for files on disk [SF#987406]
- Updated MP3Info.py to latest available version
- http:// & ftp:// playlist handling fix [reported by Dirk Bergstrom SF#673815]
- Added all.zip pseudo files
- Extended M3U files are now parsed correctly
- 401 HTTP replies are now correctly sent on failed authentication attempts
- Added knowledge of .m4a and .mp4 extensions [SF#1295763]
- Added support for serving /robots.txt [based on SF#1200988 by fraumeni]
- Added exception handling on stat() failures. [SF#1200988 by fraumeni]
- Added support to hide music you're ashamed of. [SF#1200988 by fraumeni]
- Added support for MD5/SHA hashed passwords [SF#1378194 by Kumar McMillan]

Changes since 0.4 [2001/02/22]:
- unix deamon support
- reload config file on signal
- unix makefile
- "New since $DATE" is now available as a config option
- don't log requests for picture_extensions
- Full ID3 (v1 and v2) support (in default_complex.ezt template)
- Catch KeyboardInterrupt exception and print a exit message.
- Debug messages and a config option to enable them
- Urls are now linked and unquoted in the status page
- Simple Ogg Vorbis support
- Internal: support for Basic Authentication within _perform_GET
- Internal: support for seeking (HTTP1.1 Range Requests)
- Fixed winamp title problems
- Cleaned up error messages:
- bind() error
- configfile not found error
- Added name_prefix config option to override HTTP Host header when
generating playlists

Loading

0 comments on commit bd4e24c

Please sign in to comment.