prosody.git
2015-05-30 Matthew Wildutil.sql: Remove unused functions and unused commented...
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...
2015-05-06 Matthew Wildutil.set: Remove unnecessary local declaration, argumen...
2015-05-06 Matthew Wildutil.dataforms: Rename unused loop counter to '_' ...
2015-05-06 Matthew Wildutil.sslconfig: Rename variable to avoid name clash...
2015-05-06 Matthew Wildutil.serialization: Remove unused imports of error...
2015-05-06 Matthew Wildutil.xml: Remove unused parameter (thanks, luacheck)
2015-05-06 Matthew Wildutil.dataforms: Remove unused import of pairs() (thanks...
2015-05-06 Matthew Wild.luacheckrc: Commit initial config for luacheck
2015-05-06 Matthew WildMerge
2015-05-06 Matthew Wildutil.events: Add get_handlers() method
2015-05-06 Matthew Wildportmanager, s2smanager, sessionmanager, stanza_router...
2015-05-06 Matthew Wildrostermanager: Variable rename for clarity and to avoid...
2015-05-06 Matthew Wildmodulemanager: Add luacheck annotations
2015-05-06 Matthew Wildmodulemanager: Remove unused import of pcall #luacheck
2015-05-06 Matthew Wildmoduleapi: Import util.stanza required for module:broad...
2015-05-06 Matthew Wildmoduleapi: Add luacheck annotation
2015-05-06 Matthew Wildmoduleapi: Minor variable renaming to avoid clashes...
2015-05-06 Matthew Wildmoduleapi: Clear self.event_handlers when unhooking...
2015-05-06 Matthew Wildmoduleapi: module:measure_event(), module:measure_globa...
2015-05-06 Matthew Wildmoduleapi: Remove accidental use of undefined and unnec...
2015-05-06 Matthew Wildmoduleapi: Add module:broadcast() to send a stanza...
2015-05-06 Kim Alvefurmod_s2s: Fire read timeout event on correct virtualhost...
2015-05-05 Kim Alvefurmod_pubsub: Add option for default affiliation of non...
2015-05-04 Kim Alvefurutil.statistics: Collect duration sample even if run...
2015-05-04 Kim Alvefurutil.events: Add local reference to table.remove (fixes...
2015-05-03 Kim AlvefurMerge 0.9->0.10
2015-05-02 Kim Alvefurutil.encodings: Move declarations to top of function...
2015-05-02 Kim Alvefurutil.pposix: Return error from ftruncate if that fails...
2015-04-28 Matthew Wildutil.events: Change from nil to false to indicate addin...
2015-04-28 Matthew Wildmoduleapi: New methods for modules to conveniently...
2015-04-28 Matthew Wildmoduleapi: Experimental API for modules to measure...
2015-04-28 Matthew Wildutil.events: Add support for event wrappers, functions...
2015-04-27 Kim Alvefurprosodyctl: check certs: Correctly check that certifica...
2015-04-26 Kim Alvefurconfigure: Set default compiler and linker to cc and...
2015-04-26 Kim Alvefurconfigure: Mention openbsd preset in --help
2015-04-26 Kim Alvefurnet.dns: Make sure argument to math.randomseed does...
2015-04-25 Kim AlvefurMerge 0.9->0.10
2015-04-25 Kim Alvefurmod_c2s, mod_s2s: Collect statistics on number of conne...
2015-04-25 Kim Alvefurmod_blocklist: Some cleanup [luacheck]
2015-04-25 Kim Alvefurusermanager: Capitalize log message
2015-04-25 Kim Alvefurmod_admin_adhoc: Remove special treatment of the "pendi...
2015-04-24 Kim Alvefurnet.dns, mod_s2s: Add chasing of CNAMEs to net.dns...
2015-04-05 Kim Alvefurrostermanager: Fix roster upgrade code (thanks mva)
2015-04-03 Florian Zeitzrostermanager: Add missing import of `type()`
2015-04-03 Florian Zeitzutil-src/*.c: Per convention call luaL_error() as argum...
2015-04-03 Matthew Wildsessionmanager: Rename parameter to avoid varible name...
2015-04-03 Matthew Wildhostmanager: Rename variable to avoid shadowing 'type...
2015-04-03 Matthew Wildloggingmanager: Improve code structure (removes empty...
2015-04-03 Matthew Wildrostermanager: Remove unused parameter
2015-04-03 Kim Alvefurutil-src/*.c: astyle --indent=tab --brackets=attach...
2015-04-03 Kim Alvefurutil.datamanager: Fix traceback due to %s in log message
2015-04-03 Kim Alvefurrostermanager, mod_roster, mod_presence: Move pending...
2015-04-02 Kim Alvefurprosodyctl: Use ssl.loadcertificate instead of ssl...
2015-04-01 Paul Aurichprosodyctl: Document magic commit ID
2015-03-31 Matthew Wildutil.table, Makefile: New C module that allows pre...
2015-03-27 Matthew WildMerge with merge merge merge
2015-03-27 Matthew WildMerge 0.9->0.10 (third time lucky)
next