prosody.git
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
2009-03-01 Matthew Wildnet.server: Don't retry if client closes socket during...
2009-02-28 Matthew WildAdding initial util.pubsub
2009-02-28 Matthew Wildcore.stanza_router: Reply with error to groupchat messa...
2009-02-28 Matthew Wildcore.componentmanager: Refactor a little to make XEP...
2009-02-27 Matthew Wildnet.server: Some fixes for SSL/TLS handshake handling
2009-02-27 Matthew Wildutil.dataforms: First commit, incomplete
2009-02-27 Matthew Wildcore.xmlhandlers: Remove redundant check in condition
2009-02-27 Matthew Wildprosody: Protect main loop. Dare I say crashing finally...
2009-02-26 Matthew Wildutil.timer: More small fixes I forgot to commit
2009-02-26 Matthew Wildutil.timer: Fix crash when loaded but no tasks set...
2009-02-26 Matthew Wildutil.multitable: Add mt:search(), use nil for wildcard...
2009-02-26 Matthew WildBetter handling of found, but unloadable, core librarie...
2009-02-26 Matthew Wildcore.xmlhandlers: Optimise completed stanza logic
2009-02-26 Matthew Wildnet/xmppclient_listener: Add some logging and handle...
2009-02-22 Waqas Hussainmod_register: Fixed an error happening during account...
2009-02-22 Tobias MarkmannMake the code actually build.
2009-02-22 Tobias MarkmannAdded missing code.
2009-02-22 Tobias MarkmannAdding setrlimits() binding.
2009-02-20 Waqas HussainMUC: Added copyright notice
2009-02-20 Waqas HussainMUC: Replaced some duplicate code
2009-02-20 Waqas HussainMUC: Removed commented and unused code
2009-02-20 Waqas HussainAdded util/timer.lua - a timer API
2009-02-19 Waqas HussainMUC: Workaround for a Gajim bug (it includes <x xmlns...
2009-02-19 Waqas HussainMUC: Use util.stanza.clone instead of pre/deserialize...
2009-02-19 Waqas Hussainutil/stanza: Added clone function
2009-02-19 Waqas HussainMUC: Syntax error in last commit - this is lua :)
2009-02-19 Waqas HussainMUC: Throw an error if we try talking to ourselves
2009-02-19 Matthew Wildcore.presencemanager: Set 'from' attribute on outgoing...
2009-02-19 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-19 Waqas HussainMUC: Bug fixes and workarounds
2009-02-19 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-19 Waqas HussainMUC: Logging - logger doesn't like nils
next