THEY CAN TALK!

[?]
Jan 16, 2015, 10:39 PM
NJZ3DKZYZTAEHPAEXS3XFWIPCJFR3D4642UQMGQABVFGNKQUEQVAC

Dependencies

  • [2] 2Y2QZFVF Switch to more modern cabal2nix-based workflow.
  • [3] OBFPJS2G Project successfully builds and tests under nix.
  • [4] HE3JTXO3 Added client call to payouts.
  • [5] WO2MINIF Auctions now compile!
  • [6] Z3M53KTL Adrift.
  • [7] ADMKQQGC Initial empty Snap project.
  • [8] WZUHEZSB Start of migration back toward snap.
  • [9] TCOAKCGG Completed conversion to snap.
  • [*] 64C6AWH6 Rename Ananke -> Quixotic, project reboot.

Change contents

  • edit in payouts/Main.hs at line 22
    [3.1866][3.1866:1902]()
    threadDelay (pollingInterval cfg)
  • edit in payouts/Main.hs at line 23
    [3.1926]
    [3.1926]
    threadDelay (pollingInterval cfg)
  • edit in quixotic.cabal at line 85
    [3.3216][3.2283:2334](),[3.2283][3.2283:2334]()
    , bytestring >= 0.9.1 && < 0.11
  • replacement in server/Main.hs at line 41
    [2.383][2.383:430]()
    , sslCert :: FilePath
    , sslKey :: FilePath
    [2.383]
    [3.288]
    -- , sslCert :: FilePath
    -- , sslKey :: FilePath
  • replacement in server/Main.hs at line 54
    [2.633][2.633:795]()
    <*> C.lookupDefault 8443 cfg "port"
    <*> (fmap fpFromText $ C.require cfg "sslCert")
    <*> (fmap fpFromText $ C.require cfg "sslKey")
    [2.633]
    [2.795]
    <*> C.lookupDefault 8000 cfg "port"
    -- <*> (fmap fpFromText $ C.require cfg "sslCert")
    -- <*> (fmap fpFromText $ C.require cfg "sslKey")
  • replacement in server/Main.hs at line 62
    [2.962][2.962:1077]()
    SC.setSSLPort (port cfg) .
    SC.setSSLCert (fpToString $ sslCert cfg) .
    SC.setSSLKey (fpToString $ sslKey cfg)
    [2.962]
    [2.1077]
    SC.setPort (port cfg)
    --SC.setSSLPort (port cfg) .
    --SC.setSSLCert (fpToString $ sslCert cfg) .
    --SC.setSSLKey (fpToString $ sslKey cfg)
  • edit in server/Main.hs at line 87
    [3.1072]
    [3.1072]
    lift . modifyResponse $ addHeader "content-type" "application/json"