prosody.git
2010-12-03 Kim Alvefurcerts: Add a default OpenSSL configuration file, and...
2010-12-05 Matthew Wildmod_pubsub: Ensure <item> is in correct scope when...
2010-12-05 Florian Zeitzmod_pubsub: Support item retraction
2010-12-05 Florian Zeitzmod_pubsub, util.pubsub: Support for unsubscribing
2010-12-03 Florian Zeitzmod_pubsub: Use pubsub_error_reply everywhere
2010-12-02 Waqas Hussainutil.xmppstream: Fix logger name.
2010-12-02 Waqas Hussainmod_disco: Don't add caps hash to stream features on...
2010-12-02 Waqas Hussainmod_proxy65: Add service discovery identity and feature...
2010-12-02 Waqas Hussainmod_proxy65: Cleaned up stanza processing a little.
2010-12-02 Waqas Hussainmod_proxy65: s:len() -> #s.
2010-12-02 Waqas Hussainmod_proxy65: Make some globals local.
2010-12-02 Waqas Hussainmod_proxy65: :sub(n):byte() -> :byte(n).
2010-12-02 Waqas Hussainmod_proxy65: Allow loading on normal hosts.
2010-12-02 Waqas Hussainmod_proxy65: Updated to use sub-events. Now only hooks...
2010-12-02 Waqas Hussainnet.server_select: Set select() timeout to 3600 by...
2010-12-02 Waqas Hussainnet.server_select: Made another global local.
2010-12-02 Waqas Hussainnet.server_select: Made some globals local.
2010-12-02 Waqas Hussainmod_bosh: Use util.timer for timers instead of server...
2010-12-02 Waqas Hussainutil.timer: Activate higher timer precision.
2010-12-02 Waqas Hussainnet.server_select: Make changes required for sub-second...
2010-12-02 Waqas Hussainfallbacks/lxp.lua: Pure Lua pseudo-XML parser. Implemen...
2010-12-02 Waqas Hussainmod_iq: Fix an extra character in previous commit...
2010-12-02 Waqas Hussainmod_iq: Don't hook 'iq/full' on components.
2010-12-02 Waqas Hussainmodulemanager: Allow components to inherit mod_iq....
2010-12-02 Waqas Hussainmod_proxy65: Give the 'iq/host' stanza handler a negati...
2010-12-02 Waqas HussainMUC: Give stanza handlers a negative priority, to allow...
2010-12-02 Waqas Hussainmod_component: Give stanza handlers a negative priority...
2010-12-02 Waqas Hussainmod_iq: Don't stop event dispatch for unhandled IQ...
2010-12-01 Florian Zeitzmod_pubsub, util.pubsub: Support node creation
2010-11-28 Waqas Hussainmod_pep: Remove PEP subscriptions on getting a presence...
2010-11-28 Waqas Hussainmod_pep: Fixed regression where PEP messages were not...
2010-11-28 Waqas Hussainmod_pep: Fixed a nil access (thanks Zash).
2010-11-28 Waqas Hussainmod_disco: Fixed: Service discovery features were not...
2010-11-28 Waqas Hussainmod_pep: Optimised PEP requests for disco info on caps...
2010-11-27 Matthew Wildstoragemanager: Only show fallback warning if storage...
2010-11-27 Matthew Wildstoragemanager: Return driver from load_driver() if...
2010-11-27 Waqas Hussainmod_iq: Optimized a bit more (fewer table accesses).
2010-11-27 Waqas Hussainmod_iq: Optimized a bit (fewer table accesses).
2010-11-27 Waqas Hussainmod_iq: Extra IQ get and set sub-events are now fired...
2010-11-27 Matthew Wildstoragemanager: Import type()
2010-11-27 Matthew Wildstoragemanager: Import util.multitable again
2010-11-27 Matthew Wildstoragemanager: Fix syntax error
2010-11-27 Waqas Hussainmod_pep: Updated disco#info result handler to use new...
2010-11-27 Waqas Hussainmod_iq: IQ error and result sub-events are now "iq...
2010-12-18 Matthew Wildconfigmanager: Switch back to returning 'ok' to signal...
2010-12-18 Matthew WildMerge with Florob
2010-12-18 Florian Zeitzmod_admin_adhoc: Support unloading multiple modules
2010-12-18 Florian Zeitzmod_admin_adhoc: Support for reloading multiple modules
2010-12-18 Waqas Hussainutil.events: Remove an event's table when it has no...
2010-12-18 Matthew Wildnet/server_select.lua: Reduce select() timeout back...
2010-12-18 Matthew Wildstoragemanager: Don't always show fallback warning...
2010-12-18 Matthew Wildprosodyctl: Add dummy lock/unlock_globals() until util...
2010-12-18 Matthew Wildmod_storage_sql: Fix a couple of bugs in "JSON" decoding
2010-12-18 Matthew Wildutil.prosodyctl: Initialize storagemanager on hosts...
2010-12-18 Matthew Wildstoragemanager: Log warning when loading the storage...
2010-12-17 Matthew Wildutil-src/Makefile, util-src/encodings.c{,pp}: Port...
2010-12-17 Waqas Hussainusermanager: Fixed a possible traceback when is_admin...
2010-12-17 Matthew Wildprosody.cfg.lua.dist: Update to reflect new mod_admin_...
2010-12-17 Kim Alvefurutil.stanza: Iterate on childtags instead of all childs.
2010-12-17 Matthew WildMerge Tobias->trunk
2010-12-17 Matthew Wildmod_pubsub: Preserve service object on module reload
2010-12-17 Matthew Wildmod_pubsub: Handle disco#info and disco#items
2010-12-17 Matthew Wildutil.pubsub: Add service:get_nodes()
2010-12-17 Matthew Wildmodulemanager, mod_console: Rename mod_console -> mod_a...
2010-12-17 Matthew Wildnet.httpserver: Default 'ports' = {5280}
2010-12-14 Waqas Hussainnet.xmppclient_listener: Imports and global cleanup.
2010-12-14 Waqas Hussainnet.xmppserver_listener: Removed unnecessary import...
2010-12-14 Waqas Hussainnet.xmppserver_listener: Removed unused variables and...
2010-12-14 Waqas Hussainnet.xmppserver_listener: Made some globals local.
2010-12-14 Waqas Hussainnet.xmppcomponent_listener: Move session creation from...
2010-12-14 Waqas Hussainnet.xmppcomponent_listener: Made some globals local.
2010-12-14 Waqas Hussaincore.loggingmanager: Updated to use termcolours.getstyl...
2010-12-14 Waqas Hussainutil.termcolours: Added setstyle(str), which works...
2010-12-14 Waqas Hussainutil-src/windows.c: Added get_consolecolor, set_console...
2010-12-14 Matthew Wildnet.dns: Clean up tostring() of returned records, as...
2010-12-14 Matthew Wildnet.dns: Add resolver:tohostname() and dns.tohostname()
2010-12-14 Tobias MarkmannMake libidn default when not specifiying a IDN lib.
2010-12-14 Tobias MarkmannFix lua lib name in LDFLAGS.
2010-12-14 Tobias Markmannutil.encodings: Support for ICU for IDNA operations.
2010-12-13 Waqas Hussainutil.serialization: Proper serialization of Infinity...
2010-12-13 Waqas Hussainmod_storage_sql: Use 'IS' for comparison instead of...
2010-12-13 Waqas Hussainmod_storage_sql: Fixed the deserialization of string...
2010-12-12 Waqas Hussainprosodyctl: Added and updated some comments and some...
2010-12-12 Waqas Hussainprosodyctl: Read PROSODY_SRCDIR and PROSODY_PLUGINDIR...
2010-12-12 Waqas Hussainprosody: Added a comment, to match prosodyctl.
2010-12-12 Waqas Hussainprosodyctl: Added support for --config command line...
2010-12-12 Waqas Hussainmod_pep: Fixed a traceback when non-local users send...
2010-12-12 Waqas Hussainmod_pep: Handle the case where local contacts send...
2010-12-12 Waqas Hussainutil.serialization: Implemented deserialize().
2010-12-12 Waqas Hussainutil.x509: "certverification" -> "x509".
2010-12-12 Waqas Hussainstoragemanager: When we have a cached data driver,...
2010-12-12 Kim Alvefurcore.s2smanager, mod_console, mod_saslauth, util.certve...
2010-12-12 Waqas Hussainmod_storage_sql: Auto-initialize SQLite3 database.
2010-12-12 Waqas Hussainmod_storage_sql: Default value for option sql = { drive...
2010-12-12 Waqas Hussainmod_storage_sql: Fixed a typo.
2010-12-12 Waqas Hussainmod_storage_sql: Initial commit of new SQL data driver.
2010-12-12 Waqas Hussainstoragemanager: Hook "host-activated", to make sure...
2010-12-12 Waqas Hussainstoragemanager: Fixed a nil global access.
2010-12-11 Matthew Wildutil.stanza: Change get_error() to return nil rather...
2010-12-11 Matthew Wildmod_bosh: Fixes to the session creation response -...
next