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
/
plugins
Commit message (
Collapse
)
Author
Age
Files
Lines
*
0.3->0.4
Matthew Wild
2009-03-20
17
-18
/
+18
|
*
Automated merge with http://waqas.ath.cx:8000/
Matthew Wild
2009-03-08
1
-1
/
+4
|
\
|
*
mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with ↵
Matthew Wild
2009-03-07
1
-1
/
+4
|
|
|
|
|
|
|
|
sasl_anonymous = true
*
|
mod_xmlrpc: Limit usage to admins
Waqas Hussain
2009-03-08
1
-21
/
+27
|
|
*
|
mod_legacyauth: Added stream feature: <auth ↵
Waqas Hussain
2009-03-08
1
-0
/
+3
|
|
|
|
|
|
|
|
xmlns='http://jabber.org/features/iq-auth'/>
*
|
Added core.objectmanager
Waqas Hussain
2009-03-08
1
-2
/
+3
|
/
*
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 ↵
Waqas Hussain
2009-03-04
1
-3
/
+27
|
|
|
|
conditions
*
mod_xmlrpc: Handle RPC stanzas sent over XMPP (XEP-0009: Jabber-RPC)
Waqas Hussain
2009-03-04
1
-2
/
+3
|
*
Added mod_xmlrpc
Waqas Hussain
2009-03-04
1
-0
/
+115
|
*
mod_bosh: Set Content-Type in response headers
Matthew Wild
2009-03-03
1
-5
/
+7
|
*
mod_muc: Don't bounce error replies in response to errors
Matthew Wild
2009-03-02
1
-1
/
+1
|
*
mod_register: Fixed an error happening during account deletion
Waqas Hussain
2009-02-23
1
-1
/
+1
|
*
MUC: Added copyright notice
Waqas Hussain
2009-02-21
1
-0
/
+7
|
*
MUC: Replaced some duplicate code
Waqas Hussain
2009-02-21
1
-19
/
+4
|
*
MUC: Removed commented and unused code
Waqas Hussain
2009-02-21
1
-68
/
+1
|
*
MUC: Workaround for a Gajim bug (it includes <x ↵
Waqas Hussain
2009-02-20
1
-1
/
+1
|
|
|
|
xmlns='http://jabber.org/protocol/muc'/> in nick change presences)
*
MUC: Use util.stanza.clone instead of pre/deserialize for cloning stanzas
Waqas Hussain
2009-02-20
1
-5
/
+5
|
*
MUC: Syntax error in last commit - this is lua :)
Waqas Hussain
2009-02-20
1
-1
/
+1
|
*
MUC: Throw an error if we try talking to ourselves
Waqas Hussain
2009-02-20
1
-0
/
+1
|
*
Automated merge with http://waqas.ath.cx:8000/
Matthew Wild
2009-02-19
1
-5
/
+13
|
\
|
*
Automated merge with http://waqas.ath.cx:8000/
Matthew Wild
2009-02-19
1
-5
/
+13
|
|
\
|
|
*
Automated merge with http://waqas.ath.cx:8000/
Matthew Wild
2009-02-18
1
-5
/
+13
|
|
|
\
|
|
|
*
Automated merge with http://waqas.ath.cx:8000/
Matthew Wild
2009-02-18
1
-5
/
+13
|
|
|
|
\
|
|
|
|
*
mod_bosh: Possible fix for invalid key to next crash
Matthew Wild
2009-02-18
1
-5
/
+13
|
|
|
|
|
*
|
|
|
|
MUC: Bug fixes and workarounds
Waqas Hussain
2009-02-19
1
-30
/
+40
|
/
/
/
/
*
/
/
/
MUC: Logging - logger doesn't like nils
Waqas Hussain
2009-02-19
1
-1
/
+1
|
/
/
/
*
/
/
MUC: Added logging
Waqas Hussain
2009-02-19
1
-0
/
+11
|
/
/
*
|
MUC: Various fixes
Waqas Hussain
2009-02-18
1
-11
/
+16
|
|
*
|
MUC: Fixed: Presence for user joining the roomi was sent twice to the user
Waqas Hussain
2009-02-17
1
-1
/
+1
|
/
*
Merge from waqas
Matthew Wild
2009-02-16
1
-28
/
+157
|
\
|
*
MUC: Made vCards work by redirecting vCard requests to bare JIDs
Waqas Hussain
2009-02-16
1
-1
/
+3
|
|
|
*
MUC: Kick participants sending error messages to other participants
Waqas Hussain
2009-02-16
1
-2
/
+12
|
|
|
*
MUC: Private stanzas (private messages, IQs, etc)
Waqas Hussain
2009-02-16
1
-2
/
+10
|
|
|
*
MUC: Presence and message stanzas now fully work (status messages, xhtml-im, ↵
Waqas Hussain
2009-02-16
1
-24
/
+133
|
|
|
|
|
|
|
|
etc)
*
|
mod_version: Operating system detection. Disable with hide_os_type = true in ↵
Matthew Wild
2009-02-15
1
-1
/
+18
|
|
|
|
|
|
|
|
config
*
|
Adding inital support for ANONYMOUS mechanism in SASL.
Tobias Markmann
2009-02-14
1
-0
/
+1
|
/
*
Fixed: User resources not disconnected correctly on account delete
Waqas Hussain
2009-02-12
1
-1
/
+1
|
*
Merge with waqas for MUC/routing fixes
Matthew Wild
2009-02-11
1
-8
/
+22
|
\
|
*
mod_muc: Room history
Waqas Hussain
2009-02-11
1
-2
/
+20
|
|
|
*
Changed mod_muc to work with changed component manager
Waqas Hussain
2009-02-11
1
-6
/
+2
|
|
*
|
mod_bosh: Fix for 'invalid key to next' error when using BOSH
Matthew Wild
2009-02-09
1
-0
/
+1
|
|
*
|
Remove redundant logging and debug printing from mod_bosh
Matthew Wild
2009-02-09
1
-5
/
+3
|
/
*
mod_bosh: No need to tostring() uuids now
Matthew Wild
2009-02-01
1
-1
/
+1
|
*
Update copyright notices for 2009
Matthew Wild
2009-01-30
15
-30
/
+30
|
*
0.2->0.3
Matthew Wild
2009-01-30
15
-16
/
+16
|
*
GPL->MIT!
Matthew Wild
2009-01-30
15
-195
/
+30
|
*
mod_muc: Add 'nick' to unavailable presence of nick changes. Thanks to ↵
Matthew Wild
2009-01-29
1
-7
/
+12
|
|
|
|
Asterix for spotting :)
*
mod_muc: Convert to unix line endings
Matthew Wild
2009-01-29
1
-295
/
+295
|
*
mod_muc: Add support for being a component
Matthew Wild
2009-01-29
1
-3
/
+12
|
[next]