aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* Merge 0.6.2/waqas with 0.6.2/MattJMatthew Wild2010-03-031-4/+34
|\
| * prosody: More accurate friendly error message in the event that creating the ...Matthew Wild2010-02-131-2/+6
| * prosody: Add a catch-all friendly message for when any port is in use we want...Matthew Wild2010-02-051-0/+2
| * prosody: Show friendly error when no config present for legacy SSL portsMatthew Wild2010-01-311-0/+3
| * prosody: Log error message when failing to open portsMatthew Wild2010-01-311-1/+19
| * prosody: Listen for component connections on port 5347 by default.Waqas Hussain2010-01-241-1/+1
| * prosody: Call tostring on the key being used for nil global read before conca...Waqas Hussain2009-12-101-1/+1
| * prosody: Log a warning and traceback, but don't throw an error on nil global ...Waqas Hussain2009-12-101-1/+1
| * Mainfile: Broke up a really long line.Waqas Hussain2009-12-101-2/+5
* | util.dependencies: Load luarocks.loader/luarocks.requireMatthew Wild2010-01-281-1/+3
* | prosody: net_activate_ports: Accept strings as well as numbers for specifying...Matthew Wild2010-01-091-0/+1
* | prosody: Fixed a possible nil concatenation.Waqas Hussain2009-12-161-2/+2
* | prosody: Less strict matching for the magic 'interrupted' errorMatthew Wild2009-12-071-1/+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 mod_c...Waqas Hussain2009-11-181-1/+0
* prosody.net_activate_ports: Slightly refactored and definition moved to befor...Waqas Hussain2009-11-181-35/+36
* Prosody top-level error handler modified to log properly on non-string error ...Waqas Hussain2009-10-251-1/+1
* prosody, util.require: Remove util.require, the shortest-lived module so far....Matthew Wild2009-10-211-1/+20
* prosody: Use rawget to test for the existence of ssl (LuaSec) so we don't loo...Matthew Wild2009-10-201-1/+1
* 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 m...Matthew Wild2009-10-171-0/+5
* 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 inst...Matthew Wild2009-09-191-0/+5
* prosody: Add prosody.platform which can be either 'windows', 'posix' or 'unkn...Matthew Wild2009-09-191-0/+6
* 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 port...Matthew Wild2009-07-231-0/+1
* | 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 handler...Waqas Hussain2009-06-201-6/+6
* 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 accidentally...Matthew Wild2009-06-051-1/+1
* 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 defa...Matthew Wild2009-06-041-1/+3