Software /
code /
prosody
Graph
-
s2smanager: Remove logging of (unknown) in a case where from_host and to_host should always be set2012-07-23, by Matthew Wild
-
certmanager: Remove unused import of setmetatable2012-07-23, by Matthew Wild
-
certmanager: Fix for traceback WITH LuaSec... (!) (thanks IRON)2012-07-23, by Matthew Wild
-
certmanager: Fix traceback for missing LuaSec (thanks Link Mauve)2012-07-23, by Matthew Wild
-
mod_s2s/s2sout.lib: Use %s to insert strings into log messages instead of concatenation2012-07-23, by Matthew Wild
-
mod_disco: Allow configurable name in disco identity (defaults to 'Prosody')2012-07-23, by Matthew Wild
-
net.server_event: Remove unused variables and imports2012-07-22, by Matthew Wild
-
net.server_select: Remove unused variables and imports2012-07-22, by Matthew Wild
-
net.server_select: Remove extraneous variable2012-07-22, by Matthew Wild
-
sessionmanager: Clean up some unused variables and imports2012-07-22, by Matthew Wild
-
Merge with Maranda2012-07-22, by Matthew Wild
-
mod_admin_telnet: add s2s:closeall command and relative help entry.2012-07-09, by Marco Cirillo
-
Merge with Zash2012-07-22, by Matthew Wild
-
Merge Zash with Zash for Zash2012-07-22, by Matthew Wild
-
adhoc.lib: Make some globals local2012-07-18, by Kim Alvefur
-
mod_admin_telnet: Add info about user management commands to the help2012-07-09, by Kim Alvefur
-
mod_admin_telnet: Add some user management commands.2012-07-09, by Kim Alvefur
-
net.http: Use base64 from util.encodings instead of luasocket2012-07-07, by Kim Alvefur
-
mod_admin_telnet: Replace anonymous function with loop (saves a closure)2012-07-22, by Matthew Wild
-
Merge 0.9->trunk2012-07-22, by Matthew Wild
-
mod_s2s: Don't treat a stanza as delivered if session.sends2s() returns false2012-07-22, by Matthew Wild
-
mod_presence: Handle nil disconnection error2012-07-22, by Matthew Wild
-
mod_iq: Don't treat an iq as handled if session.send() returns false2012-07-22, by Matthew Wild
-
mod_message: Don't treat a message as delivered ok if session.send() returns false2012-07-22, by Matthew Wild
-
net.http: Don't call ondisconnect manually, net.server now calls it on close2012-07-22, by Matthew Wild
-
sessionmanager: Have session.send() of a retired session return false to indicate failure2012-07-22, by Matthew Wild
-
mod_s2s/s2sout.lib: Fix indentation2012-07-22, by Matthew Wild
-
Merge 0.9->trunk2012-07-22, by Matthew Wild
-
Merge 0.9->trunk2012-07-19, by Matthew Wild
-
mod_admin_adhoc: Remove unused variable and save a bit of CPU...2012-07-19, by Matthew Wild
-
moduleapi: Remove unused import of util.multitable2012-07-19, by Matthew Wild
-
Merge 0.9->trunk2012-07-09, by Matthew Wild
-
util.throttle: floor() internal balance calculation2012-07-09, by Matthew Wild
-
Merge 0.9->trunk2012-07-08, by Matthew Wild
-
util.pposix: Add comments to mallinfo fields we use, so I don't forget tomorrow what they mean2012-07-08, by Matthew Wild
-
Merge 0.9->trunk2012-07-08, by Matthew Wild
-
Merge with backout2012-07-08, by Matthew Wild
-
Backed out changeset 72a2eec4204a (incomplete fix)2012-07-08, by Matthew Wild
-
Merge 0.9->trunk2012-07-07, by Matthew Wild
-
mod_auth_anonymous: Attach a fake roster to the session, so the null storage backend can be used2012-07-07, by Kim Alvefur
-
usermanager: Pass session on to auth provider (missing half of commit 0545a574667b) (thanks Zash)2012-07-07, by Matthew Wild
-
Merge 0.9->trunk2012-07-05, by Matthew Wild
-
Merge (some of) trunk -> 0.92012-07-05, by Matthew Wild
-
Merge 0.9->trunk2012-07-05, by Matthew Wild
-
mod_saslauth: Pass session to usermanager.get_sasl_handler()2012-07-04, by Matthew Wild
-
TODO: Add statistics2012-07-04, by Matthew Wild
-
util.logger: Remove some redundant code2012-06-24, by Matthew Wild
-
util.stanza: Make stanza:childtags() behave like :get_child()2012-07-05, by Kim Alvefur
-
prosodyctl: Fix typo2012-07-03, by Kim Alvefur
-
util.pposix: Add setenv()2012-07-03, by Kim Alvefur
-
util.sasl: Make registerMechanism a public function2012-06-18, by Matthew Wild
-
mod_admin_web: Use util.dataforms' own error checking2012-07-04, by Florian Zeitz
-
mod_dialback: Skip an unnecessary nameprep.2012-06-14, by Waqas Hussain
-
s2smanager: Fix a traceback when we close a s2s connection ourselves (thanks for the testing Zash).2012-06-13, by Waqas Hussain
-
Merge 0.9->trunk2012-06-12, by Matthew Wild
-
util.dataforms: Fix parsing of -multi fields2012-06-12, by Florian Zeitz
-
Merge with trunk2012-06-12, by Matthew Wild
-
mod_adhoc, mod_admin_adhoc, mod_announce: Use module:provides() to manage Ad-Hoc commands2012-06-12, by Florian Zeitz
-
certmanager: Add quotes around cert file path when logging.2012-06-12, by Waqas Hussain
-
MUC: Handle missing persistent room data.2012-06-12, by Waqas Hussain
-
mod_s2s: Remove check for socket.tcp6()2012-05-29, by Kim Alvefur
-
mod_s2s: Only do AAAA lookup if IPv6 is available, and A if IPv4 is available.2012-05-29, by Kim Alvefur
-
mod_proxy65: Fix ACL2012-05-29, by Kim Alvefur
-
stanza_router: Also don't bounce <iq type='result'>2012-05-27, by Matthew Wild
-
stanza_router: Don't bounce type=error stanzas2012-05-27, by Kim Alvefur
-
mod_proxy65: Add missing import of portmanager2012-05-26, by Kim Alvefur
-
mod_proxy65: Warn about pre-0.9 config style (per host proxy65_port)2012-05-26, by Kim Alvefur
-
mod_http: Fix traceback when no HTTP services succeed in binding2012-05-26, by Matthew Wild
-
DEPENDS: Add luafilesystem (thanks Zash)2012-05-26, by Matthew Wild
-
mod_admin_telnet: More code found and updated, which depended on pre-8c5b5ebaacb0 behaviour.2012-05-25, by Kim Alvefur
-
mod_admin_telnet: Code found and updated, which depended on pre-8c5b5ebaacb0 behaviour.2012-05-25, by Kim Alvefur
-
mod_http: Fix normalize_path('/') to not return an empty string, fixes module:http_url()2012-05-25, by Kim Alvefur
-
net.http.parser: Break loop when no more usable data in buffer2012-05-25, by Matthew Wild
-
net.server_event: Internal changes to get plain-SSL outgoing connections working (as for HTTPS)2012-05-24, by Matthew Wild
-
mod_s2s, s2sout.lib: Send stream header in onconnect()2012-05-24, by Matthew Wild
-
net.server_select: Don't close client connections when closing a server (it wasn't working anyway)2012-05-23, by Matthew Wild
-
portmanager: Match service against service_info (:iter() doesn't match values)2012-05-22, by Matthew Wild
-
util.multitable: Some fixes for iter()... always match against query, and pass value after path results2012-05-22, by Matthew Wild
-
certmanager: tonumber() (fix for 0b8134015635)2012-05-19, by Matthew Wild
-
certmanager: Don't use no_ticket option before LuaSec 0.42012-05-19, by Matthew Wild
-
mod_compression: advertise/activate compression only for authenticated sessions in accordance to XEP-0170. (Thanks fippo)2012-05-19, by Tobias Markmann
-
portmanager: Fix to deactivate services when they are unregistered (metatable:iter() wins)2012-05-19, by Matthew Wild
-
mod_http: Add module:http_url([app_name,][default_path]) for a module to get a guess at its external URL2012-05-18, by Matthew Wild
-
util.watchdog: Pass watchdog object to callback so that it doesn't always have to be a closure2012-05-18, by Matthew Wild
-
certmanager: no_ticket is not a verification option (thanks Zash)2012-05-18, by Matthew Wild
-
certmanager: Add no_ticket option for OpenSSL (we don't support resumption yet)2012-05-17, by Matthew Wild
-
net.server_select: Return error when SSL handshake fails immediately (thanks Zash)2012-05-17, by Matthew Wild
-
util.dataforms: Don't return invalid JIDs in jid-single.2012-05-17, by Kim Alvefur
-
util.dataforms: Fix validation of booleans.2012-05-17, by Kim Alvefur
-
INSTALL: Update with changes from wiki.2012-05-17, by Kim Alvefur
-
util.dataforms: Do field validation and normalization in field readers.2012-05-17, by Kim Alvefur
-
modulemanager: Components should inherit mod_s2s from global modules_enabled too2012-05-16, by Matthew Wild
-
Remove util.broadcast2012-05-16, by Matthew Wild
-
prosodyctl: Add duplicate code for getting version of prosody2012-05-15, by Kim Alvefur
-
mod_bosh: Set Content-Type to text/html for GET response (thanks Medics)2012-05-15, by Matthew Wild
-
net.http.parser: Keep the Host header no host is present in the URI2012-05-15, by Kim Alvefur
-
prosodyctl: Fix for generating certs with UTF-82012-05-14, by Kim Alvefur
-
muc.lib: room:set_historylength(): Condense code, and don't store length when equal to default2012-05-13, by Matthew Wild
-
MUC: Fix check for history length update.2012-05-13, by Waqas Hussain
-
muc.lib: Fix for traceback when no history length is set for the room2012-05-13, by Matthew Wild
-
mod_s2s: Only try next target if the stream didn't open2012-05-13, by Matthew Wild
-
prosodyctl: Improve help messages for cert commands2012-05-13, by Kim Alvefur
-
util.timer: Always pass the current time to timer callbacks.2012-05-12, by Waqas Hussain
-
mod_iq: Use "jabber:client" when the stanza payload namespace is nil.2012-05-12, by Waqas Hussain
-
Merge with Zash2012-05-12, by Matthew Wild
-
mod_http_files: Respond with a 301 redirect for directories to append a / (fixes relative links)2012-05-12, by Kim Alvefur
-
stanza_router: Fix variable name2012-05-12, by Matthew Wild
-
net.http.parser: Do full URL decoding and parsing (e.g. adds request.url.query when present)2012-05-12, by Matthew Wild
-
net.http: Fix urlencode to not encode unreserved characters, so I can guiltlessly rant about people who do.2012-05-12, by Matthew Wild
-
stanza_router: Close stream for unhandled stanzas from unauthenticated connections (we can't reply)2012-05-12, by Matthew Wild
-
stanza_router: Remove FIXME comment and close stream with not-authorized for s2s stanzas from unauthed domains2012-05-11, by Matthew Wild
-
stanza_router: Catch s2s stanzas to hosts we don't serve earlier, and close with host-unknown (thanks darkrain)2012-05-11, by Matthew Wild
-
portmanager: Fix missing variable declaration2012-05-11, by Matthew Wild
-
adhoc.lib: Default actions to 'complete' (replacement for rev 52b6901cabb0)2012-05-11, by Kim Alvefur
-
Merge with backout2012-05-11, by Matthew Wild
-
Backed out changeset 52b6901cabb0 (to be replaced)2012-05-11, by Matthew Wild
-
portmanager: Remove unused import of 'package'2012-05-11, by Matthew Wild
-
portmanager: Support for per-port SSL certificates2012-05-11, by Matthew Wild
-
moduleapi: Don't auto-reload self when already reloading (fixes reload of modules with cyclic dependencies)2012-05-11, by Matthew Wild
-
modulemanager: Set module.reloading = true when firing module-reloaded event2012-05-11, by Matthew Wild
-
mod_c2s: Another lurking string.format squashed.2012-05-11, by Matthew Wild
-
mod_dialback: Remove a remaining usage of string.format, ick.2012-05-11, by Matthew Wild
-
mod_s2s: Remove TODO comment for SASL/TLS on s2s (thanks Florob)2012-05-11, by Matthew Wild
-
mod_dialback: Final sweep to get nameprep + error handling in order (hopefully)2012-05-11, by Matthew Wild
-
mod_dialback: Fix logic bug - we should have both a to and from at this point2012-05-11, by Matthew Wild
-
Merge with Maranda2012-05-11, by Matthew Wild
-
Merge with backout2012-05-11, by Matthew Wild
-
Backed out changeset 661752889535 - obsoleted by 878f75ccc4fb.2012-05-11, by Matthew Wild
-
Merge with backout2012-05-11, by Matthew Wild
-
Backed out changeset 9f1fb34cd7f8 - obsoleted by 5ef05f32bc42.2012-05-11, by Matthew Wild
-
Merge with backout2012-05-11, by Matthew Wild
-
Backed out changeset 751510cd558d - obsoleted by 5ef05f32bc42.2012-05-11, by Matthew Wild
-
muc.lib: return feature-not-implemented when a foregoing discovery node is specified in a disco#info request.2012-05-10, by Marco Cirillo
-
mod_auth_anonymous: add disallow_s2s to the host object if s2s communication is disallowed.2012-05-10, by Marco Cirillo
-
mod_dialback: add better safe then sorry nameprepping to the from attribute.2012-05-09, by Marco Cirillo
-
Merge with Zash2012-05-10, by Matthew Wild
-
s2smanager, mod_s2s: Move checking DNS timeout option to mod_s2s2012-05-10, by Kim Alvefur
-
s2smanager: Clean up unused imports.2012-05-10, by Kim Alvefur
-
util.rfc3484: Don't pollute the global scope.2012-05-10, by Kim Alvefur
-
util.hashes: Add sha224, sha384, sha5122012-05-10, by Kim Alvefur
-
util.hashes: Use defined hash function output lengths.2012-05-08, by Kim Alvefur
-
prosodyctl: Show an error if the user doesn't supply a hostname to the certificate commands2012-05-08, by Kim Alvefur
-
prosodyctl: Replace hack with lfs for checking if a file exists2012-05-08, by Kim Alvefur
-
util.x509: Remove logic for generating certificate configs2012-05-08, by Kim Alvefur
-
prosodyctl: Use util.openssl in certificate helpers. Improve feedback2012-05-08, by Kim Alvefur
-
util.openssl: Add wrapper for the openssl cli tool and move certificate config logic from util.x509 into it.2012-05-08, by Kim Alvefur
-
mod_auth_anonymous: Block s2s when enabled on a host (and disallow_s2s ~= false)2012-05-04, by Matthew Wild
-
mod_s2s: Cache to_host and from_host in local variables, and use these instead of repeated lookups2012-05-04, by Matthew Wild
-
mod_s2s: Become a shared module (yay)2012-05-04, by Matthew Wild
-
stanza_router: Fire route/remote per-host2012-05-04, by Matthew Wild
-
stanza_router: Allow route/remote handlers to return false to block a stanza2012-05-04, by Matthew Wild
-
prosodyctl: Fix import of util.iterators2012-05-03, by Kim Alvefur
-
Rename plugins/s2s/ to plugins/mod_s2s/2012-05-03, by Matthew Wild
-
sessionmanager: Remove max_resources config option and check, incorrect anyway (thanks Zash)2012-05-03, by Matthew Wild
-
util.timer: Remove unnecessary require calls, fixes a traceback (thanks nulani)2012-05-03, by Matthew Wild
-
net.server: server_select != server_event (thanks Nulani, Florob)2012-05-03, by Matthew Wild
-
Merge with Zash2012-05-03, by Matthew Wild
-
portmanager: Import pairs2012-05-03, by Kim Alvefur
-
mod_admin_telnet: Add muc:room(jid) command to get the MUC room object2012-05-02, by Matthew Wild
-
mod_component: Allow unauthenticated components to authenticate (thanks Maranda)2012-04-30, by Matthew Wild
-
mod_component: Components start out as component_unauthed until successful authentication (thanks xnyhps)2012-04-30, by Matthew Wild
-
modulemanager: Pass the module's final host (e.g. '*') to the module-loaded event2012-04-29, by Matthew Wild
-
mod_component: Send <?xml on initial stream (thanks xnyhps)2012-04-29, by Matthew Wild
-
util.xmlrpc: Remove (unused)2012-04-29, by Matthew Wild
-
portmanager: Import ipairs (thanks Maranda)2012-04-29, by Matthew Wild
-
Merge with Zash2012-04-29, by Matthew Wild
-
mod_s2s: Don't try to continue attempting to connect when an s2sin is closed2012-04-29, by Kim Alvefur
-
Merge 0.9->trunk2012-04-29, by Matthew Wild
-
Merge with Zash2012-04-29, by Matthew Wild
-
mod_pubsub.lua: Fix global access2012-04-24, by Kim Alvefur
-
mod_posix: Support syslog_facility config option2012-04-26, by Matthew Wild
-
mod_version: Fix missing comma and correct prefix for util.pposix2012-04-24, by Kim Alvefur
-
net.connlisteners: Add COMPAT stub, use portmanager!2012-04-28, by Matthew Wild
-
s2sout.lib: Check whether lua-socket supports IPv62012-04-28, by Florian Zeitz
-
portmanager: Import tonumber (thanks Zash)2012-04-28, by Matthew Wild
-
net.http.server: Code cleanup/adjustment now that send_response() accepts response.body2012-04-28, by Matthew Wild
-
net.http.server: Use response.body if it exists and body is not specified to send_response2012-04-28, by Matthew Wild
-
portmanager: Ensure port is always a number (thanks Zash)2012-04-28, by Matthew Wild
-
mod_muc/muc.lib: Fall back to default_history_length if no length in config2012-04-28, by Matthew Wild
-
net.httpserver: Add compatibility stub2012-04-28, by Matthew Wild
-
mod_s2s: Log certificate errors, for troubleshooting goodness2012-04-28, by Paul Aurich
-
mod_s2s: Fix import of core_process_stanza. I don't know why I thought it was there (thanks Zash)2012-04-28, by Matthew Wild
-
Merge with Zash2012-04-28, by Matthew Wild
-
mod_admin_adhoc: Small style fix2012-04-28, by Matthew Wild
-
mod_admin_telnet: Add c2s:count() which shows number of connected users.2012-04-28, by Kim Alvefur
-
util.debug: Add +1 to level when getting locals table, to account for current function2012-04-28, by Matthew Wild
-
modulemanager: Fixes to handle circular dependencies in module:depends()2012-04-28, by Matthew Wild
-
mod_http: Depend on mod_http_errors2012-04-28, by Matthew Wild
-
usermanager: Add log error for use of COMPAT config option 'anonymous_login'. To be removed in next version.2012-04-28, by Matthew Wild
-
util.httpstream: Remove COMPAT properties from request2012-04-28, by Matthew Wild
-
net.http.server: Remove unused imports and variables (fixes traceback due to removed net.httpserver)2012-04-28, by Matthew Wild
-
mod_bosh: Remove unused send_buffer variable2012-04-28, by Matthew Wild
-
mod_bosh: Fix request/response mixup2012-04-28, by Matthew Wild
-
mod_bosh: Remove unused import of util.timer2012-04-28, by Matthew Wild
-
mod_muc/muc.lib.lua: Remove unused imports and variables2012-04-28, by Matthew Wild
-
mod_auth_anonymous: Remove unused logger init2012-04-28, by Matthew Wild
-
mod_auth_internal_hashed: Remove COMPAT code (upgrading old hashed storage format from pre-0.8)2012-04-28, by Matthew Wild
-
mod_auth_internal_hashed: Remove unused imports2012-04-28, by Matthew Wild
-
mod_auth_internal_plain: Remove unused imports2012-04-28, by Matthew Wild
-
mod_dialback: Remove unused declaration of xmlns_dialback2012-04-28, by Matthew Wild
-
mod_message: Remove unused import of table.insert2012-04-28, by Matthew Wild
-
storagemanager: Fix incorrect variable name2012-04-28, by Matthew Wild
-
mod_component: Remove unused variable2012-04-28, by Matthew Wild
-
mod_s2s/s2sout.lib: Fix imports and some undefined variables2012-04-28, by Matthew Wild
-
mod_s2s: Fix imports and remove some unused variables2012-04-28, by Matthew Wild
-
mod_saslauth: Remove unused declaration of xmlns_stanzas2012-04-28, by Matthew Wild
-
mod_c2s: Remove unused import of portmanager2012-04-28, by Matthew Wild
-
mod_s2s: Add log() import2012-04-28, by Matthew Wild
-
util.timer: Remove unused function imports2012-04-28, by Matthew Wild
-
moduleapi: Import util.timer2012-04-28, by Matthew Wild
-
util.stanza: Remove unused function imports2012-04-28, by Matthew Wild
-
hostmanager: Remove import of unused setmetatable2012-04-28, by Matthew Wild
-
moduleapi: Remove unused variable 'module_items'2012-04-28, by Matthew Wild
-
modulemanager: Remove unused function imports2012-04-28, by Matthew Wild
-
modulemanager: Remove unused NULL declaration2012-04-28, by Matthew Wild
-
portmanager: Fix breakage (import ALL the functions)2012-04-28, by Matthew Wild
-
portmanager: Rename activate_service() to activate() (to match deactivate())2012-04-28, by Matthew Wild
-
portmanager: Add module() definition2012-04-28, by Matthew Wild
-
portmanager: Explicitly import some libraries2012-04-28, by Matthew Wild
-
net.http.server: Try default_host if client sent no host anywhere, otherwise... fail. It's 2012.2012-04-28, by Matthew Wild
-
net.http.server: Fix traceback on missing host header (thanks darkrain)2012-04-27, by Matthew Wild
-
mod_bosh: Remove unused import of net.httpserver2012-04-27, by Matthew Wild
-
net.http.server: Improve comment2012-04-27, by Matthew Wild
-
mod_component: Return true after denying a second component connection for a host (thanks xnyhps)2012-04-27, by Matthew Wild
-
modulemanager: Clear modulemap when a host is deactivated (thanks xnyhps)2012-04-27, by Matthew Wild
-
hostmanager: Remove unused host_config parameter from host-activated event2012-04-27, by Matthew Wild
-
hostmanager: Add some TODO comments2012-04-27, by Matthew Wild
-
hostmanager: Convert host-deactivating event parameters to a table2012-04-27, by Matthew Wild
-
mod_proxy65: Fix traceback when proxy65 service fails to bind a port2012-04-27, by Matthew Wild
-
net.http.server: Remove unused variable2012-04-27, by Matthew Wild
-
net.http.server: Correctly cache results of handler indexing, and also cache failures2012-04-27, by Matthew Wild
-
mod_bosh: Add routes without trailing-'/', so that both /http-bind and /http-bind/ work again2012-04-27, by Matthew Wild
-
mod_http: Allow a route value to be static data rather than a handler function2012-04-27, by Matthew Wild
-
net.http.codes: Add missing 418 status code2012-04-27, by Matthew Wild
-
mod_http_files: Specify method in HTTP route2012-04-27, by Matthew Wild
-
mod_http: Link to docs on routes in error message2012-04-27, by Matthew Wild
-
moduleapi: Rename module:hook_stanza() -> module:hook_tag() (hook_stanza works for compat)2012-04-27, by Matthew Wild
-
moduleapi: get_host_type(): Return nil for global modules (no host)2012-04-27, by Matthew Wild
-
mod_http: Remove unused import of url.parse2012-04-26, by Matthew Wild
-
mod_http_files, net.http.parser: Move path normalization to net.http.parser so that all modules can benefit2012-04-26, by Matthew Wild
-
Merge with backout2012-04-26, by Matthew Wild
-
Revert 98bfebb38705, moved to net.http.parser in 4fc99f1b75702012-04-26, by Matthew Wild
-
net.http.server: Fire http-error 400 if request fails sanity checks2012-04-26, by Matthew Wild
-
net.http.parser: Handle full URLs in status line.2012-04-26, by Waqas Hussain
-
mod_http_errors: Module to handle HTTP errors with a HTML page2012-04-26, by Matthew Wild
-
net.http.server: Make error handling overrideable via 'http-error' event2012-04-26, by Matthew Wild
-
net.server.http: Parse absolute URIs in requests (thanks Maranda)2012-04-26, by Matthew Wild
-
moduleapi: Fix parameters to unhook_object_event()2012-04-26, by Matthew Wild
-
moduleapi: module:depends(): Don't load shared modules onto the current host if the current host is '*'...2012-04-26, by Matthew Wild
-
net.http.server: Expose events object (for debug purposes)2012-04-26, by Matthew Wild
-
util.helpers: show_events(): Make more robust, and allow filtering results to a specific event2012-04-26, by Matthew Wild
-
net.http.server: Lower score of wildcard handlers to ensure specific handlers beat them2012-04-26, by Matthew Wild
-
mod_http_files: Change option name from http_path to http_files_dir2012-04-26, by Matthew Wild
-
mod_http_files: Log 404 failure reason2012-04-26, by Matthew Wild
-
mod_http_files: Return numeric error codes instead of custom error responses2012-04-26, by Matthew Wild
-
util.debug: Remove 'white' from boundary style (leave at default colour)2012-04-26, by Matthew Wild
-
util.termcolours: tohtml() for converting output to HTML. I don't know.2012-04-26, by Matthew Wild
-
mod_bosh: Update informational message on GET2012-04-26, by Matthew Wild
-
mod_http: Use module:hook/unhook_event_object() so that handlers get unregistered if mod_http is unloaded2012-04-26, by Matthew Wild
-
moduleapi: Add module:unhook_object_event()2012-04-26, by Matthew Wild
-
net.http.server: Fix to compare priority if path lengths are the same (logic fail)2012-04-26, by Matthew Wild
-
util.debug: Some more magic constant fiddling. Don't ask me.2012-04-25, by Matthew Wild
-
mod_bosh: Large commit to update to mod_http/net.http.server APIs. Becomes a shared module.2012-04-25, by Matthew Wild
-
mod_bosh: Optimisation, store reply_before value as waiting_requests value (saves a lookup)2012-04-25, by Matthew Wild
-
net.http.server: Small fix to comment2012-04-25, by Matthew Wild
-
net.http.server: Remove legacy compatibility2012-04-25, by Matthew Wild
-
portmanager: Fix selecting bind_interfaces from pre-0.9 config options.2012-04-25, by Kim Alvefur
-
Makefile: Fix for net/http2012-04-25, by Matthew Wild
-
mod_proxy65: Add multiplex pattern.2012-04-25, by Waqas Hussain
-
Merge timber->trunk - thanks everyone!2012-04-24, by Matthew Wild
-
net.http.server: Remove debug message2012-04-24, by Matthew Wild
-
util.helpers: Add show_events(), to show the events and handlers in a util.events object2012-04-24, by Matthew Wild
-
util.debug: Turn into a real-ish module ('debugx'), and require you call use() to override debug.traceback()2012-04-24, by Matthew Wild
-
mod_proxy65: Port to portmanager, make a shared module2012-04-24, by Matthew Wild
-
mod_http: Fix specifying method in app route keys2012-04-24, by Matthew Wild
-
portmanager: Add get_service_at(interface, port) and close(interface, port)2012-04-24, by Matthew Wild
-
net.server_event: Do not automatically close clients when closing a server port2012-04-24, by Matthew Wild
-
net.server_select: Remove server from _server table when closing2012-04-24, by Matthew Wild
-
mod_admin_telnet: Add initial port:list() and port:close() commands2012-04-24, by Matthew Wild
-
prosody: Load portmanager at startup, to ensure it is ready to receive item-added events when modules are loaded2012-04-24, by Matthew Wild
-
mod_http_files: Rename argument to reflect what it actually is2012-04-23, by Kim Alvefur
-
mod_httpserver: Rename to mod_http_files2012-04-23, by Kim Alvefur
-
mod_httpserver: Adapt to use the new HTTP API2012-04-23, by Kim Alvefur
-
mod_http: Pass portion of path that matched wildcard to wildcard handlers, as a second parameter2012-04-23, by Matthew Wild
-
net.http.server: Support for wildcard events (events that end with '/*')2012-04-23, by Matthew Wild
-
mod_http: Support for default_path in apps2012-04-23, by Matthew Wild
-
moduleapi: Add module:add_timer(delay, callback) - automatically halts the timer on module unload2012-04-23, by Matthew Wild
-
modulemanager: Set module.loaded = false on unload2012-04-23, by Matthew Wild
-
mod_http: Revamp module for new API and config2012-04-23, by Matthew Wild
-
moduleapi: module:depends(): Load shared modules onto the current host even if they are loaded globally already2012-04-23, by Matthew Wild
-
modulemanager: Report errors that happen when loading a shared module onto its original host2012-04-23, by Matthew Wild
-
moduleapi: module:provides(): Add "-provider" onto the key name2012-04-23, by Matthew Wild
-
moduleapi: module:provides(): Fix usage of wrong table2012-04-23, by Matthew Wild
-
net.http.server: Fix legacy net.httpserver fallback (httpserver is no longer a global).2012-04-22, by Waqas Hussain
-
net.httpserver: Comment dependency on connlisteners. Further cleanup to follow.2012-04-22, by Waqas Hussain
-
Merge with Zash2012-04-22, by Matthew Wild
-
core.certmanager: Log a message when a password is required but not supplied. fixes #2142012-04-21, by Kim Alvefur
-
mod_component: Handle component connecting to non-existent host2012-04-22, by Matthew Wild
-
mod_motd: Use presence/bare to catch a client's initial presence and send the MOTD then (fixes #282)2012-04-22, by Matthew Wild
-
multiplex_listener: Remove (already ported to mod_net_multiplex)2012-04-21, by Matthew Wild
-
mod_motd: Send only to resource coming online, not the user's bare JID (fixes #282)2012-04-21, by Matthew Wild
-
prosody: Don't require net.httpserver now2012-04-21, by Matthew Wild
-
mod_admin_telnet: module:list(): List global modules (part-fixes #228)2012-04-21, by Matthew Wild
-
modulemanager: When a shared module becomes global, ensure it still gets loaded onto the original target host2012-04-21, by Matthew Wild
-
modulemanager: Support for shared modules - function module.add_host(host_module) in a global module2012-04-21, by Matthew Wild
-
modulemanager: Make module_has_method and module_call_method use rawget()2012-04-21, by Matthew Wild
-
modulemanager: Use modulemap rather than hosts[host] (fix for when host == "*")2012-04-21, by Matthew Wild
-
modulemanager: Use api_instance rather than pluginenv.module (same thing)2012-04-21, by Matthew Wild
-
modulemanager: Allow loading a module onto "*" (part-fixes #228)2012-04-21, by Matthew Wild
-
net.connlisteners: Be gone!2012-04-21, by Matthew Wild
-
mod_http: Include handlers of non-global modules.2012-04-21, by Waqas Hussain
-
mod_http: Provide HTTP service.2012-04-21, by Waqas Hussain
-
net.http.server: Fire global HTTP event when no specific handlers available.2012-04-21, by Waqas Hussain
-
net.http.server: Missing <title/> in 404 Not Found response.2012-04-21, by Waqas Hussain
-
mod_adhoc: Always allow at least the "complete" action2012-04-12, by Florian Zeitz
-
net.http.{server|codes|parser}: Initial commit.2012-04-07, by Waqas Hussain
-
mod_s2s: Queuing a stanza constitutes handling it.2012-03-27, by Paul Aurich
-
mod_s2s: Add "::" as a IPv6 interface (thanks darkrain)2012-03-26, by Florian Zeitz
-
Makefile: Use cp instead of install, and make sure the correct umask is set2012-03-20, by Kim Alvefur
-
mod_c2s: Add missing multiplexed service discovery pattern.2012-03-15, by Kim Alvefur
-
portmanager: Support 'default_port' in service options2012-03-15, by Matthew Wild
-
mod_posix, mod_bosh, mod_admin_telnet: Use module:set_global()2012-03-15, by Kim Alvefur
-
Merge with Zash2012-03-15, by Matthew Wild
-
mod_s2s: Don't bounce sendq on failed connections since it's handled by s2smanager2012-03-11, by Kim Alvefur
-
mod_c2s, mod_s2s: Add multiplex support2012-03-15, by Matthew Wild
-
portmanager: Add get_registered_services() to the public API2012-03-15, by Matthew Wild
-
portmanager: Remove check for service_info.multiplex (now implemented in mod_net_multiplex)2012-03-15, by Matthew Wild
-
portmanager: Allow services to specify their config option prefix2012-03-15, by Matthew Wild
-
moduleapi: Add module:send() as an alias for core_post_stanza() from the current host's origin2012-03-15, by Matthew Wild
-
moduleapi: Add module:provides(), a shortcut to add an item with the current module's name2012-03-15, by Matthew Wild
-
portmanager: Fire service-removed on unregister2012-03-14, by Matthew Wild
-
mod_s2s/s2sout.lib: Log message instead of traceback when s2s isn't configured for any ports2012-03-14, by Matthew Wild
-
mod_c2s: Use module:add_item() to add the net-provider for portmanager2012-03-14, by Matthew Wild
-
portmanager: Fix log message when multiple services are configured to use the same port2012-03-14, by Matthew Wild
-
portmanager: Support item-added/net-provider (global and shared modules only!)2012-03-14, by Matthew Wild
-
portmanager: Add unregister_service(), and allow multiple services with the same name (they get queued)2012-03-14, by Matthew Wild
-
moduleapi: Set module.global = true when module:set_global() is called2012-03-14, by Matthew Wild
-
modulemanager: Use appropriate events object for global modules when firing item-removed on unload2012-03-14, by Matthew Wild
-
mod_auth_internal_{plain,hashed}: Clarify log messages on initialization2012-03-11, by Matthew Wild
-
mod_s2s: Collect s2s sources from portmanager and get local address if necessary2012-03-11, by Florian Zeitz
-
mod_s2s: Remove obsolete default_interface2012-03-11, by Florian Zeitz
-
Merge with Zash2012-03-11, by Matthew Wild
-
s2smanager, mod_s2s: Move import of dns_max_depth to mod_s2s2012-03-11, by Kim Alvefur
-
portmanager: Add get_active_services()2012-03-11, by Matthew Wild
-
portmanager: Add get_service()2012-03-11, by Matthew Wild
-
Merge with Zash2012-03-09, by Matthew Wild
-
mod_admin_adhoc: Use module:depends()2012-03-07, by Kim Alvefur
-
mod_admin_adhoc: Import util.iterators properly2012-03-07, by Kim Alvefur
-
Merge with Maranda2012-03-08, by Matthew Wild
-
mod_s2s: remove conn sessions clearing redundancy and leave it only in listener.ondisconnect2012-03-05, by Marco Cirillo
-
Merge with Zash2012-03-07, by Matthew Wild
-
mod_s2s: Log the entire stream header.2012-03-04, by Kim Alvefur
-
Merge with Zash2012-03-03, by Matthew Wild
-
mod_dialback, mod_s2s: Log initiation of dialback in mod_dialback2012-03-03, by Kim Alvefur
-
mod_s2s, mod_dialback: Rename event to s2s-authenticate-legacy2012-03-03, by Kim Alvefur
-
Merge with Zash2012-03-03, by Matthew Wild
-
mod_s2s, mod_dialback: Event on pre-XMPP streams, so we can try dialback.2012-03-03, by Kim Alvefur
-
core.portmanager: Make sure the private flag takes precedence over global interfaces2012-03-02, by Kim Alvefur
-
mod_admin_telnet: Import util.iterators properly2012-03-02, by Kim Alvefur
-
mod_s2s: return true when we sent the stanza, or initiated a new s2sout2012-03-02, by Kim Alvefur
-
mod_dialback: Remove unused import of s2smanager.send_to_host()2012-03-02, by Kim Alvefur
-
mod_s2s: Add missing local table.insert2012-02-29, by Kim Alvefur
-
Fix make install for mod_s2s.2012-03-02, by Thijs Alkemade
-
s2smanager, mod_s2s: clear up ip_hosts after s2s is marked as established, remove useless space from mod_s2s code2012-02-24, by Marco Cirillo
-
Merge backout2012-02-24, by Matthew Wild
-
Backed out changeset aba47e6dff432012-02-24, by Matthew Wild
-
Merge Zash with Florob and Maranda2012-02-24, by Matthew Wild
-
mod_admin_telnet: make service private.2012-02-24, by Marco Cirillo
-
mod_s2s, s2sout.lib: import cert verify and add another fallback method in case socket.local_addresses isn't there.2012-02-24, by Marco Cirillo
-
s2sout.lib: import utils/functionality once in s2smanager.2012-02-24, by Florian Zeitz
-
mod_s2s: port functionality once in s2smanager.2012-02-24, by Florian Zeitz
-
mod_dialback: import util.hashes and functionality once in s2smanager.2012-02-24, by Florian Zeitz
-
s2smanager: remove send_to_host.2012-02-24, by Florian Zeitz
-
modulemanager: include mod_c2s and mod_s2s into autoloaded modules.2012-02-24, by Florian Zeitz
-
s2sout.lib: Fix wrong variable name2012-02-23, by Kim Alvefur
-
s2sout.lib: Add locals for source interfaces2012-02-23, by Kim Alvefur
-
s2sout.lib: Import various util.*2012-02-23, by Kim Alvefur
-
mod_s2s: Attach send function to session2012-02-23, by Kim Alvefur
-
mod_s2s: Initiate connections2012-02-23, by Kim Alvefur
-
mod_s2s: Fix typo2012-02-22, by Kim Alvefur
-
mod_s2s: Add some missing imports2012-02-22, by Kim Alvefur
-
net.http, httpclient_listener: Merge listener into net.http2012-01-23, by Matthew Wild
-
xmppserver_listener: Remove2012-01-23, by Matthew Wild
-
stanza_router: Replace s2s send logic with firing of a 'route/remote' event2012-01-23, by Matthew Wild
-
stanza_router: Remove obsolete commented code2012-01-23, by Matthew Wild
-
sessionmanager: Require uuid_generate()2012-01-23, by Matthew Wild
-
mod_c2s: Code reduction2012-01-23, by Matthew Wild
-
mod_admin_telnet: Port to portmanager2012-01-23, by Matthew Wild
-
sessionmanager, mod_c2s: Move timeout logic to mod_c2s2012-01-23, by Matthew Wild
-
prosody: Remove connlisteners, and net_activate_ports2012-01-23, by Matthew Wild
Scroll all the way down to load more.