SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-10-14 10:57Merge pull request #107 from kristapsk/fix-flake8-5Nick2+4-4
2022-10-14 07:39Fix flake8 errorsKristaps Kaupe2+4-4
2022-10-14 07:06Merge pull request #106 from kristapsk/price_feed-refactorNick6+183-60
2022-10-14 05:43Merge pull request #104 from kristapsk/github-actions-testsNick1+28-0
2022-10-13 13:55Refactor price_feed and add testsKristaps Kaupe6+183-60
2022-10-05 17:35Add GitHub Actions test runnerKristaps Kaupe1+28-0
2022-10-07 06:20Merge pull request #105 from kristapsk/test_xpub-no_dbNick1+15-14
2022-10-07 06:18Merge pull request #103 from kristapsk/fix-linter-errorsNick3+4-4
2022-10-05 18:06Don't require database for xpub testsKristaps Kaupe1+15-14
2022-10-05 17:27Fix flake8 linter errorsKristaps Kaupe3+4-4
2022-10-02 05:43Merge pull request #100 from kristapsk/pytestNick3+32-25
2022-09-19 16:55Basic test framework (pytest)Kristaps Kaupe3+32-25
2022-09-21 13:16Merge pull request #99 from kristapsk/flask-restxNick3+3-3
2022-09-17 09:01Migrate from flask_restplus to flask_restxKristaps Kaupe3+3-3
2022-09-13 12:51Merge pull request #97 from kristapsk/store-nameNick4+11-2
2022-09-11 12:35Add configurable "store name"Kristaps Kaupe4+11-2
2022-08-30 02:42Merge pull request #93 from kristapsk/fix-generate_payment_reportNick1+2-1
2022-08-29 21:11Merge pull request #94 from kristapsk/revert-checksumsNick1+16-164
2022-08-29 21:05Revert "Add package hashes to requirements"Kristaps Kaupe1+16-164
2022-08-29 19:16Fix after recent changesKristaps Kaupe1+2-1
2022-08-29 06:01Make sats the standardNick6+21-14
2022-08-10 12:16rename fiat_currency to base_currencynickfarrow5+19-12
2022-08-10 12:00sats by defaultnickfarrow1+2-2
2022-08-10 11:56Merge pull request #83 from kristapsk/multiple_currencies-v3Nick8+51-15
2022-07-28 21:16Merge pull request #87 from kristapsk/requirements-hashesNick1+164-16
2022-07-27 14:28Add package hashes to requirementsKristaps Kaupe1+164-16
2022-07-22 00:43Merge pull request #84 from kristapsk/rm-dead-codeNick1+0-2
2022-07-16 17:21Remove dead codeKristaps Kaupe1+0-2
2022-07-14 07:12Multiple currency supportKristaps Kaupe8+51-15
2022-07-12 21:16Merge pull request #79 from kristapsk/payment-expiryNick5+12-11
2022-06-18 02:53Set expiration time for LN invoicesKristaps Kaupe5+12-11
2022-06-28 01:19Merge pull request #81 from kristapsk/allowed_underpay_amountNick3+10-1
2022-06-27 16:34Add configurable underpay amount for invoices to be considered paidKristaps Kaupe3+10-1
2022-06-03 04:25Merge pull request #73 from kristapsk/bitcoin-price-multiplierNick3+10-1
2022-05-26 12:21Add configurable multiplier to allow adjusting BTC exchange rateKristaps Kaupe3+10-1
2022-05-24 07:19Merge pull request #67 from chris-pollard/update-plugin-instructionNick1+2-1
2022-05-24 07:18Merge pull request #71 from kristapsk/lint-pythonNick15+50-60
2022-05-18 09:26Fix flake8 errorsKristaps Kaupe14+23-60
2022-05-18 08:33Add flake8 linter scriptKristaps Kaupe1+27-0
2022-04-15 05:23Fix plugin syntax error (#66)Chris Pollard1+3-2
2022-04-14 03:01Update plugin instruction for wp adminChris Pollard1+2-1
2022-04-10 07:05Fix scripts/generate_payment_report.py (#64)Kristaps Kaupe1+32-13
2022-04-08 08:27Comment out debug print()'s (#65)Kristaps Kaupe1+2-2
2022-04-01 10:19Fix `NameError: name 'logging' is not defined` when using tor.py + gitignoresteepdawn9741+1-0
2022-04-01 05:29Add xpub mode with address derivation and read mempool.space (#36)Nick6+214-17
2022-04-01 01:48Fix connecting to non-localhost clearnet bitcoind (#62)Kristaps Kaupe2+4-4
2022-03-31 04:30Fix small punctuation, grammar parts (#60)Chris Pollard1+75-38
2022-03-31 04:29Fix startup for onchain only (no lightning) configurations (#61)Kristaps Kaupe1+7-3
2022-03-30 05:00fix missing lnaddress conf for clightning.nickfarrow1+2-0
2022-03-28 06:09Add lightning node info page (#57)Nick9+133-16
2022-03-26 22:20fix unlikely offbyone sat bugnickfarrow1+1-1
2022-03-25 01:20Merge pull request #58 from SatSale/stayaliveNick4+19-5
2022-03-23 15:00stay alivenickfarrow4+19-5
2022-03-17 00:32Add support for custom SSH portsteepdawn9743+11-5
2022-03-07 12:54Modular payment methods with revamped config * Custom choice of payment_methods with lightning/onchain dropdown * toml table configuration for payment methodsnickfarrow11+203-185
2022-03-20 13:13dont break when closing nonexistent processesnickfarrow1+11-9
2022-03-20 01:58reliable remote node connection with delays and fix remote clightningnickfarrow4+24-10
2022-03-19 05:01Merge pull request #56 from SatSale/subprocessesNick2+38-20
2022-03-18 16:46gunicorn conf controls ssh processesnickfarrow2+38-20
2022-03-19 04:38clarify unix domain socket over sshnickfarrow3+36-44
2022-03-18 07:33fix logging in files other than mainnickfarrow1+8-7
2022-03-18 06:28Merge pull request #54 from kristapsk/db-schema-versioningNick2+45-2
2022-03-17 10:08Simple database schema versioning and migrationKristaps Kaupe2+45-2
2022-03-16 13:17Remote node firewall tipsnickfarrow1+3-1
2022-03-07 13:29display generic errors on payment pagenickfarrow3+12-4
2022-03-03 07:51Add configurable dust limit for onchain payments (#46)Kristaps Kaupe8+43-6
2022-03-03 05:26Fix BTC amount formatting for amounts below 0.0001 (#45)Kristaps Kaupe5+17-9
2022-02-21 08:34Support bitcoind rpc_cookie_file auth (#44)Kristaps Kaupe3+20-5
2022-02-21 08:33Bump Flask and MarkupSafe (#43)Kristaps Kaupe1+2-2
2022-02-06 13:11bump Pillow versionnickfarrow1+1-1
2022-02-01 14:27reformat most of repo using blacknickfarrow9+96-49
2022-01-27 03:18Fix onchain payment QR codes according to BIP21 (#38)Kristaps Kaupe1+1-1
2022-01-20 07:10Bug fixes: missing import and fix unit conversion - no impact for atomic payments.nickfarrow2+2-2
2022-01-19 15:39Script to generate received payment report csv (#30)Kristaps Kaupe2+96-4
2022-01-11 06:18Use Python logging facility (#34)Kristaps Kaupe14+95-77
2021-12-30 11:48Add paynym option for donation page - fetches paynym avatar and qr (#33)Nick4+106-0
2021-12-28 12:51Host JS libs locally and bump to newest versions (#32)Kristaps Kaupe4+13-5
2021-12-23 08:08Support Lightning / Onchain payment method switch for c-lightning (#29)Kristaps Kaupe2+8-0
2021-12-23 08:05Filter bitcoind listtransactions by label (#28)Kristaps Kaupe2+7-10
2021-12-16 12:01Ensure conf_paid and unconf_paid are floats before serializationnickfarrow1+3-0
2021-12-16 03:41Return original payment_timeoutnickfarrow1+1-1
2021-12-07 05:54Fix optional SSH/unix domain socket forwarding configsnickfarrow2+3-3
2021-12-07 05:39Rudimentary support for config file (#4)Martin Habovštiak7+152-95
2021-11-30 07:29update requirementsnickfarrow1+5-5
2021-11-30 07:10Fix invoice.macaroon connection test, and use by defaultnickfarrow2+9-4
2021-11-19 10:53Add ability to change base currency (#24)ingolevin6+47-23
2021-11-12 08:03Remove duplicate lines from config - rebase errornickfarrow1+8-20
2021-11-12 07:25Update readme featuresnickfarrow1+3-2
2021-11-12 07:21lightning address docsnickfarrow1+14-2
2021-11-12 06:35Add Weakhands Mode (#23)Nick4+90-3
2021-11-12 06:14Add clightning support!! 👩‍💻 (#22)Nick7+172-6
2021-11-12 05:44Add Lightning Address (#21)Nick5+80-9
2021-11-12 05:32Add updating sectionnickfarrow1+10-0
2021-11-11 15:15Clean style file a bitnickfarrow1+38-30
2021-11-11 07:41Switch back to admin.macaroon for now, required for some calls we 're usingnickfarrow1+1-1
2021-11-08 15:25Reimplement macaroon setting, `invoice.macaroon` by default for securitynickfarrow2+7-6
2021-11-08 14:48Fix webhook print format bugnickfarrow1+1-1
2021-11-08 14:46Update example docs to align with new config layoutnickfarrow2+41-38
2021-11-08 14:37Improved config clarity and removed unused paramsnickfarrow1+20-17
2021-11-07 06:56Fix path for renamed directorynickfarrow3+0-0
2021-11-07 06:33grammatical errornickfarrow1+1-1
2021-11-07 05:32Add new logo :)nickfarrow1+4-0
2021-11-07 05:32Add new logo :)nickfarrow5+17-6
2021-11-07 05:21Rename /pay to /node for claritynickfarrow5+3-3
2021-08-17 04:09Update = to ==nickfarrow1+1-1
2021-08-16 19:13Reword brandingnickfarrow1+5-2
2021-08-16 06:45Add tor to diagramnickfarrow2+2-2
2021-08-15 12:40Non transparent diagramnickfarrow1+0-0
2021-08-15 11:32Add links to docs page for APInickfarrow1+9-3
2021-08-13 07:21Update redirect urlnickfarrow1+2-2
2021-08-13 07:20Update demo configsnickfarrow2+30-4
2021-08-13 07:06Remove webhook verbosity by defaultnickfarrow1+2-2
2021-08-13 07:06Reduce invoice verbositynickfarrow1+0-3
2021-08-13 07:05Increasing this wait time seems to improve the probability of connection on first attempt, maybe ports aren't ready?nickfarrow1+1-1
2021-08-12 14:21Realistic connection time for lndnickfarrow1+1-1
2021-08-12 14:14Hide sensitive RPC password from outputnickfarrow1+1-1
2021-08-10 21:14Code formatting via blacknickfarrow4+6-11
2021-08-10 21:13Code commentsnickfarrow1+16-2
2021-08-10 20:58Add modular database filenickfarrow1+41-0
2021-08-10 20:58Clear up variable names and file locationsnickfarrow7+8-40
2021-08-10 20:35move ssh_tunnel to cleanup main dirnickfarrow2+1-1
2021-08-10 20:28heading sizenickfarrow1+2-2
2021-08-10 20:27add tor documentation for both use casesnickfarrow1+42-0
2021-08-10 20:26Update readme!nickfarrow1+36-22
2021-08-10 20:05Add tor_proxy config option (#20)ingolevin4+22-7
2021-08-09 16:47rpc over tor hidden service for bitcoind (#14)Nick3+77-10
2021-07-27 17:08clean up index htmlnickfarrow1+0-17
2021-07-27 10:57Update diagramnickfarrow2+2-0
2021-07-13 16:07Change response check logic to remove dict key bugnickfarrow1+1-1
2021-07-12 10:51Fix demo linkNick1+1-1
2021-07-12 10:32Fix launch command to remove eventlet depnickfarrow1+2-2
2021-07-12 07:46Fix woohook (#13)Nick4+29-14
2021-07-10 08:05Update start command and iframe dimensionsnickfarrow1+3-3
2021-07-10 07:27Change donate amount field stylenickfarrow2+9-2
2021-07-09 07:45Fix iframe widthNick1+1-1
2021-07-05 07:02SatSale v2 - Refactored code into REST API, client side processing. Created API docs and removed old code. Speeednickfarrow1+1-1
2021-07-07 17:59satsale v2 (#12) Refactored code into REST API, client side processing. Created API docs and removed old code. SpeeedNick15+424-379
2021-07-02 07:10Create MIT LicenseNick1+22-0
2021-06-29 09:02correct broken link (#11)nyxnor1+1-1
2021-06-20 15:21Add mobile web supportnickfarrow3+42-24
2021-06-09 04:46Downgrade eventlet==0.30.2 (#9)ingolevin1+1-1
2021-05-27 03:58No blank donations!nickfarrow1+1-1
2021-05-25 13:50Move invoice creation functionsnickfarrow3+4-3
2021-05-25 13:24Removed excessive inheritance, simplified invoicesnickfarrow3+54-17
2021-05-25 05:28fix typeNick1+1-1
2021-05-23 07:29Fix api key namenickfarrow1+1-1
2021-05-22 12:39Fix woocommerce gateway and better error messagenickfarrow2+3-3
2021-05-22 11:22Merge branch 'master' of github.com:nickfarrow/BTCPymentnickfarrow1+1-1
2021-05-22 11:21Use single RPC connection accross websocketsnickfarrow3+37-23
2021-05-22 08:41update imagesNick1+1-1
2021-05-22 08:30Fix run commandnickfarrow1+2-2
2021-05-22 08:29Update imagesNick1+3-3
2021-05-22 08:25Fix run commandnickfarrow1+2-2
2021-05-22 06:20Rename server.py to satsale.pynickfarrow3+4-4
2021-05-22 06:08Clean up websocket filesnickfarrow4+101-104
2021-05-17 16:03Update readme namingnickfarrow1+1-1
2021-05-17 15:58Update example configNick1+4-4
2021-05-17 15:53Add example configsnickfarrow5+119-11
2021-05-17 15:12fix rounding bug - F jsnickfarrow1+1-1
2021-05-17 15:09fix rounding bugnickfarrow1+1-1
2021-05-17 14:29Update iframe heightsnickfarrow1+1-0
2021-05-17 09:24SATS THE STANDARDnickfarrow2+3-1
2021-05-17 08:48Rename to SatSale from BTCPymentNick Farrow12+262-257
2021-05-17 08:17Merge pull request #7 from nickfarrow/dependabot/pip/eventlet-0.31.0Nick1+1-1
2021-05-14 06:05Bump eventlet from 0.30.0 to 0.31.0dependabot[bot]1+1-1
2021-05-14 06:00Added support for specifying wallet in confignickfarrow6+40-45
2021-05-14 05:58Added support for specifying wallet in confignickfarrow2+5-2
2021-03-30 11:47Merge pull request #6 from lvnilesh/patch-1Nick1+5-0
2021-03-29 01:10Update .gitignoreNilesh Londhe1+5-0
2021-03-28 15:42Fix sleep before redirectNicholasFarrow1+1-2
2021-03-28 15:22Remove trashNicholasFarrow1+0-24
2021-03-28 15:22Implement redirectsNicholasFarrow3+18-10
2021-03-28 14:45Merge pull request #3 from Kixunil/refactoringNick3+18-11
2021-03-28 10:10Prefer invoice.macaroon, make paths configurableMartin Habovstiak2+13-9
2021-03-28 06:32Use single source of truth for API key pathMartin Habovstiak2+5-2
2021-03-19 13:44update pillow, suggested by dependecy botNicholasFarrow1+1-1
2021-03-17 09:23Add local certs usageNicholasFarrow1+2-2
2021-03-17 09:16Add local certs usageNicholasFarrow1+7-5
2021-03-17 09:11Add local certs usageNicholasFarrow1+2-11
2021-03-17 09:10Add local certs usageNicholasFarrow1+5-0
2021-03-17 09:02Add local certs usageNicholasFarrow1+3-2
2021-03-17 09:01Add local certs usageNicholasFarrow1+2-2
2021-03-17 09:00Add local certs usageNicholasFarrow1+4-2
2021-03-17 08:56Add local certs usageNicholasFarrow1+2-2
2021-03-17 08:44handle local lnd cert copyingNicholasFarrow1+23-12
2021-03-14 11:15grammarNick1+1-1
2021-03-14 11:15rephrasing since made aware of other processorsNick1+2-1
2021-03-12 03:19add requirement for grpc buildNicholasFarrow1+1-0
2021-03-12 01:44add lnd rpc into requirementsNicholasFarrow1+3-0
2021-03-12 01:29Add message2json requirementNicholasFarrow1+1-0
2021-03-08 00:24getinfo only called on initial test connection upon startupNicholasFarrow2+2-2
2021-03-08 00:21getinfo only called on initial test connection upon startupNicholasFarrow1+1-1
2021-03-08 00:18getinfo only called on initial test connection upon startupNicholasFarrow1+2-2
2021-03-08 00:18getinfo only called on initial test connection upon startupNicholasFarrow3+15-10
2021-03-06 08:56Fix int rounding bug, preventing sub completion-ignore-case orders from confirmingNicholasFarrow1+1-1
2021-03-05 08:11update to btcpyment siteNicholasFarrow1+1-1
2021-03-02 14:56Merge branch 'master' of github.com:nickfarrow/BTCPymentNicholasFarrow1+1-1
2021-03-02 14:55add tagsNicholasFarrow1+19-1
2021-02-17 13:29Update README.mdNick1+1-1
2021-02-17 02:50UI improvementsNicholasFarrow4+34-16
2021-02-14 14:44donation button ui!NicholasFarrow1+1-1
2021-02-14 14:40add separate styleheet in static. Large UI impovementsgit add static/style.cssNicholasFarrow3+99-147
2021-02-14 14:35clarify instructionsNicholasFarrow1+1-1
2021-02-14 05:59Increase button widthNicholasFarrow2+2-2
2021-02-04 14:21align width with indexNicholasFarrow2+2-2
2021-02-04 14:16align width with indexNicholasFarrow1+1-1
2021-02-04 13:56Fix readme image to be centered qr codeNicholasFarrow1+1-1
2021-02-04 13:55change button widthNicholasFarrow1+4-2
2021-02-04 13:52update readme to include new imageNicholasFarrow1+2-2
2021-02-04 13:11push correct payment method argumentNicholasFarrow1+1-1
2021-02-04 13:10push correct payment method argumentNicholasFarrow1+1-1
2021-02-04 13:08fix false exception raiseNicholasFarrow1+0-3
2021-02-04 13:07fix wrong button bugNicholasFarrow1+1-1
2021-02-04 13:05fix wrong button bugNicholasFarrow2+4-3
2021-02-04 12:42add lightning documentationNicholasFarrow3+25-3
2021-02-04 12:19Implement toggle between lightning and on-chainNicholasFarrow4+32-10
2021-02-04 12:18Handle concurrent lnd and btcd tunnelsNicholasFarrow1+32-19
2021-02-04 12:17Add replace URL function, reload with different argumentsNicholasFarrow1+9-0
2021-01-30 05:00adjust arrow for webhookNicholasFarrow1+0-0
2021-01-30 04:40fix missing timerNicholasFarrow1+3-0
2021-01-30 04:32Improve backgrounds and centering of buttonsNicholasFarrow2+14-0
2021-01-30 04:32fix conn failure on startupNicholasFarrow2+2-12
2021-01-30 04:17remove old commentsNicholasFarrow1+1-39
2021-01-30 04:17add whitepsaceNicholasFarrow1+0-0
2021-01-30 04:13Update woocommerce.mdNick1+1-1
2021-01-30 04:10Update README.mdNick1+2-2
2021-01-30 04:10Update README.mdNick1+1-1
2021-01-30 03:50add diagramNicholasFarrow2+1-1
2021-01-27 13:13improve grammar and wordingNicholasFarrow1+11-9
2021-01-27 13:04readme rewordingNicholasFarrow1+3-2
2021-01-27 12:58rearrange importsNicholasFarrow1+2-2
2021-01-27 12:31fix missing (self) bugNicholasFarrow1+1-1
2021-01-27 12:14Formatting and deletion with flake8NicholasFarrow5+39-33
2021-01-27 12:03Ran black for code formattingNicholasFarrow7+181-90
2021-01-27 09:31Add comments and remove old codeNicholasFarrow1+25-21
2021-01-27 08:21Merge branch 'master' of github.com:nickfarrow/BTCPymentNicholasFarrow1+1-1
2021-01-27 08:20Fix -1 seconds bug and broken loggingNicholasFarrow1+2-2
2021-01-27 08:14Fix missing tunnel bugNick1+1-1
2021-01-27 08:11Improved comments and code restructuringNicholasFarrow1+35-31
2021-01-25 12:18Merge branch 'master' of github.com:nickfarrow/BTCPymentNicholasFarrow1+3-0
2021-01-25 12:18reuse logging functionNicholasFarrow1+4-12
2021-01-25 11:22added commentsNicholasFarrow1+3-1
2021-01-25 11:18Update config.pyNick1+3-0
2021-01-25 10:55Add more commentsNicholasFarrow2+51-60
2021-01-25 08:41update readme to indicate rpi4 works!NicholasFarrow1+1-1
2021-01-25 08:40update readme to indicate rpi4 works!NicholasFarrow1+4-2
2021-01-25 08:29Update config.pyNick1+1-1
2021-01-25 07:03change readme wordingNicholasFarrow1+5-5
2021-01-25 06:39Merge branch 'master' of github.com:nickfarrow/BTCPymentNicholasFarrow1+10-2
2021-01-25 06:38Update readmeNicholasFarrow1+4-4
2021-01-22 17:37better explanations for configNick1+6-2
2021-01-22 15:11Update config.pyNick1+4-0
2021-01-22 15:10remove garbageNicholasFarrow1+0-30
2021-01-22 15:05improve debug free mode demo timeNicholasFarrow1+3-1
2021-01-22 15:00Update readme to link to demo storeNicholasFarrow1+1-1
2021-01-22 14:59Update readme to link to demo storeNicholasFarrow1+1-1
2021-01-22 14:54Additional gateway security is workingNicholasFarrow1+17-28
2021-01-22 14:45Fixed whitespace in api loadingNicholasFarrow2+19-10
2021-01-22 14:12trying to align webhook secretsNicholasFarrow2+29-10
2021-01-22 12:47broken php object accessingNicholasFarrow1+4-4
2021-01-22 12:15broken key variables in webhookNicholasFarrow1+1-1
2021-01-22 12:11broken key variables in webhookNicholasFarrow1+3-3
2021-01-22 12:01broken key variables in webhookNicholasFarrow1+1-2
2021-01-22 12:00broken key variables in webhookNicholasFarrow1+4-2
2021-01-22 11:59rounding money values according to PHP standardsNicholasFarrow1+1-1
2021-01-22 11:55rounding money values according to PHP standardsNicholasFarrow2+3-2
2021-01-22 11:46need to round floats before hashing..NicholasFarrow2+3-2
2021-01-22 11:31fix hash of int bugNicholasFarrow1+1-1
2021-01-22 11:29add debugging free mode, and fix typerrorNicholasFarrow3+4-8
2021-01-22 11:21Merge branch 'master' of github.com:nickfarrow/BTCPymentNicholasFarrow7+61-72
2021-01-22 11:17add secret to payment gateway to prevent tamperingNicholasFarrow3+37-9
2021-01-22 10:33Update README.mdNick1+6-6
2021-01-22 10:30Update README.mdNick1+1-2
2021-01-22 10:28Merge pull request #1 from nickfarrow/lndNick7+55-65
2021-01-22 09:03Successful lightning payment acceptance. Also ssh tunnel error verbosityNicholasFarrow2+6-34
2021-01-22 03:25fix equality bugNicholasFarrow1+1-1
2021-01-21 23:50merge lnd and masterNicholasFarrow10+494-61
2021-01-21 23:47small changes to lnd branch before mergeNicholasFarrow3+23-6
2021-01-21 01:47fix image sizesNicholasFarrow1+5-3
2021-01-21 01:38fix image sizesNicholasFarrow1+1-1
2021-01-21 01:23Link to correct imagesNicholasFarrow1+1-2
2021-01-21 01:23Link to correct imagesNicholasFarrow1+3-1
2021-01-21 01:13Readme formatting and word choiceNicholasFarrow1+1-2
2021-01-21 01:12Readme formatting and word choiceNicholasFarrow1+9-7
2021-01-21 01:05Publishing woocommerce docs and commentsNicholasFarrow3+49-92
2021-01-20 13:23Fix debugging lineNicholasFarrow1+1-1
2021-01-20 01:13Add webhook security using API keys via woocommerce settingsNicholasFarrow3+54-31
2021-01-17 03:22Add webhook authNicholasFarrow1+3-3
2021-01-17 03:16Add webhook authNicholasFarrow2+41-16
2021-01-16 15:36fix key error bugNicholasFarrow1+1-1
2021-01-16 15:34fix key error bugNicholasFarrow1+1-1
2021-01-16 10:46Fix labeless url bug and and woocommerce missing settingsNicholasFarrow2+22-22
2021-01-16 10:07Woocommerce docsNicholasFarrow2+14-3
2021-01-16 08:56fix readme conflictNicholasFarrow10+599-50
2021-01-16 08:48slight description changeSNicholasFarrow1+5-3
2021-01-16 08:37Implement lightning payments, working up until checking payment statusNicholasFarrow4+49-35
2021-01-16 05:24add gitignoreNicholasFarrow1+3-0
2021-01-15 13:54add lightning to configNick1+9-0
2021-01-15 03:00cleanupNicholasFarrow1+16-23
2021-01-15 02:42merge importsNicholasFarrow2+11-5
2021-01-15 02:41bug fixNicholasFarrow1+3-0
2021-01-15 02:40Functioning woocommerce plugin and separated donation form methodNicholasFarrow4+350-284
2021-01-15 01:13fix webhookgit add gateways/btcpyment.phpNicholasFarrow1+3-1
2021-01-15 01:06fix webhookgit add gateways/btcpyment.phpNicholasFarrow2+14-15
2021-01-14 15:52another webhook attemptNicholasFarrow1+4-2
2021-01-14 15:47another webhook attemptNicholasFarrow1+8-1
2021-01-14 15:39another webhook attemptNicholasFarrow1+2-2
2021-01-14 15:35attempt to get webhook workingNicholasFarrow1+2-4
2021-01-14 15:26fix invalid dict item bugNicholasFarrow1+2-2
2021-01-14 15:22updated server conn jsNicholasFarrow1+2-2
2021-01-14 15:19add webhook to initiate jsNicholasFarrow1+3-1
2021-01-14 15:06Add webhook for payment confirmationNicholasFarrow2+90-67
2021-01-14 12:56Add payment tracking with idNicholasFarrow4+15-9
2021-01-14 12:37Implement get api for payment requests, and initiate payment websocketNicholasFarrow4+77-38
2021-01-14 10:33add get method for testingNicholasFarrow1+1-1
2021-01-14 03:44change apiNicholasFarrow1+4-0
2021-01-14 01:34Initial woocommerce plugin uploadNicholasFarrow2+268-0
2021-01-12 12:23initial support for lightning network daemonNicholasFarrow2+52-23
2021-01-12 06:17fix merge with remote copyroot2+10-5
2021-01-12 06:16fix missing time import bugroot1+2-1
2021-01-12 00:15initial lightning rpc attemptNicholasFarrow1+93-0
2021-01-10 10:53add security detailNick1+3-0
2021-01-10 10:50Expanded domain explanationNick1+2-1
2021-01-10 10:48Grammatical errors fixedNick1+4-3
2021-01-02 23:56Add uppercase bech32 payment qrNicholasFarrow1+1-1
2020-12-28 12:36improve qr string to include amount and bitcoin urlNicholasFarrow1+2-1
2020-12-28 11:38fix websockets for https nginxNicholasFarrow1+4-0
2020-12-28 08:01update readme grammarNicholasFarrow1+3-3
2020-12-27 07:35update readme and use uuid for invoice labelNicholasFarrow2+3-3
2020-12-27 05:39store transaction id to payment objectNicholasFarrow2+2-2
2020-12-27 05:31fix response variable bugNicholasFarrow1+2-2
2020-12-27 04:25separate https instructionsNicholasFarrow1+3-3
2020-12-27 04:22separate https instructionsNicholasFarrow1+1-1
2020-12-27 04:22separate https instructionsNicholasFarrow2+18-14
2020-12-27 04:16update readmeNicholasFarrow1+7-7
2020-12-27 04:11fix readme plansNicholasFarrow1+3-1
2020-12-27 04:05Add favicon and delay repeated connections to bitcoindNicholasFarrow3+4-1
2020-12-27 03:56improved verbosity in logNicholasFarrow2+5-3
2020-12-27 03:36move readme aroundNicholasFarrow1+11-11
2020-12-27 03:33update console feedback and default configNicholasFarrow2+5-3
2020-12-27 03:29add demo and thumbnailNicholasFarrow2+3-4
2020-12-27 03:06Fix broken address generationNicholasFarrow1+0-1
2020-12-27 03:02Add support for CORSNicholasFarrow2+18-5
2020-12-27 03:01remove hardcoded addressNicholasFarrow1+1-1
2020-12-27 02:24add pillow requirementNicholasFarrow1+1-0
2020-12-27 01:48move websocket code back before decorator functionsNicholasFarrow1+6-7
2020-12-27 01:47Installation instructions and connectivity test for bitcoindNicholasFarrow2+21-8
2020-12-27 00:50extra bracket bugNicholasFarrow1+1-1
2020-12-27 00:47remove walrusNicholasFarrow2+4-3
2020-12-27 00:43Merge branch 'master' of github.com:nickfarrow/BTCPymentNicholasFarrow1+1-2
2020-12-27 00:34update installation detailsNicholasFarrow1+15-9
2020-12-27 00:33fixed requirementsroot1+1-2
2020-12-27 00:00installation processNicholasFarrow2+29-4
2020-12-26 23:45add gunicornNicholasFarrow4+15-4
2020-12-26 23:11Add requirements, generated with pip install pipreqsNicholasFarrow1+7-0
2020-12-26 10:00remove old readme partsNicholasFarrow1+0-14
2020-12-26 09:59readme updateNicholasFarrow2+3-1
2020-12-26 09:51Updated readme, config.NicholasFarrow6+58-55
2020-12-26 09:00Added commentsNicholasFarrow3+64-38
2020-12-26 08:11Improved qr code zoom, copying text, columns, conditional information displayNicholasFarrow3+81-50
2020-12-26 08:10Improved qr code savingNicholasFarrow1+8-2
2020-12-24 15:39Large improvement to UINicholasFarrow3+114-48
2020-12-24 15:38bug fixes with invoice attributes missingNicholasFarrow2+3-2
2020-12-24 08:23Remove old files, change filenames.NicholasFarrow3+1-31
2020-12-23 12:12Code restructuring, invoice & payment inheritance, exception handling for connections, payment logicNicholasFarrow7+121-73
2020-12-22 09:58rename files, replace old server.pyNicholasFarrow2+88-185
2020-12-22 09:57code formattingNicholasFarrow1+18-12
2020-12-22 09:50Refactored code, improved invoice loading, status and response verbosity, and decreased code repetitivenessNicholasFarrow5+81-48
2020-12-21 14:26small bug fixesNicholasFarrow2+8-42
2020-12-21 14:25New flask socketio interface with javascriptNicholasFarrow2+148-0
2020-12-16 14:30Improved jQuery, probably need to switch to flask-socketioNicholasFarrow4+119-55
2020-12-15 15:01Flask server to handle payment requests, with an html page, interact with jqueryNicholasFarrow4+103-25
2020-12-14 14:00Bitcoind rpc, invoice and payment processing. Expanded config options.NicholasFarrow4+99-1
2020-12-14 11:29add invoice classNicholasFarrow2+6-1
2020-12-14 10:45price feed function with basic exception handling. Single source of priceNicholasFarrow2+49-13
2020-12-14 06:09Ideas, create repoNicholasFarrow1+70-0