Software /
code /
prosody
Graph
-
util/timer: Re-set params when timer is rescheduled2013-11-06, by daurnimator
-
Merge 0.10 -> trunk2013-10-31, by Kim Alvefur
-
Merge 0.9 -> 0.102013-10-31, by Kim Alvefur
-
certmanager: Disable SSLv3 by default2013-10-31, by Kim Alvefur
-
mod_storage_sql2: Switch to the util.sql table definition for the main table2013-10-30, by Kim Alvefur
-
mod_storage_sql2: The prosodyarchive_index should be unique2013-10-30, by Kim Alvefur
-
mod_storage_sql2: Use primary_key and auto_increment flags instead of baking that into the type2013-10-30, by Kim Alvefur
-
mod_storage_sql2: Use MEDIUMTEXT fields for value columns (ie TEXT on non-MySQL)2013-10-30, by Kim Alvefur
-
util.sql: Rewrite MEDIUMTEXT to TEXT for drivers other than MySQL2013-10-30, by Kim Alvefur
-
util.sql: Check what encoding SQLite3 uses2013-10-29, by Kim Alvefur
-
util.sql: Find out if MySQL supports utf8mb4 and use that2013-10-29, by Kim Alvefur
-
util.sql: Support incrementing columns2013-10-28, by Kim Alvefur
-
util.sql: Allow columns to be marked the primary key2013-10-28, by Kim Alvefur
-
util.sql: Allow creating unique indices2013-10-28, by Kim Alvefur
-
mod_storage_sql2: Move checking of the sql_manage_tables option so it also includes table upgrades (again)2013-10-28, by Kim Alvefur
-
mod_storage_sql2, util.sql: Move code for setting encoding to util.sql2013-10-28, by Kim Alvefur
-
mod_storage_sql2: Move all schema upgrade code to the same place2013-10-28, by Kim Alvefur
-
mod_storage_sql2: Split up setting of encoding and table upgrade code2013-10-28, by Kim Alvefur
-
util.timer: Import all require upvalues.2013-10-30, by Waqas Hussain
-
util.timer: Fix another variable name typo (thanks again zash).2013-10-30, by Waqas Hussain
-
util.timer: Fix variable name typo.2013-10-30, by Waqas Hussain
-
util.indexedbheap: A priority queue implementation with a reverse index with no per-entry memory allocation.2013-10-30, by Waqas Hussain
-
Merge 0.10->trunk2013-10-15, by Kim Alvefur
-
certmanager: Fix. Again.2013-10-15, by Kim Alvefur
-
Merge 0.10->trunk2013-10-14, by Kim Alvefur
-
certmanager: Add back single_dh_use and single_ecdh_use to default options (Zash breaks, Zash unbreaks)2013-10-14, by Kim Alvefur
-
util.sasl.scram: Rename variable for clarity2013-10-12, by Kim Alvefur
-
util.sasl.scram: Cache profile name instead of concatenating when used2013-10-12, by Kim Alvefur
-
util.sasl.scram: Rewrite patterns and capture client-first-message-bare, client-final-message-without-proof2013-10-12, by Kim Alvefur
-
util.sasl.scram: Create the state table as late as possible, keep state in locals for faster access2013-10-12, by Kim Alvefur
-
util.sasl.scram: Compare gs2-header to cbind-input (Thanks Tobias)2013-10-12, by Kim Alvefur
-
Merge 0.10->trunk2013-10-10, by Matthew Wild
-
Merge 0.9->0.102013-10-10, by Matthew Wild
-
util.windows: Incorrect output buffer size passed to ReadConsoleOutputAttribute (fixes issue#362, thanks yanjun).2013-10-10, by Waqas Hussain
-
util.sasl: Remove unused print() import.2013-10-07, by Waqas Hussain
-
util.sasl: Make registerMechanism a public function (again)2013-10-07, by Waqas Hussain
-
Merge 0.10->trunk2013-10-07, by Kim Alvefur
-
mod_saslauth: Collect data for channel binding only if we know for sure that the stream is encrypted2013-10-07, by Kim Alvefur
-
Merge 0.10->trunk2013-10-06, by Kim Alvefur
-
util.array: Improve array:reverse() and make it work as both method and non-mutating function2013-10-06, by Kim Alvefur
-
util.sasl.scram: Remove unused function and import2013-10-06, by Kim Alvefur
-
Merge 0.10->trunk2013-10-05, by Matthew Wild
-
Merge 0.9->0.102013-10-05, by Matthew Wild
-
mod_pep_plus: An util.pubsub based PEP module2013-10-04, by Florian Zeitz
-
mod_pubsub, util.pubsub: Keep track of the order of items2013-10-04, by Kim Alvefur
-
Merge 0.9->0.102013-09-30, by Matthew Wild
-
util.filters: Fix inserting items so that higher priority filters run first2013-09-30, by Kim Alvefur
-
mod_storage_sql2: Add method for deleting items from archives with same syntax as :find()2013-09-28, by Kim Alvefur
-
mod_storage_sql2: Split out code for building WHERE clauses into separate functions2013-09-28, by Kim Alvefur
-
server_select: fix onreadtimeout support so that listeners can override the default (disconnect) behaviour2013-09-28, by Matthew Wild
-
util.x509: Only compare identity with oid-on-xmppAddr for XMPP services2013-09-26, by Kim Alvefur
-
util.sasl.scram: Simplify validation of client-first-message2013-09-22, by Kim Alvefur
-
Merge Tobias SCRAM-PLUS work2013-09-21, by Kim Alvefur
-
Backout ae48bf828f212013-09-21, by Kim Alvefur
-
Only advertise mechanisms needing channel binding if a channel binding backend is avaliable.2011-02-07, by Tobias Markmann
-
sasl.util.scarm: Rearrage some code so it makes more sense.2011-02-06, by Tobias Markmann
-
util.sasl.scram: Checking the GS2 header for valid start flag.2011-02-06, by Tobias Markmann
-
mod_saslauth: Check whether LuaSec supports getpeerfinished() binding.2011-01-17, by Tobias Markmann
-
util.sasl.scram: Remove some debugging output.2011-01-17, by Tobias Markmann
-
util.sasl.scram: Adding reference to RFC 5929 'Channel Bindings for TLS'.2011-01-17, by Tobias Markmann
-
util.sasl.scram: Validate channel binding data of client final message.2011-01-17, by Tobias Markmann
-
mod_saslauth: Add channel binding handler for tls-unique channel binding.2011-01-17, by Tobias Markmann
-
util.sasl.scram: Use self.profile.cb for detection whether channel binding is supported or not.2011-01-17, by Tobias Markmann
-
mod_saslauth: Set secure socket as SASL object user data for secure sessions.2011-01-17, by Tobias Markmann
-
util.sasl: New method to add channel binding handler to a SASL instance.2011-01-17, by Tobias Markmann
-
Run with own LuaSec.2011-01-17, by Tobias Markmann
-
Check whether we support the proposed channel binding type.2011-01-15, by Tobias Markmann
-
Adding some code for channel binding advertising.2011-01-12, by Tobias Markmann
-
Merge 0.9->trunk2013-09-16, by Matthew Wild
-
Tagging 0.9.12013-09-09, by Matthew Wild
-
moduleapi: Add module:unhook()2013-09-16, by Matthew Wild
-
net.server_select: Return handler from addclient2013-09-06, by Kim Alvefur
-
net.server_select: Pass on all arguments to addclient on to wrapclient2013-09-06, by Kim Alvefur
-
certmanager: Allow for specifying the dhparam option as a path to a file instead of a callback2013-09-03, by Kim Alvefur
-
Merge 0.9->trunk2013-09-03, by Kim Alvefur
-
Merge 0.9->trunk2013-09-03, by Matthew Wild
-
certmanager: Allow for specifying the dhparam option as a path to a file instead of a callback2013-09-03, by Kim Alvefur
-
Merge 0.9->trunk2013-09-02, by Matthew Wild
-
util.set: Fix :include() and :exclude() methods to iterate the input set correctly2013-09-02, by Matthew Wild
-
util.pposix: Fix building on non-Linux with glibc2013-09-02, by Kim Alvefur
-
configmanager: Fix checking of absolute paths on Windows2013-08-30, by Kim Alvefur
-
util.net: Fix s2sout on Windows (return 0.0.0.0 and :: instead of an empty list)2013-08-30, by Kim Alvefur
-
prosodyctl: check: Support for unicode (IDN) domains (thanks once again albert)2013-09-02, by Matthew Wild
-
mod_muc: Import util.array2013-08-30, by Matthew Wild
-
prosody.cfg.lua.dist: Set c2s_require_encryption = true2013-08-29, by Matthew Wild
-
Merge 0.9->trunk2013-08-24, by Matthew Wild
-
mod_pep: Update COMPAT comment, it seems Asterisk 1.8 also suffers from this issue (thanks Lonnie Abelbeck)2013-08-24, by Matthew Wild
-
Added tag 0.9.0 for changeset 6ef79af0c4452013-08-19, by Matthew Wild
-
mod_c2s: Move another log message to debug level2013-08-14, by Kim Alvefur
-
mod_c2s, mod_s2s: Log cipher and encryption info in a more compact and (hopefully) less confusing way2013-08-14, by Kim Alvefur
-
mod_s2s: Captitalize log messages that begin with a stream direction2013-08-14, by Kim Alvefur
-
mod_s2s: Lower "Beginning new connection attempt" message from info to debug level2013-08-14, by Kim Alvefur
-
util.async: Make guarder() local2013-08-13, by Matthew Wild
-
usermanager: Remove unused import of pairs()2013-08-13, by Matthew Wild
-
util.async: Fix logic bug that prevented error watcher being called for runners2013-08-13, by Matthew Wild
-
util.async: waiter: Throw error if done() called too many times2013-08-12, by Kim Alvefur
-
util.async: waiter: Remove restriction about wait() being called before done()2013-08-12, by Matthew Wild
-
util.async: runner: Fix check for new state to recognise transition to 'waiting'2013-08-12, by Matthew Wild
-
util.async: Make functions local2013-08-12, by Matthew Wild
-
mod_c2s: Port coroutine code to util.async2013-08-11, by Matthew Wild
-
util.async: New library to provide support around coroutine-based non-blocking functions2013-08-11, by Matthew Wild
-
util.debug: Fix level of locals when inspecting a coroutine2013-08-11, by Matthew Wild
-
util.debug: Further fix to display locals in extended tracebacks2013-08-10, by Matthew Wild
-
util.debug: Fixes to make coroutine tracebacks work properly2013-08-10, by Matthew Wild
-
mod_auth_internal_hashed: Log calls to provider methods and be consistent with mod_auth_internal_plain2013-08-10, by Kim Alvefur
-
mod_auth_internal_hashed: Use logger setup by moduleapi instead of going for util.logger directly2013-08-10, by Kim Alvefur
-
mod_auth_internal_hashed: Remove this 'initializing' message too2013-08-10, by Kim Alvefur
-
mod_auth_internal_plain: Remove "initializing" log message, hostmanager logs this too2013-08-10, by Kim Alvefur
-
mod_auth_internal_plain: Log a debug message when changing password to be consistent with the other methods2013-08-10, by Kim Alvefur
-
mod_auth_internal_plain: Remove redundant hostname from log messages2013-08-10, by Kim Alvefur
-
mod_dialback: Change level of some log statements to be more appropriate2013-08-10, by Kim Alvefur
-
util.pposix: Fix overflow in rlimit argument conversion (thanks gcc, now be quiet please)2013-08-10, by Kim Alvefur
-
Remove all trailing whitespace2013-08-09, by Florian Zeitz
-
Merge 0.9->trunk2013-08-09, by Kim Alvefur
-
mod_disco: Check for host type == 'local' ('normal' never existed)2013-08-06, by Matthew Wild
-
moduleapi: module:get_host_type() now returns 'global' for * and 'local' for non-components2013-08-06, by Matthew Wild
-
Merge 0.9->trunk2013-08-06, by Kim Alvefur
-
mod_admin_telnet, mod_s2s: Fix reporting of certificate chain validation details2013-08-06, by Kim Alvefur
-
util.hashes: Correct argument order2013-08-06, by Kim Alvefur
-
mod_s2s: Improve policy check2013-08-05, by Kim Alvefur
-
mod_s2s: Log certificate identity validation result2013-08-04, by Kim Alvefur
-
mod_storage_sql2: Do an early return and drop an indentation level2013-08-02, by Kim Alvefur
-
mod_c2s, mod_s2s: Log a message that stream encryption has been enabled with some details2013-08-02, by Kim Alvefur
-
mod_register: Use more specific get_option variants2013-08-02, by Kim Alvefur
-
mod_adhoc: Add local_user permission2013-07-24, by Florian Zeitz
-
mod_adhoc: Use mod_disco for disco handling2013-07-24, by Florian Zeitz
-
mod_adhoc: Sort commands by node. This guarantees the order remains the same across restarts etc.2013-07-24, by Florian Zeitz
-
Merge 0.9->trunk2013-07-24, by Kim Alvefur
-
adhoc.lib: Don't build error reply from reply stanza2013-07-24, by Kim Alvefur
-
Merge 0.9->trunk2013-07-22, by Kim Alvefur
-
net.server_event: Pass ondrain handler from listener2013-07-22, by Kim Alvefur
-
net.http.server: Fix Keep-Alive requests with HTTP 1.02013-07-22, by Kim Alvefur
-
Merge 0.9->trunk2013-07-15, by Matthew Wild
-
util.net: Fix compilation on Windows (outputs an empty list of addresses for now) (tested only in my head)2013-07-15, by Matthew Wild
-
Merge 0.9->trunk2013-07-15, by Matthew Wild
-
util.net: Include missing header needed for successful compiltion on FreeBSD2013-07-15, by Matthew Wild
-
util.events: Remove varargs, event handlers can now only accept a single parameter2013-07-15, by Matthew Wild
-
rostermanager, mod_groups: Change roster-load event to pass an event table for consistency2013-07-15, by Matthew Wild
-
Merge 0.9->trunk2013-07-13, by Matthew Wild
-
util.sql: Do lazy fetching of affected/rowcount2013-07-12, by Kim Alvefur
-
Backed out changeset 3c57c22810872013-07-12, by Kim Alvefur
-
util.sql: Don't fetch row count of result sets for queries that don't have result sets2013-07-12, by Kim Alvefur
-
mod_storage_sql2: Add archive store with append and find methods2013-07-12, by Kim Alvefur
-
mod_storage_sql2: Create an additional table `prosodyarchive` for chronological collections2013-07-11, by Kim Alvefur
-
util.sql: Set charset and collation for MySQL when creating tables2013-07-11, by Kim Alvefur
-
Remove plugins/storage/sqlbasic.lib.lua, which seems obsolete2013-07-11, by Matthew Wild
-
Merge 0.9->trunk2013-07-11, by Matthew Wild
-
mod_storage_sql2: Remove from 0.92013-07-11, by Matthew Wild
-
mod_storage_sql2: Support XML serialization for stanzas.2013-07-10, by Kim Alvefur
-
mod_storage_sql2: Keep available store types in a table2013-07-10, by Kim Alvefur
-
mod_storage_sql2: Fix iteration over users and stores2013-07-10, by Kim Alvefur
-
mod_storage_sql2: Make sure the user field is not NULL2013-07-10, by Kim Alvefur
-
Merge 0.9->trunk2013-07-10, by Kim Alvefur
-
net.dns, net.adns: Make sure errors from net.server are propagated (thanks asterix)2013-07-10, by Kim Alvefur
-
Merge 0.9->trunk2013-07-08, by Matthew Wild
-
mod_component: Local imports for some functions, including xpcall2013-07-08, by Matthew Wild
-
mod_bosh: Only pass stanza to core_process_stanza if it wasn't dropped by filters2013-07-08, by Matthew Wild
-
Merge 0.9->trunk2013-07-08, by Matthew Wild
-
prosodyctl: Import local_addresses from the new util.net intead of luasocket2013-07-01, by Kim Alvefur
-
Merge 0.9->trunk2013-06-29, by Kim Alvefur
-
mod_admin_adhoc: Fix node of the "Get List of Online Users" command2013-06-29, by Florian Zeitz
-
Merge2013-06-29, by Matthew Wild
-
Merge 0.9->trunk2013-06-29, by Matthew Wild
-
util.pposix: setrlimit(): Add missing return on error when an incorrect number of arguments are passed2013-06-28, by Matthew Wild
-
mod_http_files: Put the MIME type map in a global shared table instead of per-host2013-06-28, by Kim Alvefur
-
Merge 0.9->trunk2013-06-26, by Matthew Wild
-
net.http: Include port number (when non-standard) in the Host header of outgoing requests, as per the HTTP RFC2013-06-26, by Matthew Wild
-
mod_s2s: Add missing global hook for read-timeout2013-06-26, by Kim Alvefur
-
Merge 0.9->trunk2013-06-24, by Matthew Wild
-
mod_storage_sql2: Use correct variable (Thanks SkyBlue and Florob)2013-06-23, by Kim Alvefur
-
mod_admin_telnet: Refactor s2s:show()2013-06-20, by Kim Alvefur
-
mod_admin_telnet: Generate session names the same way as in s2smanager2013-06-20, by Kim Alvefur
-
mod_admin_telnet: Refactor s2s:close and s2s:closeall2013-06-20, by Kim Alvefur
-
mod_register: Fix indentation2013-06-19, by Kim Alvefur
-
mod_admin_telnet: Refactor s2s:showcert()2013-06-19, by Kim Alvefur
-
net.dns: Support IPv6 addresses in resolv.conf2013-06-18, by Florian Zeitz
-
Merge 0.9->trunk2013-06-18, by Matthew Wild
-
mod_s2s/s2sout.lib: Remove unused variables and imports2013-06-18, by Matthew Wild
-
mod_s2s/s2sout.lib: Remove reference to undefined global2013-06-18, by Matthew Wild
-
mod_s2s/s2sout.lib: Use new util.net.local_addresses() to fetch local interface addresses2013-06-18, by Matthew Wild
-
mod_s2s/s2sout.lib: Only attempt to create an IPv6 socket if LuaSocket supports IPv62013-06-18, by Matthew Wild
-
util.net: Add util.net, containing local_addresses() (removed from LuaSocket 3.0)2013-06-18, by Matthew Wild
-
mod_tls: Remove debug statement2013-06-16, by Kim Alvefur
-
additional fix for erlparse loading in ejabberd2prosody.lua2013-06-14, by Vadim Misbakh-Soloviov
-
package{,c}path fixes for migration tools2013-06-14, by Vadim Misbakh-Soloviov
-
Merge the merge2013-06-13, by Matthew Wild
-
Merge 0.9->trunk2013-06-13, by Matthew Wild
-
util.dataforms: Return nil for empty list-mutli responses, to be consistent with other readers2013-06-13, by Florian Zeitz
-
mod_muc: Add Ad-Hoc command to destroy MUC rooms2013-06-04, by Florian Zeitz
-
mod_muc: Utilize mod_disco, instead of reimplementing disco handling2013-06-04, by Florian Zeitz
-
mod_pubsub: Utilize mod_disco, instead of reimplementing disco handling2013-06-04, by Florian Zeitz
-
mod_disco: Allow ansering disco requests including nodes, and adding custom items to disco#items requests2013-06-04, by Florian Zeitz
-
mod_http_files: Put the MIME type map in a global shared table2013-06-13, by Kim Alvefur
-
util.sasl.external: Add SASL EXTERNAL mechanism2013-06-13, by Kim Alvefur
-
prosody: Remove global ssl context, no longer used2013-06-13, by Kim Alvefur
-
mod_tls: Refactor to allow separate SSL configuration for c2s and s2s connections2013-06-13, by Kim Alvefur
-
certmanager: Overhaul of how ssl configs are built.2013-06-13, by Kim Alvefur
-
Merge 0.9->trunk2013-06-13, by Matthew Wild
-
mod_pep: When a client supplies no id on a published item, reflect our generated id back to it2013-06-13, by Florian Zeitz
-
Merge 0.9->trunk2013-06-13, by Matthew Wild
-
mod_muc: Fix incorrect variable name2013-05-21, by Matthew Wild
-
Merge 0.9->trunk2013-06-12, by Matthew Wild
-
certmanager: Add single_dh_use and single_ecdh_use to default options2013-06-12, by Matthew Wild
-
Merge 0.9->trunk2013-06-12, by Matthew Wild
-
certmanager: Set ssl.curve to 'secp384r1' by default, to enable ECC ciphers2013-06-12, by Matthew Wild
-
util.pubsub: Check whether node exists, when deleting2013-06-12, by Florian Zeitz
-
Merge 0.9->trunk2013-06-11, by Matthew Wild
-
certmanager: Use 'curve' and 'dhparam' options from ssl config if present2013-06-11, by Matthew Wild
-
mod_admin_telnet: Add server:memory() command to view details of Prosody's memory usage2013-05-16, by Matthew Wild
-
mod_bosh: Remove Connection: keep-alive header (conflicts with new net.http.server)2013-06-07, by Matthew Wild
-
mod_bosh: Fix global write2013-06-07, by Matthew Wild
-
mod_c2s, mod_s2s: Fire an event on read timeouts2013-06-11, by Kim Alvefur
-
mod_c2s: Become a shared module and allow being disabled on some virtualhosts2013-06-11, by Kim Alvefur
-
mod_bosh: Reduce a little code.2013-06-11, by Waqas Hussain
-
Merge 0.9->trunk2013-06-10, by Kim Alvefur
-
mod_admin_telnet: Fix another wrong boolean expression2013-06-10, by Kim Alvefur
-
Merge 0.9->trunk2013-06-09, by Kim Alvefur
-
net.server_select: Make sure there is a server to pause when hitting maxfd (Thanks elghinn)2013-06-09, by Kim Alvefur
-
mod_admin_telnet: Simplify IPv6 detection, fixes rare traceback2013-06-09, by Kim Alvefur
-
mod_s2s: Set s2s_session.ip2013-06-09, by Kim Alvefur
-
mod_bosh: Make waiting_requests and dead_sessions shared to preserve across reloads2013-06-08, by Matthew Wild
-
mod_muc: Include status code 332 on service shutdown (thanks mathieui)2013-06-08, by Matthew Wild
-
mod_bosh: Don't tostring() stream:features when passing to session.send().2013-06-07, by Waqas Hussain
-
prosodyctl: Add 'prosodyctl check certs' for validating TLS/SSL certificates2013-06-07, by Kim Alvefur
-
certmanager: Complain if key or certificate is missing from SSL config.2013-06-07, by Kim Alvefur
-
prosodyctl: Add 'prosodyctl check --help'2013-06-07, by Kim Alvefur
-
mod_bosh: Only return CORS headers if the Origin header is received, and CORS is enabled.2013-06-07, by Waqas Hussain
-
mod_bosh: Return empty string from the OPTIONS event handler, don't return the response object itself.2013-06-07, by Waqas Hussain
-
mod_bosh: Rename event handler argument to event, not request.2013-06-07, by Waqas Hussain
-
Merge 0.9->trunk2013-06-07, by Matthew Wild
-
mod_bosh: Remove logging of request.id, it doesn't exist in the new HTTP server API (thanks Mikael Nordfeldth)2013-06-07, by Matthew Wild
-
mod_bosh: Remove another place we set headers, fixes #3482013-06-06, by Matthew Wild
-
mod_bosh: Clean up handling of response headers, set them only in one place2013-06-05, by Matthew Wild
-
mod_bosh: Return errors when appropriate (invalid XML, missing sid)2013-06-05, by Matthew Wild
-
mod_bosh: Remove some very verbose logging2013-06-05, by Matthew Wild
-
Merge 0.9->trunk2013-06-05, by Matthew Wild
-
mod_bosh: Reset creating_session to prevent putting unnecessary attributes into every BOSH response2013-06-05, by Matthew Wild
-
mod_admin_telnet: Fix inverted boolean logic2013-06-04, by Kim Alvefur
-
net.server_select: Ensure _maxfd = math.huge on Windows, always.2013-06-02, by Waqas Hussain
-
configure: Fix poor layout2013-06-03, by James Callahan
-
Merge 0.9->trunk2013-06-02, by Kim Alvefur
-
mod_bosh: Fix traceback in case session is destroyed during the stream-features event (thanks Biszkopcik)2013-06-02, by Kim Alvefur
-
mod_c2s, mod_c2s: Send a whitespace on read timeout, to prod TCP into detecting if the connection died2013-05-30, by Kim Alvefur
-
mod_register: get_child_text()!2013-05-28, by Kim Alvefur
-
mod_s2s: Remove unnecessary debug message2013-05-28, by Matthew Wild
-
mod_bosh: rename variable for clarity2013-05-24, by Matthew Wild
-
mod_bosh: Some very minor whitespace/layout fixes2013-05-24, by Matthew Wild
-
net.server_select: Default checkinterval to 30s, so that read timeouts are actually detected2013-05-24, by Matthew Wild
-
net.server_select: Support for listener.onreadtimeout() [see also e67891ad18d6]2013-05-24, by Matthew Wild
-
Merge 0.9->trunk2013-05-26, by Kim Alvefur
-
mod_admin_telnet: Make the muc:create() command complain if the room already exists2013-05-26, by Kim Alvefur
-
Merge 0.9->trunk2013-05-26, by Kim Alvefur
-
util.pubsub: Fix get_subscriptions to not pass a boolean as node name (thanks jonas)2013-05-26, by Kim Alvefur
-
mod_disco: Emit events for disco requests, which contain a node, on user accounts2013-05-17, by Florian Zeitz
-
mod_pubsub: Split out handlers into a module library2013-05-17, by Florian Zeitz
-
prosody.cfg.lua: Remove some more sneaky ';' characters from the config2013-05-24, by Matthew Wild
-
prosody.cfg.lua.dist: Remove unnecessary ';' from default config (thanks Vincent)2013-05-24, by Matthew Wild
-
Merge 0.9->trunk2013-05-22, by Matthew Wild
-
certmanager: Disable SSL compression if possible (LuaSec 0.5 or 0.4.1+OpenSSL 1.x)2013-05-22, by Matthew Wild
-
prosodyctl: check dns: Add check that proxy65 addresses resolve correctly2013-05-22, by Matthew Wild
-
prosodyctl: check config: Fix check for whether host is a component2013-05-22, by Matthew Wild
-
mod_muc: Remove some old TODO comments2013-05-21, by Matthew Wild
-
prosodyctl: check config: whitespace fix2013-05-21, by Matthew Wild
-
prosody.cfg.lua.dist: Suggest 'prosodyctl check config' instead of 'luac -p'2013-05-21, by Matthew Wild
-
mod_muc: Fix incorrect variable name2013-05-21, by Matthew Wild
-
mod_muc: Remove unused variable2013-05-21, by Matthew Wild
-
mod_muc: Use stanza:maptags() instead of custom filtering functions, 7 insertions, 19 deletions!2013-05-21, by Matthew Wild
-
mod_muc: Replace getText() with get_child_text(), 1 insertion, 12 deletions!2013-05-21, by Matthew Wild
-
prosodyctl: Use jid.split() to parse parameter to adduser/deluser/passwd2013-05-20, by Matthew Wild
-
test_util_rfc6724: Update with new test vectors from RFC 67242013-05-19, by Florian Zeitz
-
util.ip: Fix protocol detection of IPv6 addresses beginning with :2013-05-18, by Matthew Wild
-
test_util_ip.lua: Add more tests for util.ip2013-05-18, by Matthew Wild
-
test_util_ip: Add tests for IP matching2013-05-18, by Matthew Wild
-
tests/test_core_configmanager.lua: Update to remove tests based on sections (now removed)2013-05-18, by Matthew Wild
-
tests: Some much-needed cleanup...2013-05-18, by Matthew Wild
-
util.ip: Add CIDR notation parsing and matching2013-05-18, by Matthew Wild
-
Merge2013-05-18, by Matthew Wild
-
mod_muc: Pass actor (requesting JID) when generating the config form, and to the muc-config-form event handler2013-05-18, by Matthew Wild
-
mod_muc: Add getter/setter for 'whois' (fixes traceback)2013-05-18, by Matthew Wild
-
Merge 0.9->trunk2013-05-18, by Kim Alvefur
-
mod_admin_telnet: Verify that the host exists in user commands (Thanks SkyBlue)2013-05-18, by Kim Alvefur
-
util.ip: Convert IPv4 mapped addresses to hex.2013-05-18, by Kim Alvefur
-
mod_admin_telnet: Don't rely on getpeerchain returning an empty list2013-05-18, by Kim Alvefur
-
Merge 0.9->trunk2013-05-18, by Matthew Wild
-
mod_admin_telnet: Use stanza:get_child_text()2013-05-17, by Kim Alvefur
-
prosodyctl: check dns: Use socket.local_addresses() if available2013-05-17, by Matthew Wild
-
prosodyctl: check dns: Whitespace fix in output2013-05-17, by Matthew Wild
-
prosodyctl: check dns: More concise output (merged separate v4/v6 warnings)2013-05-17, by Matthew Wild
-
prosodyctl: check dns: Correctly mark host as failed if expected SRV records are not found2013-05-17, by Matthew Wild
-
util.ip: Automatically determine protocol of IP address if none specified. Return error if invalid.2013-05-17, by Matthew Wild
-
mod_admin_telnet: List session flags (encryption, compression etc) the same way for c2s as s2s2013-05-17, by Kim Alvefur
-
prosodyctl: Add 'prosodyctl check dns' to make an attempt at verifying the server's DNS records2013-05-17, by Matthew Wild
-
prosodyctl: Add 'check' command, which currently checks the config file for some common mistakes2013-05-17, by Matthew Wild
-
util.iterators: Small fix for variable scoping issue2013-05-17, by Matthew Wild
-
util.iterators: Add filter() to run results through a filter function2013-05-17, by Matthew Wild
-
util.iterators: Various fixes and improvements, primarily use pack() where it should be used.2013-05-17, by Matthew Wild
-
mod_muc: Refactor config form handling, and allow for clients to submit incomplete forms. Fixes #2462013-05-16, by Matthew Wild
-
mod_admin_telnet: Add server:memory() command to view details of Prosody's memory usage2013-05-16, by Matthew Wild
-
Merge 0.9->trunk2013-05-14, by Matthew Wild
-
mod_muc: Fire muc-room-created and muc-room-destroyed events (thanks nik)2013-05-14, by Matthew Wild
-
util.hashes: inttypes.h not available with MS Windows SDK, use MS specific __int32 instead.2013-05-13, by Waqas Hussain
-
Merge merge merge merge2013-05-11, by Matthew Wild
-
Merge 0.9->trunk2013-05-11, by Matthew Wild
-
prosody.cfg.lua.dist: Fix my s2s_secure(_auth) mess2013-05-11, by Matthew Wild
-
Merge 0.9->trunk2013-05-10, by Kim Alvefur
-
mod_c2s: Fix session:close() when a stanza is passed as reason2013-05-10, by Kim Alvefur
-
Merge 0.9->trunk2013-05-10, by Matthew Wild
-
mod_pubsub: Remove nodeid check added in 989acb4ad1de that wasn't needed2013-05-09, by Kim Alvefur
-
Merge 0.9->trunk2013-05-10, by Matthew Wild
-
mod_admin_telnet: Add some DNS commands.2013-05-07, by Kim Alvefur
-
net.dns: Add nicer API to cached records2013-05-07, by Kim Alvefur
-
util.array: Wrap tostring() output in {} (otherwise empty arrays print as "").2013-05-07, by Waqas Hussain
-
util.json: Make setmetatable local.2013-05-06, by Waqas Hussain
-
util.json: Fix variable name typo which broke util.json when util.array was missing.2013-05-06, by Waqas Hussain
-
util.json: Optimize long string parsing.2013-05-05, by Waqas Hussain
-
Merge tls branch2013-05-01, by Matthew Wild
-
Merge s2s branch2013-05-01, by Matthew Wild
-
Merge sasl branch2013-05-01, by Matthew Wild
-
Merge 0.9->trunk2013-05-01, by Matthew Wild
-
Merge with Florob2013-05-01, by Matthew Wild
-
util.rfc{3484,6724}: Update to RFC 67242013-04-30, by Florian Zeitz
-
util.dataforms: Add support for generating type='fixed' fields2013-02-11, by Florian Zeitz
-
portmanager: Also include the interface the service is listening on2013-04-29, by Kim Alvefur
-
portmanager: Include port numbers the service is listening on in the info logs.2013-04-29, by Waqas Hussain
-
net.server_select: Don't limit max file descriptor number on Windows.2013-04-29, by Waqas Hussain
-
prosodyctl: Guess the country from the TLD for the cert config2013-04-29, by Kim Alvefur
-
prosodyctl: Ask about the distinguished name in a in a consistent order2013-04-29, by Kim Alvefur
-
prosodyctl: Add message describing the distinguished name input expected2013-04-29, by Kim Alvefur
-
util.openssl: Write the distinguished_name part of the config in a consistent order2013-04-29, by Kim Alvefur
-
Merge 0.9->trunk2013-04-29, by Matthew Wild
-
MUC: Allow actor == true to set roles (like affiliations)2013-04-29, by Matthew Wild
-
MUC: Allow plugins to add and handle options in the MUC config form2013-04-29, by Matthew Wild
-
Merge 0.9->trunk2013-04-29, by Matthew Wild
-
Merge with Florob2013-04-29, by Matthew Wild
-
util.hashes, util.sasl.scram: Implement SCRAM-SHA1's Hi in C2013-04-28, by Florian Zeitz
-
util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes2013-04-27, by Florian Zeitz
-
Merge 0.9->trunk2013-04-29, by Matthew Wild
-
Merge 0.9->trunk2013-04-28, by Matthew Wild
-
mod_s2s: Ensure that to/from on stream headers are always correct, fixes #3382013-04-28, by Matthew Wild
-
prosodyctl: Put keys and certificates in ./certs when in a source checkout2013-04-28, by Kim Alvefur
-
net.server*: Allow the TCP backlog parameter to be set in the config2013-04-27, by Kim Alvefur
-
moduleapi: in module:provides(), add the name of the module in item._provided_by2013-04-27, by Kim Alvefur
-
Merge 0.9->trunk2013-04-27, by Matthew Wild
-
Merge 0.9->trunk2013-04-27, by Matthew Wild
-
Merge 0.9->trunk2013-04-26, by Matthew Wild
-
Merge 0.9->trunk2013-04-25, by Matthew Wild
-
mod_admin_telnet: Add muc:create(room) (thanks SkyBlue)2013-04-25, by Matthew Wild
-
MUC: add __tostring on room metatable2013-04-25, by Matthew Wild
-
mod_c2s: Refactor <stream:error> building to allways tostring() it and only call send once2013-04-25, by Kim Alvefur
-
util.json: New, improved, fixed codepoint to UTF-8 conversion.2013-04-23, by Waqas Hussain
-
util.json: Make encode(decode("[]"))=="[]".2013-04-23, by Waqas Hussain
-
Merge 0.9->trunk2013-04-23, by Matthew Wild
-
mod_admin_adhoc: Use util.adhoc2013-04-23, by Florian Zeitz
-
util.adhoc: New util for generating common adhoc handler patterns2013-04-23, by Florian Zeitz
-
Merges all the way down2013-04-23, by Matthew Wild
-
Merge 0.9->trunk2013-04-23, by Matthew Wild
-
Merge2013-04-23, by Matthew Wild
-
mod_auth_internal_plain: Don't log passwords, even at debug level2013-04-23, by Matthew Wild
-
net.server.http: Add a comment2013-04-22, by Matthew Wild
-
net.server.http: Ensure that event map cannot grow forever (limit to 10K wildcard-only entries)2013-04-22, by Matthew Wild
-
net.server.http: Add a comment2013-04-22, by Matthew Wild
-
net.server.http: Ensure that event map cannot grow forever (limit to 10K wildcard-only entries)2013-04-22, by Matthew Wild
-
storagemanager: Fix traceback in logging when store type is nil, and store is unsupported.2013-04-22, by Waqas Hussain
-
Merge 0.9->trunk2013-04-19, by Kim Alvefur
-
Merge 0.9->trunk2013-04-19, by Kim Alvefur
-
moduleapi: Make module:open_store() open a store named after the calling module by default2013-04-19, by Kim Alvefur
-
Merge 0.9->trunk2013-04-19, by Matthew Wild
-
moduleapi: Add module:open_store() as a front-end to storagemanager.open()2013-04-19, by Matthew Wild
-
Merge 0.9->trunk2013-04-18, by Matthew Wild
-
Merge 0.9->trunk2013-04-17, by Matthew Wild
-
net.server_select: Don't call onconnect twice for SSL connections2013-04-17, by Matthew Wild
-
Merge backout2013-04-17, by Matthew Wild
-
Backed out changeset f2631a14b9532013-04-17, by Matthew Wild
-
Merge 0.9->trunk2013-04-17, by Matthew Wild
-
net.http: When HTTP request fails due to a network or SSL error, call the callback to let it know2013-04-17, by Matthew Wild
-
net.http.server: The correct Connection header value to look for is Keep-Alive, not keep-alive.2013-04-17, by Waqas Hussain
-
net.server_select: Add and improve some comments.2013-04-16, by Waqas Hussain
-
net.server_select: Normalize indentation2013-04-17, by Kim Alvefur
-
Merge 0.9->trunk2013-04-17, by Kim Alvefur
-
net.server_select: Don't call onconnect twice on SSL connections2013-04-17, by Kim Alvefur
-
mod_pubsub: Only assign id to item element if there is one2013-04-17, by Matthew Wild
-
Merge 0.9->trunk2013-04-17, by Matthew Wild
-
mod_pubsub: Add id to stored item when auto-generated. Fixes #3352013-04-17, by Matthew Wild
-
Merge 0.9->trunk2013-04-15, by Matthew Wild
-
net.http.parser: Remove accidentally-committed debugging2013-04-15, by Matthew Wild
-
Merge 0.9->trunk2013-04-15, by Matthew Wild
-
net.http.parser: Fix off-by-one error in chunked encoding parser2013-04-15, by Matthew Wild
-
mod_s2s: Add missing space2013-04-15, by Kim Alvefur
-
Merge 0.9->trunk2013-04-15, by Matthew Wild
-
util.http: Refactor and import all necessary functions2013-04-12, by Matthew Wild
-
prosodyctl: Bump util.pposix version for API change2013-04-09, by Kim Alvefur
-
Merge 0.9->trunk2013-04-11, by Matthew Wild
-
util.iterators: Add ripairs() (ipairs() in reverse) (thanks Maranda)2013-04-11, by Matthew Wild
-
Merge 0.9->trunk2013-04-11, by Matthew Wild
-
net.http: Swap response and request parameters passed to callback (will break some modules)2013-04-11, by Matthew Wild
-
util.httpstream: Unused, remove2013-04-11, by Matthew Wild
-
net.http.parser: Fix chunked encoding response parsing, and make it more robust2013-04-11, by Matthew Wild
-
net.http.parser: Convert status_code to a number before trying to compare it to numbers2013-04-11, by Matthew Wild
-
net.http.parser: Break when no more usable data in buffer (client part of e5ec60dfb202)2013-04-11, by Matthew Wild
-
net.http.parser: Depend on util.http instead of net.http for urlencode2013-04-11, by Matthew Wild
-
sessionmanager, s2smanager: Remove unused imports2013-04-11, by Matthew Wild
-
Merge 0.9->trunk2013-04-09, by Kim Alvefur
-
prosodyctl: Bump util.pposix version for API change2013-04-09, by Kim Alvefur
-
Merge 0.9->trunk2013-04-08, by Kim Alvefur
-
mod_s2s: Adjust priority of route/remote hooks to negative values (like most other internal hooks)2013-04-08, by Kim Alvefur
-
Merge 0.9->trunk2013-04-08, by Matthew Wild
-
mod_posix: Improve error message for a pposix version mismatch2013-04-08, by Matthew Wild
-
mod_posix, util.pposix: Bump version for API change2013-04-08, by Matthew Wild
-
mod_posix: Pass logger name to syslog, so that sources now get logged2013-04-08, by Matthew Wild
-
net.http: Throw error when connecting to a http:// URL without LuaSec available2013-04-08, by Matthew Wild
-
sessionmanager, s2smanager: Remove open_session tracing2013-04-08, by Matthew Wild
-
Merge 0.9->trunk2013-04-08, by Matthew Wild
-
mod_pubsub: Send bad-request when no action specified (thanks Maranda)2013-04-08, by Matthew Wild
-
Merge 0.9->trunk2013-04-08, by Matthew Wild
-
mod_pubsub: Don't attempt to handle iq stanzas with no action element2013-04-08, by Matthew Wild
-
Merge 0.9->trunk2013-04-08, by Matthew Wild
-
util.datamanager: Clear the cache of created directories on storage failure, and retry2013-04-07, by Matthew Wild
-
util.datamanager: expose path decode and encode functions.2013-04-07, by Marco Cirillo
-
net.http.server: add API to allow firing events directly on the server.2013-04-07, by Marco Cirillo
-
prosodyctl: Define prosody.core_post_stanza as an empty function2013-04-06, by Matthew Wild
-
Merge 0.9->trunk2013-04-06, by Matthew Wild
-
util.json: Convert \uXXXX to UTF-8 when decoding2013-04-06, by Matthew Wild
-
util.stanza: Use correct index when replacing the tag in .tags (thanks daurnimator)2013-04-05, by Matthew Wild
-
moduleapi: assert() that prosody.core_post_stanza is not nil2013-04-05, by Matthew Wild
-
Merge 0.9->trunk2013-04-05, by Matthew Wild
-
portmanager: import pairs() (thanks Maranda)2013-04-05, by Matthew Wild
-
Merge 0.9->trunk2013-04-05, by Matthew Wild
-
Merge with Maranda2013-04-05, by Matthew Wild
-
rostermanager: do not save rosters for unexistant users.2013-04-05, by Marco Cirillo
-
prosody: load rostermanager after usermanager during environment initialization.2013-04-05, by Marco Cirillo
-
mod_http: disable ssl peer verification by default.2013-04-04, by Marco Cirillo
-
portmanager: add logic to allow specification of service default values for ssl config and / or overrides.2013-04-04, by Marco Cirillo
-
util.stanza: Add stanza:find(), a light weight XPath-like method2013-04-04, by Kim Alvefur
-
mod_s2s: Add COMPAT cahin verification code for older LuaSec versions2013-04-04, by Kim Alvefur
-
configure: Replaces tabs with spaces in --help2013-04-03, by Kim Alvefur
-
configure: Add RUNWITH to --help2013-04-03, by Kim Alvefur
-
Merge 0.9->trunk2013-04-03, by Matthew Wild
-
mod_pubsub: Don't send current items to new subscribers (I don't know why we did)2013-04-03, by Matthew Wild
Scroll all the way down to load more.