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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
modulemanager: Add host.modules to contain a table of modules for a host
Matthew Wild
2009-10-05
1
-0
/
+1
*
modulemanager: Load modules for components, too
Matthew Wild
2009-09-30
1
-0
/
+1
*
componentmanager: Preserve existing events table (if any) when registering a ...
Matthew Wild
2009-09-30
1
-3
/
+3
*
componentmanager: Fire event on component activation
Matthew Wild
2009-09-30
1
-0
/
+2
*
componentmanager: Use create_component for, er, creating components
Matthew Wild
2009-09-30
1
-1
/
+2
*
hostmanager: Only load vhosts, not components
Matthew Wild
2009-09-30
1
-1
/
+1
*
core.s2smanager: Always use last record in the DNS cache
Matthew Wild
2009-09-27
1
-7
/
+7
*
core.s2smanager: Don't recurse CNAMEs infinitely :)
Matthew Wild
2009-09-21
1
-1
/
+5
*
s2smanager: Timeout unauthed s2s connections
Matthew Wild
2009-09-20
1
-0
/
+22
*
s2smanager: Compatibility with domains which use CNAMEs
Matthew Wild
2009-09-19
1
-1
/
+11
*
s2smanager: Pass A-record lookups through adns module
Matthew Wild
2009-09-19
1
-1
/
+29
*
modulemanager: Fixed: Internally generated stanzas could be missing namespace...
Waqas Hussain
2009-09-06
1
-1
/
+1
*
configmanager: Default options appearing before Host "*" to global (fixes pot...
Matthew Wild
2009-07-28
1
-0
/
+1
*
hostmanager: Warn when user puts port configuration under vhost section
Matthew Wild
2009-07-28
1
-0
/
+5
*
core.loggingmanager: Enable timestamps by default for file log sinks
Matthew Wild
2009-07-28
1
-1
/
+1
*
Fixed: Possible duplicate error replies for unhandled stanzas
Waqas Hussain
2009-07-28
1
-5
/
+1
*
Remove version number from copyright headers
Matthew Wild
2009-07-10
11
-11
/
+11
*
Add copyright header to those files missing one
Matthew Wild
2009-07-10
5
-0
/
+40
*
stanza_router: Catch and log an error case which I don't think should happen ...
Matthew Wild
2009-07-10
1
-1
/
+4
*
eventmanager: Convert from Windows line endings
Matthew Wild
2009-07-10
1
-24
/
+24
*
discomanager: Convert from Windows line endings
Matthew Wild
2009-07-09
1
-52
/
+52
*
modulemanager: Small code improvement, move autoloaded modules list to the to...
Matthew Wild
2009-07-09
1
-1
/
+3
*
configmanager, modulemanager: Allow components to have modules specified in t...
Matthew Wild
2009-07-09
2
-23
/
+21
*
s2smanager: Fix to correctly bounce stanzas if first connection attempt fails...
Matthew Wild
2009-07-08
1
-2
/
+9
*
Moved automatic unavailable presence generation on disconnect from sessionman...
Waqas Hussain
2009-07-05
1
-8
/
+0
*
sessionmanager: Replace raw session by an event data table for resource bind/...
Waqas Hussain
2009-07-05
1
-2
/
+2
*
sessionmanager: Reset bare_sessions[user] after resource conflict resolution....
Matthew Wild
2009-07-03
1
-0
/
+1
*
sessionmanager: Newly created sessions shouldn't have a priority. Fixes one o...
Matthew Wild
2009-07-03
1
-1
/
+1
*
s2smanager: Log the hostname and address when s2s connection fails instantly
Matthew Wild
2009-07-03
1
-1
/
+1
*
hostmanager: Add disallow_s2s to config, defaults to false unless anonymous_l...
Matthew Wild
2009-07-03
1
-1
/
+6
*
stanza_router: Check host.disallow_s2s before routing over s2sout. you can ha...
Matthew Wild
2009-07-03
1
-6
/
+10
*
Send xml:lang in stream headers, fixes #78
Matthew Wild
2009-07-01
2
-2
/
+2
*
Automated merge with http://waqas.ath.cx:8000/
Matthew Wild
2009-06-29
1
-1
/
+2
|
\
|
*
Serialize unknown stanza before logging.
nolan
2009-06-28
1
-1
/
+2
*
|
modulemanager: Don't close stream on stream:error with unsupported-stanza-typ...
Waqas Hussain
2009-06-29
1
-1
/
+1
*
|
stanza_router: Removed unnecessary xmlns check
Waqas Hussain
2009-06-29
1
-1
/
+1
*
|
stanza_router: Don't fire preprocessing events if stanza is not from full JID
Waqas Hussain
2009-06-29
1
-1
/
+1
|
/
*
Log stanza if stanza.to isn't set for some component errors.
nolan
2009-06-28
1
-1
/
+1
*
stanza_router: Fire events also for stanzas to components
Matthew Wild
2009-06-26
1
-2
/
+2
*
xmlhandlers: Remove numeric attributes
Waqas Hussain
2009-06-25
1
-2
/
+3
*
stanza_router: Remove unused variables and code
Waqas Hussain
2009-06-25
1
-16
/
+1
*
stanza_router: A little refactoring
Waqas Hussain
2009-06-25
1
-2
/
+1
*
stanza_router: Remove unused variables
Waqas Hussain
2009-06-25
1
-6
/
+2
*
stanza_router: Remove even more old routing code
Waqas Hussain
2009-06-25
1
-12
/
+0
*
stanza_router: Remove some more old routing code
Waqas Hussain
2009-06-25
1
-16
/
+5
*
stanza_router: Call core_post_stanza from core_route_stanza in place of old r...
Waqas Hussain
2009-06-25
1
-0
/
+1
*
stanza_router: Removed unused function: select_best_resources
Waqas Hussain
2009-06-25
1
-19
/
+0
*
stanza_router: Removed old routing code
Waqas Hussain
2009-06-25
1
-82
/
+1
*
sessionmanager: Fire event on resource unbind
Waqas Hussain
2009-06-23
1
-0
/
+2
*
Automated merge with http://waqas.ath.cx:8000/
Matthew Wild
2009-06-23
3
-4
/
+19
|
\
[next]