aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mod_watchregistrations: admin -> adminsMatthew Wild2009-05-271-1/+1
* prosodyctl: Add error message for no-pidfileMatthew Wild2009-05-261-0/+1
* s2smanager: Timeout DNS requests after 60 seconds (or dns_timeout in config)Matthew Wild2009-05-261-2/+14
* net.adns: Add support for cancelling a non-blocking lookup, optionally callin...Matthew Wild2009-05-261-1/+8
* net.dns: Add support for cancelling a coroutine-based requestMatthew Wild2009-05-261-2/+10
* mod_watchregistrations: New plugin to send a message to admins when a new use...Matthew Wild2009-05-261-0/+25
* mod_roster: Add some comments for the error cases to improve readabilityMatthew Wild2009-05-261-0/+6
* s2smanager: Only send reply </stream:stream> when connection is still openMatthew Wild2009-05-261-1/+3
* mod_roster: Don't send a query element in roster response if roster is unchangedMatthew Wild2009-05-261-2/+2
* Merge with 0.4Matthew Wild2009-05-221-2/+2
|\
| * Tagging 0.4.2Matthew Wild2009-05-220-0/+0
| * Close std{in,out,err} when daemonizingvault/0.4.20.4.2Matthew Wild2009-05-221-2/+2
| * Tagging 0.4.2Matthew Wild2009-05-220-0/+0
* | Merge with 0.4Matthew Wild2009-05-222-0/+106
|\|
| * Finally add README and INSTALL filesMatthew Wild2009-05-222-0/+106
* | Merge with 0.4Matthew Wild2009-05-210-0/+0
|\|
| * stanza_router: Fix for subscriptions to users on components [0.4 branch only]Matthew Wild2009-05-211-2/+2
* | mod_register: Attach session to user-registered and user-deregistered eventsMatthew Wild2009-05-211-2/+3
* | core: hosts[*].eventsWaqas Hussain2009-05-202-2/+4
* | Merge with 0.4Matthew Wild2009-05-191-2/+4
|\|
| * mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from workingMatthew Wild2009-05-181-2/+4
* | mod_welcome: New plugin to welcome users who register on the serverMatthew Wild2009-05-191-0/+23
* | mod_register: Fire events and log on account creation/deletionMatthew Wild2009-05-191-0/+5
* | modulemanager: Add module:fire_event() to module APIMatthew Wild2009-05-191-0/+4
* | stanza_router: Handle outbound presence if inbound handlers don't catch itWaqas Hussain2009-05-191-1/+3
* | util.events: Dispatch code now accepts a variable number of argumentsWaqas Hussain2009-05-171-4/+4
* | util.events: Much more efficient index buildingWaqas Hussain2009-05-171-12/+11
* | stanza_router: s/conn/stream/ in log messageMatthew Wild2009-05-161-1/+1
* | stanza_router: Remove FIXME and replace with meaningful commentMatthew Wild2009-05-161-1/+3
* | componentmanager: Don't error on stanzas to bare component JIDMatthew Wild2009-05-161-2/+4
* | prosody.cfg.lua.dist: Update example to a better oneMatthew Wild2009-05-161-1/+1
* | util.events: handler prioritiesWaqas Hussain2009-05-161-3/+5
* | modulemanager: require util.stanzaWaqas Hussain2009-05-161-0/+1
* | modulemanager: Don't close the stream on unhandled stream:featuresWaqas Hussain2009-05-161-1/+1
* | stanza_router: Added global function core_post_stanzaWaqas Hussain2009-05-161-16/+24
* | util.jid: Eliminate global method useWaqas Hussain2009-05-161-5/+7
* | util.muc: Made internal methods localWaqas Hussain2009-05-161-3/+3
* | stanza_router: Improved message routing orderWaqas Hussain2009-05-161-5/+3
* | Dropped support for resource based componentsWaqas Hussain2009-05-162-6/+1
* | stanza_router: Removed global function core_handle_stanzaWaqas Hussain2009-05-162-20/+12
* | Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-05-151-30/+41
|\ \
| * \ Merging SASL buggy client workaround with current tip.Tobias Markmann2009-05-155-44/+27
| |\ \
| * | | .Tobias Markmann2009-05-151-1/+1
| * | | Some beauty treatment.Tobias Markmann2009-05-151-27/+27
| * | | Adding minimal support for authorization identities to workaround buggy SASL ...Tobias Markmann2009-05-151-2/+11
| * | | adding RFC commentTobias Markmann2009-05-151-1/+3
* | | | stanza_router: Cleaner namespace handlingWaqas Hussain2009-05-161-4/+2
* | | | stanza_router: Refactored core_handle_stanza, and added handling for unsuppor...Waqas Hussain2009-05-161-25/+7
* | | | stanza_router: Fire events after all checksWaqas Hussain2009-05-151-3/+4
| |/ / |/| |
* | | stanza_router: Removed some unnecessary codeWaqas Hussain2009-05-151-2/+0