prosody.git
2010-08-03 Matthew Wildsessionmanager: Remove dependency on eventmanager
2010-08-03 Matthew Wilds2smanager: Remove dependency on eventmanager
2010-08-03 Matthew Wildcomponentmanager: Remove dependency on eventmanager
2010-08-03 Matthew Wildhostmanager: Remove dependency on eventmanager
2010-08-03 Matthew Wildmodulemanager: Remove dependency on eventmanager
2010-08-03 Matthew Wilds2smanager: brackets, just to be sure :)
2010-08-03 Matthew Wilds2smanager: Only bounce real stanzas on s2s failure...
2010-08-02 Waqas Hussainutil.datetime: Added implementation for function parse().
2010-08-02 Waqas Hussainstorage/mod_ejabberd: Reorganized some code.
2010-08-02 Waqas Hussainutil.sasl_cyrus: Cleanup.
2010-08-02 Waqas Hussainutil.sasl: Removed method:forbidden() and its side...
2010-08-02 Waqas Hussainutil.sasl_cyrus: Removed method:forbidden().
2010-08-02 Waqas Hussainmod_auth_*: Fixed copyright headers.
2010-08-02 Matthew Wildutil.xmppstream: Add set_session() method to change...
2010-08-02 Matthew Wildnet.xmppclient_listener: Add associate_session(conn...
2010-08-02 Matthew Wildnet.server_event: Remove some debug messages
2010-08-01 Kim Alvefurmod_version: Leave out the os element if hide_os_type...
2010-08-01 Kim Alvefurmod_version: Make the command used to get OS version...
2010-07-31 Matthew Wildusermanager: Fix two nil global accesses
2010-07-31 Waqas Hussainmod_saslauth: Fixed a nil global access.
2010-07-31 Waqas Hussainmod_saslauth: Check for unencrypted PLAIN auth in mod_s...
2010-07-31 Waqas Hussainmod_saslauth: Move mandatory encryption enforcement...
2010-07-31 Waqas Hussainstorage/mod_ejabberd (and associated library): Initial...
2010-07-31 Waqas Hussainstorage/mod_xep0227: Initial commit.
2010-07-31 Waqas Hussainprosody: Enable storage manager.
2010-07-31 Waqas Hussainprosody.cfg.lua.dist: Fixed trailing whitespace.
2010-07-31 Waqas Hussainutil.pluginloader: Remove useless datamanager dependency.
2010-07-31 Waqas Hussainutil.pluginloader: Fix loading of plugins, plugin libra...
2010-07-26 Matthew Wildutil.roster: Remove, not going this route now
2010-07-25 Waqas Hussainmod_message: Discard headline messages sent to offline...
2010-07-25 Waqas Hussainmod_console: Override dofile() in the console environme...
2010-07-25 Waqas Hussaintests: Added tests for util.sasl.scram.Hi().
2010-07-25 Waqas Hussainutil.sasl.scram: Made function Hi public.
2010-07-25 Waqas Hussainmod_console: Added support for multiple arguments to...
2010-07-25 Waqas Hussainstoragemanager: Fixed a nil access.
2010-07-23 Waqas Hussainprosody.resolve_relative_path: Updated to take a parent...
2010-07-23 Waqas Hussainstoragemanager: Initial commit.
2010-07-23 Matthew WildMerge 0.7->trunk
2010-07-23 Matthew Wildcertmanager: Don't disable LuaSec and future cert loadi...
2010-07-22 Matthew Wildnet.server_select: Remove 'now' parameter from starttls...
2010-07-22 Matthew Wildmod_tls: Remove extraneous flag to starttls() for s2sou...
2010-07-22 Matthew Wildnet.server_event: Fix to not call onconnect a second...
2010-07-21 Matthew Wildusermanager, mod_auth_internal_hashed, mod_legacyauth...
2010-07-20 Waqas Hussainmod_register: Drop useless depencency on datamanager.
2010-07-20 Waqas HussainMUC: Store the nick (full room JID) which set the subje...
2010-07-20 Matthew Wildutil.iterators: Add skip() to skip the first n items...
2010-07-18 Waqas Hussainmod_saslauth: Got rid of undocumented and useless ...
2010-07-17 Waqas HussainMerge with trunk.
2010-07-17 Waqas Hussainmod_auth_internal_hashed: Fixed SCRAM-SHA-1 mechanism...
2010-07-17 Matthew WildMUC: No need to call is_admin twice now, global admins...
2010-07-17 Matthew Wildnet.server_event: Remove debug logging from dummy onsta...
2010-07-17 Waqas Hussainmod_saslauth: Cleaned up unused requires.
2010-07-17 Waqas Hussainmod_saslauth: A little cleanup for anonymous_login.
2010-07-17 Matthew Wildconfigmanager: Remove dependency on eventmanager, and...
2010-07-16 Matthew Wilds2smanager: Handle disallow_s2s for incoming streams...
2010-07-16 Matthew Wildnet.server_select: Ensure that onconnect is called...
2010-07-16 Matthew WildMerge Florob->trunk
2010-07-16 Matthew WildMerge Zash->trunk
2010-07-16 Kim Alvefurmod_proxy65: Use util.jid.compare() and remove some...
2010-07-16 Matthew WildMerge Zash->trunk
2010-07-15 Kim Alvefurutil.jid: compare() added, with some tests.
2010-07-15 Florian Zeitzutil.dataforms: Add list-multi support
2010-07-15 Florian Zeitzutil.dataforms: Capability to set default for list...
2010-07-15 Tobias Markmannutil.sasl.scram: Reference actual RFC instead of the...
2010-07-15 Waqas Hussainutil.sasl, util.sasl_cyrus: s/self.mechanisms()/self...
2010-07-15 Matthew WildMerge with backout
2010-07-15 Matthew WildBacked out changeset 598c33a99a31 (already fixed a...
2010-07-15 Waqas Hussaincertmanager: Use an empty table as the default ssl...
2010-07-14 Matthew Wildcertmanager: Fix to handle the case of no SSL configura...
2010-07-15 Waqas Hussaincertmanager: Added copyright header.
2010-07-15 Waqas Hussaincertmanager: Defined default_capath to prevent a global...
2010-07-14 Waqas Hussainutil.sasl, util.sasl_cyrus: Use method:mechanisms(...
2010-07-14 Waqas Hussainutil.sasl, util.sasl_cyrus: Updated method:mechanisms...
2010-07-14 Waqas Hussainutil.sasl: Use the proper session-specific table of...
2010-07-14 Waqas HussainSASL: Simplified sasl_handler:mechanisms() to return...
2010-07-14 Waqas Hussainusermanager: Return a non-nil SASL handler from the...
2010-07-14 Waqas HussainMUC: Fixed a traceback introduced in hg:bdc325ce9fbc.
2010-07-14 Matthew Wildnet.dns: Call :cancel() on the current resolver instead...
2010-07-14 Matthew Wildutil.roster: Initial skeleton commit
2010-07-14 Matthew Wildloggingmanager: Add reload_logging() method, which...
2010-07-14 Matthew Wildutil.logger: Add reset() method to clear all sinks
2010-07-13 Matthew Wildcertmanager: Remove debug logging accidentally committed
2010-07-13 Matthew Wildcertmanager: Adjust paths of SSL key/certs to be relati...
2010-07-13 Matthew Wildprosody: Add prosody.resolve_relative_path() helper...
2010-07-13 Matthew Wildmod_httpserver: Serve index.html if a request is made...
2010-07-13 Matthew Wildconfigure: Make it possible to override ostype presets...
2010-07-13 Matthew Wildconfigure: Fix ostype=freebsd for ./configure (thanks...
2010-07-12 Matthew Wildmod_saslauth: Rename variable 'aret' to 'ok' as per...
2010-07-11 Waqas Hussainmod_disco: Reflect requested 'node' attribute in the...
2010-07-11 Waqas Hussainmod_disco: Respond to disco#info to the correct caps...
2010-07-11 Waqas Hussainmod_disco: Cache disco#info reply and caps hash for...
2010-07-09 Florian Zeitzmod_adhoc: Add capability to pass data to forms
2010-07-09 Matthew Wildxmpp{client,server}_listener: Convert some calls to...
2010-07-09 Matthew Wildmod_pep: Use util.caps
2010-07-09 Matthew Wildmod_disco: Support for putting the server's caps hash...
2010-07-09 Matthew Wildutil.caps: Entity capabilities hash generation (moved...
2010-07-09 Matthew Wildmod_posix: Some (perhaps temporary) changes to re-lock...
2010-07-09 Brian Cullymod_posix: Truncate the pidfile before writing to ensur...
2010-07-09 Matthew Wildprosodyctl: Warn and exit if any log files are not...
2010-07-08 Matthew Wildprosodyctl: Force log output always to the console...
next