lnbits-legend/lnbits
Ben Arc a6a917fb5e Very hacky checker for websockets
Looking pretty fucking dope 


Added some extra gifs


Added wallet, lnurl generation should work


Damn you lnurl


check https for wss


added z for lnurlp


zindex to the moon


zindex to moon


lnurl too big in ambition


lnurl big


copy/paste bug address


attach lnurl to view


please work


lnurl bug


lnurl bug


bigger lnurl


added reconect button


me bug


await a string
2021-04-14 23:45:28 +01:00
..
core Fixed 'runs on' images 2021-04-13 21:42:53 +01:00
data refactor: decorators, models and more broken bits 2020-03-04 23:11:15 +01:00
extensions Very hacky checker for websockets 2021-04-14 23:45:28 +01:00
static Fixed 'runs on' images 2021-04-13 21:42:53 +01:00
templates added meta-tags to base.html to allow fullscreen app launch on mobiles. 2021-04-08 13:46:52 +01:00
utils remove exception to black line-length and reformat. 2021-03-24 00:40:32 -03:00
wallets catch errors in multiple places that might be destroying the async flow and causing lnbits to die silently. 2021-04-10 17:37:48 -03:00
__init__.py refactor: clean up __init__ file following some Flask conventions 2020-09-06 21:06:01 -03:00
__main__.py remove exception to black line-length and reformat. 2021-03-24 00:40:32 -03:00
app.py fix sqlite database locked issues by using an async lock on the database and requiring explicit transaction control (or each command will be its own transaction). 2021-03-26 19:10:30 -03:00
bolt11.py remove exception to black line-length and reformat. 2021-03-24 00:40:32 -03:00
commands.py fix sqlite database locked issues by using an async lock on the database and requiring explicit transaction control (or each command will be its own transaction). 2021-03-26 19:10:30 -03:00
db.py fix sqlite database locked issues by using an async lock on the database and requiring explicit transaction control (or each command will be its own transaction). 2021-03-26 19:10:30 -03:00
decorators.py remove exception to black line-length and reformat. 2021-03-24 00:40:32 -03:00
helpers.py allow extensions to hide themselves. 2021-03-27 22:49:53 -03:00
proxy_fix.py migrate to trio so c-lightning sockets stop hanging. 2020-10-04 12:06:20 -03:00
settings.py remove exception to black line-length and reformat. 2021-03-24 00:40:32 -03:00
tasks.py improve checking routine. 2021-03-28 00:11:45 -03:00