prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections
|
Matthew Wild |
2009-05-04 |
prosody: Less verbose logging during shutdown sequence
|
Matthew Wild |
2009-05-02 |
prosody: Define prosody_shutdown() before emitting the server-starting event
|
Matthew Wild |
2009-05-02 |
prosody: Add log messages during shutdown sequence to indicate progress
|
Matthew Wild |
2009-05-02 |
prosody: Don't require console_enabled option anymore
|
Matthew Wild |
2009-05-02 |
prosody: Fire events during server shutdown process
|
Matthew Wild |
2009-04-21 |
prosody: Remove logging code and instead load core.loggingmanager to set up logging
|
Matthew Wild |
2009-04-21 |
prosody: Simple whitespace fix in error output
|
Matthew Wild |
2009-04-17 |
prosody: Add prosody_shutdown() function to initiate a server shutdown, add code to gracefully close connections before stopping
|
Matthew Wild |
2009-04-12 |
Allow config to specify listening interfaces
|
Matthew Wild |
2009-04-10 |
prosody: Don't look to use SSL when LuaSec not available (thanks Florob)
|
Matthew Wild |
2009-04-09 |
Add lock_globals() and unlock_globals() functions (for when you really need to use globals)
|
Matthew Wild |
2009-03-31 |
Load util.array and util.iterator at startup
|
Matthew Wild |
2009-03-31 |
Automated merge with ssh://hg@prosody.im/prosody-hg
|
Matthew Wild |
2009-03-30 |
Move SSL initialisation into the correct spot (thanks albert)
|
Matthew Wild |
2009-03-30 |
Added: Prevent disk writes for anonmous hosts (option: core/anonymous_login = true)
|
Waqas Hussain |
2009-03-29 |
prosody: Expose net_activate_ports as a global function for use by plugins
|
Matthew Wild |
2009-03-22 |
prosody: Allow ports to be specified as just numbers
|
Matthew Wild |
2009-03-22 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
prosody: Load logger after reading the config
|
Matthew Wild |
2009-03-07 |
prosody: Log top-level errors
|
Matthew Wild |
2009-03-02 |
prosody: Protect main loop. Dare I say crashing finally becomes impossible.
|
Matthew Wild |
2009-02-27 |
Report errors in the config file to the user
|
Matthew Wild |
2009-02-13 |
Update main prosody file, since it doesn't match *.lua pattern, and sed -i treats symlinks badly
|
Matthew Wild |
2009-01-30 |
Load net.server after util.dependencies to catch missing luasocket
|
Matthew Wild |
2009-01-29 |
Friendlier message when config file not found
|
Matthew Wild |
2009-01-22 |
Port to new server.lua, quite some changes, but I believe everything to be working
|
Matthew Wild |
2009-01-17 |
Removed core/offlinemessage.lua along with documentation and references - we have core/offlinemanager.lua instead
|
Waqas Hussain |
2009-01-09 |
Default mod_console to listening on localhost only. May be changed with console_interface=xxx.xxx.xxx.xxx in the config
|
Matthew Wild |
2009-01-07 |
Don't use TLS connection handler when SSL/TLS not available or configured (thanks to Ricardo for finding)
|
Matthew Wild |
2008-12-29 |
Fix specifying ports in config, and SSL support
|
Matthew Wild |
2008-12-27 |
Moved directory auto-creation to datamanager
|
Waqas Hussain |
2008-12-25 |
Fixed URL encoding to generate %0x instead of %x
|
Waqas Hussain |
2008-12-15 |
0.1 -> 0.2
|
Matthew Wild |
2008-12-10 |
Add commented line to disable logging entirely
|
Matthew Wild |
2008-12-10 |
Added: Ports now read from the config
|
Waqas Hussain |
2008-12-07 |
Some code cleaning for the main script
|
Matthew Wild |
2008-12-06 |
Move the setting of data_path to fix #unfiledbug
|
Matthew Wild |
2008-12-06 |
Move module loading to modulemanager
|
Matthew Wild |
2008-12-06 |
Add hostmanager, and eventmanager
|
Matthew Wild |
2008-12-06 |
Merge from waqas
|
Matthew Wild |
2008-12-03 |
config and data directories taken from path, and quoted to allow spaces in path
|
Waqas Hussain |
2008-12-03 |
Insert copyright/license headers
|
Matthew Wild |
2008-12-03 |
Installation improvements (auto-creation of data directories)
|
Matthew Wild |
2008-11-30 |
Path fix for auto-creating directories
|
Waqas Hussain |
2008-11-30 |
Auto-create data directories on start
|
Waqas Hussain |
2008-11-30 |
Update Makefile to now pass config paths to prosody. Update prosody, modulemanager and connectionlisteners to obey these paths.
|
Matthew Wild |
2008-11-29 |
main.lua -> prosody
base
main.lua@cc027f7a8f08
|
Matthew Wild |
2008-11-29 |