Software /
code /
prosody
Graph
-
sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!)2009-04-08, by Matthew Wild
-
mod_debug: Run on a different port, and use a different listener to mod_console2009-04-08, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-04-08, by Matthew Wild
-
Fixed: Send correct error reply for IQs directed at unavailable resources2009-04-06, by Waqas Hussain
-
Fixed: Issue with presence error routing2009-04-06, by Waqas Hussain
-
mod_muc: Fix malformed presence stanzas (thanks elmex)2009-04-08, by Matthew Wild
-
util.stanza: stanza:reset() method to reset building state2009-04-08, by Matthew Wild
-
core.s2smanager: Look away... wait for it... now! Hopefully s2s should be back to normal.2009-04-08, by Matthew Wild
-
net.server: Ensure some logging parameters are strings2009-04-08, by Matthew Wild
-
componentmanager: Reply with service-unavailable for unconnected components2009-04-08, by Matthew Wild
-
core.s2smanager: Check for valid host and port before attempting connection2009-04-06, by Matthew Wild
-
sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream2009-04-05, by Matthew Wild
-
net.httpserver: Don't log that a request has been left open if it is destroyed2009-04-05, by Matthew Wild
-
util.dataforms: Allow form layouts to specify default values for fields2009-04-05, by Matthew Wild
-
util.dataforms: Set form type when generating a form2009-04-05, by Matthew Wild
-
util.dataforms: Support for retriving the field value data from forms2009-04-04, by Matthew Wild
-
util.dataforms: Fixes for hidden field type2009-04-04, by Matthew Wild
-
util.dataforms: Fix some field types which didn't render properly2009-04-04, by Matthew Wild
-
util.dataforms: Add support for <required/> fields2009-04-04, by Matthew Wild
-
util.dataforms: Fixed to actually work, mostly2009-04-04, by Matthew Wild
-
core.sessionmanager: Hop out of <status> tag so that MUC doesn't insert into the wrong level2009-04-03, by Matthew Wild
-
Tagging 0.4.02009-03-31, by Matthew Wild
-
mod_bosh: Fix to correctly timeout idle sessions2009-03-31, by Matthew Wild
-
mod_debug: Some updates2009-03-31, by Matthew Wild
-
core.componentmanager: Fix global set, causing problems with multiple components. Fixes #82.2009-03-31, by Matthew Wild
-
mod_debug: New debug module (a simplified mod_console, with raw Lua access to a running Prosody's internals)2009-03-31, by Matthew Wild
-
Add lock_globals() and unlock_globals() functions (for when you really need to use globals)2009-03-31, by Matthew Wild
-
Load util.array and util.iterator at startup2009-03-31, by Matthew Wild
-
Automated merge with ssh://hg@prosody.im/prosody-hg2009-03-30, by Matthew Wild
-
Move SSL initialisation into the correct spot (thanks albert)2009-03-30, by Matthew Wild
-
Added: componentmanager: Automatically add component.host.name to the disco items list of host.name2009-03-30, by Waqas Hussain
-
Fixed: Some nil access bugs2009-03-30, by Waqas Hussain
-
Added: MUC: Room invites2009-03-29, by Waqas Hussain
-
Added: util/events.lua: An event handling library2009-03-29, by Waqas Hussain
-
Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to "anonymous_login"2009-03-29, by Waqas Hussain
-
Added: Prevent disk writes for anonmous hosts (option: core/anonymous_login = true)2009-03-29, by Waqas Hussain
-
Added: datamanager: Allow a callback to be installed which selectively prevents disk writes2009-03-29, by Waqas Hussain
-
Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of issue #57)2009-03-29, by Waqas Hussain
-
Fixed: sessionmanager: Apply nameprep on hostname passed in stream tag (part of issue #57)2009-03-29, by Waqas Hussain
-
Fixed: mod_roster: Prep JIDs being added to roster (part of issue #57)2009-03-29, by Waqas Hussain
-
Fixed: mod_register: Node prepping was not being applied to usernames (part of issue #57)2009-03-29, by Waqas Hussain
-
Fixed: mod_regster: traceback when removing accounts2009-03-29, by Waqas Hussain
-
Fixed: rostermanager: Create new roster item if one doesn't exist on subscription approval (fixes issue #77)2009-03-29, by Waqas Hussain
-
Fixed: stanza_router: Respond with correct stanza error on malformed stanzas2009-03-29, by Waqas Hussain
-
Fixed: net/http.lua: HTTP request callback wasn't being called on some errors2009-03-29, by Waqas Hussain
-
util.array: Add :reverse() method2009-03-29, by Matthew Wild
-
util.datetime: Allow specifying a time to format2009-03-29, by Matthew Wild
-
util.array: Expose array.* functions, to be used for unwrapped arrays2009-03-26, by Matthew Wild
-
util.iterators: New iterators library2009-03-25, by Matthew Wild
-
util.array: New array library2009-03-25, by Matthew Wild
-
util.set: Rename private items container, optimise set.difference() and add set.intersection()2009-03-23, by Matthew Wild
-
core.rostermanager/mod_roster: Support for roster versioning2009-03-23, by Matthew Wild
-
util.datamanager: Don't delete data when first entry in table is 'false'. My favourite bug so far.2009-03-22, by Matthew Wild
-
mod_component: Remove some commented code2009-03-22, by Matthew Wild
-
core.configmanager: Make components use 'component' module by default if none specified2009-03-22, by Matthew Wild
-
Update example config, categorise modules, add new modules2009-03-22, by Matthew Wild
-
prosody.cfg.lua.dist: Remove some factual inaccuracies2009-03-22, by Matthew Wild
-
mod_component: Use net_activate_ports to start port listener based on config2009-03-22, by Matthew Wild
-
mod_component: Set default listening interface to 127.0.0.12009-03-22, by Matthew Wild
-
net.connlisteners: Allow listeners to specify default interface2009-03-22, by Matthew Wild
-
prosody: Expose net_activate_ports as a global function for use by plugins2009-03-22, by Matthew Wild
-
prosody: Allow ports to be specified as just numbers2009-03-22, by Matthew Wild
-
util.set: Fix to make constructor work, and functions defined correctly2009-03-22, by Matthew Wild
-
util.set: New util library2009-03-22, by Matthew Wild
-
net.http: Don't throw error on invalid URLs. Fixes #56.2009-03-21, by Matthew Wild
-
Add initial mod_component for XEP-0114 support. Albert, where are you?2009-03-21, by Matthew Wild
-
net.xmppclient_listener: Set default namespace to jabber:client2009-03-21, by Matthew Wild
-
net.xmppserver_listener: Set default namespace to jabber:server2009-03-21, by Matthew Wild
-
core.xmlhandlers: Filter out default stream namespace from stanzas2009-03-21, by Matthew Wild
-
core.stanza_router: Allow routing from components2009-03-21, by Matthew Wild
-
Merge2009-03-20, by Matthew Wild
-
0.3->0.42009-03-20, by Matthew Wild
-
Merge2009-03-14, by Matthew Wild
-
Don't reject some valid IQs. Thanks to elmex for spotting.2009-03-14, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-03-08, by Matthew Wild
-
mod_xmlrpc: Limit usage to admins2009-03-08, by Waqas Hussain
-
mod_legacyauth: Added stream feature: <auth xmlns='http://jabber.org/features/iq-auth'/>2009-03-07, by Waqas Hussain
-
usermanager: Added is_admin(jid)2009-03-07, by Waqas Hussain
-
Added core.objectmanager2009-03-07, by Waqas Hussain
-
util/xmlrpc: Added <nil/> extension to RPC functions (allowing nil parameters and return values)2009-03-07, by Waqas Hussain
-
mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with sasl_anonymous = true2009-03-07, by Matthew Wild
-
net.adns: Set new send in net.server after 'connecting UDP' socket2009-03-07, by Matthew Wild
-
net.server: Allow replacement of send function on an open socket2009-03-07, by Matthew Wild
-
util.logger: Small code tidying :)2009-03-07, by Matthew Wild
-
Support to filter logging by source via pattern matching from config file.2009-03-07, by Tobias Markmann
-
prosody: Load logger after reading the config2009-03-07, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-03-04, by Matthew Wild
-
XML-RPC: Set appropriate Content-Type header in HTTP response2009-03-04, by Waqas Hussain
-
MUC: Kick participants for error replies only on a selected list of error conditions2009-03-04, by Waqas Hussain
-
Let global modules add disco features for all hosts2009-03-04, by Waqas Hussain
-
mod_xmlrpc: Handle RPC stanzas sent over XMPP (XEP-0009: Jabber-RPC)2009-03-04, by Waqas Hussain
-
Allow global modules to hook stanza handlers2009-03-04, by Waqas Hussain
-
Added mod_xmlrpc2009-03-04, by Waqas Hussain
-
Added util/xmlrpc.lua - functions for converting between XML-RPC stanzas and Lua objects2009-03-04, by Waqas Hussain
-
core.presencemanager: Convert Windows line endings to UNIX2009-03-04, by Waqas Hussain
-
net.adns: Return _M2009-03-04, by Matthew Wild
-
net.adns: Load the correct dns lib2009-03-04, by Matthew Wild
-
net.adns: Add helper module for performing non-blocking DNS lookups2009-03-04, by Matthew Wild
-
net.dns: Add methods necessary for allowing non-blocking DNS lookups2009-03-04, by Matthew Wild
-
net.server: Don't call shutdown method on socket if it doesn't have one, eg. for UDP2009-03-04, by Matthew Wild
-
net.server: Check for potential nil handler on close2009-03-03, by Matthew Wild
-
mod_bosh: Set Content-Type in response headers2009-03-03, by Matthew Wild
-
pposix: Standardize error messages2009-03-03, by Matthew Wild
-
pposix: Small fix for copyright notice2009-03-03, by Matthew Wild
-
Automated merge with http://luaetta.ath.cx:1234/2009-03-03, by Matthew Wild
-
Merged with main tip.2009-03-03, by Tobias Markmann
-
Make the code actually build.2009-02-22, by Tobias Markmann
-
Added missing code.2009-02-22, by Tobias Markmann
-
Adding setrlimits() binding.2009-02-22, by Tobias Markmann
-
tests: Add test for iq error replies2009-03-03, by Matthew Wild
-
core.configmanager: Small fix to check validity of Component definitions2009-03-03, by Matthew Wild
-
mod_muc: Don't bounce error replies in response to errors2009-03-02, by Matthew Wild
-
net.server: Fix to make sure we send a string to logging function2009-03-02, by Matthew Wild
-
core.stanza_router: Don't bounce errors to iq type=result/error2009-03-02, by Matthew Wild
-
prosody: Log top-level errors2009-03-02, by Matthew Wild
-
core.s2smanager: Remove some old commented code, break a long line in 22009-03-02, by Matthew Wild
-
util.dataforms: Return the form2009-03-01, by Matthew Wild
Scroll all the way down to load more.