aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* mod_debug: Set default interface to 127.0.0.1Matthew Wild2009-04-121-1/+1
|
* mod_posix: Allow logging and pidfile options to take effect without needing ↵Matthew Wild2009-04-121-45/+72
| | | | to daemonize. Add the ability to catch SIGTERM.
* mod_component: Deregister component on disconnectMatthew Wild2009-04-111-3/+4
|
* mod_component: Update for new net_activate_portsMatthew Wild2009-04-101-1/+1
|
* mod_debug: Run on a different port, and use a different listener to mod_consoleMatthew Wild2009-04-081-2/+3
|
* mod_muc: Fix malformed presence stanzas (thanks elmex)Matthew Wild2009-04-081-1/+1
|
* sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when ↵Matthew Wild2009-04-051-0/+2
| | | | client closes stream
* mod_bosh: Fix to correctly timeout idle sessionsMatthew Wild2009-03-311-1/+1
|
* mod_debug: Some updatesMatthew Wild2009-03-311-17/+21
|
* mod_debug: New debug module (a simplified mod_console, with raw Lua access ↵Matthew Wild2009-03-311-0/+186
| | | | to a running Prosody's internals)
* Fixed: Some nil access bugsWaqas Hussain2009-03-301-1/+1
|
* Added: MUC: Room invitesWaqas Hussain2009-03-301-0/+10
|
* Fixed: mod_saslauth: "anonymous_login" currently makes SASL ANONYMOUS an ↵Waqas Hussain2009-03-301-2/+11
| | | | exclusive mechanism. Corrected advertised mechanisms and error replies.
* Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to ↵Waqas Hussain2009-03-301-1/+1
| | | | "anonymous_login"
* Fixed: mod_roster: Prep JIDs being added to roster (part of issue #57)Waqas Hussain2009-03-301-11/+13
|
* Fixed: mod_register: Node prepping was not being applied to usernames (part ↵Waqas Hussain2009-03-301-2/+3
| | | | of issue #57)
* Fixed: mod_regster: traceback when removing accountsWaqas Hussain2009-03-301-8/+9
|
* core.rostermanager/mod_roster: Support for roster versioningMatthew Wild2009-03-231-12/+21
|
* mod_component: Remove some commented codeMatthew Wild2009-03-221-8/+0
|
* mod_component: Use net_activate_ports to start port listener based on configMatthew Wild2009-03-221-1/+8
|
* mod_component: Set default listening interface to 127.0.0.1Matthew Wild2009-03-221-1/+1
|
* Add initial mod_component for XEP-0114 support. Albert, where are you?Matthew Wild2009-03-211-0/+217
|
* 0.3->0.4Matthew Wild2009-03-2017-18/+18
|
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-03-081-1/+4
|\
| * mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with ↵Matthew Wild2009-03-071-1/+4
| | | | | | | | sasl_anonymous = true
* | 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'/>
* | Added core.objectmanagerWaqas Hussain2009-03-081-2/+3
|/
* 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
* mod_xmlrpc: Handle RPC stanzas sent over XMPP (XEP-0009: Jabber-RPC)Waqas Hussain2009-03-041-2/+3
|
* Added mod_xmlrpcWaqas Hussain2009-03-041-0/+115
|
* mod_bosh: Set Content-Type in response headersMatthew Wild2009-03-031-5/+7
|
* mod_muc: Don't bounce error replies in response to errorsMatthew Wild2009-03-021-1/+1
|
* mod_register: Fixed an error happening during account deletionWaqas Hussain2009-02-231-1/+1
|
* MUC: Added copyright noticeWaqas Hussain2009-02-211-0/+7
|
* MUC: Replaced some duplicate codeWaqas Hussain2009-02-211-19/+4
|
* MUC: Removed commented and unused codeWaqas Hussain2009-02-211-68/+1
|
* MUC: Workaround for a Gajim bug (it includes <x ↵Waqas Hussain2009-02-201-1/+1
| | | | xmlns='http://jabber.org/protocol/muc'/> in nick change presences)
* MUC: Use util.stanza.clone instead of pre/deserialize for cloning stanzasWaqas Hussain2009-02-201-5/+5
|
* MUC: Syntax error in last commit - this is lua :)Waqas Hussain2009-02-201-1/+1
|
* MUC: Throw an error if we try talking to ourselvesWaqas Hussain2009-02-201-0/+1
|
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-02-191-5/+13
|\
| * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-02-191-5/+13
| |\
| | * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-02-181-5/+13
| | |\
| | | * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-02-181-5/+13
| | | |\
| | | | * mod_bosh: Possible fix for invalid key to next crashMatthew Wild2009-02-181-5/+13
| | | | |
* | | | | MUC: Bug fixes and workaroundsWaqas Hussain2009-02-191-30/+40
|/ / / /
* / / / MUC: Logging - logger doesn't like nilsWaqas Hussain2009-02-191-1/+1
|/ / /
* / / MUC: Added loggingWaqas Hussain2009-02-191-0/+11
|/ /