chiark / gitweb /
at-currency: Test depositing from hidden
[otter.git] / daemon /
2022-05-16 Ian Jacksonclippy: Misc minor improvements
2022-05-14 Ian Jacksonsupport: Rename PacketFrame errors
2022-05-14 Ian Jacksonsupport: Move packetframe et al.
2022-05-14 Ian Jacksoncrate structure: Rename "imports" to "crates"
2022-05-14 Ian Jacksoncrate structure: Introduce otter-support crate
2022-05-14 Ian Jacksonnwtemplates: Split init_from_config and init_from_dir
2022-05-04 Ian Jacksonmaterials format: Read in game specs, but currently...
2022-05-04 Ian JacksonSwitch to deriving Deref
2022-05-01 Ian JacksonReplace make_svg_defs with render
2022-05-01 Ian JacksonCorrect sense of pin/unpin log message
2022-05-01 Ian Jacksonheld_change_hook: Pass some more arguments
2022-05-01 Ian JacksonToRecalculate: Refactor implement methods
2022-05-01 Ian Jacksondelete_piece: Plumb PieceUpdateOp, and document re log
2022-05-01 Ian Jacksondelete_piece: Break out into global.rs
2022-05-01 Ian JacksonOpOutcomeThunk: replace the other open-coded resolution...
2022-05-01 Ian JacksonOpOutcomeThunk: change resolve to be method on thunk
2022-05-01 Ian JacksonIntroduce OpOutcomeThunkGeneric resolve on Result
2022-05-01 Ian JacksonGenericise OpOutcomeThunk
2022-05-01 Ian JacksonReplace an open-coded into_unprepared call
2022-05-01 Ian JacksonIntroduce OpHookThunk
2022-04-30 Ian Jacksonfastsplit: Move Z check from multigrab into fastsplit...
2022-04-30 Ian JacksonReorganise Z setting into two phases
2022-04-30 Ian JacksonMove op_do_set_z to gamestate
2022-04-30 Ian Jacksonmultigrab/fastsplit: Plumb ShowUnocculted and &PieceTrait
2022-04-30 Ian Jacksonfastsplit: Introduce fastsplit concept
2022-04-30 Ian Jacksonmultigrab: Set the z coordinate
2022-04-30 Ian JacksonBreak out op_do_set_z
2022-04-30 Ian Jacksonmultigrab: Check that the piece is not held
2022-04-30 Ian JacksonHave OpOutcomeThunk::Deferrecd take &mut InstanceGuard
2022-04-30 Ian Jacksonapi: setz: Avoid an unwrap
2022-04-30 Ian JacksonChange type of UnpreparedPreparedUpdates
2022-04-30 Ian JacksonIntroduce and use PrepareUpdatesBuffer::only_unprepared...
2022-04-30 Ian JacksonIntroduce and use methods for applying UnpreparedUpdates
2022-04-30 Ian JacksonUse default() for empty UnpreparedUpdates, not None
2022-04-28 Ian JacksonIntroduce OpOutcomeThunk
2022-04-28 Ian JacksonIntroduce PieceLoadArgs
2022-04-28 Ian JacksonIntroduce non-Quiet PUO::Insert
2022-04-28 Ian JacksonRename PUO::Insert to InsertQuiet
2022-04-27 Ian JacksonSwitch to Rust 2021
2022-04-25 Ian Jacksonfake time: Introduce new feature
2022-04-25 Ian Jacksonlogging: In api_piece_op, log the form too
2022-04-24 Ian JacksonMove logging::setup out of main.rs
2022-04-24 Ian Jacksonlogging: Change output formats
2022-04-18 Ian JacksonMultigrab: Provide in initial load
2022-04-18 Ian JacksonPlumbing for "multigrab" piece API call
2022-04-18 Ian JacksonAdd special field to SpecLoaded
2022-04-18 Ian Jacksonsplit PieceSpecLoaded
2022-04-18 Ian Jacksonapi: Introduce and use ApiPieceOpArgs::pri
2022-04-18 Ian Jacksonapi: Replace open-coded calculation with call to fully_...
2022-04-17 Ian Jacksonhidden cleanups: Introduce load_lilk
2022-04-17 Ian Jacksonilk mixing: Support non-mixing pieces
2022-04-15 Ian Jacksondice: Prevent flipping during cooldown
2022-04-15 Ian Jacksonflip: Use description after flip, not before
2022-04-10 Ian JacksonRename make_svg_defs
2022-04-09 Ian JacksonRemove loaded_via_alias
2022-04-02 Ian JacksonCargo.toml: Update all versions to 1.0.0 otter-1.0.0
2022-04-02 Ian Jacksondaemon: Move src_service into services! call
2022-04-02 Ian Jacksondaemon: Reorder routes in order of likely frequency
2022-04-02 Ian Jacksonactix: Revamp /_/{resource} handling
2022-04-02 Ian JacksonBespoke doc comments for otter, otter-cli and otter...
2022-04-01 Ian Jacksonactix: Fix CORS
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-30 Ian Jacksonactix: Drop a leftover dbg
2022-03-30 Ian JacksonDrop remaining feature enablements.
2022-03-30 Ian Jacksonactix: Document the situation with HEAD etc.
2022-03-30 Ian Jacksondaemon: Remove a stray commented-out import thing.
2022-03-30 Ian Jacksonactix Files: Work around content-type breakage
2022-03-30 Ian Jacksonactix Files: Do our content-type mangling first
2022-03-30 Ian Jacksonactix Files: Break out FILES_PATH
2022-03-30 Ian Jacksonactix Files: change error handling for middleware fixup fn
2022-03-30 Ian Jacksonactix files content-type fixup: wip, call fn middlware
2022-03-30 Ian Jacksondaemon: Fix whitespace error
2022-03-29 Ian JacksonSSE: Adjust error handling somewhat
2022-03-29 Ian JacksonSSE: Redo buffer handling
2022-03-28 Ian Jacksonserver: Move listening address config resolution to...
2022-03-28 Ian Jacksonserver: Listen on localhost only by default, regardless...
2022-03-28 Ian Jacksonserver: Listen on port 8000 by default, regardless...
2022-03-28 Ian Jacksonactix routing: Use a conventional prefix for route...
2022-03-28 Ian Jacksonresource leaf routing: Document why we're leaving it...
2022-03-28 Ian JacksonRevert "resource leaf routing: Attempt via impl FromReq...
2022-03-28 Ian Jacksonresource leaf routing: Attempt via impl FromRequest
2022-03-28 Ian JacksonTidying: Simplify a unit error struct
2022-03-28 Ian Jacksonactix cleanup: import futures::future
2022-03-28 Ian Jacksonactix cleanup: Minor reformattint
2022-03-28 Ian Jacksonweb templates: Use stem for template names (without...
2022-03-28 Ian Jacksonweb templates: Provide our own directory scanner
2022-03-27 Ian JacksonRocket cleanup: Call our tera tera
2022-03-27 Ian Jacksonactix cleanup: Remove actix test programs
2022-03-27 Ian Jacksonactix: add Debug bound to Deserialize trait for Parse
2022-03-27 Ian JacksonRocket cleanup: Remove Rocket dependencies
2022-03-27 Ian Jacksonactix: Log an error if we have an internal server error
2022-03-27 Ian Jacksonactix: Add logging
2022-03-27 Ian Jacksonactix: Reorder calls on App to put the neader middlewar...
2022-03-27 Ian Jacksonactix: Replace Rocket
2022-03-27 Ian Jacksonactix: Final dependencies for conversion
2022-03-27 Ian Jacksonactix: experiments: Test program: CORS
next