IMPORTANT: due to a drive failure, as of 13-Mar-2021, the Mercurial repository had to be re-mirrored, which changed every commit SHA. The old SHAs and trees are backed up in the vault branches. Please migrate to the new branches as soon as you can.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
prosody/util
Waqas Hussain 076aadf990 util.stanza: Make the current element <message> instead of <body> when body text is passed to st.message(). 15 years ago
..
sasl util.sasl.scram: Made function Hi public. 16 years ago
array.lua Update copyright headers for 2010 16 years ago
broadcast.lua Update copyright headers for 2010 16 years ago
caps.lua util.caps: Entity capabilities hash generation (moved from mod_pep) 16 years ago
dataforms.lua util.dataforms: Add list-multi support 16 years ago
datamanager.lua util.datamanager: Return an error string when failing to save. 16 years ago
datetime.lua util.datetime: Added implementation for function parse(). 16 years ago
dependencies.lua Merge 0.6->0.7 16 years ago
events.lua util.events: Event handler indices are now built lazily (faster server startup for large number of hosts). 15 years ago
filters.lua util.filters: Add newline at end of file 16 years ago
helpers.lua Update copyright headers for 2010 16 years ago
hmac.lua Merge 0.6->0.7 16 years ago
httpstream.lua util.httpstream: Refactored and simplified code to improve readability. 16 years ago
import.lua Update copyright headers for 2010 16 years ago
iterators.lua util.iterators: Add skip() to skip the first n items of an iterator 16 years ago
jid.lua util.jid: Fix parsing of JIDs with no nodepart and an @ in the resourcepart (thanks seth) 16 years ago
logger.lua util.logger: Remove support for the 'log_sources' option, to remove a dependency on configmanager. I think the equivalent of log_sources can be done with the advanced logging config. 16 years ago
multitable.lua Update copyright headers for 2010 16 years ago
pluginloader.lua util.pluginloader: Remove useless datamanager dependency. 16 years ago
prosodyctl.lua util.prosodyctl: Fixed host variables in user_exists. 16 years ago
sasl.lua util.sasl: Simplified some code a bit. 16 years ago
sasl_cyrus.lua mod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved cyrus account provisioning check out of mod_saslauth. 16 years ago
serialization.lua Update copyright headers for 2010 16 years ago
set.lua Update copyright headers for 2010 16 years ago
stanza.lua util.stanza: Make the current element <message> instead of <body> when body text is passed to st.message(). 15 years ago
termcolours.lua Update copyright headers for 2010 16 years ago
timer.lua util.timer: When using libevent hold onto the event handle to stop it being collected (and the timer stopping). Fixes BOSH ghosts, thanks Flo, niekie, waqas. 16 years ago
uuid.lua util.uuid: Use a local instead of a global. 16 years ago
xmlrpc.lua Update copyright headers for 2010 16 years ago
xmppstream.lua util.xmppstream: Removed some useless property assignments. 16 years ago
ztact.lua util.ztact: Fixed global accesses. 16 years ago