chiark / gitweb /
Only offer user management window if you have RIGHT_ADMIN. The server
[disorder] / lib /
2008-04-19 Richard KettlewellThe server now treats setting an empty email address...
2008-04-19 Richard Kettlewellmerge queue test fix from disorder.dev
2008-04-19 Richard KettlewellAdding a user from Disobedience now works.
2008-04-19 Richard KettlewellAdd a new function to compute the leftmost bit of a...
2008-04-18 Richard Kettlewelleclient now passes NULL for 555 responses rather than...
2008-04-13 Richard Kettlewelluserinfo/edituser eclient calls
2008-04-12 Richard KettlewellUser deletion in Disobedience
2008-04-12 Richard KettlewellDisobedience user management window (nonfunctional)
2008-04-12 Richard KettlewellNew 'replay_min' directive defines lower bound on inter...
2008-04-12 Richard KettlewellUse disorder-choose to pick random tracks.
2008-04-10 Richard Kettlewelldisorder-choose now supports everything that the old...
2008-04-10 Richard KettlewellNew disorder-choose program for performing random selec...
2008-03-29 Richard KettlewellDisOrder 3.0 3.0
2008-03-25 Richard KettlewellUse snd_pcm_prepare() instead of snd_pcm_recover()...
2008-03-24 Richard KettlewellMake the Disobedience login window a bit saner. There...
2008-03-24 Richard KettlewellRewrite playrtp ALSA support. The result seems to...
2008-03-24 Richard Kettlewellmore informative assertions
2008-03-21 Richard KettlewellA couple of fixes for Ubuntu Dapper:
2008-03-09 Richard KettlewellAdjust --version output to more closely match GNU standards
2008-03-03 Richard KettlewellFix a race between track startup and scratching. Basic...
2008-01-20 Richard KettlewellA bit more doxygenization.
2008-01-19 Richard KettlewellReport an error if we cannot open the user database.
2008-01-17 Richard KettlewellOnly report failure to find OSS devices once, not every...
2008-01-16 Richard KettlewellFixes to eclient following Ross's attempts to use it:
2008-01-12 Richard KettlewellBuild fix
2008-01-12 rjk@greenend.org.ukAccept unquoted cookie paths, even though they are...
2008-01-11 rjk@greenend.org.ukUse REQUEST_URI if available, for more consistent self...
2008-01-11 Richard KettlewellMore tests for mime.c
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-09 Richard KettlewellAvoid namespace clash detected by picky compilers
2008-01-06 Richard KettlewellWhen shutting down, kill -rescan and wait for it to...
2008-01-06 rjk@greenend.org.ukFix mime_content_type() to not be so lazy; now it copes...
2008-01-06 rjk@greenend.org.ukThe Login page now includes a form to request a passwor...
2008-01-05 rjk@greenend.org.ukFix dlerror() abuse.
2008-01-04 rjk@greenend.org.ukBuild fixes for FreeBSD:
2008-01-01 rjk@greenend.org.ukDon't use quoted cookies because Safari is buggy. ...
2008-01-01 rjk@greenend.org.ukDisobedience now supports (to some extent) 2.0 servers...
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...
2007-12-31 Richard Kettlewellplayer/tracklength directives for native formats are...
2007-12-31 Richard Kettlewelldisorder-rescan can now suppress the check phase, which...
2007-12-31 rjk@greenend.org.ukcorrect base64 changes
2007-12-31 rjk@greenend.org.ukConfirmation strings are now invariant under URL-encodi...
2007-12-31 rjk@greenend.org.uk'confirm' now logs the user in (and sends back their...
2007-12-30 rjk@greenend.org.ukInclude a Date: header in mail sent by the CGI. We...
2007-12-30 rjk@greenend.org.ukALSA mixer support.
2007-12-30 rjk@greenend.org.ukUnify sound API configuration.
2007-12-30 Richard Kettlewellset default gap to 0
2007-12-30 Richard Kettlewell'collection' no longer requires an encoding to be speci...
2007-12-29 rjk@greenend.org.ukOnline registration now sends email. The confirmation...
2007-12-29 rjk@greenend.org.ukbuild default stopword list into server
2007-12-28 rjk@greenend.org.ukkeep cookie more private to disorder.cgi
2007-12-28 rjk@greenend.org.ukcgi: more graceful error handling in absence of server
2007-12-23 rjk@greenend.org.ukWeb interface starts to reflect user rights properly:
2007-12-23 rjk@greenend.org.ukThe redirection after login now works properly.
2007-12-23 rjk@greenend.org.ukdoxygen cleanup
2007-12-23 rjk@greenend.org.ukclient.c remembers last response string
2007-12-23 rjk@greenend.org.ukmake client.c return status code on error
2007-12-23 rjk@greenend.org.ukThe web interface now automaticallty figures out its...
2007-12-22 rjk@greenend.org.ukFirst cut at cookie support in the web interface
2007-12-22 Richard Kettlewell'cookie' response now includes the username.
2007-12-22 Richard Kettlewellclient.c doxygen; kill some redundant code
2007-12-22 Richard Kettlewellcomments
2007-12-22 Richard Kettlewellclient.c make-cookie support
2007-12-22 Richard KettlewellSplit base64 code into a separate .c so that the server...
2007-12-22 Richard Kettlewellmore consistent language use in docs
2007-12-22 Richard Kettlewelldisorder setup-guest + docs + tests
2007-12-21 Richard Kettlewellregister/confirm commands, and tests, and docs
2007-12-21 Richard Kettlewellmissing initialization
2007-12-21 Richard Kettlewelldefault_rights directive
2007-12-21 Richard Kettlewellprotocol gen 2 support for eclient.c
2007-12-21 Richard KettlewellQuote responses. Unfortunately this is a major protoco...
2007-12-21 Richard Kettlewellfill in some more gaps in the user database support
2007-12-21 Richard Kettlewellrights now apply to commands; docs catch up a bit
2007-12-20 Richard Kettlewelladd "users" command
2007-12-20 Richard Kettlewelluserinfo/edituser implementation
2007-12-20 Richard KettlewellUse users.db. trackdb* moves to lib/, as it's now...
2007-12-18 Richard Kettlewellserver side support for cookies, basic tests
2007-12-18 Richard Kettlewellbase64 encoder
2007-12-18 Richard Kettlewellmerge extra MIME parsing
2007-12-15 Richard Kettlewellinclude configure and compiler details in version output
2007-12-09 Richard Kettlewellpop up login box on startup if no password yet
2007-12-09 Richard Kettlewellensure tests avoid user config!
2007-12-09 Richard Kettlewellmore testing
2007-12-09 Richard Kettlewelltests + doxygen
2007-12-06 Richard Kettlewellupdate (c) messages for mark & ross's contributions
2007-12-02 Richard Kettlewellrecord whether tracks are connected to speaker in a...
2007-12-01 Richard Kettlewellhash.c tests
2007-12-01 Richard Kettlewellsplit.c tests
2007-12-01 Richard Kettlewellbasen.c tests
2007-12-01 Richard Kettlewelllist uncovered files in lib/
2007-12-01 Richard Kettlewelltests and fixes for printf.c
next