net.http.{server|codes|parser}: Initial commit.
[prosody.git] / core /
2012-03-15 Matthew Wildloggingmanager, util.logger: Remove name sinks and...
2012-03-15 Matthew Wildportmanager: Support 'default_port' in service options
2012-03-15 Matthew WildMerge with Zash
2012-03-15 Matthew Wildportmanager: Add get_registered_services() to the publi...
2012-03-15 Matthew Wildportmanager: Remove check for service_info.multiplex...
2012-03-15 Matthew Wildportmanager: Fix pre-0.9 compatibility by taking defaul...
2012-03-15 Matthew Wildportmanager: Allow services to specify their config...
2012-03-15 Matthew Wildmoduleapi: Add module:send() as an alias for core_post_...
2012-03-15 Matthew Wildmoduleapi: Add module:provides(), a shortcut to add...
2012-03-14 Matthew Wildportmanager: Fire service-removed on unregister
2012-03-14 Matthew Wildportmanager: Fix log message when multiple services...
2012-03-14 Matthew Wildportmanager: Support item-added/net-provider (global...
2012-03-14 Matthew Wildportmanager: Add unregister_service(), and allow multip...
2012-03-14 Matthew Wildmodulemanager: Some refactoring. Deprecate module.host...
2012-03-14 Matthew Wildmoduleapi: Set module.global = true when module:set_glo...
2012-03-14 Matthew Wildmodulemanager: Use appropriate events object for global...
2012-03-11 Matthew WildMerge with Zash
2012-03-11 Matthew Wildportmanager: Add get_active_services()
2012-03-11 Kim Alvefurs2smanager, mod_s2s: Move import of dns_max_depth to...
2012-03-11 Matthew Wildportmanager: Add get_service()
2012-03-03 Matthew WildMerge with Zash
2012-03-02 Kim Alvefurcore.portmanager: Make sure the private flag takes...
2012-02-24 Marco Cirillos2smanager, mod_s2s: clear up ip_hosts after s2s is...
2012-02-24 Matthew WildMerge Zash with Florob and Maranda
2012-02-24 Florian Zeitzs2smanager: remove send_to_host.
2012-02-24 Florian Zeitzmodulemanager: include mod_c2s and mod_s2s into autoloa...
2012-01-23 Matthew Wilds2smanager, mod_s2s, mod_s2s/s2sout: Split connection...
2012-01-23 Matthew Wildstanza_router: Replace s2s send logic with firing of...
2012-01-23 Matthew Wildstanza_router: Remove obsolete commented code
2012-01-23 Matthew Wildsessionmanager: Require uuid_generate()
2012-01-23 Matthew Wildsessionmanager, mod_c2s: Move timeout logic to mod_c2s
2012-01-23 Matthew Wildportmanager: Pass port to friendly_error_message()
2012-01-22 Matthew Wildmod_c2s, sessionmanager, xmppclient_listener: Move...
2012-01-22 Matthew Wildportmanager: One manager to, in the darkness, bind...
2012-01-22 Matthew WildMerge with trunk
2012-01-22 Matthew Wildmoduleapi: Add module:shared(), a way to easily share...
2012-01-22 Matthew Wildmoduleapi: Add module:depends(), a way to safely depend...
2012-01-22 Matthew Wildmodulemanager: load(): Return and use the correct modul...
2012-01-22 Matthew Wildmodulemanager: Cleanup some unused variables, imports...
2012-01-22 Matthew Wildmodulemanager, moduleapi: Replace hooks multitable...
2012-01-22 Matthew Wildmodulemanager: Drop unnecessary prosody_events local
2012-01-22 Matthew Wildmodulemanager: Some reorganisation. Only external chang...
2012-01-22 Matthew Wildmodulemanager: Move in-module API functions to core...
2011-12-20 Matthew Wilds2smanager: Fix missing import of 'type' (thanks darkrain)
2011-12-16 Matthew Wildhostmanager: Add send() method to hosts
2011-12-14 Waqas Hussainusermanager: Prep admin JIDs (fixes issue#276).
2011-12-14 Waqas Hussains2smanager: Don't throw an error when the "interface...
2011-12-13 Matthew Wildsessionmanager: Remove unused reference to modulemanager
2011-12-13 Matthew Wilds2smanager: Remove unused reference to modulemanager
2011-12-13 Matthew Wildmodulemanager: Remove 'config' from module environments...
2011-12-10 Matthew Wildconfigmanager: get(): Make section (core) optional...
2012-03-09 Matthew WildMerge 0.9->trunk
2012-03-04 Kim Alvefurcore.s2smanager: Log the entire stream header.
2012-02-25 Matthew WildMerge with 0.9
2012-02-25 Matthew Wilds2smanager: Fix traceback when socket.tcp6 isn't available
2012-02-21 Kim Alvefurcore.s2smanager: Fix check_cert_status() for when the...
2012-02-12 Matthew WildMerge with 0.9
2012-02-12 Matthew Wildhostmanager: Import select() (thanks Medics)
2012-02-11 Matthew WildMerge with 0.9
2012-02-11 Matthew Wildhostmanager: Import jid_split (thanks chris)
2012-01-26 Matthew WildMerge with 0.9
2012-01-24 Paul Aurichs2smanager: Log the host when marking it authenticated
2011-12-07 Florian Zeitzs2smanager: Store port specified by SRV records
2011-11-28 Matthew Wilds2smanager: Use config over xmppserver's default interface
2011-11-26 Matthew WildMerge with Florob
2011-11-22 Matthew Wildloggingmanager: Remove unused 'critical' level
2011-11-01 Waqas Hussaincertmanager: More informative logging.
2011-10-26 Florian Zeitzs2smanager, net.dns: Fix handling for NXNAME and SRV...
2011-10-22 Florian Zeitzs2smanager, xmppserver_listener: Support for connecting...
2011-09-20 Waqas Hussainmodulemanager: Fix undefined global access in handling...
2011-09-17 Waqas Hussainmodulemanager: Fixed undefined global access in broadca...
2011-08-29 Matthew Wildmodulemanager: Add module:handle_items() to allow a...
2011-08-25 Waqas Hussaincertmanager: Support setting ciphers in SSL config...
2011-08-25 Waqas Hussainconfigmanager: resolve_relative_path: Improved detectio...
2011-08-14 Matthew Wildmodulemanager: Add module:hook_global(name, handler...
2011-08-08 Kim Alvefurcore.modulemanager, mod_disco: Add support for XEP...
2010-12-07 Paul Aurichs2smanager: Update to newer luasec
2011-06-27 Matthew Wildsessionmanager: Remove dependency on util.import
2011-06-05 Matthew Wilds2smanager: Fix letter case in log message (thanks...
2011-06-02 Matthew WildMerge 0.8->trunk
2011-06-02 Matthew WildMerge 0.7->0.8
2011-06-02 Matthew WildMerge 0.6->0.7
2011-06-02 Matthew Wildxmlhandlers/xmppstream: Stop the parser when encounteri...
2011-06-01 Matthew WildMerge 0.8->trunk
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew Wildxmlhandlers: Don't restrict CDATA
2011-06-01 Matthew WildMerge 0.8->trunk
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew Wildxmlhandlers: Reject XML comments, processing instructio...
2011-05-07 Waqas Hussainsessionmanager: Log reason when destroying a session.
2011-05-07 Waqas Hussains2smanager: Log reason when destroying a session.
2011-04-05 Matthew WildMerge 0.8->trunk
2011-04-05 Matthew Wildusermanager: Check host exists before trying to look...
2011-03-29 Matthew Wildsessionmanager: Fire pre-resource-unbind to allow plugi...
2011-02-24 Matthew WildMerge 0.8->trunk
2011-02-22 Matthew Wilds2smanager: Drop some log messages to debug level from...
2011-02-22 Matthew Wilds2smanager: Drop some log messages to debug level from...
2011-02-20 Waqas Hussainmodulemanager: Added module.path to the plugin API...
next