aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
Commit message (Collapse)AuthorAgeFilesLines
...
* | prosody: Fix to net_activate_ports to mend binding to specific interfacesPaul Aurich2009-12-151-4/+4
| |
* | prosody: Added config option 'ssl_ports' to allow multiplexed SSL ports.Waqas Hussain2009-12-101-0/+3
| |
* | prosody: Use the multiplex listener when the 'ports' config option is specified.Waqas Hussain2009-12-101-4/+8
| |
* | net_activate_ports: Use the default config option 'ports' when no option is ↵Waqas Hussain2009-12-101-1/+2
| | | | | | | | specified.
* | prosody: Call tostring on the key being used for nil global read before ↵Waqas Hussain2009-12-101-1/+1
| | | | | | | | concatenating it with a string.
* | prosody: Log a warning and traceback, but don't throw an error on nil global ↵Waqas Hussain2009-12-101-1/+1
| | | | | | | | read.
* | Mainfile: Broke up a really long line.Waqas Hussain2009-12-101-3/+6
| |
* | prosody: Report the current socket backend in useMatthew Wild2009-12-081-0/+1
| |
* | prosody: Clarify and add some comments to describe what we're doing when and whyMatthew Wild2009-12-081-3/+12
| |
* | prosody: Less strict matching for the magic 'interrupted' errorMatthew Wild2009-12-071-1/+1
| |
* | prosody: Expose global_ssl_ctx through prosody objectMatthew Wild2009-12-041-0/+1
| |
* | Disable SSLv2 by default, it's known to be insecure.Paul Aurich2009-12-041-1/+1
|/
* prosody: Added support for command line argument '--config'.Waqas Hussain2009-11-231-1/+21
|
* Mainfile: Fixed some comments.Waqas Hussain2009-11-231-4/+4
|
* mod_console: Moved activation of the console port from the main file to ↵Waqas Hussain2009-11-181-1/+0
| | | | mod_console.
* prosody.net_activate_ports: Slightly refactored and definition moved to ↵Waqas Hussain2009-11-181-35/+36
| | | | before modules are loaded.
* Prosody top-level error handler modified to log properly on non-string error ↵Waqas Hussain2009-10-251-1/+1
| | | | messages.
* prosody, util.require: Remove util.require, the shortest-lived module so ↵Matthew Wild2009-10-211-1/+20
| | | | far. Woke up this morning with a much simpler idea, which is also effective against C modules (I believe). Yay for metatables :)
* prosody: Use rawget to test for the existence of ssl (LuaSec) so we don't ↵Matthew Wild2009-10-201-1/+1
| | | | look for a nil global
* prosody: Move global protection earlier (to before modules are loaded, etc.)Matthew Wild2009-10-171-1/+1
|
* prosody: Require new require :)Matthew Wild2009-10-171-1/+1
|
* prosody: Require some core/util libraries which core modules depend upon, C ↵Matthew Wild2009-10-171-0/+5
| | | | modules and other modules which write to _G
* prosody: Rename global net_activate_ports -> prosody.net_activate_portsMatthew Wild2009-10-171-6/+6
|
* Minor changes; outgoing TLS works.Paul Aurich2009-10-031-1/+1
|
* prosody: Add prosody.installed flag to indicate whether Prosody has been ↵Matthew Wild2009-09-191-0/+5
| | | | installed or is running from checkout
* prosody: Add prosody.platform which can be either 'windows', 'posix' or ↵Matthew Wild2009-09-191-0/+6
| | | | 'unknown'
* Merge with 0.5Matthew Wild2009-07-291-2/+2
|\
| * Added: Support for PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variablesWaqas Hussain2009-07-291-2/+2
| |
* | prosody: net_activate_ports: Check listener exists before trying to open ↵Matthew Wild2009-07-231-0/+1
| | | | | | | | port for it
* | Merge with 0.5Matthew Wild2009-07-231-4/+1
|\|
| * prosody: Correctly allow console ports to be changed through the configMatthew Wild2009-07-231-4/+2
| |
* | prosody: Send friendly text with system-shutdown stream errorMatthew Wild2009-07-181-1/+6
| |
* | prosody: Return success/error from prosody.reload_config()Matthew Wild2009-07-181-0/+1
| |
* | prosody: Load util.helpers at startupMatthew Wild2009-07-121-1/+2
| |
* | prosody: Call initialisation functions at onceMatthew Wild2009-07-111-51/+52
| |
* | prosody: Start of refactoring of main fileMatthew Wild2009-07-111-166/+191
|/
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
|
* prosody: Record time the server startedMatthew Wild2009-07-081-0/+2
|
* prosody: Add fallbacks/ to pathMatthew Wild2009-07-021-2/+5
|
* prosody: Switch anonymous_login check to use the new datamanager callback syntaxMatthew Wild2009-06-221-2/+5
|
* Main: Don't use empty event data objects for some global events. Some ↵Waqas Hussain2009-06-201-6/+6
| | | | handlers don't expect it.
* Main: removed some eventmanager references (replaced by prosody.events)Waqas Hussain2009-06-201-5/+1
|
* Fire global events using prosody.eventsWaqas Hussain2009-06-201-0/+8
|
* prosody: prosody_reload_config => prosody.reload_config (guess I ↵Matthew Wild2009-06-051-1/+1
| | | | accidentally missed it when converting the others)
* prosody: Prefix hg: to changeset ids in the versionMatthew Wild2009-06-051-0/+3
|
* prosody: Read version from prosody.version file and set, er, prosody.version!Matthew Wild2009-06-051-0/+11
|
* prosody: Add support for general 'interface' option which is used as the ↵Matthew Wild2009-06-041-1/+3
| | | | default network interface
* Added new prosody.events objectWaqas Hussain2009-05-311-0/+2
|
* prosody: Remove global functionsMatthew Wild2009-05-301-7/+1
|
* prosody: (un)lock_globals() -> prosody.(un)lock_globals()Matthew Wild2009-05-301-2/+2
|