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
...
*
s2smanager: Use a UUID as the dialback secret
Waqas Hussain
2009-06-04
1
-1
/
+1
*
stanza_router: Remove unused s2s dialback functions
Waqas Hussain
2009-06-04
1
-3
/
+0
*
Merge with trunk
Waqas Hussain
2009-06-04
4
-6
/
+31
|
\
|
*
Makefile: Set data directory permissions to 750 on install [thanks Dwayne Bent]
Matthew Wild
2009-06-04
1
-1
/
+2
|
*
Makefile: Specify permissions on installed executables [thanks mhavela]
Matthew Wild
2009-06-04
1
-2
/
+2
|
*
prosody: Add support for general 'interface' option which is used as the defa...
Matthew Wild
2009-06-04
1
-1
/
+3
|
*
net.server: Display server port in error messages
Matthew Wild
2009-06-04
1
-2
/
+2
|
*
Adding .hgignore
Matthew Wild
2009-06-04
1
-0
/
+22
*
|
util.sasl: Remove some nastiness
Waqas Hussain
2009-06-04
1
-2
/
+0
*
|
util.uuid: Added function seed(string) to allow further seeding of the PRNG
Waqas Hussain
2009-06-04
1
-3
/
+5
*
|
util.uuid: Now generates RFC 4122 complaint UUIDs (version 4 - random)
Waqas Hussain
2009-06-04
1
-1
/
+15
*
|
util.uuid: More uniqueness!
Waqas Hussain
2009-06-04
1
-3
/
+18
*
|
sessionmanager: It really is username@host, not host@username :)
Waqas Hussain
2009-06-04
1
-1
/
+1
|
/
*
My merge!!!!
Waqas Hussain
2009-06-04
2
-2
/
+6
|
\
|
*
prosody.cfg.lua.dist: Enable mod_register by default, but with registration d...
Matthew Wild
2009-06-02
1
-1
/
+5
|
*
sessionmanager: It's username@host, not host@username :)
Matthew Wild
2009-06-02
1
-1
/
+1
*
|
stanza_router: workaround for a Pidgin bug which sets 'to' to the SRV result
Waqas Hussain
2009-06-03
1
-0
/
+1
*
|
mod_privacy: Initial commit
Waqas Hussain
2009-06-03
1
-0
/
+23
*
|
stanza_router: Remove the 'to' attribute when it's value is the bare JID of t...
Waqas Hussain
2009-06-03
1
-0
/
+3
|
/
*
mod_message: Fix global access
Waqas Hussain
2009-06-02
1
-0
/
+2
*
mod_iq: Limit sub-events to get and set IQs
Waqas Hussain
2009-06-02
1
-2
/
+2
*
mod_presence: Fix a global access
Waqas Hussain
2009-06-02
1
-1
/
+1
*
mod_presence: Check for nil 'to' attribute in all cases for outgoing stanzas
Waqas Hussain
2009-06-02
1
-14
/
+16
*
mod_presence: Check for nil 'to' attribute in all cases for incoming stanzas
Waqas Hussain
2009-06-02
1
-7
/
+7
*
mod_presence: return true from incoming presence handlers to prevent further ...
Waqas Hussain
2009-06-02
1
-0
/
+2
*
mod_presence: Handle non-subscription presence and routing
Waqas Hussain
2009-06-02
1
-0
/
+20
*
mod_presence: Handle subscriptions and probes
Waqas Hussain
2009-06-02
1
-2
/
+14
*
mod_presence: Add hooks for inbound presence
Waqas Hussain
2009-06-02
1
-0
/
+9
*
mod_presence: Fix a comment
Waqas Hussain
2009-06-02
1
-1
/
+1
*
mod_presence: Handle all outbound presence stanzas
Waqas Hussain
2009-06-02
1
-2
/
+6
*
mod_presence: A little cleanup
Waqas Hussain
2009-06-02
1
-4
/
+5
*
mod_presence: Remove JIDs from directed presence list on sending error or una...
Waqas Hussain
2009-06-02
1
-1
/
+5
*
mod_presence: Handle outbound presence to full JIDs
Waqas Hussain
2009-06-02
1
-0
/
+17
*
mod_message: A little cleanup
Waqas Hussain
2009-06-01
1
-22
/
+21
*
mod_message: mod_message now handles all cases
Waqas Hussain
2009-06-01
1
-18
/
+40
*
stanza_router: Reply with an error on groupchat messages to bare JID
Waqas Hussain
2009-06-01
1
-1
/
+1
*
mod_message: Added code to handle error groupchat and headline messages to ba...
Waqas Hussain
2009-06-01
1
-9
/
+27
*
mod_message: Move bare JID processing to it's own function
Waqas Hussain
2009-06-01
1
-16
/
+20
*
stanza_router: Don't reply with an error on invalid JIDs in error or result s...
Waqas Hussain
2009-06-01
1
-2
/
+6
*
stanza_router: Proper error for clients sending stanzas after auth but before...
Waqas Hussain
2009-06-01
1
-2
/
+3
*
mod_iq: Correctly handle the lack of 'to' on IQs
Waqas Hussain
2009-06-01
1
-2
/
+3
*
mod_iq: Immediately return an error for IQs to non-existing bare JIDs
Waqas Hussain
2009-06-01
1
-1
/
+11
*
mod_iq: Include event data in sub-events
Waqas Hussain
2009-06-01
1
-2
/
+2
*
mod_iq: Error reply for IQ to non-existing session. mod_iq now handles all 'i...
Waqas Hussain
2009-06-01
1
-2
/
+6
*
componentmanager: Create events object for configured hosts, and carry it ove...
Matthew Wild
2009-06-01
1
-2
/
+4
*
Merge backout with following commits
Matthew Wild
2009-06-01
1
-3
/
+3
|
\
|
*
Backed out changeset 98f0e9eadf3b (better fix on the way)
Matthew Wild
2009-06-01
1
-3
/
+3
*
|
Automated merge with http://waqas.ath.cx:8000/
Matthew Wild
2009-06-01
3
-6
/
+10
|
\
\
|
*
|
stanza_router: Don't route before firing events... waqas, is this safe?
Matthew Wild
2009-05-31
1
-3
/
+0
|
*
|
componentmanager: Add events object to registered components if they don't al...
Matthew Wild
2009-05-31
1
-0
/
+6
|
|
/
[prev]
[next]