prosody.git
2013-04-04 Kim Alvefurmod_s2s: Add COMPAT cahin verification code for older...
2013-04-03 Kim Alvefurconfigure: Replaces tabs with spaces in --help
2013-04-03 Kim Alvefurconfigure: Add RUNWITH to --help
2013-04-03 Matthew Wildmod_pubsub: Don't send current items to new subscribers...
2013-04-03 Matthew Wildmod_groups: Remove unused import
2013-04-03 Matthew Wildmod_groups: Add a public function other modules can...
2013-04-03 Matthew Wildmod_presence: Remove some unused variables
2013-04-03 Matthew Wildutil.helpers: Helper helpers to log host events
2013-04-03 Matthew Wildutil.stanza: :maptags(): Fixes to make loop more robust...
2013-04-03 Matthew Wildconfigmanager: Some cleanup, remove unused variables...
2013-04-01 Marco Cirillomoduleapi: have get_host_items wrap on get_items from...
2013-04-01 Marco Cirillomodulemanager: add missing ipairs import.
2013-04-01 Marco Cirillomodulemanager: add function to retrieve module items...
2013-04-01 Matthew Wildprosody.cfg.lua.dist: Update with new options and comments
2013-04-01 Matthew Wildmod_s2s: Close incoming s2s with stream error when...
2013-03-31 Matthew WildINSTALL: Update from wiki
2013-03-31 Matthew WildDEPENDS: Update (LuaSec now has a rock) and add link...
2013-03-31 Matthew WildTODO: Remove 0.9
2013-03-31 Matthew Wildnet.http.server: Don't overwrite existing response...
2013-03-31 Matthew WildAUTHORS: A small update...
2013-03-31 Kim Alvefurtools/migration/Makefile: Apply Lua runtime override...
2013-03-31 Kim Alvefurconfigure: Set to run with lua5.1 in the debian preset
2013-03-31 Matthew Wildportmanager: Log error and fail to bind when port is...
2013-03-28 Matthew Wildmod_muc/muc.lib: Don't add messages without a body...
2013-03-28 Matthew Wildutil.json: Add json.encode_array() (thanks B)
2013-03-28 Tobias Markmannmod_privacy: Drop stanzas of type groupchat, so users...
2013-03-27 Kim Alvefurportmanager: Add use_ipv4 option, default to true.
2013-03-27 Kim Alvefurportmanager: use_ipv6 defaults to true if luasocket...
2013-03-27 Kim Alvefurmod_s2s: Prevent s2s to and from hosts we serve locally
2013-03-26 Kim Alvefurmod_s2s: Prevent traceback when replying to incoming...
2013-03-25 Kim Alvefurmod_s2s: Reset secure flag on new connection attempt
2013-03-25 Kim Alvefurmod_s2s: session.from_host does not allways exist on...
2013-03-23 Kim Alvefurmod_s2s: Keep the dns answer object around a while...
2013-03-23 Kim Alvefurnet.server, _select: Reorganise configuration of server...
2013-03-23 Kim Alvefurprosody, prosodyctl: Remove last trace of "core" \o/
2013-03-23 Kim Alvefurnet.server: No sections in config anymore
2013-03-23 Kim Alvefurconfigmanager: Fix so unset variables are searched...
2013-03-23 Kim Alvefurutil.{prosodyctl,openssl}: More use of config sections...
2013-03-23 Kim Alvefurmod_tls: More use of config sections removed
2013-03-23 Kim Alvefurcore.*: Complete removal of all traces of the "core...
2013-03-23 Kim AlvefurMUC: Access prosody.hosts instead of the old global...
2013-03-23 Kim Alvefurmod_proxy65: Fix typo in comment
2013-03-23 Kim Alvefurmod_http: Import portmanager
2013-03-23 Kim Alvefurmod_groups: Use module API for reading config
2013-03-23 Kim Alvefurmod_roster: Remove unused variable
2013-03-23 Kim Alvefurmod_motd, mod_register, mod_private, mod_http_errors...
2013-03-23 Kim Alvefurmod_announce, mod_auth_anonymous, mod_c2s, mod_c2s...
2013-03-22 Matthew WildMerge 0.9->trunk
2013-03-22 Matthew Wildmod_s2s: Fix variable usage in check_auth_policy (thank...
2013-03-22 Matthew Wilds2smanager: Remove unused function parameter
2013-03-22 Matthew Wilds2smanager: Access prosody.hosts instead of hosts globa...
2013-03-22 Matthew Wildmod_s2s: Remove unused variable
2013-03-22 Matthew WildMerge 0.9->trunk
2013-03-22 Matthew Wildmod_s2s: Add controls for certificate validation via...
2013-03-22 Matthew Wilds2smanager, mod_s2s, mod_dialback, mod_saslauth: Move...
2013-03-22 Matthew Wildhostmanager: Use rawget to check for activated hosts...
2013-03-22 Matthew Wildhostmanager: Use prosody.hosts instead of 'hosts' global
2013-03-22 Matthew Wildutil.pposix: Allow fetching RLIMIT_NICE when available
2013-03-22 Matthew Wildprosody: Add COMPAT note about globals
2013-03-22 Matthew Wildconfigmanager, hostmanager, prosody: Almost complete...
2013-03-20 Matthew WildMerge...
2013-03-20 Matthew WildMerge 0.9->trunk
2013-03-20 Matthew Wildnet.http: Disable SSLv2 support for HTTPS connections
2013-03-20 Matthew Wildnet.http: Allow passing an SSL context or options table...
2013-03-16 Kim AlvefurMerge 0.9->trunk
2013-03-16 Kim Alvefurmod_s2s, mod_saslauth, mod_compression: Refactor to...
2013-03-15 Kim Alvefurcerts/openssl.cnf: Update XMPP-Core references to refle...
2013-03-13 Kim Alvefurs2smanager: Use unused local, reduce table indexing
2013-03-13 Kim Alvefurrostermanager: Remove unused imports
2013-03-13 Kim Alvefurhostmanager: Import core_post_stanza from the global...
2013-03-12 Matthew WildMerge 0.9->trunk
2013-03-12 Matthew Wildmod_s2s: Do not include xmlns:db declaration in stream...
2013-03-11 Kim Alvefurmod_s2s: Make sure host variable is reachable
2013-03-10 Matthew Wildmod_s2s: Fire s2s-check-certificate event after validat...
2013-03-10 Matthew WildMerge 0.9->trunk
2013-03-10 Matthew Wildmod_s2s, mod_dialback: Rename s2s-authenticate-legacy...
2013-03-05 Kim Alvefurnet.dns: Make sure argument to math.randomseed does...
2013-03-01 Kim Alvefurnet.server_event: Remove unused local
2013-03-01 Kim Alvefurnet.server_select: Optimization, clean bufferqueue...
2013-03-01 Kim Alvefurnet.server_select: Use # operator instead of string.len
2013-02-26 Waqas Hussainmod_proxy65: Only handle service discovery requests...
2013-02-26 Waqas HussainMUC: Always return <service-unavailable/> when a node...
2013-02-26 Waqas HussainMUC: Fix affiliation check for admins, and bring it...
2013-02-26 Waqas Hussainnet.http.server: Ensure HTTP callbacks are never called...
2013-02-18 Kim Alvefurmod_http: Expand $host in http_paths
2013-02-12 Kim Alvefurnet.server_select: Limit global number of sockets passe...
2013-02-12 Kim Alvefurnet.server_select: Be less aggressive about server...
2013-02-07 Florian Zeitzmod_admin_adhoc: Fix 'Shut down service' command
2013-02-07 Florian Zeitzmod_admin_adhoc: Implement global module unloading
2013-02-06 Florian Zeitzmod_admin_adhoc: Implement global module reloading
2013-02-05 Florian Zeitzmod_admin_adhoc: Fix info message for module reload...
2013-02-05 Florian Zeitzmod_admin_adhoc: Implement global module loading
2013-02-04 Florian Zeitzmod_admin_adhoc: Remove a TODO, our pretty_print turns...
2013-02-07 Waqas Hussainnet.http.parser: Ensure full URL in status line contain...
2013-02-07 Waqas Hussainnet.http.parser: Fix traceback on invalid URL in status...
2013-02-03 Kim AlvefurMerge 0.9->trunk
2013-01-31 Kim Alvefurmod_pubsub, util.pubsub: Add delete action
2013-01-31 Kim Alvefurportmanager: Make sure foo_ports is a table
2013-01-31 Kim Alvefurmod_pubsub: More strict checks for node and ids
2013-01-28 Kim Alvefurmod_pubsub: Broadcast items correctly on new subscriptions
next