portmanager: Add forward declarations
[prosody.git] / core /
2015-04-07 Kim Alvefurportmanager: Add forward declarations
2015-04-07 Kim Alvefurrostermanager: Add forward declarations
2015-02-21 Kim Alvefurcore.*: Remove use of module() function
2015-08-10 Kim AlvefurMerge 0.9->0.10
2015-06-25 Kim AlvefurMerge 0.9->0.10
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 Alvefurhostmanager: Metatable with __tostring on hosts
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 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-06 Matthew Wildsessionmanager: Rename argument to avoid name clash...
2015-05-06 Matthew Wildsessionmanager: Rename unused loop variables to '_...
2015-05-06 Matthew WildMerge
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-03 Kim AlvefurMerge 0.9->0.10
2015-04-28 Matthew Wildmoduleapi: New methods for modules to conveniently...
2015-04-28 Matthew Wildmoduleapi: Experimental API for modules to measure...
2015-04-25 Kim AlvefurMerge 0.9->0.10
2015-04-25 Kim Alvefurusermanager: Capitalize log message
2015-04-05 Kim Alvefurrostermanager: Fix roster upgrade code (thanks mva)
2015-04-03 Florian Zeitzrostermanager: Add missing import of `type()`
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 Alvefurrostermanager, mod_roster, mod_presence: Move pending...
2015-03-27 Matthew WildMerge 0.9->0.10 (third time lucky)
2015-03-26 Kim AlvefurMerge 0.9->0.10 again
2015-03-26 Matthew WildMerge 0.9->0.10
2015-03-24 Matthew Wildsessionmanager: Return 'not-allowed' error instead...
2015-01-06 Kim Alvefurstanza_router: Fix routing of 'error' IQs with multiple...
2014-10-14 Matthew Wildcertmanager, net.http: Disable SSLv3 by default
2014-09-09 Kim Alvefurcore.stanza_router: Stricter validation of stanzas
2014-08-27 Kim Alvefurmodulemanager: Reduce warning to debug level message...
2014-07-31 Matthew Wildconfigmanager: nameprep VirtualHost and Component names
2015-03-10 Kim Alvefurstatsmanager: Fire event at the start of collection...
2015-02-24 Matthew WildMerge 0.9->0.10
2015-02-22 Kim Alvefurstatsmanager: Perform an initial collection right after...
2015-02-21 Kim AlvefurMerge 0.9->0.10
2015-02-05 Kim Alvefurcertmanager: Fix compat for MattJs old LuaSec fork
2015-02-05 Kim Alvefurcertmanager: Fix previous commit
2015-02-05 Kim Alvefurcertmanager: Limit certificate chain depth to 9
2015-02-05 Kim Alvefurcertmanager: Options that appear to be available since...
2015-02-05 Kim Alvefurcertmanager: Improve "detection" of features that depen...
2015-02-05 Kim Alvefurcertmanager: Add locals for ssl.context and ssl.x509
2015-02-05 Kim Alvefurcertmanager: Early return from the entire module if...
2015-01-31 Matthew WildMerge with 0.10
2015-01-30 Kim Alvefursessionmanager: Add pre-resource-bind event that would...
2015-01-26 Kim AlvefurMerge 0.9->0.10
2015-01-21 Matthew Wildmoduleapi: Module API for statsmanager
2015-01-21 Matthew Wildstatsmanager, util.statistics: API changes, remove...
2015-01-20 Matthew Wildstatsmanager, prosody: New core module and API for...
2015-01-20 Matthew Wildstoragemanager: Remove unused import of error()
2015-01-20 Matthew Wildsessionmanager: Access bare_session and full_sessions...
2015-01-20 Matthew Wildrostermanager: Access bare_sessions through prosody...
2015-01-20 Matthew Wildportmanager: Remove unused import of pairs()
2015-01-20 Matthew Wildhostmanager: Remove unused import of util.uuid
2015-01-20 Matthew Wildcertmanager: Make global variable access explicit
2014-11-22 Kim Alvefurcertmanager, mod_tls: Return final ssl config as third...
2014-11-20 Kim AlvefurMerge 0.9->0.10
2014-11-19 Kim Alvefurcertmanager: Return final ssl config along with ssl...
2014-11-09 Kim AlvefurMerge 0.9 -> 0.10
2014-10-26 Kim AlvefurMerge 0.9->0.10
2014-10-14 Matthew WildMerge 0.9->0.10
2014-10-08 Waqas HussainMerge 0.9->0.10
2014-10-05 Kim AlvefurMerge 0.9->0.10
2014-09-22 Kim Alvefurcore.module{manager,api}: Fix for 010b141e91ed (Thanks...
2014-09-17 Kim Alvefurcore.modulemanager, core.moduleapi: Hack around depende...
2014-09-17 Kim Alvefurcore.moduleapi: Use require instead of global to get...
2014-09-10 Kim Alvefurcore.sessionmanager: Set a fake thread on destroyed...
2014-09-09 Kim Alvefurcore.stanza_router, mod_s2s: Move handling of S2S featu...
2014-09-09 Kim AlvefurMerge 0.9->0.10
2014-09-03 Matthew WildMerge 0.9->0.10
2014-09-02 Kim AlvefurMerge 0.9->0.10
2014-08-28 Matthew WildMerge 0.9->0.10
2014-08-28 Matthew WildMerge 0.9->0.10
2014-07-31 Matthew WildMerge 0.9->0.10
2014-07-25 Kim Alvefurmod_s2s_auth_certs: Split PKIX based certificate checki...
2014-07-25 Matthew WildMerge 0.9->0.10
next