Software /
code /
prosody
Graph
-
mod_posix: Remove console and stdout logging sinks before daemonizing2012-11-10, by Kim Alvefur
-
Merge 0.9 -> trunk2012-10-24, by Kim Alvefur
-
mod_s2s: Detect TLS compression2012-10-24, by Kim Alvefur
-
Merge 0.9 -> trunk2012-10-14, by Kim Alvefur
-
mod_presence: Fix indentation2012-10-14, by Kim Alvefur
-
mod_pep: Remove unused imports2012-10-14, by Kim Alvefur
-
mod_motd: Don't trigger on directed presence or stanzas from s2s.2012-10-13, by Kim Alvefur
-
mod_admin_telnet: user:list(): Allow filtering the set of users2012-10-12, by Kim Alvefur
-
mod_admin_telnet: user:list() check that the given host exists2012-10-12, by Kim Alvefur
-
Merge 0.9->trunk2012-10-01, by Matthew Wild
-
mod_register: Fire event to allow blocking user registration2012-10-01, by Florian Zeitz
-
Merge 0.9->trunk2012-09-29, by Matthew Wild
-
moduleapi: Revert previous commit and add comment, it's meant to be this way2012-09-29, by Matthew Wild
-
Merge 0.9->trunk2012-09-29, by Matthew Wild
-
moduleapi: Fix require of modulemanager (thanks mva!)2012-09-29, by Matthew Wild
-
Merge 0.9 -> trunk (like this?)2012-09-28, by Kim Alvefur
-
mod_admin_telnet: Fix copypaste error in user section of help2012-09-28, by Kim Alvefur
-
mod_admin_telnet: Add support for listing users2012-09-21, by Kim Alvefur
-
usermanager: Add support for iterating over accounts2012-09-21, by Kim Alvefur
-
mod_auth_internal_{plain,hashed}: Add support for iterating over accounts2012-09-21, by Kim Alvefur
-
storagemanager: Support for iterating over users2012-09-21, by Kim Alvefur
-
mod_storage_sql: Add support for iterating over users with data in a store2012-09-21, by Kim Alvefur
-
mod_storage_internal, datamanager: Add support for iterating over users with data in a store2012-09-21, by Kim Alvefur
-
prosodyctl: Fix copypaste error2012-09-19, by Kim Alvefur
-
prosodyctl: Set stricter umask while generating key (thanks darkrain)2012-09-19, by Kim Alvefur
-
prosodyctl: Abort if unable to load util.pposix2012-09-19, by Kim Alvefur
-
prosodyctl: Set $HOME to data path. Fixes issue with openssl and random state (Thanks Florob)2012-09-19, by Kim Alvefur
-
storagemanager: Remove unused variable2012-09-19, by Kim Alvefur
-
storagemanager: Fix argument (Thanks Maranda)2012-09-19, by Kim Alvefur
-
mod_admin_adhoc: Add commands for activating and deactivating hosts2012-09-19, by Kim Alvefur
-
configure, Makefile: Allow runtime to be overridden.2012-09-28, by Kim Alvefur
-
MUC: Fix traceback caused by faulty logic precedence. (thanks waqas, nulani)2012-09-25, by Kim Alvefur
-
Merge 0.9->trunk2012-09-22, by Waqas Hussain
-
prosodyctl: Make sure hosts[*].modules always exists.2012-09-22, by Waqas Hussain
-
prosodyctl: Fix copypaste error2012-09-19, by Kim Alvefur
-
prosodyctl: Set stricter umask while generating key (thanks darkrain)2012-09-19, by Kim Alvefur
-
prosodyctl: Abort if unable to load util.pposix2012-09-19, by Kim Alvefur
-
prosodyctl: Set $HOME to data path. Fixes issue with openssl and random state (Thanks Florob)2012-09-19, by Kim Alvefur
-
storagemanager: Remove unused variable2012-09-19, by Kim Alvefur
-
storagemanager: Fix argument (Thanks Maranda)2012-09-19, by Kim Alvefur
-
mod_admin_adhoc: Add commands for activating and deactivating hosts2012-09-19, by Kim Alvefur
-
prosody, prosodyctl: chdir() to data directory on startup2012-09-19, by Matthew Wild
-
Merge 0.9->trunk2012-09-19, by Matthew Wild
-
mod_storage_sql: Remove obsolete comment2012-09-19, by Matthew Wild
-
storagemanager: Remove usage of 'core' when calling configmanager.get()2012-09-19, by Matthew Wild
-
storagemanager, datamanager, mod_storage_{internal,sql}: Replace list_stores() with an iterator version2012-09-17, by Kim Alvefur
-
storagemanager: Add purge() for purging user data from all backends in use2012-09-16, by Kim Alvefur
-
mod_admin_telnet: Fix user:*, correct names, docs, do validation2012-09-15, by Kim Alvefur
-
Merge 0.9->trunk2012-09-13, by Matthew Wild
-
mod_legacyauth: Fix for sending error response to unauthed s2s connections2012-09-13, by Matthew Wild
-
Merge 0.9->trunk2012-09-13, by Matthew Wild
-
configmanager: Fix include of relative files via Include directive in config2012-09-13, by Matthew Wild
-
hostmanager, modulemanager: Ensure hosts[*].modules always exists.2012-09-12, by Waqas Hussain
-
mod_storage_*: Don't explicitly set driver name, to ease copying/renaming modules.2012-09-12, by Waqas Hussain
-
core.storagemanager, mod_storage_*: "data-driver" -> "storage-provider", to allow using module:provides().2012-09-12, by Waqas Hussain
-
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item().2012-09-12, by Waqas Hussain
-
Merge 0.9->trunk2012-09-12, by Waqas Hussain
-
util.datamanager: Make the util.pposix dependency optional.2012-09-12, by Waqas Hussain
-
mod_auth_*: Use module:provides().2012-09-12, by Waqas Hussain
-
mod_auth_internal_hashed: Get rid of useless wrapper function new_hashpass_provider.2012-09-12, by Waqas Hussain
-
mod_auth_{internal_plain,cyrus,anonymous}: Get rid of useless wrapper function new_default_provider.2012-09-12, by Waqas Hussain
-
Merge 0.9->trunk2012-09-10, by Matthew Wild
-
mod_dialback: Correctly check if a connection was destroyed (thanks iron)2012-09-05, by Kim Alvefur
-
mod_s2s: Check that an SRV reply isn't empty.2012-09-03, by Kim Alvefur
-
storagemanager: Fix arguments2012-08-31, by Kim Alvefur
-
storagemanager: Fix indentation2012-08-31, by Kim Alvefur
-
Merge 0.9->trunk2012-08-28, by Waqas Hussain
-
util.datetime: Fix timestamp parsing pattern.2012-08-28, by Waqas Hussain
-
Merge 0.9->trunk2012-08-26, by Matthew Wild
-
s2smanager: missing return on session.send function.2012-08-26, by Marco Cirillo
-
Merge 0.9->trunk2012-08-26, by Matthew Wild
-
util.datamanager: Ignore errors if the file is gone after removing it2012-08-26, by Kim Alvefur
-
util.prosodyctl: Use usermanager to delete users instead of unsetting their password2012-08-24, by Kim Alvefur
-
prosodyctl: Use util.prosodyctl.deluser2012-08-24, by Kim Alvefur
-
mod_admin_adhoc: Use usermanager.delete_user to delete users2012-08-24, by Kim Alvefur
-
mod_roster: When an user is deleted, unsubscribe from their contacts2012-08-24, by Kim Alvefur
-
mod_register: Hijack the session close call to send the final iq reply when deleting2012-08-24, by Kim Alvefur
-
mod_c2s: When a user gets deleted, drop all their sessions2012-08-24, by Kim Alvefur
-
mod_register: Remove all account cleanup2012-08-24, by Kim Alvefur
-
util.datamanager: Collect errors when deleting all stores of a user, but ignore "no such file"2012-08-24, by Kim Alvefur
-
mod_http: Rework how module:http_url() builds the url.2012-08-21, by Kim Alvefur
-
mod_http: Don't produce paths with double / if a module is set to serve /2012-08-21, by Kim Alvefur
-
tools/xep227toprosody.lua: Update childtags calls, replace some with ipairs2012-08-21, by Kim Alvefur
-
util.stanza: Use ipairs instead of childtags (behavior changed in 92c86e11fd44)2012-08-21, by Kim Alvefur
-
tools/openfire2prosody: Initial commit.2012-08-11, by Waqas Hussain
-
Merge 0.9->trunk2012-08-10, by Matthew Wild
-
MUC: Fix a traceback caused by private IQ result and error stanzas where the encoded id can't be processed.2012-08-09, by Waqas Hussain
-
util.array: Accept an iterator to the array constructor2012-08-08, by Matthew Wild
-
mod_legacyauth: Remove unused variable2012-08-07, by Kim Alvefur
-
mod_legacyauth: Return an error if username or resource fails stringprep (thanks iron)2012-08-07, by Kim Alvefur
-
Merge 0.9->trunk (who has been pushing to trunk?)2012-08-05, by Matthew Wild
-
tools/erlparse: Handle decimal point in numbers.2012-08-04, by Waqas Hussain
-
tools/erlparse: Fix erlang string escape sequences.2012-08-04, by Waqas Hussain
-
MUC: Fix private IQ results and errors for non-vcard queries.2012-08-04, by Waqas Hussain
-
moduleapi: Clarify comment2012-08-03, by Matthew Wild
-
mod_admin_adhoc, mod_announce: Explicitly specify possible actions for ad-hoc commands2012-08-02, by Florian Zeitz
-
mod_adhoc: Add support for specifying a default action2012-08-02, by Florian Zeitz
-
mod_muc: Fix syntax error (thanks Florob)2012-08-01, by Matthew Wild
-
util.pluginloader: Remove unused imports2012-08-01, by Matthew Wild
-
util.pluginloader: Expose load_file2012-08-01, by Matthew Wild
-
mod_bosh: Remove redundant code (send stream features in only one place) (thanks Zash)2012-08-01, by Matthew Wild
-
Merge Waqas<>Zash2012-07-31, by Matthew Wild
-
util.pposix: Put the warning back, mention how we might still use posix_fallocate()2012-07-31, by Kim Alvefur
-
util.pposix: Try posix_fallocate() if fallocate() is unsupported by the file system2012-07-31, by Kim Alvefur
-
util.datamanager: Don't use os.rename on non-POSIX. It doesn't overwrite exisitng files on Windows.2012-07-31, by Waqas Hussain
-
MUC: Give host and server admins "owner" affiliation in all rooms.2012-07-31, by Waqas Hussain
-
MUC: Expose room metatable in the MUC lib.2012-07-31, by Waqas Hussain
-
MUC: Send unavailable presence when the component or server is shutting down.2012-07-31, by Waqas Hussain
-
MUC: Fix private IQ and message routing.2012-07-31, by Waqas Hussain
-
mod_presence, rostermanager: Bring outbound subscription cancellation in line with RFC6121.2012-07-31, by Waqas Hussain
-
MUC: Return <item-not-found/> on message and iq to non-existent rooms (thanks Maranda).2012-07-31, by Waqas Hussain
-
util.datamanager: Add missing mode flag to seek call2012-07-31, by Kim Alvefur
-
mod_storage_sql: Return connection from connect even if already connected (thanks IRON)2012-07-30, by Matthew Wild
-
mod_storage_sql: Complete transactions in list_stores and purge2012-07-30, by Kim Alvefur
-
mod_storage_sql: Keep connections in a shared cache table2012-07-29, by Kim Alvefur
-
moduleapi: If path name ends with '-cache' create table as weak (keys and values)2012-07-29, by Matthew Wild
-
util.pposix: Warn about posix_fallocate2012-07-29, by Kim Alvefur
-
util.datamanager: Remove a few unused imports2012-07-29, by Kim Alvefur
-
Merge with Zash2012-07-29, by Matthew Wild
-
util.datamanager: Write to a temporary file and atomically move it into place2012-07-29, by Kim Alvefur
-
configure: Add _GNU_SOURCE flag to linux and debian presets to enable Linux fallocate()2012-07-28, by Kim Alvefur
-
portmanager: Remove unused import of 'pairs'2012-07-29, by Matthew Wild
-
util.datamanager: Use pposix.fallocate() to make sure appends succeed. Also add a fallback fallocate()2012-07-28, by Kim Alvefur
-
util.pposix: Add fallocate method, backed by either posix_fallocate() or Linux fallocate()2012-07-28, by Kim Alvefur
-
Merge with Zash2012-07-28, by Matthew Wild
-
usermanager: Add method for deleting a user2012-07-28, by Kim Alvefur
-
storagemanager: Add method for removing all data belonging to a user2012-07-28, by Kim Alvefur
-
mod_storage_sql: Add method for removing all data belonging to a user2012-07-28, by Kim Alvefur
-
mod_storage_internal: Add method for removing all data belonging to a user2012-07-28, by Kim Alvefur
-
util.datamanager: Add function for removing all data belonging to a user2012-07-28, by Kim Alvefur
-
storagemanager: Add method for listing stores2012-07-28, by Kim Alvefur
-
storagemanager: Split out driver choosing from the open() method2012-07-28, by Kim Alvefur
-
mod_storage_sql: Add method for listing stores2012-07-28, by Kim Alvefur
-
mod_storage_sql: Split out query handling logic from getsql() into a separate function2012-07-28, by Kim Alvefur
-
mod_storage_internal: Add method for listing stores2012-07-28, by Kim Alvefur
-
util.datamanager: Add function for listing stores2012-07-28, by Kim Alvefur
-
mod_bosh: Backout revision bc0a68cae236 (experimental bosh_auto_cork option) as I don't believe it works2012-07-28, by Matthew Wild
-
mod_admin_telnet: Import prosody.incoming_s2s2012-07-28, by Matthew Wild
-
mod_admin_telnet: Fix usage of incorrect variable2012-07-28, by Matthew Wild
-
mod_admin_telnet: Remove unused variable2012-07-28, by Matthew Wild
-
mod_admin_telnet: Import portmanager and s2smanager, as they are both used2012-07-28, by Matthew Wild
-
mod_admin_telnet: Fix broken indentation2012-07-28, by Matthew Wild
-
mod_admin_telnet: Use module:get_option() instead of configmanager directly2012-07-28, by Matthew Wild
-
Merge with Florob2012-07-28, by Matthew Wild
-
mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globals2012-06-09, by Florian Zeitz
-
prosody: Define a getfenv() replacement for Lua 5.22012-06-08, by Florian Zeitz
-
Eliminate direct setfenv usage2012-06-08, by Florian Zeitz
-
util.envload: New module to abstract Lua 5.1's setfenv and Lua 5.2's load2012-06-07, by Florian Zeitz
-
net.server_event: Replace usage of string.len() with # operator2012-07-26, by Matthew Wild
-
mod_muc: Remove unused variable and pull hosts into a local2012-07-26, by Kim Alvefur
-
mod_muc: Use module:send() instead of core_*_stanza()2012-07-26, by Kim Alvefur
-
stanza_router: Warn if the global core_*_stanza() functions are called2012-07-26, by Kim Alvefur
-
mod_admin_telnet: Add xmpp:ping(from, to), useful for initiating s2s connections2012-07-26, by Kim Alvefur
-
net.server_event: Don't emit empty packets, check for errors first. (fixes #287)2012-07-25, by Kim Alvefur
-
Merge with Zash2012-07-25, by Matthew Wild
-
mod_admin_telnet: Remove useless call to string.lower()2012-07-24, by Kim Alvefur
-
mod_admin_telnet: Add missing import of usermanager2012-07-24, by Kim Alvefur
-
mod_admin_telnet: Remove unused or duplicated locals2012-07-24, by Kim Alvefur
-
mod_pep: Allow configurable service discovery identity (Fix)2012-07-25, by IRON
-
Merge with IRON2012-07-25, by Matthew Wild
-
mod_pep: Allow configurable service discovery identity2012-07-25, by IRON
-
loggingmanager: Remove unused variables2012-07-24, by Matthew Wild
-
mod_muc: Fix a couple of cases of 'forbidden' stanza error being sent with type 'cancel' - fixes #3032012-07-24, by Matthew Wild
-
mod_bosh: Use new format for headers when checking for proxies to get the originating IP2012-07-23, by Kim Alvefur
-
mod_c2s, mod_s2s: Lower 'Disconnecting X' log messages from 'info' to 'debug'2012-07-23, by Matthew Wild
-
sessionmanager: Lower 'destroying session' message to 'debug' level (from 'info')2012-07-23, by Matthew Wild
-
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
-
portmanager: Pass port to friendly_error_message()2012-01-23, by Matthew Wild
-
util.iterators: Make a standard library (no longer injects into global namespace)2012-01-23, by Matthew Wild
-
util.set: Accept nil to add_list()2012-01-22, by Matthew Wild
-
mod_c2s, sessionmanager, xmppclient_listener: Move all c2s network and stream logic into a new module, mod_c2s2012-01-22, by Matthew Wild
-
portmanager: One manager to, in the darkness, bind them2012-01-22, by Matthew Wild
-
Merge with trunk2012-01-22, by Matthew Wild
-
mod_admin_telnet: Use module:shared() to expose commands table and default console environment2012-01-22, by Matthew Wild
-
moduleapi: Add module:shared(), a way to easily share data between multiple loaded modules2012-01-22, by Matthew Wild
-
moduleapi: Add module:depends(), a way to safely depend upon another module at runtime2012-01-22, by Matthew Wild
-
modulemanager: load(): Return and use the correct module object2012-01-22, by Matthew Wild
-
util.helpers: After nearly 'fixing' this code, I conclude it instead only deserves a bigger smile2012-01-22, by Matthew Wild
-
modulemanager: Cleanup some unused variables, imports, whitespace and add a comment.2012-01-22, by Matthew Wild
-
modulemanager: Drop unnecessary prosody_events local2012-01-22, by Matthew Wild
-
modulemanager: Move in-module API functions to core.moduleapi (half the file size, yay)2012-01-22, by Matthew Wild
-
configmanager: get(): Make section (core) optional (hurrah)2011-12-10, by Matthew Wild
-
Merge with Markus Kötter2012-04-24, by Matthew Wild
-
muc - implement per channel history limits2012-04-13, by Markus Kötter
-
Merge with 0.92012-04-19, by Matthew Wild
-
mod_bosh: Log error on BOSH parse failure (thanks daurnimator)2012-04-19, by Matthew Wild
-
util.debug: Move boundary markers to top of relevant sections of the stack trace (easier to follow)2012-03-22, by Matthew Wild
-
util.debug: Add a touch of colour to source locations2012-03-22, by Matthew Wild
-
util.debug: Add a bit of colour2012-03-22, by Matthew Wild
-
util.debug: Move optimal line length (default 65) into a variable2012-03-22, by Matthew Wild
-
util.debug: Add markers in the output when crossing source file boundaries2012-03-22, by Matthew Wild
-
util.debug: Add catch for an "error in error handling"2012-03-22, by Matthew Wild
-
util.debug: Attempt to get debug.traceback() parameter handling correct (again)2012-03-22, by Matthew Wild
-
Merge 0.9->trunk2012-03-09, by Matthew Wild
-
mod_admin_telnet: Add flag for IPv62012-03-05, by Kim Alvefur
-
mod_admin_telnet: Add flag for stream management.2012-03-05, by Kim Alvefur
-
mod_admin_telnet: (encrypted) is redundant in combination with (secure)2012-03-05, by Kim Alvefur
-
mod_admin_telnet: Commond and flexible way to show stream properties.2012-03-05, by Kim Alvefur
-
core.s2smanager: Log the entire stream header.2012-03-04, by Kim Alvefur
-
Merge with 0.92012-02-25, by Matthew Wild
-
core.s2smanager: Fix check_cert_status() for when the stream has no from attr2012-02-21, by Kim Alvefur
-
s2smanager: Fix traceback when socket.tcp6 isn't available2012-02-25, by Matthew Wild
-
Merge with 0.92012-02-12, by Matthew Wild
-
hostmanager: Import select() (thanks Medics)2012-02-12, by Matthew Wild
-
Merge with 0.92012-02-12, by Matthew Wild
-
mod_saslauth: Remove useless import of, and call to nodeprep.2012-02-12, by Kim Alvefur
-
mod_saslauth: Fire authentication-failure if make_authenticated() failed.2012-02-12, by Kim Alvefur
-
mod_saslauth: Move authentication-success event to after session has been made authenticated.2012-02-12, by Kim Alvefur
-
Merge with 0.92012-02-11, by Matthew Wild
-
hostmanager: Import jid_split (thanks chris)2012-02-11, by Matthew Wild
-
util.prosodyctl: Fix variable name clash introduced in 55ef5d83d00a (thanks chris)2012-02-11, by Matthew Wild
-
Merge with 0.92012-02-08, by Matthew Wild
-
util.prosodyctl: In the register command, check that the virtual exists before proceeding.2012-02-08, by Kim Alvefur
-
hostmanager: Add send() method to hosts2011-12-16, by Matthew Wild
-
prosody.cfg.lua.dist: Comment mod_legacyauth by default (thanks Zash)2012-01-31, by Matthew Wild
-
util.template: Refactoring to make the string->stanza conversion code more generic.2012-02-04, by Waqas Hussain
-
Merge with 0.92012-01-26, by Matthew Wild
-
s2smanager: Log the host when marking it authenticated2012-01-24, by Paul Aurich
-
mod_saslauth: "" ~= nil (thanks, Zash!)2012-01-24, by Paul Aurich
-
util.json: Added function encode_ordered(object).2012-01-18, by Waqas Hussain
-
util.dataforms: Fix verfication for booleans2011-12-03, by Florian Zeitz
-
util.dataforms: Fix form verification2011-12-02, by Florian Zeitz
-
Merge with Zash2012-01-26, by Matthew Wild
-
prosodyctl: Add commands for generating certificates and keys2012-01-20, by Kim Alvefur
-
user.x509: Add some utility functions for generating OpenSSL configs2012-01-20, by Kim Alvefur
-
util.prosodyctl: Add getline() and show_prompt()2012-01-20, by Kim Alvefur
-
util.xmppstream: Optimize attribute processing.2012-01-25, by Waqas Hussain
-
util.xmppstream: Have faith in the XML parser matching start and end tags.2012-01-25, by Waqas Hussain
-
util.xmppstream: Remove some unnecessary code.2012-01-25, by Waqas Hussain
-
mod_compression: Change default compression level to 72012-01-19, by Kim Alvefur
-
mod_compression: Use get_option_number2012-01-19, by Kim Alvefur
-
Merge with trunk2012-01-18, by Matthew Wild
-
Merge with 0.92012-01-18, by Matthew Wild
-
mod_watchregistrations: Fixed an undefined global access (thanks Medics).2011-12-12, by Waqas Hussain
-
prosodyctl: Adjust description of 'reload' command (thanks crocket)2012-01-17, by Matthew Wild
-
mod_tls: Fix log statement (thanks Zash)2012-01-18, by Matthew Wild
-
util.json: Added function encode_ordered(object).2012-01-18, by Waqas Hussain
-
Merge with 0.92012-01-17, by Matthew Wild
-
net.http: Pass response object to callbacks (feels hacky, should this be passed *instead of* the request?)2012-01-17, by Matthew Wild
-
util.throttle: Fix 'outstanding' return value2012-01-13, by Matthew Wild
-
util.throttle: Import setmetatable2012-01-13, by Matthew Wild
-
util.throttle: Fix 'outstanding' return value2012-01-13, by Matthew Wild
-
util.throttle: Import setmetatable2012-01-13, by Matthew Wild
-
util.debug: Adjust level within get_locals_table() to account for the additional depth of this function itself2012-01-13, by Matthew Wild
-
mod_component: removed unused variable reference, added "flagging" to assert if a component is connected or not.2012-01-06, by Marco Cirillo
-
net.xmppcomponent_listener: removed unused variable reference.2012-01-06, by Marco Cirillo
-
util.stanza: Remove unused __add metamethod2011-12-21, by Matthew Wild
-
s2smanager: Fix missing import of 'type' (thanks darkrain)2011-12-20, by Matthew Wild
-
hostmanager: Add send() method to hosts2011-12-16, by Matthew Wild
-
usermanager: Prep admin JIDs (fixes issue#276).2011-12-14, by Waqas Hussain
-
s2smanager: Don't throw an error when the "interface" config option is a string (which it is by default).2011-12-14, by Waqas Hussain
-
mod_bosh: Remove unused reference to lxp2011-12-14, by Waqas Hussain
-
sessionmanager: Remove unused reference to modulemanager2011-12-13, by Matthew Wild
-
s2smanager: Remove unused reference to modulemanager2011-12-13, by Matthew Wild
-
modulemanager: Remove 'config' from module environments (no modules use it that I'm aware of)2011-12-13, by Matthew Wild
-
mod_watchregistrations: Fixed an undefined global access (thanks Medics).2011-12-12, by Waqas Hussain
-
util/datamanager: Use package.config to figure out directory seperator2011-12-12, by James Callahan
-
configure: Add 'openbsd' preset (thanks xavier)2011-12-11, by Matthew Wild
-
mod_adhoc: Use module:handle_items()2011-12-10, by Matthew Wild
-
util.array: Avoid globals.2011-12-09, by Waqas Hussain
-
util.array: Make array:push() chainable.2011-12-09, by Waqas Hussain
-
mod_bosh: Fixed use of a private HTTP request property.2011-12-09, by Waqas Hussain
-
net.httpserver: Removed unused import.2011-12-09, by Waqas Hussain
-
migrator/jabberd14: Minor refactoring.2011-12-09, by Waqas Hussain
-
configure: Remove obsolete option '--require-config'2011-12-08, by Matthew Wild
-
s2smanager: Store port specified by SRV records2011-12-07, by Florian Zeitz
-
util.iterators: it2table: Fix variable name2011-12-07, by Matthew Wild
-
util.array: Expand some of the more basic methods to act more sensibly than their names suggested2011-12-07, by Matthew Wild
-
util.array: Add pluck() method to pick a given property from each item2011-12-07, by Matthew Wild
-
mod_bosh: Remove a session from inactive_sessions before destroying it2011-12-07, by Matthew Wild
-
util.dataforms: Fix verfication for booleans2011-12-03, by Florian Zeitz
-
util.dataforms: Fix form verification2011-12-02, by Florian Zeitz
-
util.ip: Fix syntax error (while I search for my pre-commit hooks)2011-11-30, by Matthew Wild
-
util.ip: Fix in IP range calculation for 172.16.0.0/122011-11-30, by Matthew Wild
-
s2smanager: Use config over xmppserver's default interface2011-11-28, by Matthew Wild
-
net.xmppserver_listener: Set default interface to '*' (fixes traceback) (thanks Zash)2011-11-28, by Matthew Wild
-
Merge with Florob2011-11-26, by Matthew Wild
-
loggingmanager: Remove unused 'critical' level2011-11-22, by Matthew Wild
-
util.dependencies, util.xmppstream: Move LuaExpat version checking to util.dependencies.2011-11-21, by Waqas Hussain
-
util.xmppstream: A little cleanup.2011-11-21, by Waqas Hussain
-
util.rfc3484: Use a stable sorting algorithm2011-11-06, by Florian Zeitz
-
s2smanager, net.dns: Fix handling for NXNAME and SRV target of "."2011-10-26, by Florian Zeitz
-
s2smanager, xmppserver_listener: Support for connecting to other servers via IPv62011-10-22, by Florian Zeitz
-
util.rfc3484: New util implementing RFC3484 sorting2011-10-22, by Florian Zeitz
-
util.ip: New module containing IP related functions2011-10-22, by Florian Zeitz
-
util.debug: Fix potential traceback2011-11-19, by Matthew Wild
-
migrator/jabberd14: Support for reading jabberd14 spool files.2011-11-19, by Waqas Hussain
-
Merge with Zash2011-11-18, by Matthew Wild
-
util.pposix: Don't trust errno for success. Thanks Quince2011-11-18, by Kim Alvefur
-
mod_proxy65: Major cleanup, better logging, handling of all error cases, less code, and other goodness.2011-11-05, by Waqas Hussain
-
util.timer: Variable name change (func -> callback)2011-11-03, by Matthew Wild
-
util.debug: Experimental new library for producing more extensive debug tracebacks2011-11-03, by Matthew Wild
-
Merge with Zash2011-11-02, by Matthew Wild
-
Makefile: Fix making of prosody.version2011-10-23, by Kim Alvefur
-
prosody: Ensure prosody.paths.config is never nil (certmanager.create_context fails otherwise).2011-11-01, by Waqas Hussain
-
certmanager: More informative logging.2011-11-01, by Waqas Hussain
-
util.jid: Added escape() and unescape().2011-11-01, by Waqas Hussain
-
Merge with Zash2011-10-26, by Matthew Wild
-
Makefile: Merge identical rules and some other improvements.2011-10-17, by Kim Alvefur
-
util.json: Fix for single-line comments (thanks Norbert Kiesel)2011-10-26, by Matthew Wild
-
Makefile: Fix making of prosody.version2011-10-23, by Kim Alvefur
-
Makefile: Merge identical rules and some other improvements.2011-10-17, by Kim Alvefur
-
util.watchdog: Watchdog timer library2011-10-21, by Matthew Wild
-
net.dns: Preserve metatable on manual cache purge2011-10-19, by Matthew Wild
-
net.server_event, net.server_select: Fixed some global pollution.2011-10-13, by Waqas Hussain
-
mod_register: Add support for additional registration fields2011-08-11, by Florian Zeitz
-
util.dataforms: Add field verification logic2011-08-11, by Florian Zeitz
-
Makefile, util-src/Makefile: Add .PHONY, reorganise util-src/Makefile2011-10-12, by Matthew Wild
-
mod_saslauth: Never send empty <mechanisms/>, for real this time.2011-10-12, by Waqas Hussain
-
net.server_select: Minor whitespace fix.2011-10-12, by Waqas Hussain
-
mod_saslauth: Never send empty <mechanisms/>.2011-10-12, by Waqas Hussain
-
mod_watchregistrations: Update to pass default options to module:get_option(), and reformat the code a little2011-10-12, by Matthew Wild
-
mod_motd: Update to use module:get_option_string2011-09-27, by Matthew Wild
-
mod_motd: Send no message (instead of 'blank') if no message is set in the config (thanks medics)2011-09-27, by Matthew Wild
-
net.server_select: Never call onincoming with nil data when a listener doesn't have an onconnect handler2011-09-27, by Matthew Wild
-
util.array: Fix array.collect() for iterators that expect initial value of var to be preserved2011-09-24, by Matthew Wild
-
util.iterators: Add range(from, to)2011-09-24, by Matthew Wild
-
util.timer: Fix corner case of timer not repeating if it returns <= 02011-09-22, by Matthew Wild
-
tools/ejabberdsql2prosody: Track current line for error reporting2011-09-20, by Matthew Wild
-
modulemanager: Fix undefined global access in handling of module.save error handling.2011-09-20, by Waqas Hussain
-
prosody: Invalid escape sequence in componentmanager deprecation warning (can cause luajit to throw).2011-09-20, by Waqas Hussain
-
modulemanager: Fixed undefined global access in broadcast of item-remove events on module unload.2011-09-17, by Waqas Hussain
-
mod_bosh: s/xmlns:streams/xmlns:stream/ - fixes #265 (thanks Tim)2011-09-15, by Matthew Wild
-
mod_proxy65: Apply stringprep to activation target JID.2011-09-02, by Waqas Hussain
-
mod_proxy65: Some more cleanup.2011-09-02, by Waqas Hussain
-
mod_proxy65: Cleanup.2011-09-02, by Waqas Hussain
-
net.dns: Shorten AAAA records2011-09-02, by Kim Alvefur
-
Merge with trunk2011-09-01, by Matthew Wild
-
net.httpclient_listener: Define t_insert2011-09-01, by Matthew Wild
-
MUC: A little cleanup.2011-08-31, by Waqas Hussain
-
net.http: Remove extra space after method in request status line for POST.2011-08-31, by Waqas Hussain
-
util.sasl.scram: Return proper error and don't touch datastores on empty username.2011-08-31, by Waqas Hussain
-
util.pubsub: Remove access checking from remove_all_subscriptions (temporarily?)2011-08-30, by Matthew Wild
-
util.pubsub: Add service:remove_all_subscriptions()2011-08-30, by Matthew Wild
-
util.pubsub: Support for events (currently subscription-added and subscription-removed)2011-08-30, by Matthew Wild
-
modulemanager: Add module:handle_items() to allow a module to more easily handle a list of items on a host2011-08-29, by Matthew Wild
-
util.throttle: Generic module by waqas to limit something over some time2011-08-29, by Matthew Wild
-
mod_saslauth: Fire authentication-success and authentication-failure events (thanks scitor)2011-08-29, by Matthew Wild
-
ejabberd2prosody: Add support for privacy lists.2011-08-26, by Waqas Hussain
-
certmanager: Support setting ciphers in SSL config. LuaSec apparently ignores the documented ciphers option.2011-08-25, by Waqas Hussain
-
configmanager: resolve_relative_path: Improved detection of absolute paths on Windows.2011-08-25, by Waqas Hussain
-
MUC: Allow affiliation change when argument actor==true in room:set_affiliation().2011-08-25, by Waqas Hussain
-
net.http: Convert port to a number (for custom port in URL)2011-08-22, by Matthew Wild
-
net.http: Support for k->v maps in http.formencode2011-08-20, by Matthew Wild
-
net.httpclient_listener: Fix to look for the request body in the right variable...2011-08-20, by Matthew Wild
-
net.server_select: Remove socket from sendlist before calling listener callbacks (thanks darkrain)2011-08-20, by Matthew Wild
-
net.http: Whitespace fixes2011-08-20, by Matthew Wild
-
net.http: Small fix to prevent traceback when connection fails before sending the request2011-08-20, by Matthew Wild
-
net.server_select: Do not set 'ssl' flag simply when assigning an sslctx to a handler, it doesn't mean anything2011-08-20, by Matthew Wild
-
mod_uptime: Use module:hook_global()2011-08-14, by Matthew Wild
-
modulemanager: Add module:hook_global(name, handler, priority) to hook global (server-wide) events2011-08-14, by Matthew Wild
-
mod_pubsub: Add 'publisher' affiliation (can't create/configure nodes, can do everything else)2011-08-14, by Matthew Wild
-
mod_pubsub: Send node items to new subscribers2011-08-14, by Matthew Wild
-
mod_pubsub: Add newline at end of file2011-08-14, by Matthew Wild
-
mod_pubsub: Handle options tag in subscription request (currently doesn't work as options_form is not defined)2011-08-14, by Matthew Wild
-
tests/test.lua, tests/test_net_http.lua: Tests for net.http's url and form encoding/decoding functions2011-08-10, by Matthew Wild
-
net.http: Add formdecode to decode an urlencoded form2011-08-10, by Matthew Wild
-
core.modulemanager, mod_disco: Add support for XEP-0128: Service Discovery Extensions2011-08-08, by Kim Alvefur
-
prosodyctl: Update message on reload success2011-08-04, by Matthew Wild
-
Add "reload" command to prosodyctl2011-08-04, by Vladimir Protasov
-
prosodyctl: Remove typo'd '+' after LuaRocks 1.x version (thanks spoobie)2011-07-27, by Matthew Wild
-
prosodyctl: Add info about the presence of LuaRocks to 'about' command2011-07-27, by Matthew Wild
-
prosodyctl: Fix 'about' command to not show up where it shouldn't...2011-07-19, by Matthew Wild
-
util.x509: Update references to published RFCs2011-05-22, by Paul Aurich
-
s2smanager: Update to newer luasec2010-12-07, by Paul Aurich
-
mod_admin_telnet: Update to newer luasec.2010-12-07, by Paul Aurich
-
MUC: Change error type of badly-formatted stanza from 'auth' to 'modify' (thanks Andrew)2011-06-27, by Matthew Wild
-
sessionmanager: Remove dependency on util.import2011-06-27, by Matthew Wild
-
prosodyctl: Add 'about' command to list Prosody version, directories, and various other stuff2011-06-27, by Matthew Wild
-
mod_component: Clearer log message when bouncing a stanza from a component that is not connected (thanks MK)2011-06-18, by Matthew Wild
-
connlistener, server_select, prosody: Add support for binding to multiple addresses2011-06-15, by Florian Zeitz
-
Merge 0.8->trunk2011-06-12, by Matthew Wild
-
Tagging 0.8.22011-06-12, by Matthew Wild
-
Merge 0.8->trunk2011-06-11, by Matthew Wild
-
mod_storage_sql: Add extra logging and error handling around table creation 0.8.22011-06-11, by Matthew Wild
-
mod_storage_sql: Add sql_manage_tables to disable table creation/updating.2011-06-11, by Matthew Wild
-
Merge 0.8->trunk2011-06-07, by Matthew Wild
-
Backout bcdff2b1d3ec from 0.8 - going to commit a slightly cleaner patch for the same issue to trunk2011-06-07, by Matthew Wild
-
Backout commit d6366294f618 which I was testing and didn't mean to push to 0.82011-06-05, by Matthew Wild
-
mod_groups: Persist changes to mod_groups contacts (e.g. moving groups)2011-06-05, by Christian Haase
-
migrator/prosody_sql.lua: Fix for compatibility with non-MySQL databases2011-06-05, by Matthew Wild
-
mod_storage_sql: Fix commit c806a599224a for compatibility with non-MySQL databases (thanks Ognyan Kulev)2011-06-05, by Matthew Wild
-
s2smanager: Fix letter case in log message (thanks darkrain)2011-06-05, by Matthew Wild
-
Merge 0.8->trunk2011-06-05, by Matthew Wild
-
util.xmppstream: Check to make sure parser.stop is present before calling it.2011-06-04, by Waqas Hussain
-
COPYING: Reflow the all-caps text. It was wrapping really badly in the Windows installer.2011-06-04, by Waqas Hussain
-
COPYING: Update copyright year; it's 2011 already.2011-06-04, by Waqas Hussain
-
util.encodings: Fix small typo introduced in 7f789266b7412011-06-04, by Matthew Wild
-
mod_component: Small code clarity fix2011-06-03, by Matthew Wild
-
Merge with Florob2011-06-03, by Matthew Wild
-
Merge 0.8->trunk2011-06-03, by Matthew Wild
-
Tagging 0.8.12011-06-03, by Matthew Wild
-
mod_admin_adhoc: Only allow global admins to shut the server down2011-06-03, by Florian Zeitz
-
Merge 0.8->trunk2011-06-02, by Matthew Wild
-
migrator/prosody_files: Don't choke on empty data stores for a user (thanks @eoranged)2011-06-02, by Matthew Wild
-
mod_admin_adhoc: Add "Reload configuration" command2011-06-02, by Florian Zeitz
-
mod_adhoc: Add support for commands only executable by global administrators2011-06-02, by Florian Zeitz
-
Merge 0.8->trunk2011-06-02, by Matthew Wild
-
Merge 0.7->0.82011-06-02, by Matthew Wild
-
Merge 0.6->0.72011-06-02, by Matthew Wild
-
Merge 0.8->trunk2011-06-02, by Matthew Wild
-
util.json: Fixed handling of truncated JSON.2011-06-02, by Waqas Hussain
-
Merge 0.8->trunk2011-06-01, by Matthew Wild
-
Merge 0.7->0.82011-06-01, by Matthew Wild
-
Merge 0.6->0.72011-06-01, by Matthew Wild
-
xmlhandlers: Don't restrict CDATA2011-06-01, by Matthew Wild
-
Merge 0.8->trunk2011-06-01, by Matthew Wild
-
Merge 0.7->0.82011-06-01, by Matthew Wild
-
Merge 0.6->0.72011-06-01, by Matthew Wild
-
util.encodings: Check return values before proceeding2011-05-22, by Paul Aurich
-
util.encodings: Swap code order ("ifndef" bugs me)2011-05-22, by Paul Aurich
-
util.encodings: Fix idna.to_unicode2011-05-22, by Paul Aurich
-
Advertise in-band registration support.2011-05-27, by Glenn Maynard
-
net.dns: Support for resolving AAAA records2011-05-16, by Matthew Wild
-
MUC: Include occupant count in room disco#info response.2011-05-07, by Waqas Hussain
-
mod_roster: Remove <optional/> from roster version stream feature, as per latest specs.2011-05-07, by Waqas Hussain
-
mod_dialback: Remove <optional/> from stream feature, as per latest specs.2011-05-07, by Waqas Hussain
-
sessionmanager: Log reason when destroying a session.2011-05-07, by Waqas Hussain
-
s2smanager: Log reason when destroying a session.2011-05-07, by Waqas Hussain
-
Merge 0.8->trunk2011-05-04, by Matthew Wild
-
mod_muc: Remove room from memory when it is made non-persistent and is empty2011-05-04, by Matthew Wild
-
Merge 0.8->trunk2011-04-20, by Matthew Wild
-
Merge 0.8->trunk2011-04-18, by Matthew Wild
-
Tagging 0.8.12011-04-18, by Matthew Wild
-
Merge 0.8->trunk2011-04-15, by Matthew Wild
-
util.datetime: Fix timestamp parsing when in DST (thanks xnyhps)2011-04-15, by Matthew Wild
-
Merge Zash->trunk2011-04-15, by Matthew Wild
-
net.dns: Fix TXT records2011-04-14, by Kim Alvefur
-
util.datetime: Fix timestamp parsing when in DST (thanks xnyhps)2011-04-15, by Matthew Wild
-
Merge 0.8->trunk2011-04-11, by Matthew Wild
-
tools/migration/migrator/prosody_sql.lua: Fix compatibility with PostgreSQL (thanks Timo)2011-04-11, by Matthew Wild
-
mod_pubsub: Support for setting a disco name2011-04-06, by Marco Cirillo
-
Merge 0.8->trunk2011-04-06, by Matthew Wild
-
mod_tls: Fix for components to more reliably inherit SSL settings from their parenthost (thanks Link Mauve)2011-04-06, by Matthew Wild
-
Merge 0.8 -> trunk2011-04-05, by Matthew Wild
-
Tagging 0.8.02011-04-05, by Matthew Wild
-
tools/migration/migrator/prosody_files.lua: Fix for previous commit 0.8.02011-04-05, by Matthew Wild
-
tools/migration/prosody-migrator.lua: Add messages to show when migration is in progress2011-04-05, by Matthew Wild
-
tools/migration: Support for ~/ in paths2011-04-05, by Matthew Wild
-
Merge 0.8->trunk2011-04-05, by Matthew Wild
-
usermanager: Check host exists before trying to look up admins for it2011-04-05, by Matthew Wild
-
tools/migration/prosody-migrator.lua: Refactor store handler loading to report errors they throw2011-04-05, by Matthew Wild
-
tools/migration/migrator/prosody_sql: Throw a friendlier error when LuaDBI is not found2011-04-05, by Matthew Wild
-
prosody.cfg.lua.dist: Add example of 'authentication' option2011-04-05, by Matthew Wild
-
mod_privacy: Remove several unused variable declarations2011-03-29, by Matthew Wild
-
mod_privacy: Remove unused function, sendUnavailable2011-03-29, by Matthew Wild
-
tools/migration: Rename main.lua -> prosody-migrator.lua and update the Makefile2011-03-21, by Matthew Wild
-
net.httpserver: Revert commit eccd3c87d717 which has since been fixed in a better way2011-03-21, by Matthew Wild
-
mod_dialback: Use session:close() on dialback failure instead of s2smanager.destroy_session() (thanks Zash)2011-03-21, by Matthew Wild
-
Merge 0.8->trunk2011-03-18, by Matthew Wild
-
tools/migration/Makefile: Don't install main.lua (we already install it as prosody-migrator) (thanks Enrico)2011-03-03, by Matthew Wild
-
Merge 0.8->trunk.2011-03-02, by Waqas Hussain
-
prosody: Load net.httpserver at startup, to avoid creating a global later.2011-03-02, by Waqas Hussain
-
net.connlisteners: Log traceback on errors in listener loading.2011-03-02, by Waqas Hussain
-
Merge 0.8->trunk2011-03-01, by Matthew Wild
-
mod_storage_sql: Display friendlier error when LuaDBI is missing2011-03-01, by Matthew Wild
-
Merge 0.8->trunk2011-02-26, by Matthew Wild
-
tools/migration/*: Numerous changes and restructuring, and the addition of a Makefile2011-02-26, by Matthew Wild
-
Merge 0.8->trunk2011-02-25, by Matthew Wild
-
tools/migration/config.lua: Minor fixes for more sensible defaults2011-02-25, by Matthew Wild
-
tools/migration/config.lua: Minor fixes for more sensible defaults2011-02-25, by Matthew Wild
-
Merge 0.8->trunk2011-02-25, by Matthew Wild
-
Merge 0.8->trunk2011-02-24, by Matthew Wild
-
util.sasl.scram: Fix bug in validate_username function. (Thanks Florob)2011-02-24, by Tobias Markmann
-
util.sasl.scram: Fix bug in validate_username function. (Thanks Florob)2011-02-24, by Tobias Markmann
-
Merge 0.8->trunk.2011-02-24, by Waqas Hussain
-
MUC: Add a textual error message when the user isn't allowed to get/set config form.2011-02-24, by Waqas Hussain
-
Merge 0.8->trunk2011-02-24, by Matthew Wild
-
util.stanza: Whitespace fix after merge (complicated)2011-02-24, by Matthew Wild
-
prosody, prosodyctl: Use plugin_paths in addition to, not instead of, the default plugin path2011-02-24, by Matthew Wild
-
tools/migration/*.lua: Convert to unix line endings2011-02-23, by Matthew Wild
-
net.httpserver: Removed an unused function.2011-02-23, by Waqas Hussain
-
tests/test_sasl.lua: Convert literal UTF-8/Latin1 chars to escape codes for weak text editors2011-02-22, by Matthew Wild
-
net.httpserver: Catch errors thrown in HTTP handlers.2011-02-22, by Waqas Hussain
-
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.2011-02-22, by Waqas Hussain
-
mod_auth_cyrus: Print some diagnostic log messages about the available mechanisms.2011-02-22, by Waqas Hussain
-
prosodyctl: Support for plugin_paths config option2011-02-22, by Matthew Wild
-
mod_tls: Drop 'TLS negotiation started for ...' to debug level from info2011-02-22, by Matthew Wild
-
s2smanager: Drop some log messages to debug level from info/warn2011-02-22, by Matthew Wild
-
prosody: Change plugin_path -> plugin_paths and make it an array instead of a string2011-02-22, by Matthew Wild
-
util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible)2011-02-22, by Matthew Wild
-
util.pluginloader: Remove unused support for custom loaders, to simplify further refactoring.2011-02-20, by Waqas Hussain
-
modulemanager: Added module.path to the plugin API to let plugins determine their load path.2011-02-20, by Waqas Hussain
-
util.pluginloader: Return file path on success in pluginloader.load_code().2011-02-20, by Waqas Hussain
-
util.pluginloader: Return full file path from internal file loader on success, not just the name.2011-02-20, by Waqas Hussain
-
util.stanza: Rewrite clone() to be more optimized.2011-02-20, by Waqas Hussain
-
loggingmanager: Allow specifying a sink type in per-level logging config (thanks ruskie)2011-02-13, by Matthew Wild
-
loggingmanager: Iterate over logging config rules using ipairs rather than pairs2011-02-13, by Matthew Wild
-
mod_presence: Bounce errors for invalid presence types (thanks nolan/Astro)2011-02-10, by Matthew Wild
-
TODO: Update for 0.9 milestones2011-02-01, by Matthew Wild
-
TODO: Remove 0.8 milestones2011-02-01, by Matthew Wild
-
prosody: Add config option plugin_path to allow overriding plugin directories.2011-01-20, by Waqas Hussain
-
util.pluginloader: Add support for multiple plugin directories.2011-01-20, by Waqas Hussain
-
MUC: Add option to allow participants to change the subject.2011-01-14, by Kim Alvefur
-
Merge with waqas2011-02-24, by Matthew Wild
-
util.stanza: Clean up matching_tags() and replace :childtags() with it2011-02-19, by Matthew Wild
-
prosody, prosodyctl: Use plugin_paths in addition to, not instead of, the default plugin path2011-02-24, by Matthew Wild
-
tools/migration/*.lua: Convert to unix line endings2011-02-23, by Matthew Wild
-
net.httpserver: Removed an unused function.2011-02-23, by Waqas Hussain
-
tests/test_sasl.lua: Convert literal UTF-8/Latin1 chars to escape codes for weak text editors2011-02-22, by Matthew Wild
-
net.httpserver: Catch errors thrown in HTTP handlers.2011-02-22, by Waqas Hussain
-
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.2011-02-22, by Waqas Hussain
-
mod_auth_cyrus: Print some diagnostic log messages about the available mechanisms.2011-02-22, by Waqas Hussain
-
prosodyctl: Support for plugin_paths config option2011-02-22, by Matthew Wild
-
mod_tls: Drop 'TLS negotiation started for ...' to debug level from info2011-02-22, by Matthew Wild
-
s2smanager: Drop some log messages to debug level from info/warn2011-02-22, by Matthew Wild
-
prosody: Change plugin_path -> plugin_paths and make it an array instead of a string2011-02-22, by Matthew Wild
-
util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible)2011-02-22, by Matthew Wild
-
util.pluginloader: Remove unused support for custom loaders, to simplify further refactoring.2011-02-20, by Waqas Hussain
-
modulemanager: Added module.path to the plugin API to let plugins determine their load path.2011-02-20, by Waqas Hussain
-
util.pluginloader: Return file path on success in pluginloader.load_code().2011-02-20, by Waqas Hussain
-
util.pluginloader: Return full file path from internal file loader on success, not just the name.2011-02-20, by Waqas Hussain
-
Merge 0.8->trunk.2011-02-20, by Waqas Hussain
-
util.json: Fixed a parse error caused by unexpected whitespace.2011-02-19, by Waqas Hussain
-
util.stanza: Rewrite clone() to be more optimized.2011-02-20, by Waqas Hussain
-
net.server_select: Expose step() function (thanks Łukasz)2011-02-14, by Matthew Wild
-
Merge 0.8->trunk2011-02-13, by Matthew Wild
-
net.httpserver: Log when an error occurs inside a HTTP request handler2011-02-13, by Matthew Wild
-
loggingmanager: Allow specifying a sink type in per-level logging config (thanks ruskie)2011-02-13, by Matthew Wild
-
loggingmanager: Iterate over logging config rules using ipairs rather than pairs2011-02-13, by Matthew Wild
-
mod_presence: Bounce errors for invalid presence types (thanks nolan/Astro)2011-02-10, by Matthew Wild
-
TODO: Update for 0.9 milestones2011-02-01, by Matthew Wild
-
Merge 0.8->trunk.2011-02-03, by Waqas Hussain
-
modulemanager: Fix disabling a module on a single host2011-02-02, by Paul Aurich
-
TODO: Remove 0.8 milestones2011-02-01, by Matthew Wild
-
Merge 0.8->trunk2011-01-31, by Matthew Wild
-
Merge 0.8->trunk2011-01-28, by Waqas Hussain
-
stanza_router: Return a <bad-request/> error on invalid IQ type.2011-01-28, by Waqas Hussain
-
windows.c: Return nil,err from functions instead of throwing errors.2011-01-28, by Waqas Hussain
-
s2smanager: Change 'Connection failed' error message text to 'Server-to-server connection failed' (thanks Paul)2011-01-26, by Matthew Wild
-
Merge 0.8->trunk2011-01-21, by Matthew Wild
-
net.dns: Fix tostring() for SRV records2011-01-21, by Matthew Wild
-
loggingmanager: Fix reading configuration of timestamps for console output.2011-01-12, by Waqas Hussain
-
loggingmanager: Re-read 'debug' option on reload.2011-01-12, by Waqas Hussain
-
prosody: Add config option plugin_path to allow overriding plugin directories.2011-01-20, by Waqas Hussain
-
util.pluginloader: Add support for multiple plugin directories.2011-01-20, by Waqas Hussain
-
mod_pubsub: Don't force-load mod_iq.2011-01-20, by Waqas Hussain
-
MUC: Add option to allow participants to change the subject.2011-01-14, by Kim Alvefur
-
Merge 0.8->trunk2011-01-11, by Matthew Wild
-
Merge 0.8->trunk2011-01-11, by Matthew Wild
-
storagemanager: Export load_driver() function so it can be used from e.g. migrators2011-01-11, by Matthew Wild
-
Merge 0.8->trunk2011-01-11, by Matthew Wild
-
util.sasl.*: Add 'sasl.' prefix to module names2011-01-11, by Matthew Wild
-
net.server_select, net.server_event: Silence 'error during ssl handshake' for wantread and wantwrite2011-01-11, by Matthew Wild
-
Merge 0.8->trunk2011-01-11, by Matthew Wild
-
mod_storage_sql: Create index when creating a new table2011-01-11, by Matthew Wild
-
util.datamanager: Handle gracefully the lack of prosody.paths.data2011-01-11, by Matthew Wild
-
Merge 0.8->trunk2011-01-10, by Matthew Wild
-
s2smanager: Don't bounce error replies for error and result stanzas.2011-01-10, by Waqas Hussain
-
mod_storage_sql: Reconnect in all cases, and rollback on error.2011-01-10, by Waqas Hussain
-
Merge 0.8->trunk2011-01-08, by Matthew Wild
-
net.adns: Fix logging to handle unconnected UDP sockets2011-01-08, by Matthew Wild
-
mod_bosh: Return true from send()2011-01-08, by Matthew Wild
-
util.pubsub: Some tidying/optimisation to service:may()2011-01-08, by Matthew Wild
-
certs/openssl.cnf: Specify output encoding.2011-01-08, by Kim Alvefur
-
Merge 0.8->trunk2011-01-07, by Matthew Wild
-
mod_storage_sql: Make the 'database' value for the SQLite3 driver relative to the data path2011-01-07, by Matthew Wild
-
util.datamanager: Use prosody.paths.data as the initial value for data_path2011-01-07, by Matthew Wild
-
Merge 0.8->trunk2011-01-07, by Matthew Wild
-
prosody.cfg.lua: Give example for logging to console2011-01-07, by Matthew Wild
-
prosody.cfg.lua: Improve comment about enabling debug logging2011-01-07, by Matthew Wild
-
Merge 0.8->trunk2011-01-07, by Matthew Wild
-
prosody.cfg.lua.dist: Update to include storage configuration and examples for SQL2011-01-07, by Matthew Wild
-
prosody.cfg.lua.dist: Add note about the require_encryption options2011-01-07, by Matthew Wild
-
prosody.cfg.lua.dist: Add motd plugin2011-01-07, by Matthew Wild
-
mod_motd: Process value to strip any indentation from the config2011-01-07, by Matthew Wild
-
Merge 0.8->trunk2011-01-07, by Matthew Wild
-
ejabberdstore.lib.lua: Remove now needless library2011-01-07, by Matthew Wild
-
ejabberd_init.lib.lua: Remove now needless library2011-01-07, by Matthew Wild
-
mod_storage_sql_ejabberd: Remove (moving to prosody-modules)2011-01-07, by Matthew Wild
-
Merge 0.8->trunk2011-01-06, by Matthew Wild
-
storagemanager: Fix log message (s/internal/null/)2011-01-06, by Matthew Wild
-
storagemanager: Log host in message when loading storage provider fails2011-01-06, by Matthew Wild
-
net.server_event: Log interface and port number when binding fails2011-01-06, by Matthew Wild
-
mod_storage_sql: Catch Lua errors during SQL transactions, and rollback.2011-01-05, by Waqas Hussain
-
net.httpserver: Removed unused import and variables.2011-01-05, by Waqas Hussain
-
net.httpserver: Changed an unnecessary global access.2011-01-05, by Waqas Hussain
-
mod_storage_sql: Removed unnecessary initialization of a variable.2011-01-05, by Waqas Hussain
-
net.httpserver: Decode percent-encoded characters in URL path.2011-01-05, by Waqas Hussain
-
modulemanager: Removed an unused variable.2011-01-05, by Waqas Hussain
-
configmanager: Added rawget().2011-01-05, by Waqas Hussain
-
mod_bosh: Fix for miscalculating inactivity, causing disconnects under a steady stream of traffic2011-01-04, by Matthew Wild
-
prosody, prosodyctl: Filter out relative paths from package.(c)path when installed2011-01-04, by Matthew Wild
-
prosody, prosodyctl: Create prosody object as a local before exporting as a global2011-01-04, by Matthew Wild
-
mod_register: Small code cleanup2011-01-04, by Matthew Wild
-
mod_register: Change to use new delete_user auth provider method2011-01-04, by Matthew Wild
-
mod_auth_internal_*: Support for delete_user method2011-01-04, by Matthew Wild
-
usermanager: Add delete_user method2011-01-04, by Matthew Wild
-
usermanager: Change dummy provider method to return an error string also (method not implemented)2011-01-04, by Matthew Wild
-
net.adns: Log the DNS server that a query is sent to2011-01-04, by Matthew Wild
-
MUC: Fix a pair of missing :up()2011-01-03, by Kim Alvefur
-
util.sasl: Cache the calculated mechanisms set for SASL profiles (profile.mechanisms table).2010-12-29, by Waqas Hussain
-
prosody: Don't add a datamanager callback when anonymous_login=true (mod_auth_anonymous does this now).2010-12-28, by Waqas Hussain
-
hostmanager: Don't set host.disallow_s2s when anonymous_login=true (mod_auth_anonymous does this now).2010-12-28, by Waqas Hussain
-
mod_saslauth: Remove special handling for SASL ANONYMOUS, and let mod_auth_anonymous handle it.2010-12-28, by Waqas Hussain
-
usermanager: Assume authentication="anonymous" when anonymous_login=true.2010-12-27, by Waqas Hussain
-
util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks.2010-12-27, by Waqas Hussain
-
mod_storage_sql: Use util.json instead of util.serialization.2010-12-27, by Waqas Hussain
-
util.json: Initial commit.2010-12-27, by Waqas Hussain
-
mod_storage_sql: Log an error on query failure.2010-12-27, by Waqas Hussain
-
mod_storage_sql: Dynamically replace backquotes with double quotes when connecting to PostgreSQL...2010-12-27, by Waqas Hussain
-
mod_storage_sql: Call commit() after all SQL statements, including SELECT, to get SQLite to drop its locks.2010-12-27, by Waqas Hussain
-
Don't check priority in mod_offline2010-12-10, by Robert Hoelz
-
mod_message, mod_offline: Change message/offline/store -> message/offline/handle2010-12-09, by Robert Hoelz
-
mod_offline: Make sure mod_offline's store handler reports success vs failure.2010-12-09, by Robert Hoelz
-
mod_message: Send service-unavailable if offline storage fails.2010-12-09, by Robert Hoelz
-
mod_presence, mod_offline: Merge message/offline/delete with message/offline/broadcast.2010-12-09, by Robert Hoelz
-
core.offlinemanager, mod_message, mod_presence: Removed core.offlinemanager in favor of mod_offline.2010-12-09, by Robert Hoelz
-
modulemanager: Auto-load mod_offline.2010-12-27, by Waqas Hussain
-
util.pposix: Remove extraneous semicolon2010-12-26, by Matthew Wild
-
util.encodings: Switch comment styles to build ok as ANSI C2010-12-26, by Matthew Wild
-
util-src/Makefile: Change parameter order so that LDFLAGS always comes later than the input files2010-12-26, by Matthew Wild
-
util-src/Makefile: Clean up and remove unnecessary all linking2010-12-26, by Matthew Wild
-
configure: Don't add -llua to LDFLAGS, it's unnecessary2010-12-26, by Matthew Wild
-
mod_saslauth: Handle session bind requests to the host, fixes OneTeam login2010-12-24, by Matthew Wild
-
s2smanager: Destroy session on immediate failure of a connection attempt (e.g. inability to create sockets)2010-12-24, by Matthew Wild
-
s2smanager: Handle DNS lookup error in response handler2010-12-24, by Matthew Wild
-
s2smanager: send_to_host(): Handle already-destroyed session and bounce stanza accordingly2010-12-24, by Matthew Wild
-
net.adns: Handle dns.query() failures, and pass error to handler2010-12-24, by Matthew Wild
-
net.dns: resolver:query(): Handle getsocket() failures, and return true on success2010-12-24, by Matthew Wild
-
net.dns: resolver:getsocket(): Return nil, err on failure2010-12-24, by Matthew Wild
-
s2smanager: Give all new outgoing s2s sessions a close method by default (destroy_session)2010-12-24, by Matthew Wild
-
s2smanager: Add a missing semi-colon2010-12-24, by Matthew Wild
-
s2smanager: destroy_session(): Pass reason to retire_session() and return true on successful destruction2010-12-24, by Matthew Wild
-
s2smanager: retire_session(): Add a 'reason' parameter2010-12-24, by Matthew Wild
-
s2smanager: session.send(): Return the result of send_to_host() (and incidentally make this a tail call \o/)2010-12-22, by Matthew Wild
-
s2smanager: send_to_host(): Return false on failure, and true otherwise2010-12-22, by Matthew Wild
-
util.filters: Add remove_filter_hook()2010-12-22, by Matthew Wild
-
prosody: Catch a recursive Include error and print a more friendly error2010-12-21, by Matthew Wild
-
util.xmppstream: Allow stream_ns = "" for parsing streams with no xmlns2010-12-21, by Matthew Wild
-
storagemanager: Fix log message (s/internal/null/)2011-01-06, by Matthew Wild
-
storagemanager: Log host in message when loading storage provider fails2011-01-06, by Matthew Wild
-
net.server_event: Log interface and port number when binding fails2011-01-06, by Matthew Wild
-
mod_storage_sql: Catch Lua errors during SQL transactions, and rollback.2011-01-05, by Waqas Hussain
-
net.httpserver: Removed unused import and variables.2011-01-05, by Waqas Hussain
-
net.httpserver: Changed an unnecessary global access.2011-01-05, by Waqas Hussain
-
mod_storage_sql: Removed unnecessary initialization of a variable.2011-01-05, by Waqas Hussain
-
net.httpserver: Decode percent-encoded characters in URL path.2011-01-05, by Waqas Hussain
-
modulemanager: Removed an unused variable.2011-01-05, by Waqas Hussain
-
configmanager: Added rawget().2011-01-05, by Waqas Hussain
-
mod_bosh: Fix for miscalculating inactivity, causing disconnects under a steady stream of traffic2011-01-04, by Matthew Wild
-
prosody, prosodyctl: Filter out relative paths from package.(c)path when installed2011-01-04, by Matthew Wild
-
prosody, prosodyctl: Create prosody object as a local before exporting as a global2011-01-04, by Matthew Wild
-
mod_register: Small code cleanup2011-01-04, by Matthew Wild
-
mod_register: Change to use new delete_user auth provider method2011-01-04, by Matthew Wild
-
mod_auth_internal_*: Support for delete_user method2011-01-04, by Matthew Wild
-
usermanager: Add delete_user method2011-01-04, by Matthew Wild
-
usermanager: Change dummy provider method to return an error string also (method not implemented)2011-01-04, by Matthew Wild
-
net.adns: Log the DNS server that a query is sent to2011-01-04, by Matthew Wild
-
MUC: Fix a pair of missing :up()2011-01-03, by Kim Alvefur
-
mod_pubsub: Correctly wrap the list of subscriptions in a pubsub element2010-12-29, by Kim Alvefur
-
util.xmppstream: Optimized stanza building by bypassing the stanza API.2010-12-29, by Waqas Hussain
-
util.sasl: Cache the calculated mechanisms set for SASL profiles (profile.mechanisms table).2010-12-29, by Waqas Hussain
-
prosody: Don't add a datamanager callback when anonymous_login=true (mod_auth_anonymous does this now).2010-12-28, by Waqas Hussain
-
hostmanager: Don't set host.disallow_s2s when anonymous_login=true (mod_auth_anonymous does this now).2010-12-28, by Waqas Hussain
-
mod_saslauth: Remove special handling for SASL ANONYMOUS, and let mod_auth_anonymous handle it.2010-12-28, by Waqas Hussain
-
usermanager: Assume authentication="anonymous" when anonymous_login=true.2010-12-27, by Waqas Hussain
-
util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks.2010-12-27, by Waqas Hussain
-
mod_storage_sql: Use util.json instead of util.serialization.2010-12-27, by Waqas Hussain
-
util.json: Initial commit.2010-12-27, by Waqas Hussain
-
mod_storage_sql: Log an error on query failure.2010-12-27, by Waqas Hussain
-
mod_storage_sql: Dynamically replace backquotes with double quotes when connecting to PostgreSQL...2010-12-27, by Waqas Hussain
-
mod_storage_sql: Call commit() after all SQL statements, including SELECT, to get SQLite to drop its locks.2010-12-27, by Waqas Hussain
-
Don't check priority in mod_offline2010-12-10, by Robert Hoelz
-
mod_message, mod_offline: Change message/offline/store -> message/offline/handle2010-12-09, by Robert Hoelz
-
mod_offline: Make sure mod_offline's store handler reports success vs failure.2010-12-09, by Robert Hoelz
-
mod_message: Send service-unavailable if offline storage fails.2010-12-09, by Robert Hoelz
-
mod_presence, mod_offline: Merge message/offline/delete with message/offline/broadcast.2010-12-09, by Robert Hoelz
-
core.offlinemanager, mod_message, mod_presence: Removed core.offlinemanager in favor of mod_offline.2010-12-09, by Robert Hoelz
-
modulemanager: Auto-load mod_offline.2010-12-27, by Waqas Hussain
-
util.pposix: Remove extraneous semicolon2010-12-26, by Matthew Wild
-
util.encodings: Switch comment styles to build ok as ANSI C2010-12-26, by Matthew Wild
-
util-src/Makefile: Change parameter order so that LDFLAGS always comes later than the input files2010-12-26, by Matthew Wild
-
util-src/Makefile: Clean up and remove unnecessary all linking2010-12-26, by Matthew Wild
-
configure: Don't add -llua to LDFLAGS, it's unnecessary2010-12-26, by Matthew Wild
-
mod_saslauth: Handle session bind requests to the host, fixes OneTeam login2010-12-24, by Matthew Wild
-
s2smanager: Destroy session on immediate failure of a connection attempt (e.g. inability to create sockets)2010-12-24, by Matthew Wild
-
s2smanager: Handle DNS lookup error in response handler2010-12-24, by Matthew Wild
-
s2smanager: send_to_host(): Handle already-destroyed session and bounce stanza accordingly2010-12-24, by Matthew Wild
-
net.adns: Handle dns.query() failures, and pass error to handler2010-12-24, by Matthew Wild
-
net.dns: resolver:query(): Handle getsocket() failures, and return true on success2010-12-24, by Matthew Wild
-
net.dns: resolver:getsocket(): Return nil, err on failure2010-12-24, by Matthew Wild
-
s2smanager: Give all new outgoing s2s sessions a close method by default (destroy_session)2010-12-24, by Matthew Wild
-
s2smanager: Add a missing semi-colon2010-12-24, by Matthew Wild
-
s2smanager: destroy_session(): Pass reason to retire_session() and return true on successful destruction2010-12-24, by Matthew Wild
-
s2smanager: retire_session(): Add a 'reason' parameter2010-12-24, by Matthew Wild
-
mod_pubsub: Include node in disco#items reply2010-12-22, by Matthew Wild
-
s2smanager: session.send(): Return the result of send_to_host() (and incidentally make this a tail call \o/)2010-12-22, by Matthew Wild
-
s2smanager: send_to_host(): Return false on failure, and true otherwise2010-12-22, by Matthew Wild
-
mod_pubsub: Fix missing disco#items xmlns2010-12-22, by Kim Alvefur
-
util.pubsub: Return correct node in get_subscriptions()2010-12-22, by Kim Alvefur
-
mod_pubsub: Implement disco#info for nodes2010-12-22, by Matthew Wild
-
util.filters: Add remove_filter_hook()2010-12-22, by Matthew Wild
-
util.pubsub: Use correct node name when returning a list of multiple nodes in a subscriptions response2010-12-22, by Matthew Wild
-
mod_pubsub: Implement get_subscriptions2010-12-22, by Matthew Wild
-
mod_pubsub: Add get_subscriptions and get_subscriptions_other capabilities to default affiliations2010-12-22, by Matthew Wild
-
mod_pubsub: Add add_subscription and get_subscriptions to feature_map2010-12-22, by Matthew Wild
-
util.pubsub: Add service-wide subscription tracking, and add :get_subscriptions()2010-12-22, by Matthew Wild
-
util.pubsub: Small code tidying for :get_subscription()2010-12-22, by Matthew Wild
-
util.pubsub: Fix traceback when using autocreate-on-subscribe2010-12-22, by Matthew Wild
-
mod_pubsub: Set normalize_jid instead of jids_equal2010-12-22, by Matthew Wild
-
util.pubsub: Add service:jids_equal() and new config option normalize_jid2010-12-22, by Matthew Wild
-
mod_pubsub: Fix a missing :up() from the last commit2010-12-22, by Matthew Wild
-
mod_pubsub: Handle disco#items on nodes2010-12-22, by Matthew Wild
-
util.pubsub: get_items(): When requesting a specific item, use the id as a key to mirror the multiple-item case2010-12-22, by Matthew Wild
-
prosody: Catch a recursive Include error and print a more friendly error2010-12-21, by Matthew Wild
-
util.pubsub: Add service:set_node_capabilities()2010-12-21, by Matthew Wild
-
util.xmppstream: Allow stream_ns = "" for parsing streams with no xmlns2010-12-21, by Matthew Wild
-
Merge with 0.82010-12-21, by Matthew Wild
-
prosody.cfg.lua.dist: Add note about external gateways2010-12-21, by Matthew Wild
-
prosody.cfg.lua.dist: Update for new logging config format2010-12-21, by Matthew Wild
-
configmanager: Support for wildcards in Include directives2010-12-20, by Matthew Wild
-
util.httpstream: A little cleanup of the HTTP path.2010-12-19, by Waqas Hussain
-
mod_pubsub: Use bare JID in get_affiliation2010-12-21, by Matthew Wild
-
mod_pubsub: Skip false features in feature_map2010-12-21, by Matthew Wild
-
util.pubsub: Fix nil global access in get_nodes()2010-12-21, by Matthew Wild
-
mod_pubsub: Return disco#info stanza from build_disco_info()2010-12-21, by Matthew Wild
-
mod_pubsub: Iterate over disco features in correct table2010-12-21, by Matthew Wild
-
mod_pubsub: Fix capabilities table from some debugging2010-12-21, by Matthew Wild
-
mod_pubsub: Make the pubsub host an admin too2010-12-21, by Matthew Wild
-
util.pubsub: Modify new() to take a config, and add a default config via a metatable2010-12-21, by Matthew Wild
-
mod_pubsub: Add 'forbidden' error support2010-12-21, by Matthew Wild
-
prosody.cfg.lua.dist: Add note about external gateways2010-12-21, by Matthew Wild
-
prosody.cfg.lua.dist: Update for new logging config format2010-12-21, by Matthew Wild
-
configmanager: Support for wildcards in Include directives2010-12-20, by Matthew Wild
-
util.httpstream: A little cleanup of the HTTP path.2010-12-19, by Waqas Hussain
-
Merge with 0.82010-12-19, by Matthew Wild
-
mod_pubsub, util.pubsub: Remove from 0.82010-12-19, by Matthew Wild
-
Merge 0.8->trunk (uh-oh)2010-12-19, by Matthew Wild
-
util.events: Remove an event's table when it has no more handlers.2010-12-18, by Waqas Hussain
-
mod_admin_adhoc: Support unloading multiple modules2010-12-18, by Florian Zeitz
-
mod_admin_adhoc: Support for reloading multiple modules2010-12-18, by Florian Zeitz
-
net/server_select.lua: Reduce select() timeout back to 1s2010-12-18, by Matthew Wild
-
storagemanager: Don't always show fallback warning when using per-store config2010-12-18, by Matthew Wild
-
prosodyctl: Add dummy lock/unlock_globals() until util.startup comes along2010-12-18, by Matthew Wild
-
mod_storage_sql: Fix a couple of bugs in "JSON" decoding2010-12-18, by Matthew Wild
-
util.prosodyctl: Initialize storagemanager on hosts we modify2010-12-18, by Matthew Wild
-
storagemanager: Log warning when loading the storage provider plugin fails2010-12-18, by Matthew Wild
-
usermanager: Fixed a possible traceback when is_admin() was used on a component.2010-12-17, by Waqas Hussain
-
prosody.cfg.lua.dist: Update to reflect new mod_admin_* modules2010-12-17, by Matthew Wild
-
util.stanza: Iterate on childtags instead of all childs.2010-12-17, by Kim Alvefur
-
Make libidn default when not specifiying a IDN lib.2010-12-14, by Tobias Markmann
-
Fix lua lib name in LDFLAGS.2010-12-14, by Tobias Markmann
-
util.encodings: Support for ICU for IDNA operations.2010-12-14, by Tobias Markmann
-
mod_pubsub: Preserve service object on module reload2010-12-17, by Matthew Wild
-
mod_pubsub: Handle disco#info and disco#items2010-12-17, by Matthew Wild
-
util.pubsub: Add service:get_nodes()2010-12-17, by Matthew Wild
-
net.httpserver: Default 'ports' = {5280}2010-12-17, by Matthew Wild
-
net.xmppclient_listener: Imports and global cleanup.2010-12-14, by Waqas Hussain
-
net.xmppserver_listener: Removed unnecessary import of lxp.2010-12-14, by Waqas Hussain
-
net.xmppserver_listener: Removed unused variables and imports.2010-12-14, by Waqas Hussain
-
net.xmppserver_listener: Made some globals local.2010-12-14, by Waqas Hussain
-
net.xmppcomponent_listener: Move session creation from listener.onincoming to listener.onconnect.2010-12-14, by Waqas Hussain
-
net.xmppcomponent_listener: Made some globals local.2010-12-14, by Waqas Hussain
-
core.loggingmanager: Updated to use termcolours.getstyle instead of termcolours.getstring for console logging.2010-12-14, by Waqas Hussain
-
util.termcolours: Added setstyle(str), which works on Windows too.2010-12-14, by Waqas Hussain
-
util-src/windows.c: Added get_consolecolor, set_consolecolor.2010-12-14, by Waqas Hussain
-
net.dns: Clean up tostring() of returned records, as a result PTR records can now be tostring()'d2010-12-14, by Matthew Wild
-
net.dns: Add resolver:tohostname() and dns.tohostname()2010-12-14, by Matthew Wild
-
util.serialization: Proper serialization of Infinity, -Infinity and NaN.2010-12-13, by Waqas Hussain
-
mod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL insanity.2010-12-13, by Waqas Hussain
-
mod_storage_sql: Fixed the deserialization of string-typed values.2010-12-13, by Waqas Hussain
-
prosodyctl: Added and updated some comments and some semicolons, to match main prosody executable.2010-12-12, by Waqas Hussain
-
prosodyctl: Read PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables, to match main prosody executable.2010-12-12, by Waqas Hussain
-
prosody: Added a comment, to match prosodyctl.2010-12-12, by Waqas Hussain
-
mod_pep: Fixed a traceback when non-local users send presence.2010-12-12, by Waqas Hussain
-
mod_pep: Handle the case where local contacts send directed presence with caps hash.2010-12-12, by Waqas Hussain
-
util.serialization: Implemented deserialize().2010-12-12, by Waqas Hussain
-
storagemanager: When we have a cached data driver, we are supposed to use it.2010-12-12, by Waqas Hussain
-
mod_storage_sql: Auto-initialize SQLite3 database.2010-12-12, by Waqas Hussain
-
mod_storage_sql: Default value for option sql = { driver = "SQLite3", database = "prosody.sqlite" }.2010-12-12, by Waqas Hussain
-
mod_storage_sql: Fixed a typo.2010-12-12, by Waqas Hussain
-
mod_storage_sql: Initial commit of new SQL data driver.2010-12-12, by Waqas Hussain
-
storagemanager: Hook "host-activated", to make sure we are notified about data drivers.2010-12-12, by Waqas Hussain
-
storagemanager: Fixed a nil global access.2010-12-12, by Waqas Hussain
-
util.stanza: Change get_error() to return nil rather than '' for no text2010-12-11, by Matthew Wild
-
prosodyctl: Make the 'restart' command start Prosody even if it wasn't already running2010-12-11, by Matthew Wild
-
util.datamanager: Return an error string when pcall fails on a loaded list file.2010-12-09, by Waqas Hussain
-
util.datamanager: When failing to load a list file, and the file exists, log an error, and return nil, error.2010-12-09, by Waqas Hussain
-
usermanager: Removed redundant import of util.datamanager and util.hashes.2010-12-09, by Waqas Hussain
-
util.ztact: Removed.2010-12-09, by Waqas Hussain
-
net.dns: Removed dependency on util.ztact by moving ztact.get/set in.2010-12-09, by Waqas Hussain
-
hostmanager: Improved error handling.2010-12-09, by Waqas Hussain
-
hostmanager: deactivate() now returns true on success.2010-12-09, by Waqas Hussain
-
hostmanager: activate() now gets the host config from configmanager when a config isn't given.2010-12-09, by Waqas Hussain
-
certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism (thanks Kev)2010-12-08, by Matthew Wild
-
prosody: Don't attempt to load core.xmlhandlers in the main file. It no longer exists.2010-12-07, by Waqas Hussain
-
xmlhandlers: DELETED.2010-12-07, by Matthew Wild
-
util.prosodyctl: Prep JIDs before checking whether they exist (thanks tja)2010-12-07, by Matthew Wild
-
tools/xep227toprosody.lua: Rename ns_xep227 to xmlns_xep227 for consistency with main Prosody code2010-12-07, by Matthew Wild
-
tools/xep227toprosody.lua: Convert to use util.xmppstream2010-12-07, by Matthew Wild
-
util.xmppstream: Expose ns_separator and ns_pattern2010-12-07, by Matthew Wild
-
mod_bosh: Switch to util.xmppstream from xmlhandlers2010-12-07, by Matthew Wild
-
xmppcomponent_listener: Switch to util.xmppstream from xmlhandlers2010-12-07, by Matthew Wild
-
certs/openssl.cnf: Change countryName from UK to GB2010-12-06, by Matthew Wild
-
certs/Makefile: Add .PRECIOUS to stop make deleting the key as an intermediate file (thanks deryni/Zash)2010-12-06, by Matthew Wild
-
certs: Add a default OpenSSL configuration file, and a Makefile.2010-12-03, by Kim Alvefur
-
mod_pubsub: Ensure <item> is in correct scope when broadcasting an event2010-12-05, by Matthew Wild
-
mod_pubsub: Support item retraction2010-12-05, by Florian Zeitz
-
mod_pubsub, util.pubsub: Support for unsubscribing2010-12-05, by Florian Zeitz
-
mod_pubsub: Use pubsub_error_reply everywhere2010-12-03, by Florian Zeitz
-
util.xmppstream: Fix logger name.2010-12-02, by Waqas Hussain
-
mod_disco: Don't add caps hash to stream features on unauthenticated connections.2010-12-02, by Waqas Hussain
-
mod_proxy65: Add service discovery identity and feature, to help out mod_disco when loaded on a normal host.2010-12-02, by Waqas Hussain
-
mod_proxy65: Cleaned up stanza processing a little.2010-12-02, by Waqas Hussain
-
mod_proxy65: s:len() -> #s.2010-12-02, by Waqas Hussain
-
mod_proxy65: Make some globals local.2010-12-02, by Waqas Hussain
-
mod_proxy65: :sub(n):byte() -> :byte(n).2010-12-02, by Waqas Hussain
-
mod_proxy65: Allow loading on normal hosts.2010-12-02, by Waqas Hussain
-
mod_proxy65: Updated to use sub-events. Now only hooks what it needs to.2010-12-02, by Waqas Hussain
-
net.server_select: Set select() timeout to 3600 by default.2010-12-02, by Waqas Hussain
-
net.server_select: Made another global local.2010-12-02, by Waqas Hussain
-
net.server_select: Made some globals local.2010-12-02, by Waqas Hussain
-
mod_bosh: Use util.timer for timers instead of server.addtimer.2010-12-02, by Waqas Hussain
-
util.timer: Activate higher timer precision.2010-12-02, by Waqas Hussain
-
net.server_select: Make changes required for sub-second timer precision.2010-12-02, by Waqas Hussain
-
fallbacks/lxp.lua: Pure Lua pseudo-XML parser. Implements the same API as LuaExpat.2010-12-02, by Waqas Hussain
-
mod_iq: Fix an extra character in previous commit...2010-12-02, by Waqas Hussain
-
mod_iq: Don't hook 'iq/full' on components.2010-12-02, by Waqas Hussain
-
mod_proxy65: Give the 'iq/host' stanza handler a negative priority, to allow mod_iq to process the events first.2010-12-02, by Waqas Hussain
-
MUC: Give stanza handlers a negative priority, to allow mod_iq to process them first.2010-12-02, by Waqas Hussain
-
mod_component: Give stanza handlers a negative priority, to allow mod_iq to process them first.2010-12-02, by Waqas Hussain
-
mod_pubsub, util.pubsub: Support node creation2010-12-01, by Florian Zeitz
-
mod_pep: Remove PEP subscriptions on getting a presence unsubscribe.2010-11-28, by Waqas Hussain
-
mod_pep: Fixed regression where PEP messages were not correctly being broadcasted on caps hash change.2010-11-28, by Waqas Hussain
-
mod_pep: Fixed a nil access (thanks Zash).2010-11-28, by Waqas Hussain
-
mod_disco: Fixed: Service discovery features were not being removed on module unload (issue #205).2010-11-28, by Waqas Hussain
-
mod_pep: Optimised PEP requests for disco info on caps change (issue #150).2010-11-28, by Waqas Hussain
-
storagemanager: Only show fallback warning if storage was configured to use another backend and it failed2010-11-27, by Matthew Wild
-
storagemanager: Return driver from load_driver() if successful2010-11-27, by Matthew Wild
-
mod_iq: Optimized a bit more (fewer table accesses).2010-11-27, by Waqas Hussain
-
mod_iq: Optimized a bit (fewer table accesses).2010-11-27, by Waqas Hussain
-
storagemanager: Import type()2010-11-27, by Matthew Wild
-
storagemanager: Import util.multitable again2010-11-27, by Matthew Wild
-
storagemanager: Fix syntax error2010-11-27, by Matthew Wild
-
mod_pep: Updated disco#info result handler to use new event name format.2010-11-27, by Waqas Hussain
-
Merge with Florob2010-12-18, by Matthew Wild
-
mod_admin_adhoc: Support unloading multiple modules2010-12-18, by Florian Zeitz
-
mod_admin_adhoc: Support for reloading multiple modules2010-12-18, by Florian Zeitz
-
util.events: Remove an event's table when it has no more handlers.2010-12-18, by Waqas Hussain
-
net/server_select.lua: Reduce select() timeout back to 1s2010-12-18, by Matthew Wild
-
storagemanager: Don't always show fallback warning when using per-store config2010-12-18, by Matthew Wild
-
prosodyctl: Add dummy lock/unlock_globals() until util.startup comes along2010-12-18, by Matthew Wild
-
mod_storage_sql: Fix a couple of bugs in "JSON" decoding2010-12-18, by Matthew Wild
-
util.prosodyctl: Initialize storagemanager on hosts we modify2010-12-18, by Matthew Wild
-
storagemanager: Log warning when loading the storage provider plugin fails2010-12-18, by Matthew Wild
-
usermanager: Fixed a possible traceback when is_admin() was used on a component.2010-12-17, by Waqas Hussain
-
prosody.cfg.lua.dist: Update to reflect new mod_admin_* modules2010-12-17, by Matthew Wild
-
util.stanza: Iterate on childtags instead of all childs.2010-12-17, by Kim Alvefur
-
Merge Tobias->trunk2010-12-17, by Matthew Wild
-
Make libidn default when not specifiying a IDN lib.2010-12-14, by Tobias Markmann
-
Fix lua lib name in LDFLAGS.2010-12-14, by Tobias Markmann
-
util.encodings: Support for ICU for IDNA operations.2010-12-14, by Tobias Markmann
-
mod_pubsub: Preserve service object on module reload2010-12-17, by Matthew Wild
-
mod_pubsub: Handle disco#info and disco#items2010-12-17, by Matthew Wild
-
util.pubsub: Add service:get_nodes()2010-12-17, by Matthew Wild
-
net.httpserver: Default 'ports' = {5280}2010-12-17, by Matthew Wild
-
net.xmppclient_listener: Imports and global cleanup.2010-12-14, by Waqas Hussain
-
net.xmppserver_listener: Removed unnecessary import of lxp.2010-12-14, by Waqas Hussain
-
net.xmppserver_listener: Removed unused variables and imports.2010-12-14, by Waqas Hussain
-
net.xmppserver_listener: Made some globals local.2010-12-14, by Waqas Hussain
-
net.xmppcomponent_listener: Move session creation from listener.onincoming to listener.onconnect.2010-12-14, by Waqas Hussain
-
net.xmppcomponent_listener: Made some globals local.2010-12-14, by Waqas Hussain
-
core.loggingmanager: Updated to use termcolours.getstyle instead of termcolours.getstring for console logging.2010-12-14, by Waqas Hussain
-
util.termcolours: Added setstyle(str), which works on Windows too.2010-12-14, by Waqas Hussain
-
util-src/windows.c: Added get_consolecolor, set_consolecolor.2010-12-14, by Waqas Hussain
-
net.dns: Clean up tostring() of returned records, as a result PTR records can now be tostring()'d2010-12-14, by Matthew Wild
-
net.dns: Add resolver:tohostname() and dns.tohostname()2010-12-14, by Matthew Wild
-
util.serialization: Proper serialization of Infinity, -Infinity and NaN.2010-12-13, by Waqas Hussain
-
mod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL insanity.2010-12-13, by Waqas Hussain
-
mod_storage_sql: Fixed the deserialization of string-typed values.2010-12-13, by Waqas Hussain
-
prosodyctl: Added and updated some comments and some semicolons, to match main prosody executable.2010-12-12, by Waqas Hussain
-
prosodyctl: Read PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables, to match main prosody executable.2010-12-12, by Waqas Hussain
-
prosody: Added a comment, to match prosodyctl.2010-12-12, by Waqas Hussain
-
mod_pep: Fixed a traceback when non-local users send presence.2010-12-12, by Waqas Hussain
-
mod_pep: Handle the case where local contacts send directed presence with caps hash.2010-12-12, by Waqas Hussain
-
util.serialization: Implemented deserialize().2010-12-12, by Waqas Hussain
-
util.x509: "certverification" -> "x509".2010-12-12, by Waqas Hussain
-
storagemanager: When we have a cached data driver, we are supposed to use it.2010-12-12, by Waqas Hussain
-
core.s2smanager, mod_console, mod_saslauth, util.certverification: rename util.certverification to util.x5092010-12-12, by Kim Alvefur
-
mod_storage_sql: Auto-initialize SQLite3 database.2010-12-12, by Waqas Hussain
-
mod_storage_sql: Default value for option sql = { driver = "SQLite3", database = "prosody.sqlite" }.2010-12-12, by Waqas Hussain
-
mod_storage_sql: Fixed a typo.2010-12-12, by Waqas Hussain
-
mod_storage_sql: Initial commit of new SQL data driver.2010-12-12, by Waqas Hussain
-
storagemanager: Hook "host-activated", to make sure we are notified about data drivers.2010-12-12, by Waqas Hussain
-
storagemanager: Fixed a nil global access.2010-12-12, by Waqas Hussain
-
util.stanza: Change get_error() to return nil rather than '' for no text2010-12-11, by Matthew Wild
-
prosodyctl: Make the 'restart' command start Prosody even if it wasn't already running2010-12-11, by Matthew Wild
-
util.datamanager: Return an error string when pcall fails on a loaded list file.2010-12-09, by Waqas Hussain
-
util.datamanager: When failing to load a list file, and the file exists, log an error, and return nil, error.2010-12-09, by Waqas Hussain
-
usermanager: Removed redundant import of util.datamanager and util.hashes.2010-12-09, by Waqas Hussain
-
util.ztact: Removed.2010-12-09, by Waqas Hussain
-
net.dns: Removed dependency on util.ztact by moving ztact.get/set in.2010-12-09, by Waqas Hussain
-
hostmanager: Improved error handling.2010-12-09, by Waqas Hussain
-
hostmanager: deactivate() now returns true on success.2010-12-09, by Waqas Hussain
-
hostmanager: activate() now gets the host config from configmanager when a config isn't given.2010-12-09, by Waqas Hussain
-
certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism (thanks Kev)2010-12-08, by Matthew Wild
-
prosody: Don't attempt to load core.xmlhandlers in the main file. It no longer exists.2010-12-07, by Waqas Hussain
-
xmlhandlers: DELETED.2010-12-07, by Matthew Wild
-
util.prosodyctl: Prep JIDs before checking whether they exist (thanks tja)2010-12-07, by Matthew Wild
-
tools/xep227toprosody.lua: Rename ns_xep227 to xmlns_xep227 for consistency with main Prosody code2010-12-07, by Matthew Wild
-
tools/xep227toprosody.lua: Convert to use util.xmppstream2010-12-07, by Matthew Wild
-
util.xmppstream: Expose ns_separator and ns_pattern2010-12-07, by Matthew Wild
-
mod_bosh: Switch to util.xmppstream from xmlhandlers2010-12-07, by Matthew Wild
-
xmppcomponent_listener: Switch to util.xmppstream from xmlhandlers2010-12-07, by Matthew Wild
-
certs/openssl.cnf: Change countryName from UK to GB2010-12-06, by Matthew Wild
-
certs/Makefile: Add .PRECIOUS to stop make deleting the key as an intermediate file (thanks deryni/Zash)2010-12-06, by Matthew Wild
-
Merge with Zash2010-12-06, by Matthew Wild
-
certs: Add a default OpenSSL configuration file, and a Makefile.2010-12-03, by Kim Alvefur
-
mod_pubsub: Ensure <item> is in correct scope when broadcasting an event2010-12-05, by Matthew Wild
-
mod_pubsub: Support item retraction2010-12-05, by Florian Zeitz
-
mod_pubsub, util.pubsub: Support for unsubscribing2010-12-05, by Florian Zeitz
-
mod_pubsub: Use pubsub_error_reply everywhere2010-12-03, by Florian Zeitz
-
util.xmppstream: Fix logger name.2010-12-02, by Waqas Hussain
-
mod_disco: Don't add caps hash to stream features on unauthenticated connections.2010-12-02, by Waqas Hussain
-
mod_proxy65: Add service discovery identity and feature, to help out mod_disco when loaded on a normal host.2010-12-02, by Waqas Hussain
-
mod_proxy65: Cleaned up stanza processing a little.2010-12-02, by Waqas Hussain
-
mod_proxy65: s:len() -> #s.2010-12-02, by Waqas Hussain
-
mod_proxy65: Make some globals local.2010-12-02, by Waqas Hussain
-
mod_proxy65: :sub(n):byte() -> :byte(n).2010-12-02, by Waqas Hussain
-
mod_proxy65: Allow loading on normal hosts.2010-12-02, by Waqas Hussain
-
mod_proxy65: Updated to use sub-events. Now only hooks what it needs to.2010-12-02, by Waqas Hussain
-
net.server_select: Set select() timeout to 3600 by default.2010-12-02, by Waqas Hussain
-
net.server_select: Made another global local.2010-12-02, by Waqas Hussain
-
net.server_select: Made some globals local.2010-12-02, by Waqas Hussain
-
mod_bosh: Use util.timer for timers instead of server.addtimer.2010-12-02, by Waqas Hussain
-
util.timer: Activate higher timer precision.2010-12-02, by Waqas Hussain
-
net.server_select: Make changes required for sub-second timer precision.2010-12-02, by Waqas Hussain
-
fallbacks/lxp.lua: CRLF -> LF.2010-12-02, by Waqas Hussain
-
fallbacks/lxp.lua: Pure Lua pseudo-XML parser. Implements the same API as LuaExpat.2010-12-02, by Waqas Hussain
-
mod_iq: Fix an extra character in previous commit...2010-12-02, by Waqas Hussain
-
mod_iq: Don't hook 'iq/full' on components.2010-12-02, by Waqas Hussain
-
mod_proxy65: Give the 'iq/host' stanza handler a negative priority, to allow mod_iq to process the events first.2010-12-02, by Waqas Hussain
-
MUC: Give stanza handlers a negative priority, to allow mod_iq to process them first.2010-12-02, by Waqas Hussain
-
mod_component: Give stanza handlers a negative priority, to allow mod_iq to process them first.2010-12-02, by Waqas Hussain
-
mod_pubsub, util.pubsub: Support node creation2010-12-01, by Florian Zeitz
-
mod_console: Fix to import cert_verify_identity (util.certverification)2010-11-28, by Matthew Wild
-
certmanager: Add required verify flags for cert verification if LuaSec (probably) supports them2010-11-28, by Matthew Wild
-
mod_console: Add s2s:showcert() command to show the certificate for a domain2010-11-28, by Matthew Wild
-
mod_pep: Remove PEP subscriptions on getting a presence unsubscribe.2010-11-28, by Waqas Hussain
-
mod_pep: Fixed regression where PEP messages were not correctly being broadcasted on caps hash change.2010-11-28, by Waqas Hussain
-
mod_pep: Fixed a nil access (thanks Zash).2010-11-28, by Waqas Hussain
-
mod_disco: Fixed: Service discovery features were not being removed on module unload (issue #205).2010-11-28, by Waqas Hussain
-
mod_pep: Optimised PEP requests for disco info on caps change (issue #150).2010-11-28, by Waqas Hussain
-
s2smanager: Check for getpeercertificate availability (for old LuaSecs)2010-11-27, by Matthew Wild
-
storagemanager: Only show fallback warning if storage was configured to use another backend and it failed2010-11-27, by Matthew Wild
-
storagemanager: Return driver from load_driver() if successful2010-11-27, by Matthew Wild
-
Merge with trunk2010-11-27, by Matthew Wild
-
storagemanager: Import type()2010-11-27, by Matthew Wild
-
mod_iq: Optimized a bit more (fewer table accesses).2010-11-27, by Waqas Hussain
-
mod_iq: Optimized a bit (fewer table accesses).2010-11-27, by Waqas Hussain
-
storagemanager: Import util.multitable again2010-11-27, by Matthew Wild
-
storagemanager: Fix syntax error2010-11-27, by Matthew Wild
-
Merge darkrain->trunk2010-11-27, by Matthew Wild
-
mod_console: Denote services whose identity matches their (valid/trusted) certificate as 'secure'2010-11-22, by Paul Aurich
-
s2s: SASL EXTERNAL2010-11-22, by Paul Aurich
-
s2smanager: Compatibility hack for when not using dialback2010-11-22, by Paul Aurich
-
net.server_event: API parity with net.server_socket2010-11-22, by Paul Aurich
-
mod_pep: Updated disco#info result handler to use new event name format.2010-11-27, by Waqas Hussain
-
Rename storage/mod_ejabberd to mod_storage_sql_ejabberd. Also rename configuration option. Untested.2010-11-27, by Matthew Wild
-
storage/mod_storage: Remove, obsolete2010-11-27, by Matthew Wild
-
mod_pubsub, util.pubsub: Support for fetching items2010-11-25, by Florian Zeitz
-
util.template: Don't add stanza.last_add. 20% faster.2010-11-26, by Waqas Hussain
-
tests/test_util_stanza.lua: Allow stanza.last_add to be nil.2010-11-26, by Waqas Hussain
-
util.template: Rewritten to be much faster than the util.stanza stanza building API.2010-11-25, by Waqas Hussain
-
.hgignore: Ignore *.diff.2010-11-20, by Waqas Hussain
-
.hgignore: Ignore Windows compilation artifacts.2010-11-20, by Waqas Hussain
-
net.xmpp{client,server,component}_listener: s/xml-not-well-formed/not-well-formed/ as per latest bis drafts.2010-11-19, by Waqas Hussain
-
util.xmppstream: Preserve the stream content namespace on descendents of elements which are in another namespace.2010-11-19, by Waqas Hussain
-
MUC: Include the user's current presence contents when broadcasting a role change.2010-11-18, by Waqas Hussain
-
MUC: Include the user's current presence contents when broadcasting an affiliation change.2010-11-18, by Waqas Hussain
-
prosodyctl: Give hosts type = 'local'2010-11-18, by Matthew Wild
-
MUC: Change room name and description properly2010-11-17, by Kim Alvefur
-
MUC: Fixed: Variable referencing the host session wasn't initialized.2010-11-16, by Waqas Hussain
-
util.pubsub: Add :get_subscription() to return the current subscription for a JID, if any2010-11-13, by Matthew Wild
-
util.filters: Support for 'filter hooks' that get called when a session is initialized for filters2010-11-13, by Matthew Wild
-
Merge backout2010-11-13, by Matthew Wild
-
Backed out changeset bfc47564aaef (No need for _M with module.environment)2010-11-13, by Matthew Wild
-
mod_pubsub: Use module.environment to reference the module's environment2010-11-13, by Matthew Wild
-
mod_pubsub: Expose 'service'2010-11-13, by Matthew Wild
-
modulemanager: Inside plugins, have global _M as a reference to the module's environment2010-11-13, by Matthew Wild
-
mod_pubsub: It's aliiiive!2010-11-13, by Matthew Wild
-
mod_component: Logging tweaks.2010-11-12, by Waqas Hussain
-
mod_component: Use module:get_option() instead of configmanager.2010-11-12, by Waqas Hussain
-
mod_component: Rearranged the code a little.2010-11-12, by Waqas Hussain
-
mod_component: Return true from stanza handler to indicate that we actually did handle the stanza.2010-11-12, by Waqas Hussain
-
usermanager: Don't load auth modules for components.2010-11-11, by Waqas Hussain
-
MUC: Grant membership when inviteing someone into a members-only room.2010-11-10, by Kim Alvefur
-
configmanager: Update Include and RunScript directives to support paths relative to the (current!) config file2010-11-10, by Matthew Wild
-
mod_proxy65: Use module:get_option() instead of configmanager.2010-11-10, by Waqas Hussain
-
componentmanager: Removed.2010-11-10, by Waqas Hussain
-
prosody: Added a stub implementation of core.componentmanager to the package.loaded table.2010-11-10, by Waqas Hussain
-
prosody: Removed all references to componentmanager from Prosody, except the main componentmanager file.2010-11-10, by Waqas Hussain
-
componentmanager: Removed get_children(host).2010-11-10, by Waqas Hussain
-
hostmanager: Don't include hosts with '@' or '/' in the name in the get_children(host) result.2010-11-10, by Waqas Hussain
-
mod_disco: Updated to use hostmanager.get_children instead of componentmanager.get_children.2010-11-10, by Waqas Hussain
-
hostmanager: Added function get_children(host) which copies componentmanager.get_children(host).2010-11-10, by Waqas Hussain
-
hostmanager: Added support for components to hostmanager.activate().2010-11-10, by Waqas Hussain
-
MUC: Only send status code 110 (entering non-anonymous room) to the occupant themselves, not to other occupants.2010-11-10, by Waqas Hussain
-
MUC: Added some more missing :up()s to the stanza building for presence broadcasts (thanks again Zash).2010-11-10, by Waqas Hussain
-
MUC: Parse submitted form with util.dataforms2010-11-10, by Kim Alvefur
-
MUC: Added a missing :up() to the stanza building for presence broadcast (thanks Zash).2010-11-10, by Waqas Hussain
-
MUC: Return true from the stanza handler to suppress error responses.2010-11-10, by Waqas Hussain
-
modulemanager: Fixed: Locally defined pcall wasn't returning return values of the called function.2010-11-10, by Waqas Hussain
-
componentmanager, hostmanager, modulemanager, mod_component: Got rid of the useless hosts[*].connected property.2010-11-09, by Waqas Hussain
-
componentmanager, stanza_router: Get rid of componentmanager.handle_stanza().2010-11-09, by Waqas Hussain
-
prosody: Ensure componentmanager is loaded in the main file.2010-11-09, by Waqas Hussain
-
componentmanager: Removed SSL context creation (mod_tls handles that now).2010-11-09, by Waqas Hussain
-
mod_tls: Let hosts without an 'ssl' option inherit it from their parent hosts.2010-11-09, by Waqas Hussain
-
net.xmppcomponent_listener: Removed unnecessary and problematic cleanup code.2010-11-09, by Waqas Hussain
-
MUC: Handle missing <value/> for <field type='boolean'/> in config form submissions.2010-11-09, by Waqas Hussain
-
mod_component: Send back a <conflict/> stream error when multiple sessions attempt to bind.2010-11-09, by Waqas Hussain
-
net.xmppcomponent_listener: Call session:on_destroy() on session disconnect.2010-11-09, by Waqas Hussain
-
MUC: Preserve the global rooms table through reloads.2010-11-08, by Waqas Hussain
-
MUC: Expose the rooms table as a global 'rooms'.2010-11-08, by Waqas Hussain
-
MUC: Allow restricting room creation to local JIDs (thanks thomas.mangin).2010-11-08, by Waqas Hussain
-
mod_tls: Pass the hostname rather than host session to certmanager.create_context() (thanks darkrain)2010-11-08, by Matthew Wild
-
configmanager: Atomic reloads, and some other internal changes to achieve this2010-11-07, by Matthew Wild
-
util.httpstream: Added support for chunked transfer encoding.2010-11-05, by Waqas Hussain
-
net.http: Removed old HTTP parser, and updated to use util.httpstream.2010-11-05, by Waqas Hussain
-
util.httpstream: Fixed a possible string to number comparison error.2010-11-05, by Waqas Hussain
-
util.httpstream: Added support for an options callback, to allow passing per-message options to the parser.2010-11-05, by Waqas Hussain
-
util.httpstream: A little refactoring of the coroutine control flow.2010-11-05, by Waqas Hussain
-
util.httpstream: Added support for HTTP response parsing.2010-11-04, by Waqas Hussain
-
util.httpstream: Fixed a nil variable access introduced in the last commit.2010-11-04, by Waqas Hussain
-
util.httpstream: Move HTTP header parsing into its own function.2010-11-04, by Waqas Hussain
-
componentmanager: Removed unused function set_component_handler.2010-11-04, by Waqas Hussain
-
MUC: Use events for hooking stanzas instead of the component stanza handler.2010-11-04, by Waqas Hussain
-
mod_proxy65: Removed useless checks from the event handler.2010-11-04, by Waqas Hussain
-
mod_proxy65: Use "iq/host" event for hooking stanzas instead of the component stanza handler.2010-11-04, by Waqas Hussain
-
mod_console: Keep global variable assignments sandboxed by default.2010-11-04, by Waqas Hussain
-
util.logger: Remove support for a global writer (setwriter) to try and balance the forces...2010-11-04, by Matthew Wild
-
mod_posix: Remove redundant import of logger.setwriter()2010-11-04, by Matthew Wild
-
util.logger: Remove my precious premature optimisation :(2010-11-04, by Matthew Wild
-
mod_saslauth: Allow restarting SASL negotiation from scratch.2010-11-02, by Waqas Hussain
-
mod_saslauth: Moved SASL mechanism selection and CDATA handling into separate functions.2010-11-02, by Waqas Hussain
-
util.sasl, util.sasl_cyrus: Mechanism selection cleaned up to be more consistent.2010-11-02, by Waqas Hussain
-
util.sasl, util.sasl_cyrus: Load mechanisms list early rather than lazily, as they are always loaded anyway.2010-11-02, by Waqas Hussain
-
mod_saslauth: Handle SASL <abort/> properly.2010-11-02, by Waqas Hussain
-
componentmanager: Removed an unused third parameter from the register_component function.2010-11-01, by Waqas Hussain
-
util.template: Optimized to be almost as fast as manual stanza building.2010-10-24, by Waqas Hussain
-
util.template: Initial commit. A template library for XML stanzas.2010-10-24, by Waqas Hussain
-
net.dns: Fixed a traceback when util/windows.dll is unavailable on windows.2010-10-22, by Waqas Hussain
-
mod_bosh: Don't add a Content-Type header to the HTTP OPTIONS reply.2010-10-22, by Waqas Hussain
-
ejabberdsql2prosody: Added a global 'prosody' table to fix a traceback.2010-10-19, by Waqas Hussain
-
Monster whitespace commit (beware the whitespace monster).2010-10-16, by Waqas Hussain
-
modulemanager: Removed another legacy events API (add_event_hook), and related code.2010-10-16, by Waqas Hussain
-
mod_posix: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
modulemanager: Removed legacy events API, and related code.2010-10-16, by Waqas Hussain
-
mod_saslauth: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
mod_dialback: Fixed indentation.2010-10-16, by Waqas Hussain
-
mod_dialback: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
mod_compression: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
mod_component: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
modulemanager: Removed add_iq_handler() from the plugin API.2010-10-16, by Waqas Hussain
-
mod_register: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
mod_legacyauth: Limit authentication to unauthenticated client connections.2010-10-16, by Waqas Hussain
-
mod_legacyauth: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
mod_roster: Cleaned up some unused variables and global accesses.2010-10-16, by Waqas Hussain
-
mod_roster: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
mod_saslauth: Improved logging a bit.2010-10-16, by Waqas Hussain
-
mod_saslauth: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
mod_private: Updated to use the new events API. Smaller, more robust.2010-10-15, by Waqas Hussain
-
Merge hoelzro->trunk2010-10-15, by Matthew Wild
-
Alter mod_offline to respect negative priority resources2010-10-15, by Robert Hoelz
-
Merge hoelzro->trunk2010-10-15, by Matthew Wild
-
Don't send offline messages to resource with negative priorities2010-10-15, by Robert Hoelz
-
MUC: Use util.dataforms to generate forms2010-10-12, by Kim Alvefur
-
MUC: fix timezone support when sending history2010-10-12, by Kim Alvefur
-
configmanager: Allow VirtualHost/Component definitions to be followed by a table of config options2010-10-08, by Matthew Wild
-
net.dns: Support for parsing PTR records2010-10-05, by Matthew Wild
-
mod_adhoc: Answer disco#info for node=xmlns_cmd2010-10-01, by Florian Zeitz
-
MUC: Make the room node be the default room name (thanks Zash).2010-09-28, by Waqas Hussain
-
Merge with trunk.2010-09-27, by Waqas Hussain
-
MUC: Added a 'Description' property (muc#roomconfig_roomdesc)2010-09-26, by Kim Alvefur
-
MUC: Added a 'Name' property (muc#roomconfig_roomname)2010-09-24, by Kim Alvefur
-
MUC: Fixed traceback on presence errors lacking a condition.2010-09-27, by Waqas Hussain
-
net.xmppcomponent_listener: Fixed a possible traceback in component disconnect handling.2010-09-21, by Waqas Hussain
-
net.xmppcomponent_listener: Specify missing log level for a log statement.2010-09-21, by Waqas Hussain
-
net.xmppcomponent_listener, mod_component: Removed useless undocumented option 'component_address'.2010-09-21, by Waqas Hussain
-
util.stanza: Make the current element <message> instead of <body> when body text is passed to st.message().2010-09-21, by Waqas Hussain
-
util.events: Event handler indices are now built lazily (faster server startup for large number of hosts).2010-09-19, by Waqas Hussain
-
util.events: Fixed the exposed API for adding/removing sets of event handlers.2010-09-16, by Waqas Hussain
-
util.events: Removed dispatcher creation functions (these weren't being used).2010-09-16, by Waqas Hussain
-
net.httpserver: Removed old HTTP parser, and updated to use util.httpstream.2010-09-16, by Waqas Hussain
-
util.httpstream: Refactored and simplified code to improve readability.2010-09-16, by Waqas Hussain
-
util.httpstream: Removed unused variables.2010-09-16, by Waqas Hussain
-
util.httpstream: Initial commit of the new HTTP parser.2010-09-04, by Waqas Hussain
-
prosody.cfg.lua.dist: Small wording fix in comment (thanks darkrain)2010-09-13, by Matthew Wild
-
mod_bosh: Fix traceback when initiating a BOSH session to an unknown host2010-09-10, by Matthew Wild
-
net.server_select: Add server.step() to run through a single iteration of the event loop2010-09-09, by Matthew Wild
-
prosody.cfg.lua.dist: Add mod_adhoc and mod_admin_adhoc to the default config2010-09-05, by Matthew Wild
-
s2smanager: Don't fire s2sin-destroyed for sessions that were never fully established (thanks Thomas)2010-09-05, by Matthew Wild
-
s2smanager: Fire s2s{in,out}-destroyed when s2s connections are destroyed2010-09-05, by Matthew Wild
-
mod_ping: Add ad-hoc command2010-09-02, by Florian Zeitz
-
mod_adhoc: remove 0.7 compat code2010-09-01, by Florian Zeitz
-
mod_adhoc: Fix passing data to util.dataforms2010-09-01, by Florian Zeitz
-
mod_version: Use pposix.uname() if available and os_version_command not set2010-08-31, by Matthew Wild
-
util.pposix: uname(): Fix to push nil,err in case of error2010-08-31, by Matthew Wild
-
util.pposix: Add pposix.uname(), bump version2010-08-31, by Matthew Wild
-
util.jid: Fix parsing of JIDs with no nodepart and an @ in the resourcepart (thanks seth)2010-08-30, by Matthew Wild
-
tests/test_util_jid.lua: Add more tests for JID splitting2010-08-30, by Matthew Wild
-
util.stanza: stanza:matched_children() -> stanza:matching_tags()2010-08-30, by Matthew Wild
-
util.stanza: Add stanza:maptags() to apply a function over child tags (return nil to remove tag from stanza)2010-08-30, by Matthew Wild
-
s2smanager: Fire s2s{in,out}-established when new s2s connections are ready2010-08-30, by Matthew Wild
-
util.stanza: Optimisation, remove useless if...then in stanza:children() iterator2010-08-29, by Matthew Wild
-
util.stanza: Add stanza:matched_children(name, xmlns) [name suggestions welcome]2010-08-29, by Matthew Wild
-
net.httpserver: Join multiple headers with the same name as per RFC (thanks darkhippo)2010-08-28, by Matthew Wild
-
mod_bosh: Support for reading the client's real IP through HTTP proxies from X-Forwarded-For2010-08-28, by Matthew Wild
-
net.http: Add http.formencode() for www-form-urlencoded from an array of fields (thanks dersd)2010-08-27, by Matthew Wild
-
componentmanager: Relocate disallow_s2s to its correct position (thanks darkhoptipomatus)2010-08-24, by Matthew Wild
-
mod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved cyrus account provisioning check out of mod_saslauth.2010-08-23, by Waqas Hussain
-
util.sasl_cyrus: Spaces -> tabs.2010-08-23, by Waqas Hussain
-
usermanager: Get rid unused Cyrus SASL related code.2010-08-23, by Waqas Hussain
-
mod_auth_internal_plain: Get rid of all checks for Cyrus SASL.2010-08-23, by Waqas Hussain
-
mod_saslauth: Get rid of the sasl_backend option (use auth modules instead).2010-08-23, by Waqas Hussain
-
mod_saslauth: Get rid of most Cyrus SASL related code (use authentication='cyrus' instead).2010-08-23, by Waqas Hussain
-
componentmanager: Support the 'disallow_s2s' option for components too (thanks darkhopatomopus)2010-08-23, by Matthew Wild
-
net.server: Don't load configmanager if not running inside Prosody, assume server_select2010-08-23, by Matthew Wild
-
sessionmanager, s2smanager: Give resting sessions a pass-through filter, fixes #2022010-08-22, by Matthew Wild
-
mod_adhoc: Answer disco#info (This is a MUST in XEP-0050)2010-08-22, by Florian Zeitz
-
mod_adhoc: Code restructuring2010-08-22, by Florian Zeitz
-
mod_auth_internal_hashed: Fix deleting users2010-08-16, by Kim Alvefur
-
mod_privacy: Fix typo causing <active/> to never be send2010-08-12, by Florian Zeitz
-
mod_console: Add host:* commands to help (thanks Zash)2010-08-14, by Matthew Wild
-
mod_bosh: Fix to properly ignore repeated requests2010-08-07, by Matthew Wild
-
mod_bosh: Small change to use variable instead of hard-coded xmlns2010-08-06, by Matthew Wild
-
mod_bosh: Much improve session:close() for BOSH sessions, so it now matches in usage normal session:close()2010-08-06, by Matthew Wild
-
MUC: Fixed: Unavilable presence was not being broadcasted for banned users in some cases (thanks Zash).2010-08-03, by Waqas Hussain
-
MUC: Return correct error to non-members attempting to enter a members-only room.2010-08-03, by Waqas Hussain
-
util.xmppstream: Removed some useless property assignments.2010-08-03, by Waqas Hussain
-
util.sasl_cyrus: Make multi-step SASL mechanisms work correctly.2010-08-03, by Waqas Hussain
-
util.sasl: Simplified some code a bit.2010-08-03, by Waqas Hussain
-
util.sasl, util.sasl_cyrus: Removed a ton of unused variables.2010-08-03, by Waqas Hussain
-
eventmanager: REMOVE!!!2010-08-03, by Matthew Wild
-
mod_bosh: Remove dependency on eventmanager2010-08-03, by Matthew Wild
-
loggingmanager: Remove (redundant!) dependency on eventmanager2010-08-03, by Matthew Wild
-
sessionmanager: Remove dependency on eventmanager2010-08-03, by Matthew Wild
-
s2smanager: Remove dependency on eventmanager2010-08-03, by Matthew Wild
-
componentmanager: Remove dependency on eventmanager2010-08-03, by Matthew Wild
-
hostmanager: Remove dependency on eventmanager2010-08-03, by Matthew Wild
-
modulemanager: Remove dependency on eventmanager2010-08-03, by Matthew Wild
-
s2smanager: brackets, just to be sure :)2010-08-03, by Matthew Wild
-
s2smanager: Only bounce real stanzas on s2s failure, not dialback and friends (thanks elghinn)2010-08-03, by Matthew Wild
-
util.datetime: Added implementation for function parse().2010-08-02, by Waqas Hussain
-
storage/mod_ejabberd: Reorganized some code.2010-08-02, by Waqas Hussain
-
util.sasl_cyrus: Cleanup.2010-08-02, by Waqas Hussain
-
util.sasl: Removed method:forbidden() and its side effects.2010-08-02, by Waqas Hussain
-
util.sasl_cyrus: Removed method:forbidden().2010-08-02, by Waqas Hussain
-
mod_auth_*: Fixed copyright headers.2010-08-02, by Waqas Hussain
-
util.xmppstream: Add set_session() method to change the session that a stream is associated with2010-08-02, by Matthew Wild
-
net.server_event: Remove some debug messages2010-08-02, by Matthew Wild
-
mod_version: Leave out the os element if hide_os_type is set2010-08-01, by Kim Alvefur
-
mod_version: Make the command used to get OS version configurable2010-08-01, by Kim Alvefur
-
usermanager: Fix two nil global accesses2010-07-31, by Matthew Wild
-
mod_saslauth: Fixed a nil global access.2010-07-31, by Waqas Hussain
-
mod_saslauth: Move mandatory encryption enforcement to before sasl_handler:select().2010-07-31, by Waqas Hussain
-
storage/mod_ejabberd (and associated library): Initial commit.2010-07-31, by Waqas Hussain
-
storage/mod_xep0227: Initial commit.2010-07-31, by Waqas Hussain
-
prosody: Enable storage manager.2010-07-31, by Waqas Hussain
-
prosody.cfg.lua.dist: Fixed trailing whitespace.2010-07-31, by Waqas Hussain
-
util.pluginloader: Remove useless datamanager dependency.2010-07-31, by Waqas Hussain
-
util.roster: Remove, not going this route now2010-07-26, by Matthew Wild
-
mod_message: Discard headline messages sent to offline full JIDs (to follow latest spec updates).2010-07-25, by Waqas Hussain
-
tests: Added tests for util.sasl.scram.Hi().2010-07-25, by Waqas Hussain
-
util.sasl.scram: Made function Hi public.2010-07-25, by Waqas Hussain
-
mod_console: Added support for multiple arguments to print().2010-07-25, by Waqas Hussain
-
storagemanager: Fixed a nil access.2010-07-25, by Waqas Hussain
-
prosody.resolve_relative_path: Updated to take a parent path to resolve against.2010-07-23, by Waqas Hussain
-
storagemanager: Initial commit.2010-07-23, by Waqas Hussain
-
Merge 0.7->trunk2010-07-23, by Matthew Wild
-
mod_tls: Remove extraneous flag to starttls() for s2sout connecections2010-07-22, by Matthew Wild
-
mod_register: Drop useless depencency on datamanager.2010-07-20, by Waqas Hussain
-
MUC: Store the nick (full room JID) which set the subject, and send subject to occupants from that JID.2010-07-20, by Waqas Hussain
-
util.iterators: Add skip() to skip the first n items of an iterator2010-07-20, by Matthew Wild
-
Merge with trunk.2010-07-17, by Waqas Hussain
-
mod_auth_internal_hashed: Fixed SCRAM-SHA-1 mechanism to not traceback on non-existent users.2010-07-17, by Waqas Hussain
-
MUC: No need to call is_admin twice now, global admins are admins on hosts2010-07-17, by Matthew Wild
-
net.server_event: Remove debug logging from dummy onstatus handler2010-07-17, by Matthew Wild
-
mod_saslauth: Cleaned up unused requires.2010-07-17, by Waqas Hussain
-
mod_saslauth: A little cleanup for anonymous_login.2010-07-17, by Waqas Hussain
-
configmanager: Remove dependency on eventmanager, and global 'prosody' object2010-07-17, by Matthew Wild
Scroll all the way down to load more.