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
*
Added core.objectmanager
Waqas Hussain
2009-03-08
2
-2
/
+63
*
util/xmlrpc: Added <nil/> extension to RPC functions (allowing nil parameters...
Waqas Hussain
2009-03-08
1
-0
/
+6
*
Automated merge with http://waqas.ath.cx:8000/
Matthew Wild
2009-03-04
1
-221
/
+221
|
\
|
*
core.presencemanager: Convert Windows line endings to UNIX
Waqas Hussain
2009-03-04
1
-221
/
+221
*
|
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 con...
Waqas Hussain
2009-03-04
1
-3
/
+27
*
|
Let global modules add disco features for all hosts
Waqas Hussain
2009-03-04
1
-0
/
+8
*
|
mod_xmlrpc: Handle RPC stanzas sent over XMPP (XEP-0009: Jabber-RPC)
Waqas Hussain
2009-03-04
1
-2
/
+3
*
|
Allow global modules to hook stanza handlers
Waqas Hussain
2009-03-04
1
-0
/
+1
*
|
Added mod_xmlrpc
Waqas Hussain
2009-03-04
1
-0
/
+115
*
|
Added util/xmlrpc.lua - functions for converting between XML-RPC stanzas and ...
Waqas Hussain
2009-03-04
1
-0
/
+163
|
/
*
net.adns: Return _M
Matthew Wild
2009-03-04
1
-0
/
+2
*
net.adns: Load the correct dns lib
Matthew Wild
2009-03-04
1
-1
/
+1
*
net.adns: Add helper module for performing non-blocking DNS lookups
Matthew Wild
2009-03-04
1
-0
/
+38
*
net.dns: Add methods necessary for allowing non-blocking DNS lookups
Matthew Wild
2009-03-04
1
-22
/
+72
*
net.server: Don't call shutdown method on socket if it doesn't have one, eg. ...
Matthew Wild
2009-03-04
1
-1
/
+1
*
net.server: Check for potential nil handler on close
Matthew Wild
2009-03-03
1
-0
/
+1
*
mod_bosh: Set Content-Type in response headers
Matthew Wild
2009-03-03
1
-5
/
+7
*
pposix: Standardize error messages
Matthew Wild
2009-03-03
1
-7
/
+9
*
pposix: Small fix for copyright notice
Matthew Wild
2009-03-03
1
-1
/
+1
*
Automated merge with http://luaetta.ath.cx:1234/
Matthew Wild
2009-03-03
2
-6
/
+44
|
\
|
*
tests: Add test for iq error replies
Matthew Wild
2009-03-03
1
-0
/
+36
|
*
core.configmanager: Small fix to check validity of Component definitions
Matthew Wild
2009-03-03
1
-6
/
+8
*
|
Merged with main tip.
Tobias Markmann
2009-03-03
17
-192
/
+466
|
\
|
|
*
mod_muc: Don't bounce error replies in response to errors
Matthew Wild
2009-03-02
1
-1
/
+1
|
*
net.server: Fix to make sure we send a string to logging function
Matthew Wild
2009-03-02
1
-1
/
+1
|
*
core.stanza_router: Don't bounce errors to iq type=result/error
Matthew Wild
2009-03-02
1
-2
/
+2
|
*
prosody: Log top-level errors
Matthew Wild
2009-03-02
1
-1
/
+9
|
*
core.s2smanager: Remove some old commented code, break a long line in 2
Matthew Wild
2009-03-02
1
-5
/
+2
|
*
util.dataforms: Return the form
Matthew Wild
2009-03-01
1
-0
/
+1
|
*
net.server: Don't retry if client closes socket during SSL handshaking
Matthew Wild
2009-03-01
1
-2
/
+4
|
*
Adding initial util.pubsub
Matthew Wild
2009-02-28
1
-0
/
+60
|
*
core.stanza_router: Reply with error to groupchat messages directed at unavai...
Matthew Wild
2009-02-28
1
-0
/
+7
|
*
core.componentmanager: Refactor a little to make XEP-0114 plugin a little sim...
Matthew Wild
2009-02-28
1
-35
/
+41
|
*
net.server: Some fixes for SSL/TLS handshake handling
Matthew Wild
2009-02-27
1
-4
/
+11
|
*
util.dataforms: First commit, incomplete
Matthew Wild
2009-02-27
1
-0
/
+69
|
*
core.xmlhandlers: Remove redundant check in condition
Matthew Wild
2009-02-27
1
-1
/
+1
|
*
prosody: Protect main loop. Dare I say crashing finally becomes impossible.
Matthew Wild
2009-02-27
1
-4
/
+16
|
*
util.timer: More small fixes I forgot to commit
Matthew Wild
2009-02-26
1
-4
/
+2
|
*
util.timer: Fix crash when loaded but no tasks set, fix skipping some tasks w...
Matthew Wild
2009-02-26
1
-7
/
+13
|
*
util.multitable: Add mt:search(), use nil for wildcard keys
Matthew Wild
2009-02-26
1
-0
/
+49
|
*
Better handling of found, but unloadable, core libraries (eg. undefined symbols)
Matthew Wild
2009-02-26
1
-6
/
+24
|
*
core.xmlhandlers: Optimise completed stanza logic
Matthew Wild
2009-02-26
1
-11
/
+13
|
*
net/xmppclient_listener: Add some logging and handle unestablished sessions e...
Matthew Wild
2009-02-26
1
-2
/
+3
|
*
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
|
*
Added util/timer.lua - a timer API
Waqas Hussain
2009-02-21
1
-0
/
+47
|
*
MUC: Workaround for a Gajim bug (it includes <x xmlns='http://jabber.org/prot...
Waqas Hussain
2009-02-20
1
-1
/
+1
[next]