prosody.git
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-21 Kim Alvefurmod_websocket: Import sessionmanager (fixes traceback)
2015-08-20 Kim Alvefurluacheckrc: Ignore unused _ENV variable
2015-08-20 Kim Alvefurejabberd2prosody: Support password stored as SCRAM...
2015-08-10 Kim Alvefurmod_component: Fire an event on successful component...
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-16 Kim AlvefurMUC: Remove half of monkeypatch that was supposed to...
2015-05-13 Kim Alvefurs2smanager: Make sure destroyed sessions have a sends2s...
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-04-26 Kim Alvefurnet.dns: Make sure argument to math.randomseed does...
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-04-03 Kim Alvefurutil.datamanager: Fix traceback due to %s in log message
2015-04-24 Kim Alvefurnet.dns, mod_s2s: Add chasing of CNAMEs to net.dns...
2015-03-24 Matthew WildTagging 0.9.8
2015-03-24 Matthew Wildmod_s2s: to/from attributes are required on s2s stream...
2015-03-24 Matthew Wildsessionmanager: Return 'not-allowed' error instead...
2015-03-23 Kim Alvefurmod_http: Return a static string from module:http_url...
2015-03-23 Kim Alvefurmod_http: Log a debug message when adding new http...
2015-03-23 Kim AlvefurBackout 7726b627c3ea
2015-03-23 Matthew Wildutf8_sequences.txt: Oops
2015-03-23 Matthew Wildtests: Add UTF-8 validity tests
2015-03-23 Matthew WildMerge with Zash
2015-03-23 Kim Alvefurutil.encodings: Expose UTF-8 validation and length...
2015-03-23 Kim Alvefurutil.encodings: Perform validation of UTF-8 strings...
2015-03-14 Matthew Wildmod_http: Log event name when adding a HTTP app's hooks
2015-03-14 Matthew Wildnet.http.server: Log event name when firing a request...
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-24 Matthew Wildconfigure: Fix for commit cd0088c73daf - update LIBDIR...
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-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-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-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...
next