aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* util.timer: Reschedule timers from stop() if the next pending event is stoppedKim Alvefur2015-12-231-1/+10
|
* Merge 0.10->trunkMatthew Wild2015-12-161-4/+4
|\
| * MergeMatthew Wild2015-12-162-47/+102
| |\
| * | util.dependencies: Use prosody.log() instead of global log()Matthew Wild2015-12-161-4/+4
| | |
* | | Merge 0.10->trunkKim Alvefur2015-12-131-31/+56
|\ \ \ | | |/ | |/|
| * | util.sslconfig: More descriptive variable names and also commentsKim Alvefur2015-12-131-31/+56
| | |
* | | Merge 0.10->trunkKim Alvefur2015-12-121-16/+46
|\| |
| * | util.datamanager: Add append to public apiKim Alvefur2015-12-111-0/+1
| | |
| * | util.datamanager: Return extra location infoKim Alvefur2015-12-111-3/+3
| | |
| * | util.datamanager: Make sure only strings are passed as data to append()Kim Alvefur2015-12-111-0/+1
| | |
| * | util.datamanager: Add some comments about the append functionKim Alvefur2015-12-111-0/+3
| | |
| * | util.datamanager: Handle potential error from :write() callKim Alvefur2015-12-111-3/+3
| | |
| * | util.datamanager: Handle potential issues from fallocateKim Alvefur2015-12-111-1/+10
| | |
| * | util.datamanager: No shadowing of variable [luacheck]Kim Alvefur2015-12-111-1/+3
| | |
| * | util.datamanager: Skip past second check if first attemtp to open file succeedsKim Alvefur2015-12-111-3/+3
| | |
| * | util.datamanager: In append() collect status when closing file handle as it ↵Kim Alvefur2015-12-111-3/+9
| | | | | | | | | | | | may fail (eg the implied flush)
| * | util.datamanager: Overwrite 'data' variable instead of shadownig it [luacheck]Kim Alvefur2015-12-111-1/+1
| | |
| * | util.datamanager: Factor out code for appending bytes to a fileKim Alvefur2015-12-111-10/+18
| |/
* | Merge 0.10->trunkMatthew Wild2015-12-101-2/+4
|\|
| * util.dataforms: Track which fields are included in a formKim Alvefur2015-12-081-2/+4
| |
* | util.stanza, util.xml, util.xmppstream: Add support for tracking defined ↵Matthew Wild2015-12-083-6/+49
| | | | | | | | namespaces and their prefix (stanza.namespaces), knowing/preserving prefix names is required for some applications (thanks daurnimator)
* | Merge 0.10->trunkMatthew Wild2015-11-262-30/+108
|\|
| * util.cache: Small update to prefix private fields with an underscore, add a ↵Matthew Wild2015-11-261-32/+43
| | | | | | | | :count() method (same as util.queue) and add an optional on_evict callback
| * util.cache: Make sure cache size is specified as an integerKim Alvefur2015-11-251-0/+2
| |
| * util.session: How would you even send anything to a session?Kim Alvefur2015-11-241-0/+32
| |
| * util.session: How does a session relate do a connection?Kim Alvefur2015-11-241-0/+7
| |
| * util.session: What does the session say?Kim Alvefur2015-11-241-0/+8
| |
| * util.session: What is the identity of a session?Kim Alvefur2015-11-241-0/+7
| |
| * util.session: What is a session?Kim Alvefur2015-11-241-0/+11
| |
* | MergeMatthew Wild2015-11-241-3/+21
|\ \
| * | util.timer: If possible, close the existing timer handle in order to have ↵Kim Alvefur2015-11-221-2/+8
| | | | | | | | | | | | only one
| * | util.timer: Expire timer instance if another instance is already set to take ↵Kim Alvefur2015-11-221-2/+11
| | | | | | | | | | | | care of the next scheduled event
| * | util.timer: Keep count of how many timer instances are activeKim Alvefur2015-11-221-0/+3
| | |
* | | Merge 0.10->trunkMatthew Wild2015-11-241-0/+91
|\ \ \ | |/ / |/| / | |/
| * util.cache: Ordered key->value data structure, with size limit (same as pubsub)Matthew Wild2015-11-241-0/+91
| |
* | Merge 0.10->trunkMatthew Wild2015-11-221-4/+1
|\|
| * util.ip: Improve comparison, == doesn't necessarily handle IPv6 addresses ↵Matthew Wild2015-11-221-4/+1
| | | | | | | | correctly if they aren't normalized (case, ::, etc.)
* | Merge 0.10->trunkKim Alvefur2015-11-091-1/+15
|\|
| * util.queue: Add luacheck annotationsMatthew Wild2015-10-181-1/+2
| |
| * util.queue: Add :items() iteratorMatthew Wild2015-10-181-0/+13
| |
* | Merge 0.10->trunkKim Alvefur2015-10-111-3/+7
|\|
| * Merge 0.9->0.10Kim Alvefur2015-10-111-3/+7
| |\
| | * util.openssl: Separate extension sections into one for self-signed certs and ↵Kim Alvefur2015-10-111-3/+7
| | | | | | | | | | | | one for requests
* | | Merge 0.10->trunkKim Alvefur2015-10-021-1/+1
|\| |
| * | util.jid: Fix backoutKim Alvefur2015-10-021-1/+1
| | |
* | | Merge 0.10->trunkKim Alvefur2015-10-021-1/+5
|\| |
| * | Backout 7e820979fd9b (broke tests)Kim Alvefur2015-10-021-1/+5
| | |
* | | util.timer: Fix indentationKim Alvefur2015-09-181-6/+6
| | |
* | | Merge 0.10->trunkKim Alvefur2015-09-171-26/+22
|\| |
| * | util.dataforms: Fix interaction of required fields and empty string values ↵Kim Alvefur2015-09-121-3/+4
| | | | | | | | | | | | (fixes #521)