Software /
code /
prosody
Graph
-
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
Scroll all the way down to load more.