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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
util.set: Fix to make constructor work, and functions defined correctly
Matthew Wild
2009-03-22
1
-8
/
+14
*
util.set: New util library
Matthew Wild
2009-03-22
1
-0
/
+75
*
net.http: Don't throw error on invalid URLs. Fixes #56.
Matthew Wild
2009-03-21
1
-0
/
+9
*
Add initial mod_component for XEP-0114 support. Albert, where are you?
Matthew Wild
2009-03-21
1
-0
/
+217
*
net.xmppclient_listener: Set default namespace to jabber:client
Matthew Wild
2009-03-21
1
-1
/
+3
*
net.xmppserver_listener: Set default namespace to jabber:server
Matthew Wild
2009-03-21
1
-1
/
+3
*
core.xmlhandlers: Filter out default stream namespace from stanzas
Matthew Wild
2009-03-21
1
-2
/
+3
*
core.stanza_router: Allow routing from components
Matthew Wild
2009-03-21
1
-1
/
+1
*
Merge
Matthew Wild
2009-03-20
1
-3
/
+1
|
\
|
*
Merge
Matthew Wild
2009-03-14
6
-21
/
+115
|
|
\
|
*
|
Don't reject some valid IQs. Thanks to elmex for spotting.
Matthew Wild
2009-03-14
1
-3
/
+1
*
|
|
0.3->0.4
Matthew Wild
2009-03-20
62
-63
/
+63
|
|
/
|
/
|
*
|
Automated merge with http://waqas.ath.cx:8000/
Matthew Wild
2009-03-08
5
-6
/
+31
|
\
\
|
*
|
mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with sasl_anon...
Matthew Wild
2009-03-07
1
-1
/
+4
|
|
/
|
*
net.adns: Set new send in net.server after 'connecting UDP' socket
Matthew Wild
2009-03-07
1
-1
/
+1
|
*
net.server: Allow replacement of send function on an open socket
Matthew Wild
2009-03-07
1
-0
/
+4
|
*
util.logger: Small code tidying :)
Matthew Wild
2009-03-07
1
-3
/
+3
|
*
Support to filter logging by source via pattern matching from config file.
Tobias Markmann
2009-03-07
1
-0
/
+17
|
*
prosody: Load logger after reading the config
Matthew Wild
2009-03-07
1
-4
/
+5
*
|
mod_xmlrpc: Limit usage to admins
Waqas Hussain
2009-03-08
1
-21
/
+27
*
|
mod_legacyauth: Added stream feature: <auth xmlns='http://jabber.org/features...
Waqas Hussain
2009-03-08
1
-0
/
+3
*
|
usermanager: Added is_admin(jid)
Waqas Hussain
2009-03-08
1
-0
/
+15
*
|
Added core.objectmanager
Waqas Hussain
2009-03-08
2
-2
/
+63
*
|
util/xmlrpc: Added <nil/> extension to RPC functions (allowing nil parameters...
Waqas Hussain
2009-03-08
1
-0
/
+6
|
/
*
Automated merge with http://waqas.ath.cx:8000/
Matthew Wild
2009-03-04
1
-221
/
+221
|
\
|
*
core.presencemanager: Convert Windows line endings to UNIX
Waqas Hussain
2009-03-04
1
-221
/
+221
*
|
XML-RPC: Set appropriate Content-Type header in HTTP response
Waqas Hussain
2009-03-04
1
-2
/
+3
*
|
MUC: Kick participants for error replies only on a selected list of error con...
Waqas Hussain
2009-03-04
1
-3
/
+27
*
|
Let global modules add disco features for all hosts
Waqas Hussain
2009-03-04
1
-0
/
+8
*
|
mod_xmlrpc: Handle RPC stanzas sent over XMPP (XEP-0009: Jabber-RPC)
Waqas Hussain
2009-03-04
1
-2
/
+3
*
|
Allow global modules to hook stanza handlers
Waqas Hussain
2009-03-04
1
-0
/
+1
*
|
Added mod_xmlrpc
Waqas Hussain
2009-03-04
1
-0
/
+115
*
|
Added util/xmlrpc.lua - functions for converting between XML-RPC stanzas and ...
Waqas Hussain
2009-03-04
1
-0
/
+163
|
/
*
net.adns: Return _M
Matthew Wild
2009-03-04
1
-0
/
+2
*
net.adns: Load the correct dns lib
Matthew Wild
2009-03-04
1
-1
/
+1
*
net.adns: Add helper module for performing non-blocking DNS lookups
Matthew Wild
2009-03-04
1
-0
/
+38
*
net.dns: Add methods necessary for allowing non-blocking DNS lookups
Matthew Wild
2009-03-04
1
-22
/
+72
*
net.server: Don't call shutdown method on socket if it doesn't have one, eg. ...
Matthew Wild
2009-03-04
1
-1
/
+1
*
net.server: Check for potential nil handler on close
Matthew Wild
2009-03-03
1
-0
/
+1
*
mod_bosh: Set Content-Type in response headers
Matthew Wild
2009-03-03
1
-5
/
+7
*
pposix: Standardize error messages
Matthew Wild
2009-03-03
1
-7
/
+9
*
pposix: Small fix for copyright notice
Matthew Wild
2009-03-03
1
-1
/
+1
*
Automated merge with http://luaetta.ath.cx:1234/
Matthew Wild
2009-03-03
2
-6
/
+44
|
\
|
*
tests: Add test for iq error replies
Matthew Wild
2009-03-03
1
-0
/
+36
|
*
core.configmanager: Small fix to check validity of Component definitions
Matthew Wild
2009-03-03
1
-6
/
+8
*
|
Merged with main tip.
Tobias Markmann
2009-03-03
17
-192
/
+466
|
\
|
|
*
mod_muc: Don't bounce error replies in response to errors
Matthew Wild
2009-03-02
1
-1
/
+1
|
*
net.server: Fix to make sure we send a string to logging function
Matthew Wild
2009-03-02
1
-1
/
+1
|
*
core.stanza_router: Don't bounce errors to iq type=result/error
Matthew Wild
2009-03-02
1
-2
/
+2
|
*
prosody: Log top-level errors
Matthew Wild
2009-03-02
1
-1
/
+9
[prev]
[next]