index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
util.pubsub: Add service:remove_all_subscriptions()
Matthew Wild
2011-08-30
1
-0
/
+26
*
|
util.pubsub: Support for events (currently subscription-added and subscriptio...
Matthew Wild
2011-08-30
1
-0
/
+5
*
|
util.pubsub: Use built-in actor for auto-creating nodes on publish and subscr...
Matthew Wild
2011-08-29
1
-2
/
+2
*
|
util.throttle: Generic module by waqas to limit something over some time
Matthew Wild
2011-08-29
1
-0
/
+44
*
|
Add "reload" command to prosodyctl
Vladimir Protasov
2011-08-04
1
-0
/
+16
*
|
util.x509: Update references to published RFCs
Paul Aurich
2011-05-22
1
-6
/
+6
*
|
Merge 0.8->trunk
Matthew Wild
2011-06-05
1
-1
/
+1
|
\
\
|
*
|
util.xmppstream: Check to make sure parser.stop is present before calling it.
Waqas Hussain
2011-06-05
1
-1
/
+1
*
|
|
Merge 0.8->trunk
Matthew Wild
2011-06-02
1
-2
/
+5
|
\
|
|
|
*
|
Merge 0.7->0.8
Matthew Wild
2011-06-02
1
-2
/
+5
|
|
\
\
*
|
|
|
Merge 0.8->trunk
Matthew Wild
2011-06-02
1
-0
/
+2
|
\
|
|
|
|
*
|
|
util.json: Fixed handling of truncated JSON.
Waqas Hussain
2011-06-02
1
-0
/
+2
*
|
|
|
Merge 0.8->trunk
Matthew Wild
2011-06-02
1
-1
/
+0
|
\
|
|
|
|
*
|
|
Merge 0.7->0.8
Matthew Wild
2011-06-02
1
-1
/
+0
|
|
\
|
|
|
*
|
|
util.xmppstream: Reject XML comments, processing instructions and (if support...
Matthew Wild
2011-06-01
1
-0
/
+21
|
*
|
|
util.datetime: Fix timestamp parsing when in DST (thanks xnyhps)
Matthew Wild
2011-04-15
1
-1
/
+1
*
|
|
|
util.xmppstream: Reject XML comments, processing instructions and (if support...
Matthew Wild
2011-06-01
1
-0
/
+21
*
|
|
|
util.datetime: Fix timestamp parsing when in DST (thanks xnyhps)
Matthew Wild
2011-04-15
1
-1
/
+1
*
|
|
|
Merge 0.8->trunk
Matthew Wild
2011-04-05
1
-0
/
+13
|
\
|
|
|
|
*
|
|
util.dependencies: Add a dummy util.ztact loader to log a message for people ...
Matthew Wild
2011-04-05
1
-0
/
+13
|
*
|
|
util.sasl.scram: Fix bug in validate_username function. (Thanks Florob)
Tobias Markmann
2011-02-24
1
-3
/
+3
|
*
|
|
util.stanza: Whitespace fix after merge (complicated)
Matthew Wild
2011-02-24
1
-1
/
+1
|
*
|
|
util.pluginloader: Rewritten resource loading to be cleaner, and added suppor...
Waqas Hussain
2011-02-22
1
-26
/
+19
|
*
|
|
util.stanza: Remove childtags and rename matching_tags -> childtags (they are...
Matthew Wild
2011-02-22
1
-1
/
+1
|
*
|
|
util.pluginloader: Remove unused support for custom loaders, to simplify furt...
Waqas Hussain
2011-02-20
1
-9
/
+5
|
*
|
|
util.pluginloader: Return file path on success in pluginloader.load_code().
Waqas Hussain
2011-02-20
1
-1
/
+4
|
*
|
|
util.pluginloader: Return full file path from internal file loader on success...
Waqas Hussain
2011-02-20
1
-3
/
+4
|
*
|
|
util.stanza: Rewrite clone() to be more optimized.
Waqas Hussain
2011-02-20
1
-15
/
+12
|
*
|
|
prosodyctl, util.prosodyctl: Move UI functions to util.prosodyctl so they can...
Matthew Wild
2011-02-13
1
-0
/
+86
|
*
|
|
util.pluginloader: Add support for multiple plugin directories.
Waqas Hussain
2011-01-21
1
-3
/
+12
|
*
|
|
Merge with waqas
Matthew Wild
2011-02-24
1
-0
/
+2
|
|
\
\
\
|
*
|
|
|
util.stanza: Clean up matching_tags() and replace :childtags() with it
Matthew Wild
2011-02-19
1
-18
/
+9
*
|
|
|
|
util.sasl.scram: Fix bug in validate_username function. (Thanks Florob)
Tobias Markmann
2011-02-24
1
-3
/
+3
*
|
|
|
|
util.pluginloader: Rewritten resource loading to be cleaner, and added suppor...
Waqas Hussain
2011-02-22
1
-26
/
+19
*
|
|
|
|
util.stanza: Remove childtags and rename matching_tags -> childtags (they are...
Matthew Wild
2011-02-22
1
-18
/
+9
*
|
|
|
|
util.pluginloader: Remove unused support for custom loaders, to simplify furt...
Waqas Hussain
2011-02-20
1
-9
/
+5
*
|
|
|
|
util.pluginloader: Return file path on success in pluginloader.load_code().
Waqas Hussain
2011-02-20
1
-1
/
+4
*
|
|
|
|
util.pluginloader: Return full file path from internal file loader on success...
Waqas Hussain
2011-02-20
1
-3
/
+4
*
|
|
|
|
Merge 0.8->trunk.
Waqas Hussain
2011-02-20
1
-0
/
+2
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
util.json: Fixed a parse error caused by unexpected whitespace.
Waqas Hussain
2011-02-19
1
-0
/
+2
|
|
/
/
/
*
|
|
|
util.stanza: Rewrite clone() to be more optimized.
Waqas Hussain
2011-02-20
1
-15
/
+12
*
|
|
|
prosodyctl, util.prosodyctl: Move UI functions to util.prosodyctl so they can...
Matthew Wild
2011-02-13
1
-0
/
+86
*
|
|
|
Merge 0.8->trunk.
Waqas Hussain
2011-02-03
1
-0
/
+2
|
\
|
|
|
|
*
|
|
util.stanza: Make some globals local, so they don't clutter the global checki...
Waqas Hussain
2011-02-03
1
-0
/
+2
*
|
|
|
Merge 0.8->trunk
Matthew Wild
2011-01-31
1
-0
/
+8
|
\
|
|
|
|
*
|
|
util.stanza: Add get_child_text() method to get the text of the specified chi...
Matthew Wild
2011-01-31
1
-0
/
+8
*
|
|
|
util.pluginloader: Add support for multiple plugin directories.
Waqas Hussain
2011-01-21
1
-3
/
+12
*
|
|
|
Merge 0.8->trunk
Matthew Wild
2011-01-11
5
-8
/
+8
|
\
|
|
|
|
*
|
|
util.sasl.*: Add 'sasl.' prefix to module names
Matthew Wild
2011-01-11
4
-6
/
+6
|
*
|
|
util.datamanager: Change from 'Failed to load' to 'Assuming empty' for data s...
Matthew Wild
2011-01-11
1
-2
/
+2
[prev]
[next]