aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 0.3->0.4Matthew Wild2009-03-2062-63/+63
|
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-03-085-6/+31
|\
| * mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with ↵Matthew Wild2009-03-071-1/+4
| | | | | | | | sasl_anonymous = true
| * net.adns: Set new send in net.server after 'connecting UDP' socketMatthew Wild2009-03-071-1/+1
| |
| * net.server: Allow replacement of send function on an open socketMatthew Wild2009-03-071-0/+4
| |
| * util.logger: Small code tidying :)Matthew Wild2009-03-071-3/+3
| |
| * Support to filter logging by source via pattern matching from config file.Tobias Markmann2009-03-071-0/+17
| |
| * prosody: Load logger after reading the configMatthew Wild2009-03-071-4/+5
| |
* | mod_xmlrpc: Limit usage to adminsWaqas Hussain2009-03-081-21/+27
| |
* | mod_legacyauth: Added stream feature: <auth ↵Waqas Hussain2009-03-081-0/+3
| | | | | | | | xmlns='http://jabber.org/features/iq-auth'/>
* | usermanager: Added is_admin(jid)Waqas Hussain2009-03-081-0/+15
| |
* | Added core.objectmanagerWaqas Hussain2009-03-082-2/+63
| |
* | util/xmlrpc: Added <nil/> extension to RPC functions (allowing nil ↵Waqas Hussain2009-03-081-0/+6
|/ | | | parameters and return values)
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-03-041-221/+221
|\
| * core.presencemanager: Convert Windows line endings to UNIXWaqas Hussain2009-03-041-221/+221
| |
* | XML-RPC: Set appropriate Content-Type header in HTTP responseWaqas Hussain2009-03-041-2/+3
| |
* | MUC: Kick participants for error replies only on a selected list of error ↵Waqas Hussain2009-03-041-3/+27
| | | | | | | | conditions
* | Let global modules add disco features for all hostsWaqas Hussain2009-03-041-0/+8
| |
* | mod_xmlrpc: Handle RPC stanzas sent over XMPP (XEP-0009: Jabber-RPC)Waqas Hussain2009-03-041-2/+3
| |
* | Allow global modules to hook stanza handlersWaqas Hussain2009-03-041-0/+1
| |
* | Added mod_xmlrpcWaqas Hussain2009-03-041-0/+115
| |
* | Added util/xmlrpc.lua - functions for converting between XML-RPC stanzas and ↵Waqas Hussain2009-03-041-0/+163
|/ | | | Lua objects
* net.adns: Return _MMatthew Wild2009-03-041-0/+2
|
* net.adns: Load the correct dns libMatthew Wild2009-03-041-1/+1
|
* net.adns: Add helper module for performing non-blocking DNS lookupsMatthew Wild2009-03-041-0/+38
|
* net.dns: Add methods necessary for allowing non-blocking DNS lookupsMatthew Wild2009-03-041-22/+72
|
* net.server: Don't call shutdown method on socket if it doesn't have one, eg. ↵Matthew Wild2009-03-041-1/+1
| | | | for UDP
* net.server: Check for potential nil handler on closeMatthew Wild2009-03-031-0/+1
|
* mod_bosh: Set Content-Type in response headersMatthew Wild2009-03-031-5/+7
|
* pposix: Standardize error messagesMatthew Wild2009-03-031-7/+9
|
* pposix: Small fix for copyright noticeMatthew Wild2009-03-031-1/+1
|
* Automated merge with http://luaetta.ath.cx:1234/Matthew Wild2009-03-032-6/+44
|\
| * tests: Add test for iq error repliesMatthew Wild2009-03-031-0/+36
| |
| * core.configmanager: Small fix to check validity of Component definitionsMatthew Wild2009-03-031-6/+8
| |
* | Merged with main tip.Tobias Markmann2009-03-0317-192/+466
|\|
| * mod_muc: Don't bounce error replies in response to errorsMatthew Wild2009-03-021-1/+1
| |
| * net.server: Fix to make sure we send a string to logging functionMatthew Wild2009-03-021-1/+1
| |
| * core.stanza_router: Don't bounce errors to iq type=result/errorMatthew Wild2009-03-021-2/+2
| |
| * prosody: Log top-level errorsMatthew Wild2009-03-021-1/+9
| |
| * core.s2smanager: Remove some old commented code, break a long line in 2Matthew Wild2009-03-021-5/+2
| |
| * util.dataforms: Return the formMatthew Wild2009-03-011-0/+1
| |
| * net.server: Don't retry if client closes socket during SSL handshakingMatthew Wild2009-03-011-2/+4
| |
| * Adding initial util.pubsubMatthew Wild2009-02-281-0/+60
| |
| * core.stanza_router: Reply with error to groupchat messages directed at ↵Matthew Wild2009-02-281-0/+7
| | | | | | | | unavailable resources or offline users
| * core.componentmanager: Refactor a little to make XEP-0114 plugin a little ↵Matthew Wild2009-02-281-35/+41
| | | | | | | | simpler
| * net.server: Some fixes for SSL/TLS handshake handlingMatthew Wild2009-02-271-4/+11
| |
| * util.dataforms: First commit, incompleteMatthew Wild2009-02-271-0/+69
| |
| * core.xmlhandlers: Remove redundant check in conditionMatthew Wild2009-02-271-1/+1
| |
| * prosody: Protect main loop. Dare I say crashing finally becomes impossible.Matthew Wild2009-02-271-4/+16
| |
| * util.timer: More small fixes I forgot to commitMatthew Wild2009-02-261-4/+2
| |