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
...
*
mod_saslauth: Allow restarting SASL negotiation from scratch.
Waqas Hussain
2010-11-02
1
-1
/
+10
*
mod_saslauth: Separated processing of <auth/> and <response/> elements, and r...
Waqas Hussain
2010-11-02
1
-25
/
+26
*
mod_saslauth: Moved SASL mechanism selection and CDATA handling into separate...
Waqas Hussain
2010-11-02
1
-16
/
+20
*
util.sasl, util.sasl_cyrus: Mechanism selection cleaned up to be more consist...
Waqas Hussain
2010-11-02
2
-9
/
+9
*
util.sasl, util.sasl_cyrus: Load mechanisms list early rather than lazily, as...
Waqas Hussain
2010-11-02
2
-24
/
+17
*
mod_saslauth: Handle SASL <abort/> properly.
Waqas Hussain
2010-11-02
1
-1
/
+6
*
componentmanager: Removed an unused third parameter from the register_compone...
Waqas Hussain
2010-11-02
1
-3
/
+3
*
util.template: Optimized to be almost as fast as manual stanza building.
Waqas Hussain
2010-10-24
1
-7
/
+34
*
util.template: Initial commit. A template library for XML stanzas.
Waqas Hussain
2010-10-24
1
-0
/
+112
*
net.dns: Fixed a traceback when util/windows.dll is unavailable on windows.
Waqas Hussain
2010-10-22
1
-1
/
+1
*
net.server_select: Restore real sendbuffer() before calling onconnect handler...
Matthew Wild
2010-10-22
1
-1
/
+1
*
mod_bosh: Don't add a Content-Type header to the HTTP OPTIONS reply.
Waqas Hussain
2010-10-22
1
-1
/
+4
*
ejabberdsql2prosody: Added a global 'prosody' table to fix a traceback.
Waqas Hussain
2010-10-20
1
-0
/
+2
*
Monster whitespace commit (beware the whitespace monster).
Waqas Hussain
2010-10-16
42
-147
/
+145
*
modulemanager, stanza_router: Moved modulemanager.handle_stanza to stanza_rou...
Waqas Hussain
2010-10-16
2
-25
/
+24
*
modulemanager: Removed another legacy events API (add_event_hook), and relate...
Waqas Hussain
2010-10-16
1
-17
/
+0
*
mod_posix: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-2
/
+2
*
modulemanager: Removed legacy events API, and related code.
Waqas Hussain
2010-10-16
1
-51
/
+7
*
mod_saslauth: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-10
/
+18
*
mod_dialback: Fixed indentation.
Waqas Hussain
2010-10-16
1
-5
/
+5
*
mod_dialback: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-15
/
+31
*
mod_compression: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-54
/
+60
*
mod_component: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-5
/
+10
*
modulemanager: Removed add_iq_handler() from the plugin API.
Waqas Hussain
2010-10-16
1
-3
/
+0
*
mod_register: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-68
/
+68
*
mod_legacyauth: Limit authentication to unauthenticated client connections.
Waqas Hussain
2010-10-16
1
-0
/
+5
*
mod_legacyauth: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-42
/
+43
*
mod_roster: Cleaned up some unused variables and global accesses.
Waqas Hussain
2010-10-16
1
-1
/
+2
*
mod_roster: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-101
/
+98
*
mod_saslauth: Improved logging a bit.
Waqas Hussain
2010-10-16
1
-2
/
+2
*
mod_saslauth: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-15
/
+14
*
mod_private: Updated to use the new events API. Smaller, more robust.
Waqas Hussain
2010-10-16
1
-42
/
+34
*
Merge hoelzro->trunk
Matthew Wild
2010-10-15
1
-12
/
+15
|
\
|
*
Alter mod_offline to respect negative priority resources
Robert Hoelz
2010-10-15
1
-12
/
+15
*
|
Merge hoelzro->trunk
Matthew Wild
2010-10-15
1
-16
/
+19
|
\
|
|
*
Don't send offline messages to resource with negative priorities
Robert Hoelz
2010-10-15
1
-16
/
+19
*
|
MUC: Use util.dataforms to generate forms
Kim Alvefur
2010-10-12
1
-42
/
+66
*
|
MUC: fix timezone support when sending history
Kim Alvefur
2010-10-12
1
-1
/
+1
*
|
configmanager: Allow VirtualHost/Component definitions to be followed by a ta...
Matthew Wild
2010-10-08
1
-0
/
+14
*
|
core.loggingmanager: Logging config simplification - allow [level] = filename...
Matthew Wild
2010-10-08
1
-2
/
+20
|
/
*
net.dns: Support for parsing PTR records
Matthew Wild
2010-10-06
1
-0
/
+3
*
net.dns: Add 'force' parameter to resolver:feed() to force decoding a packet ...
Matthew Wild
2010-10-05
1
-2
/
+2
*
mod_adhoc: Answer disco#info for node=xmlns_cmd
Florian Zeitz
2010-10-01
1
-13
/
+23
*
MUC: Make the room node be the default room name (thanks Zash).
Waqas Hussain
2010-09-28
2
-3
/
+3
*
Merge with trunk.
Waqas Hussain
2010-09-27
1
-1
/
+45
|
\
|
*
MUC: Added a 'Description' property (muc#roomconfig_roomdesc)
Kim Alvefur
2010-09-26
1
-2
/
+28
|
*
MUC: Added a 'Name' property (muc#roomconfig_roomname)
Kim Alvefur
2010-09-24
1
-1
/
+19
*
|
MUC: Fixed traceback on presence errors lacking a condition.
Waqas Hussain
2010-09-27
1
-1
/
+1
|
/
*
net.xmppcomponent_listener: Fixed a possible traceback in component disconnec...
Waqas Hussain
2010-09-21
1
-1
/
+1
*
net.xmppcomponent_listener: Specify missing log level for a log statement.
Waqas Hussain
2010-09-21
1
-1
/
+1
[prev]
[next]