314 Commits (master)
 

Author SHA1 Message Date
moneromooo c8b6ade388 Add a payment id format checker
9 years ago
moneromooo 1e29558c5e withdraw: fix balances/account mismatch
9 years ago
moneromooo b876f1e523 withdraw: fix missing update to DisableWithdraw's parameter list
9 years ago
moneromooo 5a09316af1 tipping: import user and link
9 years ago
moneromooo 6760756d11 payment: fix copy/paste error in moving to accounts
9 years ago
moneromooo d455985552 Use decimal functions to read amounts/units from string inputs
9 years ago
moneromooo 8a81397a84 rainactive: fix issue with link objects not usable as keys in a dict
9 years ago
moneromooo b181b19c16 withdraw: fix network/withdraw fee mismatch
9 years ago
moneromooo b19be42379 bookie: fix typo in minimum winnings code
9 years ago
moneromooo b07bb7ba6b Balances now belong to accounts, and identities map to an account
9 years ago
moneromooo 333c90d46a Add a couple more commands to ignore for hegemoOn's new bot
9 years ago
moneromooo f8bb34ec44 Remove useless IdentityFromString
9 years ago
moneromooo 14b70927c6 bookie: whitespace fix
9 years ago
moneromooo 2a650ff5fe bookie: make an error more informative
9 years ago
moneromooo f99d86ecab bookie: allow duplicate event names, and specifying an event by its id
9 years ago
moneromooo 6ce78e20fb bookie: factor the optional book code
9 years ago
moneromooo dd4b45cd41 bookie: more compact book listing
9 years ago
moneromooo c866a1b74f dice: fix the tiniest bias
9 years ago
moneromooo 7cdff67421 AmountToString should now display without floating point inaccuracies
9 years ago
moneromooo 407f612be3 bookie: fix typo in help message construction
9 years ago
moneromooo fe05261d7c Some more nick canonicalization
9 years ago
moneromooo 7b95991248 Use a site games salt, and use more random bits for the server seed
9 years ago
moneromooo c03f518b96 Canonicalize nicks
9 years ago
moneromooo a7ac4f8b1c irc: remove + (voice) prefix from nicks
9 years ago
moneromooo 0d7979fc3f irc: increase the max backoff delay a bit
9 years ago
moneromooo 73a3bd91bd bookie: compare new bet amount with total for player, not the whole book
9 years ago
moneromooo 250528dff3 Actually call redis shutdown() on normal exit
9 years ago
moneromooo 0e144e14b3 Move some more IRC configuration to network_config
9 years ago
moneromooo 00b742445e bookie: ensure a winner player never gets less than his/her bet
9 years ago
moneromooo e2787cc2b3 bookie: book/net now available to non admin
9 years ago
moneromooo 1a67be15b0 Rename config.py to config.py.example
9 years ago
moneromooo 9d104183fb Add bookie module
9 years ago
moneromooo 1d3f650bba Starting networks is now via command line, and parameterized
9 years ago
moneromooo 50455a0d08 Keep track of funds awaiting confirmation
9 years ago
moneromooo d270ca14f9 payment: handle unlock time properly
9 years ago
moneromooo eac4dad075 redis: add a trampoline for sismember
9 years ago
moneromooo 5774f1ca90 blackjack: fix basic strategy claiming split with more than two cards
9 years ago
moneromooo 9f5992c1ea Allow forcing refresh of the tipbot balance
9 years ago
moneromooo 0ab24f9e86 payment: mention the number of confirmations needed for deposit
9 years ago
moneromooo ee7fa9172b Cache tipbot balance for a time to avoid bottleneck
9 years ago
moneromooo 69582695f6 Save stats/zstats per network
9 years ago
moneromooo fc45df4a8c payment: rejig received payment logs to be more useful
9 years ago
moneromooo 55ec6907d3 Wait for some number of confirmations before acting on a deposit
9 years ago
moneromooo 1ad4474315 Remove stray extra space in message
9 years ago
moneromooo 099981b832 Make another JSON reply log on a single line
9 years ago
moneromooo c096f9d6e3 irc: remove ping log
9 years ago
moneromooo 4b0d855eb0 Log received JSON as a single line to avoid spamming logs too much
9 years ago
moneromooo fb465b70cc payment: remove an uninteresting periodic log
9 years ago
moneromooo 90a6726158 Remove old OnIdle implementation that was left over by mistake
9 years ago
moneromooo fb02c61653 dice: min/max multipliers are now configurable
9 years ago