aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* prosody: New global 'prosody' objectMatthew Wild2009-05-301-2/+21
|
* Added globals bare_sessions and full_sessions, which map bare and full JIDs ↵Waqas Hussain2009-05-291-1/+2
| | | | to sessions.
* Removed unused global 'session'Waqas Hussain2009-05-291-3/+0
|
* prosody: Add functions to reload the config and re-open log filesMatthew Wild2009-05-051-1/+21
|
* prosody, xmppcomponent_listener: Add listener for XEP-0114 component connectionsMatthew Wild2009-05-041-0/+1
|
* prosody: Less verbose logging during shutdown sequenceMatthew Wild2009-05-021-2/+3
|
* prosody: Define prosody_shutdown() before emitting the server-starting eventMatthew Wild2009-05-021-7/+9
|
* prosody: Add log messages during shutdown sequence to indicate progressMatthew Wild2009-05-021-0/+7
|
* prosody: Don't require console_enabled option anymoreMatthew Wild2009-05-021-6/+2
|
* prosody: Fire events during server shutdown processMatthew Wild2009-04-211-0/+5
|
* prosody: Remove logging code and instead load core.loggingmanager to set up ↵Matthew Wild2009-04-211-6/+6
| | | | logging
* prosody: Simple whitespace fix in error outputMatthew Wild2009-04-171-1/+1
|
* prosody: Add prosody_shutdown() function to initiate a server shutdown, add ↵Matthew Wild2009-04-121-18/+53
| | | | code to gracefully close connections before stopping
* Allow config to specify listening interfacesMatthew Wild2009-04-101-6/+11
|
* prosody: Don't look to use SSL when LuaSec not available (thanks Florob)Matthew Wild2009-04-091-1/+1
|
* Add lock_globals() and unlock_globals() functions (for when you really need ↵Matthew Wild2009-03-311-1/+11
| | | | to use globals)
* Load util.array and util.iterator at startupMatthew Wild2009-03-311-0/+3
|
* Automated merge with ssh://hg@prosody.im/prosody-hgMatthew Wild2009-03-301-7/+5
|\
| * Move SSL initialisation into the correct spot (thanks albert)Matthew Wild2009-03-301-7/+5
| |
* | Added: Prevent disk writes for anonmous hosts (option: core/anonymous_login ↵Waqas Hussain2009-03-301-0/+3
|/ | | | = true)
* prosody: Expose net_activate_ports as a global function for use by pluginsMatthew Wild2009-03-221-13/+13
|
* prosody: Allow ports to be specified as just numbersMatthew Wild2009-03-221-1/+1
|
* 0.3->0.4Matthew Wild2009-03-201-1/+1
|
* prosody: Load logger after reading the configMatthew Wild2009-03-071-4/+5
|
* prosody: Log top-level errorsMatthew Wild2009-03-021-1/+9
|
* prosody: Protect main loop. Dare I say crashing finally becomes impossible.Matthew Wild2009-02-271-4/+16
|
* Report errors in the config file to the userMatthew Wild2009-02-131-5/+13
|
* Update main prosody file, since it doesn't match *.lua pattern, and sed -i ↵Matthew Wild2009-01-301-16/+5
| | | | treats symlinks badly
* Load net.server after util.dependencies to catch missing luasocketMatthew Wild2009-01-291-1/+2
|
* Friendlier message when config file not foundMatthew Wild2009-01-221-13/+10
|
* Port to new server.lua, quite some changes, but I believe everything to be ↵Matthew Wild2009-01-171-1/+1
| | | | working
* Removed core/offlinemessage.lua along with documentation and references - we ↵Waqas Hussain2009-01-091-1/+0
| | | | have core/offlinemanager.lua instead
* Default mod_console to listening on localhost only. May be changed with ↵Matthew Wild2009-01-071-1/+1
| | | | console_interface=xxx.xxx.xxx.xxx in the config
* Don't use TLS connection handler when SSL/TLS not available or configured ↵Matthew Wild2008-12-291-1/+1
| | | | (thanks to Ricardo for finding)
* Fix specifying ports in config, and SSL supportMatthew Wild2008-12-271-5/+6
|
* Moved directory auto-creation to datamanagerWaqas Hussain2008-12-251-24/+0
|
* Fixed URL encoding to generate %0x instead of %xWaqas Hussain2008-12-161-1/+1
|
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
|
* Add commented line to disable logging entirelyMatthew Wild2008-12-101-2/+3
|