chiark / gitweb /
Server and Python interface now support schedule-* commands. Tests to
[disorder] / server /
2008-05-24 Richard KettlewellServer and Python interface now support schedule-*...
2008-05-24 Richard KettlewellBack end for scheduling code (cf defect #6). Currently...
2008-05-19 Richard Kettlewelldisorder-choose now uses an arcfour keystream as its...
2008-05-18 Richard KettlewellBias up recently added tracks. See new_bias and new_bi...
2008-05-18 Richard KettlewellMerge disorder.macros branch.
2008-05-18 Richard KettlewellMake "short" context in @part actually work
2008-05-18 Richard KettlewellEmpty back= should be treated as if absent
2008-05-18 Richard KettlewellRead user.tmpl after macros.tmpl
2008-05-18 Richard KettlewellBring CGI docs pretty much up to date
2008-05-18 Richard KettlewellRestore breadcrumb trail to choose.tmpl
2008-05-18 Richard KettlewellAdd a new 'wait' flag to the rescan command. This...
2008-05-18 Richard KettlewellBuild fixes
2008-05-18 Richard KettlewellReturn from login page to what you were trying to do
2008-05-18 Richard KettlewellTranslate preferences page to the new order.
2008-05-18 Richard KettlewellSynchronize with disorder.dev
2008-05-18 Richard KettlewellResolve aliases in c_get, c_set, c_prefs and c_part...
2008-05-17 Richard KettlewellFix login/logout/etc and misc other bits and pieces
2008-05-17 Richard KettlewellFill in some missing actions
2008-05-17 Richard Kettlewellvarious cleanups and docs improvements
2008-05-17 Richard KettlewellSplit template docs out to disorder_templates(5)
2008-05-17 Richard KettlewellFirst iteration of login page translation
2008-05-17 Richard KettlewellFix pause button
2008-05-17 Richard KettlewellGet in-UI man pages working again
2008-05-17 Richard KettlewellFurther hacking. Some actual success at runtime now.
2008-05-17 Richard Kettlewellexp_search, fold search into choose, not really finished
2008-05-16 Richard Kettlewellnew @argq expansion; more template fiddling
2008-05-12 Richard Kettlewelltracks + dirs expansions
2008-05-11 Richard Kettlewellmore templates plus support code changes
2008-05-11 Richard Kettlewell@image expansion
2008-05-11 Richard Kettlewellmore template work
2008-05-11 Richard Kettlewellextended @movable expansion; more template...
2008-05-11 Richard Kettlewellremove action; better findtrack; more template fiddling
2008-05-11 Richard Kettlewelldirname/basename expansions; template fiddling
2008-05-10 Richard Kettlewellsplit out dcgi_get_cookie
2008-05-10 Richard Kettlewellreorg cgi code a bit...
2008-05-10 Richard KettlewellAlmost compiles, will not work though
2008-05-10 Richard KettlewellFiddle with playing.tmpl a bit. not fully translated
2008-05-10 Richard Kettlewellredirect()
2008-05-10 Richard Kettlewellact_playing
2008-05-10 Richard KettlewellStart conversion of CGI actions.
2008-05-07 Richard KettlewellRemove some obsolete code
2008-05-05 Richard KettlewellHalf way through rewriting web interface. Don't even...
2008-05-04 Richard KettlewellShift many cgi_ functions into lib/, and add a test...
2008-05-03 Richard KettlewellSynchronize with disorder.dev
2008-04-29 Richard KettlewellMerge latest GCC 2.95 fix
2008-04-29 Richard Kettlewell1) If we reject a remote user management operation...
2008-04-27 Richard KettlewellFurther rearrangement to support macro expansion.
2008-04-27 Richard KettlewellFurther separation of template parsing and expansion
2008-04-27 Richard KettlewellSeparate parsing of templates from expansion.
2008-04-27 Richard KettlewellFirst cut at macro definition. Does not expand args...
2008-04-27 Richard KettlewellAllow trailing '@' to be left out of CGI expansions...
2008-04-26 Richard KettlewellSeparate notion of configured audio backend from Disobe...
2008-04-26 Richard Kettlewellstruct addrinfo varies in order between platforms,...
2008-04-25 Richard KettlewellBuffer reads from /dev/urandom
2008-04-25 Richard KettlewellMerge MDW's one-pass track picker
2008-04-23 Richard KettlewellReduce random pick interval
2008-04-22 Richard KettlewellBy default, disable user management over TCP (since...
2008-04-20 Richard KettlewellMerge from 3.0 fixes branch
2008-04-20 mdw@distorted.org.ukchoose: Use a one-pass algorithm to select tracks.
2008-04-20 mdw@distorted.org.ukchoose: Select tracks uniformly at random.
2008-04-20 Richard KettlewellMerge disorder.userman branch
2008-04-20 Richard KettlewellMerge more 3.0 branch changes
2008-04-20 Richard KettlewellMerge from 3.0 branch
2008-04-20 Richard KettlewellMerge fixes up to 3.0.1
2008-04-19 Richard KettlewellComment typo fix.
2008-04-12 Richard KettlewellWeight support in web UI. A little clunky but works
2008-04-12 Richard KettlewellImplement 'weight' track preference (defect 10). No...
2008-04-12 Richard KettlewellNew 'replay_min' directive defines lower bound on inter...
2008-04-12 Richard Kettlewelldisorder-choose rejects tracks in queue/recent list
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-21 Richard Kettlewellspeaker-network.c network_play() no longer assumes
2008-03-09 Richard KettlewellTypo fix.
2008-03-09 Richard Kettlewellmissed disorder-stats in --version fix
2008-03-09 Richard KettlewellReverse the order of the shutdown() calls on the socket...
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-17 Richard KettlewellOnly report failure to find OSS devices once, not every...
2008-01-15 Richard KettlewellMove the plist file to examples/ along with the other...
2008-01-14 Richard KettlewellThe server should now come to life straight away and...
2008-01-14 Richard KettlewellNew scripts/setup which interactively sets up a DisOrde...
2008-01-12 rjk@greenend.org.ukAccept unquoted cookie paths, even though they are...
2008-01-11 rjk@greenend.org.ukFix mis-decoding of MP3s. The bug was due to a misunde...
2008-01-11 rjk@greenend.org.ukReject unwanted PATH_INFO per the RFC.
2008-01-11 rjk@greenend.org.ukAlways choose the cookie with the longest path.
2008-01-10 Richard KettlewellWeb UI nonces are now base64-encoded, and have a shorte...
2008-01-10 Richard KettlewellMore careful testing of scratching, and correctly handl...
2008-01-10 Richard KettlewellFix rights checking when updating a logged-in user...
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-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 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 Kettlewelldisorder-rescan can now suppress the check phase, which...
next