Software /
code /
prosody
Graph
-
mod_adhoc/adhoc.lib: Rename variable to avoid name clash [luacheck]2017-12-05, by Kim Alvefur
-
mod_dialback: Use non-deprecated API2017-12-05, by Kim Alvefur
-
mod_dialback: Split long line [luacheck]2017-12-05, by Kim Alvefur
-
Merge 0.10->trunk2017-12-05, by Kim Alvefur
-
DEPENDS: Change link to https2017-12-05, by Kim Alvefur
-
mod_limits: Fix typo in comment2017-12-05, by Kim Alvefur
-
mod_register: Support CIDR notation in white-/blacklists (closes #941)2017-12-01, by Kim Alvefur
-
util.crand: Return early if a zero bytes are requested2017-12-03, by Kim Alvefur
-
spec/util.random: Check a larger range of sizes2017-12-03, by Kim Alvefur
-
util.crand: Throw an error for sizes smaller than 1 byte2017-12-03, by Kim Alvefur
-
util.crand: Make it possible to use arc4random on Linux (needs libbsd)2017-12-03, by Kim Alvefur
-
util.crand: Use a small buffer on the stack for small pieces of random, should be faster2017-12-03, by Kim Alvefur
-
util.crand: Remove unneeded cast2017-12-03, by Kim Alvefur
-
util.crand: Silence signedness warning2017-12-03, by Kim Alvefur
-
util.crand: Only keep return value of getrandom() as the others don't return partial results2017-12-02, by Kim Alvefur
-
util.crand: Try getrandom() again until buffer is filled2017-12-02, by Kim Alvefur
-
net.websocket.frames: Ignore Lua 5.3-only fields [luacheck]2017-12-02, by Kim Alvefur
-
util.ip: Do equality checking by comparing packed representation to avoid any variations2017-12-01, by Kim Alvefur
-
Merge 0.10->trunk2017-12-01, by Kim Alvefur
-
util.ip: Add CGNAT network range reserved in RFC 65982017-12-01, by Kim Alvefur
-
util.ip: Do exact match for longer bit counts than available2017-12-01, by Kim Alvefur
-
util.ip: Do CIDR matching by comparing all bits at once instead of using O(n) function2017-12-01, by Kim Alvefur
-
util.ip: Cache return values of all methods in one place2017-12-01, by Kim Alvefur
-
util.ip: Instantiate various addresses used for comparisons once2017-12-01, by Kim Alvefur
-
util.ip: Simplify creation of IPv6-mapped IPv4 addresses2017-12-01, by Kim Alvefur
-
util.ip: Add a method returning a normalized IP address2017-12-01, by Kim Alvefur
-
util.ip: Simplify bitstring method2017-12-01, by Kim Alvefur
Scroll all the way down to load more.