2415 Commits (47ecddf88a4c0b5d10710e502c64795a77937364)

Author SHA1 Message Date
Con Kolivas cb3960be50 Add client drop message before we delete structures 10 years ago
Con Kolivas 93eb641d21 Rate limit auth backoff message 10 years ago
Con Kolivas 7959e72520 Add client IP address to notifications 10 years ago
Con Kolivas b92062d6ea Add IP address to client drop message 10 years ago
Con Kolivas b7e9291fc5 Add more info to client drop messages using notice_msg_entries 10 years ago
Con Kolivas 8b434661d7 Add more verbose information to drop client messages using add_msg_entry 10 years ago
Con Kolivas d4cd88ac58 Add helper functions for storing messages to be dumped outside of other locks 10 years ago
Con Kolivas 0c61ed1c09 Make worker count more robust by using the same locking for stats 10 years ago
Con Kolivas 9706b52965 Recycle used client structs instead of freeing them 10 years ago
Con Kolivas 431234a3d6 Remove option of using precarious intermediate variants of cklocks 10 years ago
Con Kolivas 4c97df787d Remove use of upgradeable locks in connector 10 years ago
Con Kolivas 92dacd8513 Avoid cute locking 10 years ago
kanoi 09a5de8e2c ckdb - correct orphan diff redistribution 10 years ago
kanoi 8e324f0ba5 ckdb - add message spacing 10 years ago
kanoi c754f1b06d ckdb/php - add block B marks after the shift php shift names 10 years ago
kanoi deda01d758 ckdb - allow payouts to be orphaned 10 years ago
kanoi 951f9019a9 ckdb/php - more block statistics 10 years ago
Con Kolivas 992fd54b9d Choose best proxy when there is any adequately sized subproxy matching the current one 10 years ago
kanoi 9a4056ddad ckdb - add the block diff to block messages 10 years ago
kanoi 924e52b435 ckdb/php - user shift report page 10 years ago
kanoi b1e72ea7f3 ckdd/php - MPayouts - mining payouts 10 years ago
kanoi 23033b0ff1 ckdb - separate valid and invalid last_share/last_share_inv 10 years ago
kanoi 939c17cd87 ckdb/php - a useful payments page 10 years ago
Con Kolivas 75cc43664a Use the msg entry helpers for proxy logging 10 years ago
Con Kolivas 343e5922e7 Use the message entry helper functions for user stats logging 10 years ago
Con Kolivas 1479303138 Add helper functions for storing messages to be dumped outside of other locks 10 years ago
Con Kolivas 1b077f2a05 Log to files outside of instance lock 10 years ago
Con Kolivas ca5c7da81b Provide helper functions for storing log text and their associated filenames to be written to in unlocked code 10 years ago
Con Kolivas 3047ee5c8f Use the more generic ckmsg_t for the json_lists 10 years ago
kanoi 122d6f38ba ckdb - correct tv_end for pplns2 block 10 years ago
kanoi 59e7d2b7bc ckdb - pplns2 include the trailing shares in the tv_end check 10 years ago
kanoi e30cc81cad ckdb/php - add extra pplns2 epoch information like pplns 10 years ago
kanoi 5afedffc5a ckdb - store missing diffacc in addressuser payments 10 years ago
Con Kolivas ede3139843 Add proxy statistics to logging 10 years ago
Con Kolivas d80393930d Store a count of the number of subproxies per proxy 10 years ago
kanoi cda0724c6d ckdb - ∞ loops are bad 10 years ago
Con Kolivas 64f4abd302 Count combined clients per parent proxy 10 years ago
Con Kolivas 45e80f09ff Send a blank sessionid in proxy mode so clients don't think we have resumed if enonce1 ends up matching on reconnect 10 years ago
kanoi c451119f25 ckdb - correct status order in cmd_payouts message 10 years ago
kanoi 1380acddfb ckdb - cmd_payouts for setting up old payouts 10 years ago
kanoi 2035db91b6 ckdb/php/sql - db storage of payout details and calculations 10 years ago
ckolivas d5dedfe4a9 Demote discarded message 10 years ago
ckolivas 0a4ce58b3f Dramatically simplify the setting of enonce1 to just an LE encoded 64 bit 10 years ago
ckolivas 7ca5f9688f Use the same enonce1u across all proxies to avoid clients thinking they have resumed with the same sessionid and enonce1u 10 years ago
Con Kolivas 8cd36b225b We must flag all clients to switch on a deadproxy regardless of whether there is room on the current proxy or not 10 years ago
Con Kolivas 656da05f83 Add proxy info to client auth message 10 years ago
Con Kolivas c28a8fa202 Avoid any attempt at using sessionid in proxy mode 10 years ago
Con Kolivas 955e413bea Issue reconnect when an upstream pool recovers 10 years ago
Con Kolivas b8fb469e07 Display correct subproxy details in proxysend notice and check for valid values 10 years ago
ckolivas aa7c479c03 Cope with null message in send_proc 10 years ago