prosody.git
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-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 -...
2010-12-11 Matthew Wildprosodyctl: Make the 'restart' command start Prosody...
2010-12-09 Waqas Hussainutil.datamanager: Return an error string when pcall...
2010-12-09 Waqas Hussainutil.datamanager: When failing to load a list file...
2010-12-09 Waqas Hussainusermanager: Removed redundant import of util.datamanag...
2010-12-09 Waqas Hussainutil.ztact: Removed.
2010-12-09 Waqas Hussainnet.dns: Removed dependency on util.ztact by moving...
2010-12-09 Waqas Hussainmod_console: Removed redundant code for host:activate...
2010-12-09 Waqas Hussainhostmanager: Improved error handling.
2010-12-09 Waqas Hussainhostmanager: deactivate() now returns true on success.
2010-12-09 Waqas Hussainhostmanager: activate() now gets the host config from...
2010-12-08 Matthew Wildcerts/Makefile: Remove -c flag to chmod, which appears...
2010-12-07 Waqas Hussainprosody: Don't attempt to load core.xmlhandlers in...
2010-12-07 Matthew Wildxmlhandlers: DELETED.
2010-12-07 Matthew Wildutil.prosodyctl: Prep JIDs before checking whether...
2010-12-07 Matthew Wildtools/xep227toprosody.lua: Rename ns_xep227 to xmlns_xe...
2010-12-07 Matthew Wildtools/xep227toprosody.lua: Convert to use util.xmppstream
2010-12-07 Matthew Wildutil.xmppstream: Expose ns_separator and ns_pattern
2010-12-07 Matthew Wildmod_bosh: Switch to util.xmppstream from xmlhandlers
2010-12-07 Matthew Wildxmppcomponent_listener: Switch to util.xmppstream from...
2010-12-07 Waqas Hussainprosody: Added a stub implementation of core.componentm...
2010-12-06 Matthew Wildcerts/openssl.cnf: Change countryName from UK to GB
2010-12-06 Matthew Wildcerts/Makefile: Add .PRECIOUS to stop make deleting...
2010-12-06 Matthew WildMerge with Zash
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 Kim Alvefurcerts: Add a default OpenSSL configuration file, and...
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: CRLF -> LF.
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 Matthew Wildmod_console: Fix to import cert_verify_identity (util...
2010-11-28 Matthew Wildcertmanager: Add required verify flags for cert verific...
2010-11-28 Matthew Wildmod_console: Add s2s:showcert() command to show the...
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 Wilds2smanager: Check for getpeercertificate availability...
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 Matthew WildMerge with trunk
2010-11-27 Matthew Wildstoragemanager: Import type()
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 util.multitable again
2010-11-27 Matthew Wildstoragemanager: Fix syntax error
2010-11-27 Matthew WildMerge darkrain->trunk
2010-11-27 Waqas Hussainmod_pep: Updated disco#info result handler to use new...
next