prosodyctl: remove unused one-letter loop variable [luacheck]
[prosody.git] / util /
2016-07-09 Anton Shestakovutil.openssl: remove unused one-letter loop variable...
2016-07-09 Anton Shestakovutil.ip: remove unused one-letter loop variables [luacheck]
2016-06-28 Matthew Wildutil.time: New tiny library to abstract LuaSocket's...
2016-06-24 Kim AlvefurMerge 0.9->0.10
2016-06-23 Kim Alvefurutil.openssl: Handle return value from os.execute being...
2016-06-23 Kim Alvefurutil.prosodyctl: Handle os.execute in Lua 5.2 returning...
2016-05-29 Kim Alvefurutil.dataforms: Fix including default value for list...
2016-05-27 Kim Alvefurutil.dataforms: Allow separation of options from values...
2016-05-22 Matthew Wildutil.cache: Add support for creating a proxy table...
2016-05-22 Kim AlvefurMerge 0.9->0.10
2016-05-22 Kim Alvefurutil.datamanager: Import tostring and type (fix global...
2016-05-22 Kim Alvefurutil.sql: Import type too (fix global access)
2016-05-22 Matthew Wildutil.sql: Import pcall (fixes #677)
2016-05-12 Matthew Wildutil.events: Fix comparison of event_name with nil...
2016-04-19 Kim AlvefurMerge 0.9->0.10
2016-04-19 Kim AlvefurMerge 0.9->0.10
2016-04-19 Kim AlvefurMerge 0.9->0.10
2016-04-15 Kim Alvefurutil.iterators: Add iterator wrapper that works like...
2016-04-15 Kim Alvefurutil.cache: Add method for iterating over values
2016-04-13 Kim Alvefurutil.iterators: Normalize indentation
2016-02-25 Kim Alvefurutil.datamanager: Unreference file handle after closing...
2016-01-10 Kim Alvefurutil.uuid: Open /dev/urandom read-only, make seed(...
2016-01-06 Kim Alvefurutil.uuid: Use /dev/urandom
2016-01-04 Kim Alvefurutil.ip: Support zone id syntax in IPv6 addresses
2016-04-03 Kim AlvefurMerge 0.9->0.10
2016-03-28 Kim Alvefurutil.jid: Import select() into local (fixes traceback...
2016-03-25 Kim Alvefurutil.sql: Log errors in transaction to error level...
2016-03-23 Matthew Wildutil.sql: Charset should be innocent until proven guilt...
2016-03-21 Matthew Wildutil.iterators: Fix use of incorrect variable accidenta...
2016-03-21 Kim Alvefurutil.sql: Catch errors from LuaDBI connect (Fixes ...
2016-03-18 Kim AlvefurMerge
2016-03-17 Matthew Wildutil.jid+tests: Add simple helpers... node(), host...
2016-03-17 Matthew Wildutil.cache: Change behaviour of on_evict (and tests...
2016-03-17 Matthew Wildutil.cache: Add head() and tail() methods (and tests)
2016-03-17 Kim Alvefurutil.async: Remove to prevent blocking a stable release
2016-03-14 Kim Alvefurmod_presence: Move function for selecting "top resource...
2016-03-13 Kim Alvefurutil.sql: Remove unused arguments [luacheck]
2016-03-13 Kim Alvefurutil.sql: Don't break out of result retreival loops
2016-03-13 Kim Alvefurutil.sql: Move per-driver (currenly only PostgreSQL...
2016-03-10 Thijs Alkemadeutil.dependencies: Show the full error when a symbol...
2016-03-10 Matthew Wildutil.prosodyctl: Remove unused variable [luacheck]
2016-03-10 Matthew Wildutil.json: Variable renaming to avoid shadowing [luacheck]
2016-03-10 Matthew Wildutil.iterators: Variable renaming to avoid shadowing...
2016-03-10 Matthew Wildnet.websocket.frames, util.datetime, util.json, util...
2016-03-10 Matthew Wildutil.iterators: Return initial var from upstream iterat...
2016-03-10 Matthew Wildutil.iterators: Don't replace var, as we should preserv...
2016-03-09 Matthew Wildutil.stanza: Some code cleanup [luacheck]
2016-03-04 Matthew Wildutil.json: Fix encoding of json.null (bug introduced...
2016-03-03 Kim AlvefurMerge 0.9->0.10
2016-03-02 Kim AlvefurMerge 0.9->0.10
2016-02-28 Kim Alvefurutil.sasl.scram: Rename variable in places missed in...
2016-02-28 Kim Alvefurutil.sasl.scram: Remove unused initial value [luacheck]
2016-02-28 Kim Alvefurutil.sasl.scram: Rename variable to avoid name clash...
2016-02-28 Kim Alvefurutil.sasl.anonymous: Remove unused locals [luacheck]
2016-02-28 Kim Alvefurutil.termcolours: Rename loop variable [luacheck]
2016-02-28 Kim Alvefurutil.termcolours: Validate color codes, fixes traceback
2016-02-27 Kim Alvefurutil.termcolours: Add some CSS color names
2016-02-27 Kim Alvefurutil.termcolours: Add 256 color support
2016-02-27 Kim Alvefurutil.datamanager: Explicit handling of each error condi...
2016-02-25 Kim AlvefurMerge 0.9->0.10
2016-02-25 Kim Alvefurutil.termcolours: Remove argument from noop function...
2016-02-25 Kim Alvefurutil.termcolours: Silence luacheck warning
2016-02-25 Kim Alvefurutil.template: Use separate variables for source and...
2016-02-25 Kim Alvefurutil.template: Silence luacheck warnings about unused...
2016-02-25 Kim Alvefurutil.openssl: Allow order of distinguished name fields...
2016-02-22 Kim Alvefurutil.crand: C binding to one of OpenSSL, Linux getrando...
2016-02-22 Kim Alvefurutil.iterators: Use table.pack() on Lua 5.2
2016-02-22 Kim Alvefurutil.multitable: Localize unpack() in Lua 5.2 compatibl...
2016-02-22 Kim Alvefurutil.iterators: Localize unpack() in Lua 5.2 compatible way
2016-02-22 Kim Alvefurutil.import: Localize unpack() in Lua 5.2 compatible way
2016-02-22 Kim Alvefurutil.debug: Silence luacheck warning about modifying...
2016-02-22 Kim Alvefurutil.session: Fix luacheck warnings
2016-02-22 Kim Alvefurutil.sql: Localize unpack() in Lua 5.2 compatible way
2016-02-21 Kim Alvefurutil.sql: Raw query debug logging (needs to be explicit...
2016-02-04 Kim Alvefurutil.logger: Silence luacheck warning
2016-02-04 Kim Alvefurutil.logger: Remove unused locals
2016-02-01 Matthew Wildmodulemanager, util.pluginloader: Move logic for locati...
2016-01-31 Kim Alvefurutil.random: Restore friendlier error from 0.9/util...
2016-01-27 Matthew WildMerge 0.9->0.10
2016-01-26 Kim AlvefurMerge 0.9->0.10
2016-01-22 Kim AlvefurMerge 0.9->0.10
2016-01-12 Kim Alvefurutil.random: Open /dev/urandom read-only, make seed...
2016-01-11 Kim AlvefurMerge 0.9->0.10
2016-01-08 Kim AlvefurMerge 0.9->0.10
2016-01-06 Kim Alvefurutil.random: Use /dev/urandom
2016-01-06 Kim Alvefurutil.uuid: Take random byte directly instead of the...
2015-12-23 Matthew Wildutil.events: Document data structures
2015-12-23 Kim AlvefurMerge 0.9->0.10
2015-12-23 Kim Alvefurutil.openssl: Fix style / whitespace
2015-12-23 Kim Alvefurutil.openssl: Rename variables for readability
2015-12-23 Kim Alvefurutil.openssl: Move quoting and tostring call into escap...
2015-12-23 Kim Alvefurutil.array: Just use table.remove as array:pop()
2015-12-23 Kim Alvefurutil.array: Fix minory style issues
2015-12-22 Matthew Wildutil.cache (and tests): Call on_evict after insertion...
2015-12-16 Matthew WildMerge 0.9->0.10
2015-12-16 Matthew WildMerge
2015-12-16 Matthew Wildutil.dependencies: Use prosody.log() instead of global...
2015-12-13 Kim Alvefurutil.sslconfig: More descriptive variable names and...
2015-12-11 Kim Alvefurutil.datamanager: Add append to public api
2015-12-11 Kim Alvefurutil.datamanager: Return extra location info
next