Software /
code /
prosody
Graph
-
util.signal: Update version in header, and author's email2010-01-10, by Matthew Wild
-
prosody: net_activate_ports: Accept strings as well as numbers for specifying ports2010-01-09, by Matthew Wild
-
prosody: Read list of possible config extensions from configmanager, removes old TODO2010-01-09, by Matthew Wild
-
configmanager: Add parsers() method to return an array of supported config formats2010-01-09, by Matthew Wild
-
s2smanager: Split sending of stream header into a :open_stream() method2010-01-09, by Matthew Wild
-
net.dns: Make sure math.randomseed() gets passed an integer2010-01-07, by Matthew Wild
-
net.server_select: Fix oops in last commit2010-01-06, by Matthew Wild
-
net.server_select: Allow setting the logger using server.setlogger2010-01-06, by Matthew Wild
-
s2smanager: Stamp a 'to' on the reply stream:stream. This makes prosody happy.2010-01-03, by Paul Aurich
-
s2smanager, hostmanager: Make dialback secrets per-host2010-01-03, by Matthew Wild
-
s2smanager: Trim trailing whitespace2010-01-03, by Matthew Wild
-
mod_saslauth: Oops.2010-01-03, by Paul Aurich
-
Merge with Paul2010-01-03, by Matthew Wild
-
mod_muc/muc.lib: Use stanza:get_child() to locate MUC child element2010-01-03, by Matthew Wild
-
mod_saslauth: Use module:get_option()2010-01-03, by Paul Aurich
-
mod_saslauth: Add sasl_backend config parameter2010-01-03, by Paul Aurich
-
Merge with Rob2010-01-03, by Matthew Wild
-
Added notification of configuration changes for MUCs2009-12-30, by Rob Hoelz
-
Add support for non-anonymous MUC rooms2009-12-29, by Rob Hoelz
-
prosodyctl: Gracefully handle a missing stty command, and fall back to ANSI escape sequences2010-01-03, by Matthew Wild
-
prosody.cfg.lua.dist: Remove lie about requiring console_enabled2010-01-01, by Matthew Wild
-
prosody.cfg.lua.dist: Remove trailing whitespace2010-01-01, by Matthew Wild
-
util.events: Rename add_plugin() and remove_plugin() to add_handlers() and remove_handlers() respectively2009-12-31, by Matthew Wild
-
util.signal: Update header comment for new filename2009-12-30, by Matthew Wild
-
util.sasl_cyrus: Report an error if Cyrus SASL init fails.2009-12-30, by Tobias Markmann
-
util.sasl_cyrus: Removing whitespace.2009-12-29, by Tobias Markmann
-
util.sasl_cyrus: Automatically initialize Cyrus SASL with the first used service name.2009-12-29, by Tobias Markmann
-
util.sasl_cyrus: Change variable name.2009-12-28, by Tobias Markmann
-
util.sasl_cyrus: Fixing cyrus mechanism list parsing. (Thanks darkrain)2009-12-28, by Tobias Markmann
-
net.httpserver: Optimized response serialization.2009-12-27, by Waqas Hussain
-
mod_saslauth: Adjust sanitizing.2009-12-23, by Tobias Markmann
-
mod_saslauth: Sanitize debugging information so it won't break terminal emulation when using GSSAPI auth.2009-12-23, by Tobias Markmann
-
first working version with Cyrus SASL support.2009-12-23, by jorj
-
added comment to remind us to fix binary output breaking the terminal2009-12-23, by jorj
-
util.sasl_cyrus: Further fixing and cleanup.2009-12-22, by Tobias Markmann
-
util.sasl_cyrus: Initializing Cyrus SASL library and a bit cleanup.2009-12-22, by Tobias Markmann
-
util.sasl_cyrus: Log errors if CyrusSASL init fails.2009-12-22, by Tobias Markmann
-
mod_saslauth: Make service_name configurable for CyrusSASL users.2009-12-22, by Tobias Markmann
-
mod_saslauth: Add support for CyrusSASL.2009-12-22, by Tobias Markmann
-
Adding sasl_cyrus.lua. A sasl.lua drop-in replacement to use CyrusSASL for all c2s authentication.2009-12-22, by Tobias Markmann
-
mod_saslauth: Requiring c2s encryption means requiring c2s encryption... thanks Flo2009-12-21, by Matthew Wild
-
net.dns: Update synchronous path for new connection API2009-12-21, by Brian Cully
-
util.prosodyctl: Saner determination of Prosody executable path2009-12-21, by Brian Cully
-
mod_pep: Added a TODO.2009-12-21, by Waqas Hussain
-
mod_pep: Handle service discovery queries for bare account JIDs (thanks darkrain).2009-12-21, by Waqas Hussain
-
mod_disco: Handle and fire events for service discovery queries for bare account JIDs (thanks darkrain).2009-12-21, by Waqas Hussain
-
s2smanager: Give reasons to destroy_session in more cases, including when DNS lookup fails2009-12-17, by Matthew Wild
-
Merge with backout branch2009-12-17, by Matthew Wild
-
s2smanager: Send reply stream header only after checking we serve this host (sorry darkrain... :) )2009-12-17, by Matthew Wild
-
Backed out changeset 78c5cb163ea9, to fix another way. Haven't done this for a while :)2009-12-17, by Matthew Wild
-
s2smanager: More whitespace2009-12-17, by Matthew Wild
-
s2smanager: Whitespace2009-12-17, by Matthew Wild
-
net.server_event: Add properties like _ip and _port to server objects too2009-12-17, by Matthew Wild
-
net.server_event: Add :serverport() method to be compatible with old API2009-12-17, by Matthew Wild
-
mod_bosh: Update for new connection API2009-12-17, by Matthew Wild
-
httpserver_listener: Update for new connection API2009-12-17, by Matthew Wild
-
net.httpserver: Fix usage of old connection API syntax2009-12-17, by Matthew Wild
-
xmppserver_listener: Make log messages during SRV retries clearer2009-12-17, by Matthew Wild
-
xmppserver_listener: When a connection fails, pass the reason to destroy_session2009-12-17, by Matthew Wild
-
s2smanager: Have both destroy_session and bounce_sendq accept a reason string to include in bounced stanzas2009-12-17, by Matthew Wild
-
net.server_event: Load ssl/socket libraries if not already available2009-12-17, by Matthew Wild
-
util.timer: Use luaevent's built-in method of repeating an event (fixes a weird crash)2009-12-17, by Matthew Wild
-
prosody: Fixed a possible nil concatenation.2009-12-15, by Waqas Hussain
-
prosody: Fix to net_activate_ports to mend binding to specific interfaces2009-12-15, by Paul Aurich
-
net.http: Don't expect the body on redirects2009-12-10, by Matthew Wild
-
prosody: Added config option 'ssl_ports' to allow multiplexed SSL ports.2009-12-10, by Waqas Hussain
-
mod_httpserver: Text files are text/plain, and not plain/text.2009-12-10, by Waqas Hussain
-
mod_httpserver: Removed a log message.2009-12-10, by Waqas Hussain
-
mod_httpserver: Read files in binary mode; fixes issues with serving binary files.2009-12-10, by Waqas Hussain
-
mod_httpserver: Skip returning a Content-Type when not known (application/octet-stream is not a correct default).2009-12-10, by Waqas Hussain
-
mod_httpserver: Return Content-Type header based on file extension.2009-12-10, by Waqas Hussain
-
mod_httpserver: Delay setup until after server is started.2009-12-10, by Waqas Hussain
-
mod_bosh: Delay setup until after server is started.2009-12-10, by Waqas Hussain
-
prosody: Use the multiplex listener when the 'ports' config option is specified.2009-12-10, by Waqas Hussain
-
net_activate_ports: Use the default config option 'ports' when no option is specified.2009-12-10, by Waqas Hussain
-
multiplex_listener: Initial commit. Multiple protocols on a single port.2009-12-10, by Waqas Hussain
-
modulemanager: Fire item-removed events on module unload.2009-12-09, by Waqas Hussain
-
modulemanager: Fixed a global access.2009-12-09, by Waqas Hussain
-
prosody: Call tostring on the key being used for nil global read before concatenating it with a string.2009-12-09, by Waqas Hussain
-
prosody: Log a warning and traceback, but don't throw an error on nil global read.2009-12-09, by Waqas Hussain
-
Mainfile: Broke up a really long line.2009-12-09, by Waqas Hussain
-
Merge with 0.62009-12-09, by Matthew Wild
-
util.signal: Make kill() available on Solaris; really fixes #136.2009-12-09, by Waqas Hussain
-
prosody: Report the current socket backend in use2009-12-08, by Matthew Wild
-
net.server_event: Add get_backend() method2009-12-08, by Matthew Wild
-
net.server_select: Add get_backend() method2009-12-08, by Matthew Wild
-
mod_posix: Set empty SIGINT handler when a SIGINT is caught2009-12-08, by Matthew Wild
-
prosody: Clarify and add some comments to describe what we're doing when and why2009-12-08, by Matthew Wild
-
Rename closeallservers to closeall in the public API (same as net.server_select) and expose setquitting2009-12-07, by Matthew Wild
-
net.server_event: Add setquitting() function to be compatible with net.server_select2009-12-07, by Matthew Wild
-
net.server_event: Fix closeallservers() to work correctly after the giant refactorizification2009-12-07, by Matthew Wild
-
mod_posix: Catch SIGINT2009-12-07, by Matthew Wild
-
Merge with trunk2009-12-07, by Matthew Wild
-
prosody: Less strict matching for the magic 'interrupted' error2009-12-07, by Matthew Wild
-
prosodyctl: Nicer errors when addplugin command fails2009-12-07, by Matthew Wild
-
util.datamanager: Store data stores with no host in '_global' folder2009-12-06, by Matthew Wild
-
mod_pep: Support item retrieval use cases2009-12-05, by Paul Aurich
-
mod_pep: Allow storage of urn:xmpp:avatar:data node (payload only with base64 data)2009-12-05, by Paul Aurich
-
util.pluginloader: Don't specify a host for the plugin data store (clever waqas...)2009-12-05, by Matthew Wild
-
mod_compression: Tweak some log levels2009-12-04, by Matthew Wild
-
componentmanager: Set ssl_ctx[_in] for components correctly, and use global SSL context if available2009-12-04, by Matthew Wild
-
prosody: Expose global_ssl_ctx through prosody object2009-12-04, by Matthew Wild
-
Disable SSLv2 by default, it's known to be insecure.2009-12-04, by Paul Aurich
-
mod_proxy65: Strip trailing whitespace2009-12-04, by Matthew Wild
-
util-src/Makefile: Clean up makefile (re-commit because MattJ shouldn't commit anything at 3AM)2009-12-04, by Brian Cully
-
net.server_select, net.server_event: Convert to unix line endings from Windows2009-12-04, by Matthew Wild
-
util-src/Makefile: Clean up makefile, rename lsignal.c to signal.c2009-12-04, by Brian Cully
-
configure: fix typo of 'yes' -> 'yet'2009-12-04, by Matthew Wild
-
configure: Add 'linux' ostype and rename lflags to LDFLAGS to match expectations.2009-12-04, by Brian Cully
-
Redo merge with Waqas' PBKDF2 optimizations.2009-12-03, by Tobias Markmann
-
Merge with Waqas.2009-12-03, by Tobias Markmann
-
net.server_select: Restore checks for wantread/timeout errors on receive2009-12-03, by Matthew Wild
-
mod_proxy65: Don't read data from the connection untill the proxying is activated2009-12-03, by Sjoerd Simons
-
mod_proxy65: Make the proxying bidirectional2009-12-03, by Sjoerd Simons
-
mod_proxy65: Use a bigger buffer for data we're proxying2009-12-03, by Sjoerd Simons
-
mod_proxy65: Only lock the reading side when throttling2009-12-03, by Sjoerd Simons
-
net.server_select: Add a function to just lock a stream for reading2009-12-03, by Sjoerd Simons
-
mod_proxy65: Replace error() calls with module:log("error", ...)2009-12-03, by Matthew Wild
-
net.server_select: Make bufferlen() method return, of all things, the buffer length2009-12-03, by Matthew Wild
-
net.server_event: Port fix in 2dc9bbf25447 to libevent-based backend2009-12-03, by Matthew Wild
-
net.dns: Fix for blocking dns lookups to find waiting coroutines correctly (not that we use this in Prosody...)2009-12-03, by Matthew Wild
-
net.dns: Port some DNS fixes to the resolver:feed() function for net.adns to use2009-12-03, by Matthew Wild
-
Merge with 0.62009-12-02, by Matthew Wild
-
util.dependencies: Fix package name of LuaFilesystem2009-12-02, by Matthew Wild
-
Merge with Tobias2009-12-02, by Matthew Wild
-
mod_console: Show compression status on s2s:show() output.2009-12-01, by Tobias Markmann
-
Merge with tip.2009-12-01, by Tobias Markmann
-
Merge with Tobias2009-12-02, by Matthew Wild
-
mod_compression: Removing trailing whitespace.2009-12-01, by Tobias Markmann
-
mod_compression: Declaring the de-/compression pipes as local.2009-12-01, by Tobias Markmann
-
mod_compression: Some comment clean up.2009-12-01, by Tobias Markmann
-
Merge with tip.2009-12-01, by Tobias Markmann
-
mod_compression: Removing forgotten debugging output.2009-11-30, by Tobias Markmann
-
mod_compression: Define db (dialback) namespace in stream header.2009-11-30, by Tobias Markmann
-
Merge with tip.2009-11-30, by Tobias Markmann
-
mod_compression: Enabeling compression for outgoing s2s streams.2009-11-30, by Tobias Markmann
-
mod_compression: Some further refactoring.2009-11-29, by Tobias Markmann
-
mod_compression: Make setup_compression work for s2s sessions too.2009-11-29, by Tobias Markmann
-
mod_compression: Moving compression setup in a dedicated function.2009-11-29, by Tobias Markmann
-
mod_compression: Prepare activating of compression on s2s.2009-11-29, by Tobias Markmann
-
Merge with tip.2009-11-29, by Tobias Markmann
-
Enable one way stream compression on s2s links.2009-11-29, by Tobias Markmann
-
Fixing some typos.2009-11-20, by Tobias Markmann
-
modulemanager, net.dns: Remove trailing whitespace2009-12-02, by Matthew Wild
-
prosodyctl: Experimental 'addplugin' command2009-12-02, by Matthew Wild
-
util.pluginloader: Support for fetching plugins from the data store2009-12-02, by Matthew Wild
-
net.httpserver: Fix to work with new server API2009-12-02, by Matthew Wild
-
net.httpserver: Quick fix to set the correct Content-Type on simple (string) responses, for a few known types2009-12-02, by Matthew Wild
-
mod_proxy65: Remove trailing whitespace2009-12-01, by Matthew Wild
-
mod_proxy65: Fix log:module -> module:log :)2009-12-01, by Matthew Wild
-
Merge with trunk2009-12-01, by Matthew Wild
-
util.sasl.plain: Allow empty authzid (thanks bjc).2009-12-01, by Waqas Hussain
-
util.hmac: Optimized.2009-11-30, by Waqas Hussain
-
util.sasl.scram: Optimized binaryXOR.2009-11-30, by Waqas Hussain
-
util.sasl.scram: Fixed a variable redeclaration.2009-11-30, by Waqas Hussain
-
util.sasl.scram: Making =2D and =3D substitution actually work.2009-11-30, by Tobias Markmann
-
util.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a name/xmlns2009-11-30, by Matthew Wild
-
util.sasl.plain: A little refactoring.2009-11-29, by Waqas Hussain
-
Merge with 0.6.2009-11-29, by Waqas Hussain
-
core.xmlhandlers: Fixed processing of empty namespaces (which caused an issue with jwchat).2009-11-28, by Waqas Hussain
-
mod_register: Properly notify contacts of subscription removal on account deletion.2009-11-28, by Waqas Hussain
-
mod_presence: Use the local host object as the origin for auto-generated subscription approvals and cancellations.2009-11-26, by Waqas Hussain
-
util.sasl.digest-md5: Fixing some variable access.2009-11-28, by Tobias Markmann
-
Merge with Tobias2009-11-28, by Matthew Wild
-
xmppserver_listener: Update for new server API, fixes traceback when closing s2s connections2009-11-28, by Matthew Wild
-
Make some more variables to locals.2009-11-28, by Tobias Markmann
-
util.sasl: Move some variables to local space. Fix a bug.2009-11-28, by Tobias Markmann
-
mod_console: Update for new server API, fixes traceback when closing console sessions2009-11-28, by Matthew Wild
-
util.sasl.plain: Fail gracefully on empty <auth/> tag2009-11-28, by Matthew Wild
-
mod_saslauth: Fix typo in variable name2009-11-28, by Matthew Wild
-
net.server_select: Update conn.close() to use new connection method convention2009-11-28, by Matthew Wild
-
mod_proxy65: Use new jid.join() from util.jid2009-11-27, by Matthew Wild
-
tests: Add tests for util.jid.join()2009-11-27, by Matthew Wild
-
tests/test.lua: Print the current test being run if verbosity sufficient2009-11-27, by Matthew Wild
-
util.jid: Add join(node, host, resource) function to join the components and return nil if invalid2009-11-27, by Matthew Wild
-
mod_proxy65: Update listener callback names for new server API2009-11-27, by sjoerd simons
-
Merged with tip.2009-11-26, by Tobias Markmann
-
mod_saslauth: Allow relogins after failed SASL login.2009-11-26, by Tobias Markmann
-
util.sasl: Adding clean_clone() method.2009-11-26, by Tobias Markmann
-
net.server_event: tostring() some debug logging parameters2009-11-26, by Matthew Wild
-
net.server_event: Add set_send() for compatibility with server_select2009-11-26, by Matthew Wild
-
net.server_event: Hide starttls function when the connection is not SSL-enabled2009-11-26, by Matthew Wild
-
net.server_event: Count the number of client connections *upwards* :)2009-11-26, by Matthew Wild
-
net.server_handler: Add stub handlers as fallbacks for those listeners don't implement2009-11-26, by Matthew Wild
-
net.server_event: Fix to make ontimeout() listener callback work2009-11-26, by Matthew Wild
-
net.server_select: Rename server.setsend() to server.set_send() for consistency2009-11-26, by Matthew Wild
-
net.adns: Some cleanup, happens to also make it compatible with libevent2009-11-26, by Matthew Wild
-
s2smanager: Allow configuration of the dialback_secret in the config2009-11-26, by Matthew Wild
-
Merge with 0.6.2009-11-26, by Waqas Hussain
-
mod_presence: Use the local host as origin for subscription request acks.2009-11-26, by Waqas Hussain
-
mod_roster: Ask remote server to remove pending subscription requests when removing roster items.2009-11-26, by Waqas Hussain
-
Tagging 0.6.12009-11-26, by Matthew Wild
-
Tagging 0.6.02009-11-26, by Matthew Wild
-
Makefile: Fix to install new util/sasl directory2009-11-26, by Matthew Wild
-
Merge with 0.62009-11-25, by Matthew Wild
-
util.serialization: Correctly serialize tables with 'false' as a key, fixes an issue with rosters not saving (thanks mathias, Tobias) 0.6.12009-11-25, by Matthew Wild
-
Merge with trunk2009-11-25, by Matthew Wild
-
Merge with 0.62009-11-25, by Matthew Wild
-
util.dataforms: Don't require type when parsing form XML2009-11-25, by Florian Zeitz
-
Merge with trunk.2009-11-25, by Waqas Hussain
-
MUC: Added support for the room-destroy owner use case.2009-11-25, by Waqas Hussain
-
MUC: Slightly refactored form processing.2009-11-25, by Waqas Hussain
-
SASL: Using locally mapped s_gmatch instead of unavailable gmatch.2009-11-25, by Tobias Markmann
-
Merge with trunk2009-11-25, by Matthew Wild
-
Merge with Tobias's SASL redesign branch2009-11-25, by Matthew Wild
-
Merge with trunk.2009-11-19, by Tobias Markmann
-
Reduce needed roundtrips during DIGEST-MD5 login.2009-11-19, by Tobias Markmann
-
Adding some human readable error messages.2009-11-19, by Tobias Markmann
-
Fail if username or password don't pass SASLprep.2009-11-19, by Tobias Markmann
-
Use new cofig option reading API.2009-11-19, by Tobias Markmann
-
Allow SASL PLAIN over unsecure connections when intended by admin.2009-11-19, by Tobias Markmann
-
Typo.2009-11-19, by Tobias Markmann
-
Handle , and = in usernames for SCRAM.2009-11-18, by Tobias Markmann
-
Provide SASL PLAIN mechanism only if TLS is active.2009-11-18, by Tobias Markmann
-
Cleaning up.2009-11-18, by Tobias Markmann
-
Tidying up.2009-11-18, by Tobias Markmann
-
Enable restriction of supported mechanisms in the SASL library.2009-11-18, by Tobias Markmann
-
SASLprep authentication and password in SASL PLAIN implementation.2009-11-18, by Tobias Markmann
-
SASLprep usernames and passwords.2009-11-18, by Tobias Markmann
-
Making interop with libpurple. (Thanks darkrain).2009-11-17, by Tobias Markmann
-
Add check for forbidden char sequences in validate_username().2009-11-17, by Tobias Markmann
-
Completed SCRAM-SHA-1 implementation to a ready-to-test state.2009-11-17, by Tobias Markmann
-
Added missing require for generate_uuid.2009-11-17, by Tobias Markmann
-
Initial commit of SCRAM SASL mechanism.2009-11-16, by Tobias Markmann
-
Merge with sasl branch.2009-11-16, by Tobias Markmann
Scroll all the way down to load more.