prosody.git
2009-04-04 Matthew Wildutil.dataforms: Fix some field types which didn't rende...
2009-04-04 Matthew Wildutil.dataforms: Add support for <required/> fields
2009-04-04 Matthew Wildutil.dataforms: Fixed to actually work, mostly
2009-04-03 Matthew Wildcore.sessionmanager: Hop out of <status> tag so that...
2009-03-31 Matthew WildTagging 0.4.0
2009-03-31 Matthew WildTagging VERSION
2009-03-31 Matthew Wildmod_bosh: Fix to correctly timeout idle sessions
2009-03-31 Matthew Wildmod_debug: Some updates
2009-03-31 Matthew Wildcore.componentmanager: Fix global set, causing problems...
2009-03-31 Matthew Wildmod_debug: New debug module (a simplified mod_console...
2009-03-31 Matthew WildAdd lock_globals() and unlock_globals() functions ...
2009-03-31 Matthew WildLoad util.array and util.iterator at startup
2009-03-30 Matthew WildAutomated merge with ssh://hg@prosody.im/prosody-hg
2009-03-30 Matthew WildMove SSL initialisation into the correct spot (thanks...
2009-03-30 Waqas HussainAdded: componentmanager: Automatically add component...
2009-03-30 Waqas HussainFixed: Some nil access bugs
2009-03-29 Waqas HussainAdded: MUC: Room invites
2009-03-29 Waqas HussainAdded: util/events.lua: An event handling library
2009-03-29 Waqas HussainFixed: mod_saslauth: "anonymous_login" currently makes...
2009-03-29 Waqas HussainFixed: mod_saslauth: Changed anonymous host option...
2009-03-29 Waqas HussainAdded: Prevent disk writes for anonmous hosts (option...
2009-03-29 Waqas HussainAdded: datamanager: Allow a callback to be installed...
2009-03-29 Waqas HussainFixed: s2smanager: Apply nameprep on hostnames passed...
2009-03-29 Waqas HussainFixed: sessionmanager: Apply nameprep on hostname passe...
2009-03-29 Waqas HussainFixed: modulemanager: IQs with extended elements in...
2009-03-29 Waqas HussainFixed: mod_roster: Prep JIDs being added to roster...
2009-03-29 Waqas HussainFixed: mod_register: Node prepping was not being applie...
2009-03-29 Waqas HussainFixed: mod_regster: traceback when removing accounts
2009-03-29 Waqas HussainFixed: rostermanager: Create new roster item if one...
2009-03-29 Waqas HussainFixed: stanza_router: Respond with correct stanza error...
2009-03-29 Waqas HussainFixed: net/http.lua: HTTP request callback wasn't being...
2009-03-29 Matthew Wildutil.array: Add :reverse() method
2009-03-29 Matthew Wildutil.datetime: Allow specifying a time to format
2009-03-26 Matthew Wildutil.array: Expose array.* functions, to be used for...
2009-03-25 Matthew Wildutil.iterators: New iterators library
2009-03-25 Matthew Wildutil.array: New array library
2009-03-23 Matthew Wildutil.set: Rename private items container, optimise...
2009-03-23 Matthew Wildcore.rostermanager/mod_roster: Support for roster versi...
2009-03-22 Matthew Wildutil.datamanager: Don't delete data when first entry...
2009-03-22 Matthew Wildmod_component: Remove some commented code
2009-03-22 Matthew Wildcore.configmanager: Make components use 'component...
2009-03-22 Matthew WildUpdate example config, categorise modules, add new...
2009-03-22 Matthew Wildprosody.cfg.lua.dist: Remove some factual inaccuracies
2009-03-22 Matthew Wildmod_component: Use net_activate_ports to start port...
2009-03-22 Matthew Wildmod_component: Set default listening interface to 127...
2009-03-22 Matthew Wildnet.connlisteners: Allow listeners to specify default...
2009-03-22 Matthew Wildprosody: Expose net_activate_ports as a global function...
2009-03-22 Matthew Wildprosody: Allow ports to be specified as just numbers
2009-03-22 Matthew Wildutil.set: Fix to make constructor work, and functions...
2009-03-22 Matthew Wildutil.set: New util library
2009-03-21 Matthew Wildnet.http: Don't throw error on invalid URLs. Fixes...
2009-03-21 Matthew WildAdd initial mod_component for XEP-0114 support. Albert...
2009-03-21 Matthew Wildnet.xmppclient_listener: Set default namespace to jabbe...
2009-03-21 Matthew Wildnet.xmppserver_listener: Set default namespace to jabbe...
2009-03-21 Matthew Wildcore.xmlhandlers: Filter out default stream namespace...
2009-03-21 Matthew Wildcore.stanza_router: Allow routing from components
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-03-14 Matthew WildMerge
2009-03-14 Matthew WildDon't reject some valid IQs. Thanks to elmex for spotting.
2009-03-08 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-03-08 Waqas Hussainmod_xmlrpc: Limit usage to admins
2009-03-07 Waqas Hussainmod_legacyauth: Added stream feature: <auth xmlns=...
2009-03-07 Waqas Hussainusermanager: Added is_admin(jid)
2009-03-07 Matthew Wildmod_saslauth: Disable SASL ANONYMOUS unless explicitly...
2009-03-07 Waqas HussainAdded core.objectmanager
2009-03-07 Waqas Hussainutil/xmlrpc: Added <nil/> extension to RPC functions...
2009-03-07 Matthew Wildnet.adns: Set new send in net.server after 'connecting...
2009-03-07 Matthew Wildnet.server: Allow replacement of send function on an...
2009-03-07 Matthew Wildutil.logger: Small code tidying :)
2009-03-07 Tobias MarkmannSupport to filter logging by source via pattern matchin...
2009-03-07 Matthew Wildprosody: Load logger after reading the config
2009-03-04 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-03-04 Waqas Hussaincore.presencemanager: Convert Windows line endings...
2009-03-04 Waqas HussainXML-RPC: Set appropriate Content-Type header in HTTP...
2009-03-04 Waqas HussainMUC: Kick participants for error replies only on a...
2009-03-04 Waqas HussainLet global modules add disco features for all hosts
2009-03-04 Waqas Hussainmod_xmlrpc: Handle RPC stanzas sent over XMPP (XEP...
2009-03-04 Waqas HussainAllow global modules to hook stanza handlers
2009-03-04 Waqas HussainAdded mod_xmlrpc
2009-03-04 Waqas HussainAdded util/xmlrpc.lua - functions for converting betwee...
2009-03-04 Matthew Wildnet.adns: Return _M
2009-03-04 Matthew Wildnet.adns: Load the correct dns lib
2009-03-04 Matthew Wildnet.adns: Add helper module for performing non-blocking...
2009-03-04 Matthew Wildnet.dns: Add methods necessary for allowing non-blockin...
2009-03-04 Matthew Wildnet.server: Don't call shutdown method on socket if...
2009-03-03 Matthew Wildnet.server: Check for potential nil handler on close
2009-03-03 Matthew Wildmod_bosh: Set Content-Type in response headers
2009-03-03 Matthew Wildpposix: Standardize error messages
2009-03-03 Matthew Wildpposix: Small fix for copyright notice
2009-03-03 Matthew WildAutomated merge with http://luaetta.ath.cx:1234/
2009-03-03 Matthew Wildtests: Add test for iq error replies
2009-03-03 Matthew Wildcore.configmanager: Small fix to check validity of...
2009-03-03 Tobias MarkmannMerged with main tip.
2009-03-02 Matthew Wildmod_muc: Don't bounce error replies in response to...
2009-03-02 Matthew Wildnet.server: Fix to make sure we send a string to loggin...
2009-03-02 Matthew Wildcore.stanza_router: Don't bounce errors to iq type...
2009-03-02 Matthew Wildprosody: Log top-level errors
2009-03-02 Matthew Wildcore.s2smanager: Remove some old commented code, break...
2009-03-01 Matthew Wildutil.dataforms: Return the form
next