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
...
*
prosody: Record time the server started
Matthew Wild
2009-07-08
1
-0
/
+2
*
s2smanager: Fix to correctly bounce stanzas if first connection attempt fails...
Matthew Wild
2009-07-08
1
-2
/
+9
*
mod_console: Add c2s:close() command
Matthew Wild
2009-07-08
1
-0
/
+11
*
net.xmppclient_listener: Fix potential traceback when no reason is specified ...
Matthew Wild
2009-07-08
1
-1
/
+1
*
Merged with trunk
Waqas Hussain
2009-07-06
4
-8
/
+24
|
\
|
*
Merge with main branch.
Tobias Markmann
2009-07-05
14
-158
/
+379
|
|
\
|
|
*
mod_console: Allow customisation/suppression of the banner
Matthew Wild
2009-07-05
1
-0
/
+13
|
|
*
util.hmac: Some optimisations
Matthew Wild
2009-07-05
1
-3
/
+6
|
|
*
util.hmac: Fix a global set
Matthew Wild
2009-07-05
1
-1
/
+1
|
*
|
Remove to-unicode conversion because it's done in sasl.lua now.
Tobias Markmann
2009-07-05
1
-2
/
+1
|
*
|
Move to-unicode conversion from mod_saslauth.lua to sasl.lua.
Tobias Markmann
2009-07-05
1
-1
/
+2
|
*
|
Fixed decoding of parameters.
Tobias Markmann
2009-07-05
1
-1
/
+1
*
|
|
mod_presence: Fixed: Presence probe replies now get sent to the full JID of t...
Waqas Hussain
2009-07-06
1
-1
/
+1
|
|
/
|
/
|
*
|
mod_presence: Send unavailable presence to resources from non-available resou...
Waqas Hussain
2009-07-05
1
-0
/
+9
*
|
Moved automatic unavailable presence generation on disconnect from sessionman...
Waqas Hussain
2009-07-05
2
-8
/
+11
*
|
sessionmanager: Replace raw session by an event data table for resource bind/...
Waqas Hussain
2009-07-05
1
-2
/
+2
*
|
mod_presence: Broadcast presence to resources before contacts
Waqas Hussain
2009-07-05
1
-6
/
+6
*
|
mod_presence: Prevented normal presence from non-interested resources from be...
Waqas Hussain
2009-07-05
1
-70
/
+66
*
|
mod_presence: Changed handle_normal_presence to use a local roster rather tha...
Waqas Hussain
2009-07-05
1
-6
/
+7
*
|
mod_presence: Simplified roster iteration
Waqas Hussain
2009-07-05
1
-6
/
+4
*
|
mod_presence: Eliminated a jid_split
Waqas Hussain
2009-07-05
1
-1
/
+1
*
|
mod_presence: Removed some unnecessary code
Waqas Hussain
2009-07-05
1
-3
/
+0
*
|
sessionmanager: Reset bare_sessions[user] after resource conflict resolution....
Matthew Wild
2009-07-03
1
-0
/
+1
*
|
mod_presence: Declare t_insert, fixes a potential traceback
Matthew Wild
2009-07-03
1
-1
/
+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
*
|
Merged branches
Dwayne Bent
2009-07-02
1
-48
/
+0
|
\
\
|
*
|
mod_presence: Removed dead code
Waqas Hussain
2009-07-02
1
-48
/
+0
*
|
|
Added man page for prosodyctl
Dwayne Bent
2009-07-02
2
-0
/
+82
|
/
/
*
|
datamanager: Fixed incorrect callback result checking
Waqas Hussain
2009-07-02
1
-4
/
+4
*
|
mod_pep: Escape + in pattern
Matthew Wild
2009-07-02
1
-1
/
+1
*
|
prosodyctl: Add message for not-running error
Matthew Wild
2009-07-02
1
-0
/
+1
*
|
prosodyctl: Use prosodyctl_timeout option if it exists in the config
Matthew Wild
2009-07-02
1
-2
/
+4
*
|
prosodyctl: Improve usability with status messages, and waiting up to 5s for ...
Matthew Wild
2009-07-02
1
-2
/
+37
*
|
mod_pep: Pass origin/session to publish_all()
Matthew Wild
2009-07-02
1
-1
/
+1
*
|
Added HMAC utility module
Dwayne Bent
2009-07-01
1
-0
/
+67
*
|
prosody: Add fallbacks/ to path
Matthew Wild
2009-07-02
1
-2
/
+5
*
|
Makefile: Install fallbacks/ directory
Matthew Wild
2009-07-02
1
-1
/
+2
*
|
mod_offline: Initial commit
Waqas Hussain
2009-07-02
1
-0
/
+47
*
|
Merged with trunk
Waqas Hussain
2009-07-02
3
-3
/
+4
|
\
\
|
*
|
Send xml:lang in stream headers, fixes #78
Matthew Wild
2009-07-01
2
-2
/
+2
|
|
/
|
*
Making sure the node is in unicode when passing it to password lookup function.
Tobias Markmann
2009-07-01
1
-1
/
+2
*
|
mod_pep: Fixed boolean indexing error while casting all messages for a user
Waqas Hussain
2009-07-02
1
-2
/
+3
|
/
*
Automated merge with http://waqas.ath.cx:8000/
Matthew Wild
2009-06-29
1
-1
/
+2
|
\
|
*
Merge with nolan
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
*
|
|
prosody.cfg.lua.dist: Removed 'presence' from default modules list
Waqas Hussain
2009-06-29
1
-1
/
+0
[prev]
[next]