chiark / gitweb /
disorder
2008-01-16 Richard KettlewellFinish off Mac support in scripts/setup.
2008-01-15 Richard KettlewellMove the plist file to examples/ along with the other...
2008-01-15 Richard KettlewellNew examples/disorder.rc is an /etc/rc.d script for...
2008-01-14 Richard KettlewellPartial untested FreeBSD and Linux support for scripts...
2008-01-14 Richard KettlewellThe server should now come to life straight away and...
2008-01-14 Richard KettlewellAdd missing bits to scripts/setup, and teach it to...
2008-01-14 Richard KettlewellNew scripts/setup which interactively sets up a DisOrde...
2008-01-13 Richard KettlewellGo through CSS and rationalize it. Some cosmetic impro...
2008-01-13 Richard Kettlewellprepare no longer runs configure (and therefore does...
2008-01-13 Richard KettlewellDisplay new logo in 'About' page in web UI. Disobedien...
2008-01-12 Richard KettlewellMention that FreeBSD requires gmake
2008-01-12 Richard KettlewellBuild fix
2008-01-12 rjk@greenend... Accept unquoted cookie paths, even though they are...
2008-01-12 rjk@greenend... Remove nonces from URLs, since we now use HTTP Cache...
2008-01-12 rjk@greenend... Limit how long tests/play.py will wait
2008-01-11 rjk@greenend... Fix mis-decoding of MP3s. The bug was due to a misunde...
2008-01-11 rjk@greenend... Use REQUEST_URI if available, for more consistent self...
2008-01-11 rjk@greenend... Reject unwanted PATH_INFO per the RFC.
2008-01-11 rjk@greenend... Always choose the cookie with the longest path.
2008-01-11 Richard KettlewellMore tests for mime.c
2008-01-10 Richard KettlewellWeb UI nonces are now base64-encoded, and have a shorte...
2008-01-10 Richard KettlewellMIME parsing test.
2008-01-10 Richard KettlewellSplit up increasingly unwieldy lib/test.c into multiple...
2008-01-10 Richard Kettlewelltests for regsub()
2008-01-10 Richard Kettlewellextra address and url parser testing
2008-01-10 Richard KettlewellMore careful testing of scratching, and correctly handl...
2008-01-10 Richard Kettlewellremove unused ifreq_list()
2008-01-10 Richard KettlewellMake tests/play.py more reliable.
2008-01-10 Richard KettlewellFix rights checking when updating a logged-in user...
2008-01-10 Richard KettlewellWe no longer ship detailed changelogs in the source...
2008-01-09 Richard KettlewellAvoid namespace clash detected by picky compilers
2008-01-09 Richard Kettlewellremove bzr dependency
2008-01-06 Richard KettlewellWhen shutting down, kill -rescan and wait for it to...
2008-01-06 rjk@greenend... New README.developers and README.freebsd. README.clien...
2008-01-06 rjk@greenend... Bring change/update docs up to date a bit
2008-01-06 rjk@greenend... Fix mime_content_type() to not be so lazy; now it copes...
2008-01-06 rjk@greenend... The Login page now includes a form to request a passwor...
2008-01-05 Richard KettlewellExplicitly specify border-collapse for tables where...
2008-01-05 Richard KettlewellExplicit color specification for inactive menus. Anoth...
2008-01-05 Richard KettlewellNever use the value attribute of <button> to encode...
2008-01-05 Richard KettlewellReject libdb <=4.2
2008-01-05 rjk@greenend... Correct path to CGI in README.
2008-01-05 rjk@greenend... Fix dlerror() abuse.
2008-01-05 rjk@greenend... Use -isystem for extra system includes on FreeBSD.
2008-01-05 rjk@greenend... Don't list server stats in about.html; they take a...
2008-01-05 rjk@greenend... Further web interface visuals: choose directories now...
2008-01-05 rjk@greenend... Macdink the web interface.
2008-01-04 rjk@greenend... Build fixes for FreeBSD:
2008-01-04 Richard KettlewellRecognize FreeBSD and adjust LDFLAGS/CPPFLAGS to cope...
2008-01-04 rjk@greenend... Hover text for chooselpha links.
2008-01-04 rjk@greenend... cgi css: tighten up spacing in status boxes etc
2008-01-01 rjk@greenend... Don't use quoted cookies because Safari is buggy. ...
2008-01-01 rjk@greenend... Various visual improvements to web interface
2008-01-01 rjk@greenend... Disobedience now supports (to some extent) 2.0 servers...
2008-01-01 Richard Kettlewelldisorder-server.deb requires mktemp in its postinst
2008-01-01 Richard KettlewellMore detailed errors from mixer-alsa
2008-01-01 Richard Kettlewelltypo
2008-01-01 Richard Kettlewelldisorder authorize now creates ~USER/.disorder/passwd...
2008-01-01 Richard KettlewellUpdate some copyright dates.
2008-01-01 Richard KettlewellNew 'new_max' configuration bounds the number of tracks...
2008-01-01 Richard KettlewellSort out static content. There is a new expansion...
2007-12-31 Richard KettlewellUpdates to Debian scripts:
2007-12-31 Richard Kettlewellupdate README.upgrades
2007-12-31 Richard Kettlewellplayer/tracklength directives for native formats are...
2007-12-31 Richard Kettlewellupdate default config for present environment
2007-12-31 Richard Kettlewelldisorder-rescan can now suppress the check phase, which...
2007-12-31 Richard Kettlewellinit script now uses start-stop-daemon if available...
2007-12-31 Richard Kettlewellremove obsolete debian web config stuff
2007-12-31 Richard Kettlewellremove obsolete stuff about authentication
2007-12-31 rjk@greenend... deluser and edituser now adjust live connections
2007-12-31 rjk@greenend... correct base64 changes
2007-12-31 rjk@greenend... improve READMEs a bit
2007-12-31 rjk@greenend... typo
2007-12-31 rjk@greenend... Confirmation strings are now invariant under URL-encodi...
2007-12-31 rjk@greenend... make login status messages stand out more
2007-12-31 rjk@greenend... fix more broken images
2007-12-31 rjk@greenend... Registration now insists you type your password twice...
2007-12-31 rjk@greenend... 'confirm' now logs the user in (and sends back their...
2007-12-31 rjk@greenend... Only display register form if it'll work
2007-12-31 rjk@greenend... Styling for error and login pages.
2007-12-31 rjk@greenend... cgi: actually use the connection from the new login...
2007-12-31 rjk@greenend... Tidy up login reporting.
2007-12-30 rjk@greenend... Include a Date: header in mail sent by the CGI. We...
2007-12-30 rjk@greenend... Shorter confirmation URLs. 'confirm=' becomes 'c=...
2007-12-30 rjk@greenend... Confirmation URLs now work and activate new logins...
2007-12-30 rjk@greenend... ALSA mixer support.
2007-12-30 rjk@greenend... Unify sound API configuration.
2007-12-30 rjk@greenend... make sure disorder-normalize gets the right config...
2007-12-30 Richard Kettlewellset default gap to 0
2007-12-30 Richard Kettlewellconfig files note that "trust" can be removed
2007-12-30 Richard Kettlewelldebian now defaults to UTF-8; using the local encoding...
2007-12-30 Richard Kettlewell'collection' no longer requires an encoding to be speci...
2007-12-29 rjk@greenend... typo
2007-12-29 rjk@greenend... Further simplify web setup.
2007-12-29 rjk@greenend... stop disorder(1) permuting command line
2007-12-29 rjk@greenend... fix enabled/disabled icons. still a bit crufty but...
2007-12-29 rjk@greenend... disorder setup-guest enforces mail_sender requirement
2007-12-29 rjk@greenend... update docs for mail_sender and smtp_server
2007-12-29 rjk@greenend... Online registration now sends email. The confirmation...
2007-12-29 rjk@greenend... build default stopword list into server
next