prosody.git
2015-08-20 Kim Alvefurluacheckrc: Ignore unused _ENV variable
2015-04-26 Kim Alvefurutil-src/*.c: Invert Lua 5.2 compat to be 5.2+ by defau...
2015-04-07 Kim Alvefurportmanager: Add forward declarations
2015-04-07 Kim Alvefurrostermanager: Add forward declarations
2015-04-07 Kim Alvefurutil.sasl.scram: Get rid of module call
2015-03-13 Kim Alvefurutil.json: Remove use of newproxy
2015-03-13 Kim Alvefurprosodyctl: Import LuaSocket to a local, don't assume...
2015-03-03 Kim Alvefurutil.helpers: Fix order of functions using each other...
2015-02-23 Kim Alvefurnet.server_{select,event}: Don't rely on LuaSocket...
2015-02-22 Kim Alvefurmod_admin_telnet: Remove now broken importing of module...
2015-02-21 Kim Alvefurnet.*: Remove use of module() function
2015-02-21 Kim Alvefurcore.*: Remove use of module() function
2015-02-21 Kim Alvefurutil.dependencies: Only abort on Lua versions before...
2015-02-21 Kim Alvefurutil.*: Remove use of module() function, make all modul...
2015-08-10 Kim AlvefurMerge 0.9->0.10
2015-08-10 Kim Alvefurmod_component: Fire an event on successful component...
2015-08-07 Kim Alvefurutil.interpolation: Add support for filter functions
2015-07-17 Kim Alvefurutil.{interpolation,prosodyctl,sql}: Trim trailing...
2015-07-08 Matthew Wildutil.sql: Add safety check to ensure our chosen connect...
2015-07-08 Matthew Wildutil.sql: Fix log level of debug message
2015-07-08 Matthew Wildutil.sql: Log debug message when connecting to database
2015-07-08 Matthew Wildutil.sql: Make set_encoding() return failure of SET...
2015-07-08 Matthew Wildutil.sql: Return failure if set_encoding() fails
2015-07-08 Matthew Wildmod_storage_sql2: Upgrade table if its charset does...
2015-07-08 Matthew Wildutil.sql: Use appropriate collation for the chosen...
2015-07-08 Matthew Wildutil.sql: Create table with same charset as the charset...
2015-07-07 Matthew Wildutil.sql: Allow onconnect callback to fail connection...
2015-07-07 Matthew Wildmod_storage_sql2: Don't upgrade tables without admin...
2015-07-07 Matthew Wildmod_storage_sql2: Add prosodyctl command to upgrade...
2015-07-07 Matthew Wildmod_storage_sql2: Add missing return to upgrade_table...
2015-07-07 Matthew Wildmod_storage_sql2: Rename variable to avoid name clash
2015-07-06 Matthew Wildnet.dns: Remove resolver:new(), as it needlessly and...
2015-07-06 Matthew WildMerge with 0.10
2015-07-05 Kim Alvefurprosodyctl: check: Add some more known global config...
2015-07-02 Kim Alvefurutil.sql: Call onconnect, provide noop dummy if not set
2015-06-29 Matthew Wildluacheckrc: Allow plugins to implement functions under...
2015-06-27 Kim AlvefurRemove sql.lib.lua, not used anymore
2015-06-27 Kim Alvefurmod_storage_sql2: Validate configuration after normaliz...
2015-06-25 Kim AlvefurMerge 0.9->0.10
2015-06-25 Kim AlvefurMUC: Prevent admins from being given affiliatons other...
2015-06-25 Kim AlvefurBacked out changeset bea3862b6bde in favor of a differe...
2015-06-24 Matthew WildMerge with 0.10
2015-06-24 Matthew Wildmod_storage_sql2: Break up monolithic code into functio...
2015-06-24 Matthew Wildmod_storage_sql2: Improve logging when database read...
2015-06-24 Matthew Wildmod_storage_sql2: Some reformatting and variable name...
2015-06-24 Matthew Wildmod_storage_sql2: Add some comments
2015-06-16 Kim AlvefurMUC: Remove half of monkeypatch that was supposed to...
2015-06-03 Matthew Wildutil.sql: Remove built-in engine caching. This is the...
2015-06-03 Matthew Wildutil.sql: Expose db2uri helper function
2015-06-03 Matthew Wildutil.sql: Rename some variable to match conventions
2015-06-03 Matthew Wildtests: Add tests for util.queue
2015-06-03 Matthew Wildutil.queue: Allow optional wrap-around when pushing...
2015-05-30 Matthew Wildutil.sql: Remove unused functions and unused commented...
2015-05-21 Kim Alvefurmod_storage_sql2: Fix argument compat thing from 41725f...
2015-05-19 Kim Alvefurmod_storage_sql2: Add a 'caps' table for indicating...
2015-05-19 Kim Alvefurmod_storage_sql2: Change order of arguments to :append...
2015-05-19 Kim Alvefurmod_storage_sql2: Include 'with' field from iterator...
2015-05-19 Kim Alvefurutil.interpolation: A template engine for text
2015-05-18 Matthew Wildloggingmanager: Rename function arguments to avoid...
2015-05-18 Matthew Wildconfigmanager: Refactor function to avoid re-declaring...
2015-05-18 Matthew Wildconfigmanager: Rename unused function arguments [luacheck]
2015-05-18 Matthew Wildconfigmanager: Rename variable to avoid name conflicts...
2015-05-18 Matthew Wildconfigmanager: Rename unused function argument [luacheck]
2015-05-18 Matthew Wildconfigmanager: Remove unnecessary function localization...
2015-05-18 Matthew Wildconfigmanager: Rename variable to avoid name conflict...
2015-05-18 Matthew Wildconfigmanager: Rename variable to avoid name conflict...
2015-05-18 Kim Alvefurprosodyctl: Soft-require LuaSec and LuaEvent so they...
2015-05-18 Kim Alvefurmod_tls: Treat session.ssl_ctx being false as a signal...
2015-05-18 Kim Alvefurmod_tls: Build <starttls/> as a stanza instead of with...
2015-05-18 Kim Alvefurutil.x509: Tell LuaSec we want UTF-8 data
2015-05-18 Kim Alvefurmod_auth_internal_hashed: Use util.hex
2015-05-18 Kim Alvefurhostmanager: Metatable with __tostring on hosts
2015-05-15 Kim Alvefurmod_storage_xep0227: Silence luacheck warnings
2015-05-15 Kim Alvefurmod_storage_xep0227: Store data from mod_auth_internal_...
2015-05-15 Kim Alvefurmod_storage_xep0227: Use the registered namespace
2015-05-15 Kim Alvefurmod_storage_xep0227: Update open method for current API
2015-05-15 Kim Alvefurmod_storage_xep0227: Return error from io.open if unabl...
2015-05-15 Kim Alvefurmod_storage_xep0227: Open file for writing even if...
2015-05-15 Kim Alvefurmod_storage_xep0227: Close file handle after reading
2015-05-15 Kim Alvefurmod_storage_xep0227: Use configured storage path
2015-05-15 Kim Alvefurmod_storage_xep0227: Rename to reflect current naming...
2015-05-15 Kim Alvefurxep227store.lib.lua: Remove mostly duplicated code
2015-05-14 Kim Alvefurnet.http.codes: Update from registry
2015-05-13 Kim AlvefurMerge 0.9->0.10
2015-05-13 Kim Alvefurs2smanager: Make sure destroyed sessions have a sends2s...
2015-05-13 Kim AlvefurMerge
2015-05-13 Kim AlvefurMerge 0.9->0.10
2015-05-13 Kim Alvefurmod_s2s: Mark stream as opened directly after opening...
2015-05-13 Kim Alvefurmod_s2s: Don't cache session.sends2s (or do it later...
2015-05-13 Kim Alvefurmod_s2s/s2sout: Use the local address assigned to UDP...
2015-05-13 Kim Alvefurutil.datamanager: Fix traceback from trying to purge...
2015-05-13 Kim Alvefurmod_s2s/s2sout: Remove now unused config option dns_max...
2015-05-13 Matthew Wildportmanager: Remove unused argument from function ...
2015-05-13 Matthew Wildportmanager: Rename variable to avoid name conflict...
2015-05-13 Matthew Wildportmanager: Add luacheck annotations
2015-05-13 Matthew Wildutil.queue: Small fast FIFO/ringbuffer/queue library
2015-05-06 Matthew Wildsessionmanager: Rename argument to avoid name clash...
2015-05-06 Matthew Wildsessionmanager: Rename unused loop variables to '_...
2015-05-06 Matthew Wildutil.set: Rename method argument to avoid name clash...
2015-05-06 Matthew Wildutil.set: Add luacheck annotation for methods not refer...
next