prosody.git
2015-09-04 Matthew WildMerge 0.10->trunk
2015-09-04 Matthew Wildtests/run_tests.sh: Let status code propagate to shell
2015-09-04 Matthew Wildtests: Return status code depending on whether tests...
2015-09-03 Kim AlvefurMerge 0.10->trunk
2015-09-03 Kim Alvefurutil.stanza: Export xml_escape (missed during removal...
2015-09-03 Matthew WildMerge 0.10->trunk
2015-09-02 Matthew WildMerge 0.10->trunk
2015-09-02 Matthew Wildconfigure, Makefile: Make compatible with plain Bourne...
2015-09-02 Kim Alvefurstoragemanager: Check if drivers support purging, warn...
2015-09-02 Kim Alvefurprosody: Set a luasocket global, fixes undefined global...
2015-09-02 Kim Alvefurstoragemanager: Export purge (fixes deleting users...
2015-09-02 Kim Alvefurutil.sql: Export db2uri (mod_storage_sql2 command uses...
2015-08-30 Kim Alvefurutil.sql: Log when transactions begin
2015-08-27 Kim Alvefurmod_carbons: Get full_ and bare_sessions from the proso...
2015-08-26 Kim Alvefurmod_carbons: Carbon chat messages or normal messages...
2015-08-26 Kim Alvefurutil.hex: Normalize hex to lowercase and discard non...
2015-08-26 Kim AlvefurMerge 0.9->0.10
2015-08-26 Kim Alvefurmod_admin_adhoc: Declare local variable, don't set...
2015-08-26 Kim Alvefurmod_admin_adhoc: Import missing util.set (fixes #518)
2015-08-24 daurnimatorplugins/muc/muc.lib: Fix issue #505 where unavailable...
2015-08-26 Kim AlvefurMUC: Remove duplicated import of muc/persistent (4caef6...
2015-08-26 Kim AlvefurMerge 0.10->trunk
2015-08-22 Kim AlvefurMerge 0.10->trunk
2015-08-21 Kim Alvefurmod_websocket: Import sessionmanager (fixes traceback)
2015-08-20 Kim Alvefurstoragemanager: Add forward declaration to fix use...
2015-08-20 Kim AlvefurMerge 0.10->trunk
2015-08-20 Kim Alvefurluacheckrc: Ignore unused _ENV variable
2015-08-20 Kim Alvefurejabberd2prosody: Support password stored as SCRAM...
2015-08-16 Kim AlvefurMUC: Fix logic error
2015-08-11 Kim AlvefurMerge 0.10->trunk
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-27 Matthew WildMerge
2015-07-27 daurnimatorplugins/muc: Move loading of optional muc libraries...
2015-07-25 Emmanuel Gil... mod_muc: Fix a traceback when an owner joins a room
2015-07-17 Kim Alvefurutil.{interpolation,prosodyctl,sql}: Trim trailing...
2015-07-08 Matthew WildMerge 0.10->trunk
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-05 Kim AlvefurMerge 0.10->trunk
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.10->trunk
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 AlvefurMerge 0.10->trunk
2015-05-21 Kim Alvefurmod_storage_sql2: Fix argument compat thing from 41725f...
2015-05-19 Kim AlvefurMerge 0.10->trunk
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 Matthew WildMerge with trunk
2015-05-19 Kim AlvefurMerge 0.10->trunk
2015-05-19 Kim Alvefurutil.interpolation: A template engine for text
2015-05-19 Matthew WildMerge 0.10->trunk
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 AlvefurMerge 0.10->trunk
next