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_component: Fix name of config option in error message (thanks nulani!)
Matthew Wild
2010-01-23
1
-1
/
+1
*
util.dataforms: Add optional type parameters (defaults to 'form')
Matthew Wild
2010-01-22
1
-2
/
+2
*
net.httpserver: More robust handling of headers split across multiple packets
Matthew Wild
2010-01-21
1
-4
/
+11
*
net.httpserver: Make it possible to return responses with no body
Matthew Wild
2010-01-21
1
-4
/
+4
*
net.httpserver: Close connection on invalid HTTP status line
Matthew Wild
2010-01-21
1
-1
/
+4
*
mod_presence: Automatically deny presence requests for hosts, fixes traceback...
Matthew Wild
2010-01-18
1
-0
/
+7
*
stanza_router: Log the name of unhandled stanzas (thanks bear)
Matthew Wild
2010-01-18
1
-1
/
+1
*
sessionmanager: Added resource prepping, and invalid resource checking to the...
Waqas Hussain
2010-01-11
1
-1
/
+3
*
mod_register: Return a <not-acceptable/> error on empty usernames (thanks Neu...
Waqas Hussain
2010-01-11
1
-1
/
+1
*
util.pposix: Fix return type of lc_abort to shush compiler warning
Matthew Wild
2010-01-10
1
-1
/
+2
*
prosody.cfg.lua.dist: Remove lie about requiring console_enabled
Matthew Wild
2010-01-01
1
-1
/
+1
*
modulemanager: Fire item-removed events on module unload.
Waqas Hussain
2009-12-10
1
-0
/
+9
*
prosody: Call tostring on the key being used for nil global read before conca...
Waqas Hussain
2009-12-10
1
-1
/
+1
*
prosody: Log a warning and traceback, but don't throw an error on nil global ...
Waqas Hussain
2009-12-10
1
-1
/
+1
*
Mainfile: Broke up a really long line.
Waqas Hussain
2009-12-10
1
-2
/
+5
*
mod_pep: Support item retrieval use cases
Paul Aurich
2009-12-05
1
-19
/
+72
*
mod_pep: Allow storage of urn:xmpp:avatar:data node (payload only with base64...
Paul Aurich
2009-12-05
1
-1
/
+1
*
util.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a na...
Matthew Wild
2009-11-30
1
-0
/
+11
*
tests: Add tests for util.jid.join()
Matthew Wild
2009-11-27
1
-0
/
+11
*
util.jid: Add join(node, host, resource) function to join the components and ...
Matthew Wild
2009-11-27
1
-0
/
+13
*
MUC: Only allow moderators to change the room subject.
Waqas Hussain
2009-11-25
1
-1
/
+6
*
MUC: Prevent visitors from broadcasting messages.
Waqas Hussain
2009-11-25
1
-1
/
+4
*
MUC: Improved handling of incoming groupchat messages (state preserved for po...
Waqas Hussain
2009-11-25
1
-2
/
+5
*
core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls
Matthew Wild
2009-11-24
4
-4
/
+0
*
util.dependencies: Make the commands line up properly in the "missing depende...
Matthew Wild
2009-11-23
1
-2
/
+6
*
mod_bosh: Don't log response XML
Matthew Wild
2009-11-21
1
-2
/
+2
*
tests/test_core_s2smanager.lua: Fix to compare SRV weights correctly
Matthew Wild
2010-02-25
1
-4
/
+4
*
s2smanager: Log and fail gracefully when unable to create socket for outgoing...
Matthew Wild
2010-02-25
1
-0
/
+5
*
s2smanager: Fix for the logic SRV record priority comparison (thanks darkrain)
Matthew Wild
2010-02-25
1
-1
/
+3
*
net.adns: Trailing whitespace
Matthew Wild
2010-01-20
1
-2
/
+2
*
mod_vcard: Stricter matching of vcard stanzas with vcard_compatibility enable...
Matthew Wild
2009-12-09
1
-1
/
+1
*
util.dependencies: Fix package name of LuaFilesystem
Matthew Wild
2009-12-02
1
-1
/
+1
*
core.xmlhandlers: Fixed processing of empty namespaces (which caused an issue...
Waqas Hussain
2009-11-28
1
-3
/
+3
*
mod_register: Properly notify contacts of subscription removal on account del...
Waqas Hussain
2009-11-28
1
-7
/
+7
*
mod_presence: Use the local host object as the origin for auto-generated subs...
Waqas Hussain
2009-11-26
1
-2
/
+2
*
mod_presence: Use the local host as origin for subscription request acks.
Waqas Hussain
2009-11-26
1
-1
/
+1
*
mod_presence: Removed an unnecessary compatibility workaround which was causi...
Waqas Hussain
2009-11-26
1
-3
/
+0
*
mod_roster: Ask remote server to remove pending subscription requests when re...
Waqas Hussain
2009-11-26
1
-7
/
+9
*
Tagging 0.6.1
Matthew Wild
2009-11-26
0
-0
/
+0
*
Tagging 0.6.0
Matthew Wild
2009-11-26
0
-0
/
+0
*
util.serialization: Correctly serialize tables with 'false' as a key, fixes a...
vault/0.6.1
0.6.1
Matthew Wild
2009-11-25
1
-1
/
+1
*
util.dataforms: Don't require type when parsing form XML
Florian Zeitz
2009-11-25
1
-1
/
+7
*
util.dependencies: Log an error if the current version of LuaSec installed co...
Matthew Wild
2009-11-25
1
-0
/
+5
*
Merge with 0.6 on prosody.im
vault/0.6.0
0.6.0
Matthew Wild
2009-11-25
6
-31
/
+76
|
\
|
*
xmppclient_listener: Escape control characters when logging invalid XML.
Waqas Hussain
2009-11-24
1
-1
/
+1
|
*
prosody: Added support for command line argument '--config'.
Waqas Hussain
2009-11-23
1
-1
/
+21
|
*
util.serialization: Replaced commas with semi-colons between table fields.
Waqas Hussain
2009-11-23
1
-1
/
+1
|
*
util.serialization: Concise output for empty tables.
Waqas Hussain
2009-11-23
1
-13
/
+18
|
*
Mainfile: Fixed some comments.
Waqas Hussain
2009-11-23
1
-4
/
+4
|
*
mod_presence: Route incoming presence subscription stanzas (types unsubscribe...
Waqas Hussain
2009-11-22
1
-0
/
+3
[next]