Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benediktkr/lokun-record
/ functions
Functions
621 in github.com/benediktkr/lokun-record
⨍
Functions
621
◇
Types & classes
94
↳
Endpoints
28
Method
gb_left
(self)
record/model.py:406
Function
gen_randhex_sha256
Generates a printable pseudo-random string, secure enough for crypto use.
record/hashing.py:34
Method
get
(self, value, default=None)
record/bottle.py:1247
Method
get
Return the most recent value for a key. :param default: The default value to be returned if the key is not present or
record/bottle.py:1793
Method
get
(self, key, default=None, index=-1)
record/bottle.py:1890
Method
get
(cls)
record/model.py:32
Method
get
(cls, name)
record/model.py:86
Method
get
(cls, name)
record/model.py:266
Method
get
(cls, depositid)
record/model.py:380
Method
get
Gets an existing user from the database or returns False if he does not exist.
record/model.py:542
Method
get
Get an existing Addr/Usertag pairing or False
record/model.py:631
Method
get
(cls, key)
record/model.py:669
Function
get_btc_price_live
Fetches the current exchange rates from API's. (IO Wait, socket)
record/exchanges.py:67
Method
get_cookie
Return the content of a cookie. To read a `Signed Cookie`, the `secret` must match the one used to create the cookie (see :me
record/bottle.py:977
Method
get_header
Return the value of a request header, or a given default value.
record/bottle.py:964
Method
get_header
Return the value of a previously defined header. If there is no header with that name, return a default value.
record/bottle.py:1414
Method
get_url
Return a string that matches a named route
record/bottle.py:670
Method
getall
Return a (possibly empty) list of values for a key.
record/bottle.py:1818
Method
getall
(self, key)
record/bottle.py:1889
Method
getall
(cls)
record/model.py:280
Function
getallexits
()
record/restapi.py:312
Function
getallnodes
()
record/restapi.py:232
Function
getbtcaddr
(name)
record/restapi.py:139
Function
getcallbacksdalpay
()
record/restapi.py:410
Function
getconfig
(name)
record/restapi.py:130
Function
getdate
(line)
rrd/monitorparser.py:7
Function
getexe
(name)
record/restapi.py:145
Function
getexit
(name)
record/restapi.py:316
Function
getuser
This is POST only because GET shows passwords in url. TODO: Move key to headers
record/restapi.py:109
Method
global_config
This reads or sets the global settings stored in class.settings.
record/bottle.py:2947
Method
good
(self)
record/model.py:657
Method
handle
(deprecated) Execute the first matching route callback and return the result. :exc:`HTTPResponse` exceptions are caught and returned.
record/bottle.py:761
Function
hash_sha512s
A sha512 hash that includes an additional static salt stored outside of the database.
record/hashing.py:19
Method
headerlist
WSGI conform list of (header, value) tuples.
record/bottle.py:1438
Method
headers
A :class:`WSGIHeaderDict` that provides case-insensitive access to HTTP request headers.
record/bottle.py:959
Method
headers
An instance of :class:`HeaderDict`, a case-insensitive dict-like view on the response headers.
record/bottle.py:1402
Method
heartbeat_age
(self)
record/model.py:197
Method
hook
Return a decorator that attaches a callback to a hook. Three hooks are currently implemented: - before_request: Executed onc
record/bottle.py:748
Function
html_quote
Escape and quote a string to be used as an HTTP attribute.
record/bottle.py:2361
Method
income
(self)
record/model.py:321
Method
init
(self, parser, opts, args)
record/bottle.py:2636
Method
int_filter
(self, conf)
record/bottle.py:310
Method
invoice
(self)
record/model.py:325
Method
is_ajax
Alias for :attr:`is_xhr`. "Ajax" is not the right term.
record/bottle.py:1207
Method
is_xhr
True if the request was triggered by a XMLHttpRequest. This only works with JavaScript libraries that support the `X-Requested-With`
record/bottle.py:1199
Method
iter_headers
Yield (header, value) tuples, skipping headers that are not allowed with the current response status code.
record/bottle.py:1428
Method
iterallitems
(self)
record/bottle.py:1788
Method
iterkeys
(self)
record/bottle.py:1784
Method
itervalues
(self)
record/bottle.py:1785
Function
json_dumps
(data)
record/bottle.py:51
Function
kdf
(key)
record/encryption.py:9
Method
keys
(self)
record/bottle.py:1252
Method
load
(self)
record/bottle.py:2639
Method
load_module
(self, fullname)
record/bottle.py:1734
Function
loadbalancer
()
record/restapi.py:327
Method
loader
(self, name)
record/bottle.py:3031
Method
log_request
(*args, **kw)
record/bottle.py:2504
Method
match
Search for a matching route and return a (:class:`Route` , urlargs) tuple. The second value is a dictionary with parameters extracted
record/bottle.py:664
Method
merge
Merge the routes of another :class:`Bottle` application or a list of :class:`Route` objects into this application. The routes keep their
record/bottle.py:605
Method
message
(self)
record/dalpay.py:25
Method
method
The ``REQUEST_METHOD`` value as an uppercase string.
record/bottle.py:954
Function
mock_false
(*args, **kwargs)
test/test_model.py:20
Function
mock_noop
(*args, **kwargs)
test/test_model.py:17
Function
mock_noop
(*args, **kwargs)
test/test_restapi.py:27
Method
mount
Mount an application (:class:`Bottle` or plain WSGI) to a specific URL prefix. Example:: root_app.mount('/admin/', admin
record/bottle.py:557
Method
mountpoint_wrapper
()
record/bottle.py:576
Method
name
(self)
record/status.py:53
Method
new
Saves a new exit_supplement
record/model.py:257
Method
new
(cls, username, amount, method, **kwargs)
record/model.py:358
Method
new
Create a brand new user. Saves the new user to the database, creates a config.zip for him and an installer.
record/model.py:507
Method
new
Use to create NEW invite keys.
record/model.py:576
Method
new
(cls, username)
record/model.py:616
Method
new
Create new api keys.
record/model.py:661
Function
new_db
(name)
record/model.py:942
Function
nocache
()
record/restapi.py:26
Method
normalize
Removes the names from wildcards
record/bottle.py:276
Method
open
Find a resource and return a file object, or raise IOError.
record/bottle.py:2105
Method
params
A :class:`FormsDict` with the combined values of :attr:`query` and :attr:`forms`. File uploads are stored in :attr:`files`.
record/bottle.py:1015
Method
path
The value of ``PATH_INFO`` with exactly one prefixed slash (to fix broken clients and avoid the "empty path" edge case).
record/bottle.py:948
Method
path_filter
(self, conf)
record/bottle.py:316
Function
postnode
(name)
record/restapi.py:250
Function
postusers
()
record/restapi.py:154
Method
prepare
(self, **options)
record/bottle.py:2973
Method
prepare
(self, **options)
record/bottle.py:2992
Method
prepare
(self, filters=None, tests=None, **kwargs)
record/bottle.py:3012
Method
prepare
(self, escape_func=html_escape, noescape=False, **kwargs)
record/bottle.py:3056
Function
price
()
record/restapi.py:351
Method
promo_key
(self)
record/model.py:586
Function
putisk
(name)
record/restapi.py:116
Function
putnode
(name)
record/restapi.py:281
Method
query
The :attr:`query_string` parsed into a :class:`FormsDict`. These values are sometimes called "URL arguments" or "GET parameters", but
record/bottle.py:989
Method
query_string
The raw :attr:`query` part of the URL (everything in between ``?`` and ``#``) as a string.
record/bottle.py:1162
Method
raw
Return the header value as is (may be bytes or unicode).
record/bottle.py:1922
Method
re_filter
(self, conf)
record/bottle.py:307
Method
re_pytokens
This matches comments and all kinds of quoted strings but does NOT match comments (#...) within quoted strings. (trust me)
record/bottle.py:3044
Method
remote_addr
The client IP as a string. Note that this information can be forged by malicious clients.
record/bottle.py:1237
Method
remote_route
A list of all IPs that were involved in this request, starting with the client IP and followed by zero or more proxies. This does only
record/bottle.py:1226
Method
render
(self, *args, **kwargs)
record/bottle.py:2984
Method
render
(self, *args, **kwargs)
record/bottle.py:3002
Method
render
(self, *args, **kwargs)
record/bottle.py:3025
← previous
next →
401–500 of 621, ranked by callers