aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* prosody.cfg.lua.dist: Add auto-loaded modules to the configMatthew Wild2009-07-101-0/+9
|
* mod_uptime: Fix bad uptime if module is loaded at startupMatthew Wild2009-07-101-0/+2
|
* Remove version number from copyright headersMatthew Wild2009-07-1063-63/+63
|
* Add copyright header to those files missing oneMatthew Wild2009-07-1036-0/+288
|
* stanza_router: Catch and log an error case which I don't think should happen ↵Matthew Wild2009-07-101-1/+4
| | | | (but sometimes seems to)
* Remove completed items from TODOMatthew Wild2009-07-101-4/+1
|
* util.pubsub: Fix undefined global accessesMatthew Wild2009-07-101-1/+1
|
* util.sasl: Convert spaces to tabsMatthew Wild2009-07-101-2/+2
|
* util.stanza: Convert spaces to tabsMatthew Wild2009-07-101-20/+21
|
* util.hmac: Convert spaces to tabsMatthew Wild2009-07-101-33/+33
|
* util.prosodyctl: Fix undefined global accessMatthew Wild2009-07-101-1/+1
|
* eventmanager: Convert from Windows line endingsMatthew Wild2009-07-101-24/+24
|
* mod_time Convert from Windows line endingsMatthew Wild2009-07-091-29/+29
|
* discomanager: Convert from Windows line endingsMatthew Wild2009-07-091-52/+52
|
* mod_ping: Convert from Windows line endingsMatthew Wild2009-07-091-11/+11
|
* mod_disco: Convert from Windows line endingsMatthew Wild2009-07-091-12/+12
|
* util.discohelper: Convert from Windows line endingsMatthew Wild2009-07-091-65/+65
|
* mod_presence: Convert from Windows line endingsMatthew Wild2009-07-091-337/+337
|
* util.events: Convert from Windows line endingsMatthew Wild2009-07-091-99/+99
|
* mod_console: Expose commands and environment tableMatthew Wild2009-07-091-0/+2
|
* modulemanager: Small code improvement, move autoloaded modules list to the ↵Matthew Wild2009-07-091-1/+3
| | | | top of the file
* configmanager, modulemanager: Allow components to have modules specified in ↵Matthew Wild2009-07-092-23/+21
| | | | the config (but don't load the global set of modules for them)
* mod_console: Add quit and exit as aliases for 'bye' commandMatthew Wild2009-07-091-0/+1
|
* mod_console: Check for commands when not executing in the global environmentMatthew Wild2009-07-091-6/+9
|
* prosodyctl: Quit when user pressed ^C in password promptsMatthew Wild2009-07-081-0/+4
|
* prosodyctl: Don't 'blugh' when ^C is pressed during reading passwordsMatthew Wild2009-07-081-4/+8
|
* prosodyctl: Fix traceback when issued with no parametersMatthew Wild2009-07-081-1/+1
|
* util.xmlrpc: Support for multiple parameters in requestsMatthew Wild2009-07-081-9/+15
|
* util.xmlrpc: Add create_requestMatthew Wild2009-07-081-0/+8
|
* mod_console: server:version() and server:uptime() commandsMatthew Wild2009-07-081-0/+18
|
* mod_uptime: Use time of server start rather than module loadMatthew Wild2009-07-081-1/+1
|
* mod_uptime: Convert to unix line endingsMatthew Wild2009-07-081-24/+24
|
* prosody: Record time the server startedMatthew Wild2009-07-081-0/+2
|
* s2smanager: Fix to correctly bounce stanzas if first connection attempt ↵Matthew Wild2009-07-081-2/+9
| | | | fails instantly
* mod_console: Add c2s:close() commandMatthew Wild2009-07-081-0/+11
|
* net.xmppclient_listener: Fix potential traceback when no reason is specified ↵Matthew Wild2009-07-081-1/+1
| | | | for closing a session
* Merged with trunkWaqas Hussain2009-07-064-8/+24
|\
| * Merge with main branch.Tobias Markmann2009-07-0514-158/+379
| |\
| | * mod_console: Allow customisation/suppression of the bannerMatthew Wild2009-07-051-0/+13
| | |
| | * util.hmac: Some optimisationsMatthew Wild2009-07-051-3/+6
| | |
| | * util.hmac: Fix a global setMatthew Wild2009-07-051-1/+1
| | |
| * | Remove to-unicode conversion because it's done in sasl.lua now.Tobias Markmann2009-07-051-2/+1
| | |
| * | Move to-unicode conversion from mod_saslauth.lua to sasl.lua.Tobias Markmann2009-07-051-1/+2
| | |
| * | Fixed decoding of parameters.Tobias Markmann2009-07-051-1/+1
| | |
* | | mod_presence: Fixed: Presence probe replies now get sent to the full JID of ↵Waqas Hussain2009-07-061-1/+1
| |/ |/| | | | | the probe sender
* | mod_presence: Send unavailable presence to resources from non-available ↵Waqas Hussain2009-07-051-0/+9
| | | | | | | | resources on disconnect
* | Moved automatic unavailable presence generation on disconnect from ↵Waqas Hussain2009-07-052-8/+11
| | | | | | | | sessionmanager to mod_presence
* | sessionmanager: Replace raw session by an event data table for resource ↵Waqas Hussain2009-07-051-2/+2
| | | | | | | | bind/unbind events, allowing extra data
* | mod_presence: Broadcast presence to resources before contactsWaqas Hussain2009-07-051-6/+6
| |
* | mod_presence: Prevented normal presence from non-interested resources from ↵Waqas Hussain2009-07-051-70/+66
| | | | | | | | being dropped