mod_bosh: pcall() core_process_stanza per stanza, to bring in line with other listene...
[prosody.git] / core /
2013-06-12 Matthew Wildcertmanager: Add single_dh_use and single_ecdh_use...
2013-06-12 Matthew Wildcertmanager: Set ssl.curve to 'secp384r1' by default...
2013-06-11 Matthew Wildcertmanager: Use 'curve' and 'dhparam' options from...
2013-05-22 Matthew Wildcertmanager: Disable SSL compression if possible (LuaSe...
2013-05-01 Matthew WildMerge with Florob
2013-04-29 Kim Alvefurportmanager: Also include the interface the service...
2013-04-29 Waqas Hussainportmanager: Include port numbers the service is listen...
2013-04-27 Kim Alvefurmoduleapi: in module:provides(), add the name of the...
2013-04-27 Kim Alvefurmoduleapi: module:provides called without an item makes...
2013-04-27 Matthew Wildmoduleapi: Add module:get_option_inherited_set() to...
2013-04-27 Matthew Wildmoduleapi: Add module:context(host) to produce a fake...
2013-04-23 Matthew WildMerge
2013-04-22 Waqas Hussainstoragemanager: Fix traceback in logging when store...
2013-04-19 Kim Alvefurmoduleapi: Make module:open_store() open a store named...
2013-04-19 Matthew Wildmoduleapi: Add module:open_store() as a front-end to...
2013-04-11 Matthew Wildsessionmanager, s2smanager: Remove unused imports
2013-04-08 Matthew Wildsessionmanager, s2smanager: Remove open_session tracing
2013-04-05 Matthew Wildmoduleapi: assert() that prosody.core_post_stanza is...
2013-04-05 Matthew Wildportmanager: import pairs() (thanks Maranda)
2013-04-05 Matthew WildMerge with Maranda
2013-04-05 Marco Cirillorostermanager: do not save rosters for unexistant users.
2013-04-04 Marco Cirilloportmanager: add logic to allow specification of servic...
2013-04-03 Matthew Wildconfigmanager: Some cleanup, remove unused variables...
2013-04-01 Marco Cirillomoduleapi: have get_host_items wrap on get_items from...
2013-04-01 Marco Cirillomodulemanager: add missing ipairs import.
2013-04-01 Marco Cirillomodulemanager: add function to retrieve module items...
2013-03-31 Matthew Wildportmanager: Log error and fail to bind when port is...
2013-03-27 Kim Alvefurportmanager: Add use_ipv4 option, default to true.
2013-03-27 Kim Alvefurportmanager: use_ipv6 defaults to true if luasocket...
2013-03-23 Kim Alvefurconfigmanager: Fix so unset variables are searched...
2013-03-23 Kim Alvefurcore.*: Complete removal of all traces of the "core...
2013-03-22 Matthew WildMerge 0.9->trunk
2013-03-22 Matthew Wilds2smanager: Remove unused function parameter
2013-03-22 Matthew Wilds2smanager: Access prosody.hosts instead of hosts globa...
2013-03-22 Matthew WildMerge 0.9->trunk
2013-03-22 Matthew Wilds2smanager, mod_s2s, mod_dialback, mod_saslauth: Move...
2013-03-22 Matthew Wildhostmanager: Use rawget to check for activated hosts...
2013-03-22 Matthew Wildhostmanager: Use prosody.hosts instead of 'hosts' global
2013-03-22 Matthew Wildconfigmanager, hostmanager, prosody: Almost complete...
2013-03-20 Matthew WildMerge 0.9->trunk
2013-03-16 Kim AlvefurMerge 0.9->trunk
2013-03-13 Kim Alvefurs2smanager: Use unused local, reduce table indexing
2013-03-13 Kim Alvefurrostermanager: Remove unused imports
2013-03-13 Kim Alvefurhostmanager: Import core_post_stanza from the global...
2013-02-03 Kim AlvefurMerge 0.9->trunk
2013-01-31 Kim Alvefurportmanager: Make sure foo_ports is a table
2013-01-23 Kim Alvefurs2smanager: Generate session names used for logging...
2013-01-22 Waqas HussainMerge 0.9->trunk
2013-01-07 Kim Alvefurcertmanager: Fix nil index if no LuaSec available
2012-12-28 Kim AlvefurMerge 0.9->trunk
2012-12-28 Kim Alvefurcore.certmanager: Add support for LuaSec 0.5. Also...
2012-12-28 Kim AlvefurMerge 0.9->trunk
2012-12-27 Kim Alvefurcore.loggingmanager: Don't create file log rules from...
2012-12-04 Matthew WildMerge
2012-12-04 Matthew Wildportmanager: Return first service with the specified...
2012-11-30 Waqas HussainMerge 0.9->trunk.
2012-11-30 Waqas Hussainsessionmanager: Log the actual error message when roste...
2012-11-22 Matthew WildMerge with a merge (or something)
2012-11-22 Matthew WildMerge 0.9->trunk
2012-11-22 Matthew Wildmodulemanager: Set module.reloading when a module is...
2012-09-29 Matthew WildMerge 0.9->trunk
2012-09-29 Matthew Wildmoduleapi: Revert previous commit and add comment,...
2012-09-29 Matthew WildMerge 0.9->trunk
2012-09-29 Matthew Wildmoduleapi: Fix require of modulemanager (thanks mva!)
2012-09-28 Kim AlvefurMerge 0.9 -> trunk (like this?)
2012-09-21 Kim Alvefurusermanager: Add support for iterating over accounts
2012-09-21 Kim Alvefurstoragemanager: Support for iterating over users
2012-09-19 Kim Alvefurstoragemanager: Remove unused variable
2012-09-19 Kim Alvefurstoragemanager: Remove unused variable
2012-09-19 Kim Alvefurstoragemanager: Fix argument (Thanks Maranda)
2012-09-19 Kim Alvefurstoragemanager: Fix argument (Thanks Maranda)
2012-09-19 Matthew WildMerge 0.9->trunk
2012-09-19 Matthew Wildstoragemanager: Remove usage of 'core' when calling...
2012-09-17 Kim Alvefurstoragemanager, datamanager, mod_storage_{internal...
2012-09-16 Kim Alvefurstoragemanager: Add purge() for purging user data from...
2012-09-13 Matthew WildMerge 0.9->trunk
2012-09-13 Matthew Wildconfigmanager: Fix include of relative files via Includ...
2012-09-12 Waqas Hussainhostmanager, modulemanager: Ensure hosts[*].modules...
2012-09-12 Waqas Hussaincore.storagemanager, mod_storage_*: "data-driver" ...
2012-09-10 Matthew WildMerge 0.9->trunk
2012-08-31 Kim Alvefurstoragemanager: Fix arguments
2012-08-31 Kim Alvefurstoragemanager: Fix indentation
2012-08-26 Matthew WildMerge 0.9->trunk
2012-08-26 Marco Cirillos2smanager: missing return on session.send function.
2012-08-26 Matthew WildMerge 0.9->trunk
2012-08-24 Kim Alvefurcore.usermanager: Don't close sessions ourselves when...
2012-08-10 Matthew WildMerge 0.9->trunk
2012-08-10 Matthew Wildportmanager: Support 'local_interfaces' config option...
2012-08-05 Matthew WildMerge 0.9->trunk (who has been pushing to trunk?)
2012-08-05 Matthew Wildhostmanager, mod_disco: Show optional 'name' option...
2012-08-03 Matthew Wildmoduleapi: Clarify comment
2012-07-31 Waqas Hussainmod_presence, rostermanager: Bring outbound subscriptio...
2012-07-29 Matthew Wildmoduleapi: If path name ends with '-cache' create table...
2012-07-29 Matthew WildMerge with Zash
2012-07-29 Matthew Wildportmanager: Remove unused import of 'pairs'
2012-07-28 Matthew WildMerge with Zash
2012-07-28 Kim Alvefurusermanager: Add method for deleting a user
2012-07-28 Kim Alvefurstoragemanager: Add method for removing all data belong...
2012-07-28 Kim Alvefurstoragemanager: Add method for listing stores
2012-07-28 Kim Alvefurstoragemanager: Split out driver choosing from the...
next