prosody.git
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...
2010-07-08 Matthew Wildprosodyctl: Remove warnings when using a non-standard...
2010-07-08 Matthew Wildmod_auth_internal, usermanager: Rename to mod_auth_inte...
2010-07-08 Matthew Wildmod_auth_internal, mod_auth_internal_hashed: Remove...
2010-07-08 Matthew Wildutil-src/Makefile: Stop linking dynamic libraries to...
2010-07-08 Matthew Wildxmppserver_listener: Fix variable names I forgot to...
2010-07-08 Matthew Wildxmpp{client,server}_listener: Put stanzas/in filtering...
2010-07-08 Matthew Wildutil.filters: Add newline at end of file
2010-07-06 Matthew WildMUC: Make number of stored history messages configurabl...
2010-07-05 Matthew Wilds2smanager: Lower default DNS timeout to 15s (it's...
2010-07-05 Matthew Wildnet.dns: Add dns.settimeout() to set the timeout for...
2010-07-05 Matthew Wildnet.dns: Make timeout configurable (default 15s)
2010-07-05 Matthew Wildnet.dns, net.adns: Update resolver:cancel() API so...
2010-07-05 Matthew Wildnet.dns, net.adns: Move coroutine-calling logic into...
2010-07-05 Matthew Wildnet.dns: Handle our own timeouts, including falling...
2010-07-05 Matthew Wildmod_roster: Use value returned by pairs() during roster...
2010-07-04 Matthew Wildmod_bosh: Add jabber:client namespace to stanzas with...
2010-07-04 Matthew Wildxmppcomponent_listener: Add log messages for when stanz...
2010-07-04 Matthew Wildxmppcomponent_listener: Import jid_split to fix undefin...
2010-07-04 Matthew Wildmod_component: Read validate_from_addresses option...
2010-07-03 Waqas HussainMerge 0.7->trunk
2010-07-03 Waqas Hussainxmppcomponent_listener: Don't validate to/from on non...
2010-07-03 Waqas Hussainmod_privacy: Add service discovery feature.
2010-07-03 Matthew Wildxmppcomponent_listener: Validate to/from on components...
2010-07-02 Matthew WildMerge 0.7->trunk
2010-07-02 Matthew Wildmod_privacy: Return the correct item-not-found instead...
2010-07-02 Matthew WildMerge 0.7->trunk
2010-07-02 Matthew Wilds2smanager: Register outgoing connection with the conne...
2010-07-02 Matthew Wildnet.server_select: Clean up buffer and fire drained...
2010-07-02 Matthew Wildnet.server_select: Fix a snippet of code that was livin...
2010-07-02 Matthew Wilds2smanager: Don't attempt to connect to a nil host...
2010-07-01 Tobias Tomutil.prosodyctl: Fixed host variables in user_exists.
2010-07-01 Matthew Wildconfigure: Add ostype preset for FreeBSD (thanks dersd...
2010-06-29 Matthew WildMerge 0.7->trunk
2010-06-29 Matthew WildMerge backout
2010-06-29 Matthew WildBacked out changeset 454e1cf18daf (this isn't for debug...
2010-06-29 Matthew Wildmod_register: Remove the offline store as a list (origi...
2010-06-29 Matthew WildMerge 0.7->trunk
2010-06-29 Matthew Wildmod_privacy: Treat stanzas with no 'to' address as...
2010-06-29 Matthew Wildutil.prosodyctl: Initialize the host's auth provider...
2010-06-29 Matthew Wildusermanager: Expose host_handler() as initialize_host()
2010-06-23 Waqas Hussainutil.sasl_cyrus: Return error strings using the new...
2010-06-23 Waqas Hussainutil.sasl_cyrus: Added a table mapping error codes...
2010-06-23 Waqas Hussainmod_register: Delete the offline store as a list, and...
2010-06-23 Waqas Hussainmod_register: Don't disable account before deleting...
2010-06-23 Waqas Hussainmod_compression: Lowered a log level.
2010-06-23 Waqas Hussainmod_auth_anonymous, mod_auth_cyrus: Removed unused...
2010-06-23 Waqas Hussainmod_auth_anonymous, mod_auth_cyrus: Removed is_admin...
2010-06-23 Waqas Hussainmod_pep: Fixed a possible traceback during disco#items...
2010-06-22 Matthew Wildmod_auth_internal_hashed: Update TODO comments to COMPAT
2010-06-22 Matthew Wildmod_auth_internal_hashed: Remove far too many instances...
2010-06-22 Matthew Wildmod_auth_internal, mod_auth_internal_hashed: Remove...
2010-06-22 Matthew Wildmod_adhoc: Update for new is_admin usage
2010-06-22 Matthew Wildusermanager: is_admin: Resume the old role of determini...
2010-06-19 Waqas Hussainutil.signal: Moved a variable declaration to the top...
2010-06-19 Waqas Hussainutil.signal: Removed #include <sys/param.h>, as it...
2010-06-19 Waqas Hussainutil.signal: Make kill() available on OS X (thanks...
2010-06-19 Waqas HussainMUC: A little modification to improve code analysis.
2010-06-19 Waqas HussainMUC: Updated room:set_role() to use room:can_set_role().
2010-06-19 Waqas HussainMUC: Added room:can_set_role().
2010-06-18 Waqas Hussainmod_announce: A little cleanup.
2010-06-18 Waqas Hussainmod_storage: Make DBI a soft dependency, not a hard...
2010-06-18 Waqas Hussainmod_announce: Removed unused variables.
2010-06-18 Waqas Hussainmod_announce: Changed a global variable to local.
2010-06-15 Waqas Hussainutil.signal: Make kill() available on OpenBSD, NetBSD...
2010-06-15 Waqas Hussainprosody.cfg.lua.dist: Removed commented "defaultauth...
2010-06-15 Waqas Hussainmod_auth_internal: Log as "auth_internal", not as ...
2010-06-15 Waqas Hussainmod_auth_cyrus: Log as "auth_cyrus", not as "usermanager".
2010-06-15 Waqas Hussainmod_auth_anonymous: Log as "auth_anonymous", not as...
2010-06-15 Waqas Hussainmod_auth_internal_hashed: Log as "auth_internal_hashed...
2010-06-15 Waqas Hussainmod_auth_internal_hashed: Don't assume user doesn't...
2010-06-15 Waqas Hussainmod_auth_internal_hashed: Removed all checks for Cyrus...
2010-06-14 Matthew Wildcommit d2fb8a5ff43fcf3e94e5e518aba175503590ecda
2010-06-13 Matthew Wilds2smanager: Fix logging for outgoing sessions to also...
2010-06-13 Waqas HussainMUC: Added disco#info features to advertise room's...
2010-06-13 Waqas HussainMUC: Added disco#info features to advertise room's...
2010-06-13 Waqas HussainMUC: Updated code to use :set_hidden() and :is_hidden().
2010-06-13 Waqas HussainMUC: Added room:set_hidden(boolean) and room:is_hidden().
2010-06-13 Waqas HussainMUC: Added disco#info features to advertise room's...
2010-06-13 Waqas HussainMUC: Replaced direct access of room's internal persiste...
2010-06-13 Waqas HussainMUC: Added room:set_persistent(boolean) and room:is_per...
2010-06-13 Waqas HussainMUC: Added disco#info features to advertise room's...
2010-06-13 Waqas HussainMUC: Added a 'Make Room Members-Only?' field to the...
2010-06-13 Waqas HussainMUC: Updated room:get_default_role() to not assign...
2010-06-13 Waqas HussainMUC: Added room:set_members_only(boolean) and room...
2010-06-13 Waqas HussainMUC: Added disco#info features to advertise room's...
2010-06-13 Waqas HussainMUC: Added a 'Make Room Moderated?' field to the room...
2010-06-13 Waqas HussainMUC: Updated room:get_default_role() to assign unaffili...
2010-06-13 Waqas HussainMUC: Added room:set_moderated(boolean) and room:is_mode...
2010-06-13 Waqas HussainMUC: Persist data in room:set_password() when called...
2010-06-13 Waqas HussainMUC: Added a password field to the room config dialog.
2010-06-13 Waqas HussainMUC: Include a <password/> element in invites from...
2010-06-13 Waqas HussainMUC: Added disco#info features to advertise room's...
2010-06-13 Waqas HussainMUC: Added password checking on room join.
2010-06-13 Waqas HussainMUC: Added room:get_password() and room:set_password().
2010-06-12 Waqas Hussainmod_auth_internal_hashed: Fixed a traceback in account...
2010-06-12 Matthew WildMerge 0.7->trunk
next