MCPcopy Create free account

hub / github.com/benediktkr/lokun-record / functions

Functions621 in github.com/benediktkr/lokun-record

↓ 2 callersFunctionview
Decorator: renders a template for a handler. The handler can control its behavior like that: - return a dict of template vars to f
record/bottle.py:3224
↓ 1 callersMethod__eq__
(self, other)
record/status.py:16
↓ 1 callersMethod__get__
(self, obj, cls)
record/bottle.py:157
↓ 1 callersMethod__setattr__
(self, key, value)
record/bottle.py:1965
↓ 1 callersMethod_cast
Try to convert the parameter into something WSGI compatible and set correct HTTP headers when possible. Support: False, str, unicode,
record/bottle.py:798
↓ 1 callersFunction_file_iter_range
Yield chunks from a range in a file. No chunk is bigger than maxread.
record/bottle.py:2196
↓ 1 callersMethod_itertokens
(self, rule)
record/bottle.py:259
↓ 1 callersFunction_lscmp
Compares two strings in a cryptographically safe way: Runtime is not affected by length of common prefix.
record/bottle.py:2327
↓ 1 callersMethod_make_callback
(self)
record/bottle.py:495
↓ 1 callersFunction_raise
(*a)
record/bottle.py:92
↓ 1 callersFunctionabort
Aborts execution and causes a HTTP error.
record/bottle.py:2182
↓ 1 callersMethodadd_invite_key
(self, key)
record/model.py:797
↓ 1 callersFunctionaes_decrypt
AES decrypts ciphertext created with aes_encrypt and verifies nonce
record/encryption.py:35
↓ 1 callersFunctionaes_encrypt
AES encrypts plain with hex-encoded key as input and returns a string [ciphertext]$[nonce]$[IV]
record/encryption.py:22
↓ 1 callersMethodalive
(self)
record/model.py:182
↓ 1 callersMethodall_plugins
Yield all Plugins affecting this route.
record/bottle.py:484
↓ 1 callersMethodarion_parse
Non-multipart but with the plaintext in HTML comment
record/Bankmail.py:68
↓ 1 callersFunctionarion_parser
Non-multipart but with the plaintext in HTML comment
record/paymentbot.py:46
↓ 1 callersMethodassign
(cls, username)
record/model.py:623
↓ 1 callersFunctionbitcoinmonitor
()
record/restapi.py:414
↓ 1 callersFunctionbtc_to_eur
(btc=1.0)
record/exchanges.py:54
↓ 1 callersMethodbuy_sub_btc
(self)
record/model.py:456
↓ 1 callersMethodbuy_sub_isk
(self)
record/model.py:450
↓ 1 callersFunctioncalculate_fees
(cardtype, amount=2000)
record/restapi.py:374
↓ 1 callersFunctioncheck
(user, passwd)
record/mailchecker.py:20
↓ 1 callersFunctioncompare
(str1, str2)
record/sec.py:6
↓ 1 callersMethodcompare
(self, exit1, exit2)
test/test_model.py:249
↓ 1 callersMethodcompare
(self, dep1, dep2)
test/test_model.py:356
↓ 1 callersMethodcompare
(self, key1, key2)
test/test_model.py:456
↓ 1 callersFunctioncompare_const2
(str1, str2)
record/sec.py:9
↓ 1 callersFunctioncompare_passwd
Return True if hashed_passwd is plain_passwd hashed, False othervise.
record/model.py:738
↓ 1 callersFunctioncookie_decode
Verify and decode an encoded string. Return an object or None.
record/bottle.py:2340
↓ 1 callersFunctioncookie_encode
Encode and sign a pickle-able object. Return a (byte) string
record/bottle.py:2333
↓ 1 callersFunctioncookie_is_encoded
Return True if the argument looks like a encoded cookie.
record/bottle.py:2350
↓ 1 callersFunctioncreategraphs
()
record/monitor.py:27
↓ 1 callersFunctiondecorator
(func)
record/bottle.py:2422
↓ 1 callersFunctiondecrypt_and_mac
(key, message)
record/encryption.py:57
↓ 1 callersMethoddeposit
(self, amount)
record/model.py:431
↓ 1 callersMethoddisabled
(cls)
record/model.py:54
↓ 1 callersMethodenabled
(cls)
record/model.py:59
↓ 1 callersFunctionencrypt_then_mac
(key, plain)
record/encryption.py:52
↓ 1 callersFunctioneur_to_btc
(eur=1.0)
record/exchanges.py:50
↓ 1 callersFunctioneur_to_isk
(eur=1.0)
record/exchanges.py:33
↓ 1 callersFunctionexits
()
record/restapi.py:337
↓ 1 callersFunctiongen_nonce
(bits = 32)
record/encryption.py:12
↓ 1 callersFunctiongen_salt
Generates a base64 encoded pseudo-random string, secure enough for crypto use. Length is in bytes. Intended for generating salts, hence
record/hashing.py:28
↓ 1 callersMethodget_all_exit_supplements
(self)
record/model.py:917
↓ 1 callersMethodget_api_key
(self, key)
record/model.py:781
↓ 1 callersMethodget_api_key_by_name
(self, name)
record/model.py:787
↓ 1 callersMethodget_btc_addr_tag
(self, addr)
record/model.py:843
↓ 1 callersFunctionget_btc_price
()
record/exchanges.py:64
↓ 1 callersMethodget_btc_price
(self)
record/model.py:853
↓ 1 callersFunctionget_btc_price_cached
Fetch the current BTC price for Lokun from the DB.
record/exchanges.py:72
↓ 1 callersMethodget_by_name
(cls, name)
record/model.py:677
↓ 1 callersMethodget_exit_supplement
(self, name)
record/model.py:912
↓ 1 callersMethodget_status_age
(cls)
record/status.py:82
↓ 1 callersFunctiongetsender
(frm)
record/Bankmail.py:94
↓ 1 callersFunctiongettimestamp
(date)
rrd/monitorparser.py:10
↓ 1 callersMethodgetunicode
Return the value as a unicode string, or the default.
record/bottle.py:1860
↓ 1 callersFunctiongood_username
Return True if name is good enough to be allowed in our system.
record/model.py:692
↓ 1 callersFunctionint2hex
(integer)
record/encryption.py:15
↓ 1 callersMethodisb_parse
Base64 encoded and missing the plaintext part of the message
record/Bankmail.py:51
↓ 1 callersFunctionisb_parser
Base64 encoded and missing the plaintext part of the message
record/paymentbot.py:28
↓ 1 callersFunctionisk_to_btc
(isk=1)
record/exchanges.py:58
↓ 1 callersFunctionisk_to_eur
(isk=1.0)
record/exchanges.py:29
↓ 1 callersMethodkeys
(self)
record/bottle.py:1942
↓ 1 callersMethodlandsbanki_parse
Multipart message that is base64 encoded. Select line and hope the best
record/Bankmail.py:59
↓ 1 callersFunctionlandsbanki_parser
Multipart message that is base64 encoded. Select line and hope the best
record/paymentbot.py:37
↓ 1 callersMethodlb_get
(self, name)
record/model.py:870
↓ 1 callersMethodlb_save
(self, name, ip, userc, heartb, score, selfc, throughp, cpu, uptime, total, maxt, enabled, is_exit)
record/model.py:861
↓ 1 callersFunctionload_app
Load a bottle application from a module and make sure that the import does not affect the current default application, but returns a separate
record/bottle.py:2733
↓ 1 callersMethodlookup
Search for a resource and return an absolute file path, or `None`. The :attr:`path` list is searched in order. The first match is
record/bottle.py:2088
↓ 1 callersFunctionmain
()
record/monitor.py:33
↓ 1 callersFunctionmain
()
record/update_btcprices.py:12
↓ 1 callersFunctionmain
()
record/newdb.py:14
↓ 1 callersFunctionmain
()
utils/mkinvkey.py:17
↓ 1 callersFunctionmain
()
utils/mkapikey.py:18
↓ 1 callersFunctionmain
()
utils/checkapikey.py:19
↓ 1 callersFunctionmain
()
utils/enablenode.py:20
↓ 1 callersFunctionmain
()
utils/deposit.py:30
↓ 1 callersFunctionmain
()
utils/mkloadbalancer.py:17
↓ 1 callersFunctionmain
()
utils/addserver.py:19
↓ 1 callersMethodmkinstaller
Creates a /srv/clients/<name>/Lokun-install.exe for this user. /srv/clients/<name>/config.zip must exist. This method returning witho
record/model.py:469
↓ 1 callersMethodmkinvoice
(self)
record/model.py:328
↓ 1 callersMethodmkkeys
Creates the user's /srv/clients/<name>/config.zip
record/model.py:484
↓ 1 callersFunctionmktables
Populates the db conn points at with tables.
record/model.py:950
↓ 1 callersMethodnew_btc_isk
(self, btc_isk, btc_price)
record/model.py:812
↓ 1 callersMethodparse
(self)
record/Bankmail.py:28
↓ 1 callersFunctionparse_auth
Parse rfc2617 HTTP authentication header string (basic) and return (user,pass) tuple or None
record/bottle.py:2288
↓ 1 callersFunctionparse_date
Parse rfc1123, rfc850 and asctime timestamps and return UTC epoch.
record/bottle.py:2279
↓ 1 callersFunctionparse_range_header
Yield (start, end) ranges parsed from a HTTP Range header. Skip unsatisfiable ranges. The end index is non-inclusive.
record/bottle.py:2298
↓ 1 callersFunctionpath_shift
Shift path fragments from PATH_INFO to SCRIPT_NAME and vice versa. :return: The modified paths. :param script_name: The SCRIPT_NAME
record/bottle.py:2388
↓ 1 callersMethodprepare
Run preparations (parsing, caching, ...). It should be possible to call this again to refresh a template or to update settings.
record/bottle.py:2955
↓ 1 callersFunctionprocess
(message)
record/paymentbot.py:92
↓ 1 callersFunctionputuser
(name)
record/restapi.py:78
↓ 1 callersFunctionredirect
Aborts execution and causes a 303 or 302 redirect, depending on the HTTP protocol version.
record/bottle.py:2187
↓ 1 callersMethodrm
(self)
record/model.py:636
↓ 1 callersMethodrm_btc_addr
(self, addr)
record/model.py:849
↓ 1 callersFunctionrrdupdate
(ts, usercount, bw)
record/monitor.py:20
↓ 1 callersFunctionrrdupdate
(ts, usercount, bw)
rrd/monitorparser.py:14
← previousnext →101–200 of 621, ranked by callers