| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | prosody: Prefix hg: to changeset ids in the version | Matthew Wild | 2009-06-05 | 1 | -0/+3 |
* | prosody: Read version from prosody.version file and set, er, prosody.version! | Matthew Wild | 2009-06-05 | 1 | -0/+11 |
* | prosody: Add support for general 'interface' option which is used as the defa... | Matthew Wild | 2009-06-04 | 1 | -1/+3 |
* | Added new prosody.events object | Waqas Hussain | 2009-05-31 | 1 | -0/+2 |
* | prosody: Remove global functions | Matthew Wild | 2009-05-30 | 1 | -7/+1 |
* | prosody: (un)lock_globals() -> prosody.(un)lock_globals() | Matthew Wild | 2009-05-30 | 1 | -2/+2 |
* | prosody: New global 'prosody' object | Matthew Wild | 2009-05-30 | 1 | -2/+21 |
* | Added globals bare_sessions and full_sessions, which map bare and full JIDs t... | Waqas Hussain | 2009-05-29 | 1 | -1/+2 |
* | Removed unused global 'session' | Waqas Hussain | 2009-05-29 | 1 | -3/+0 |
* | prosody: Add functions to reload the config and re-open log files | Matthew Wild | 2009-05-05 | 1 | -1/+21 |
* | prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections | Matthew Wild | 2009-05-04 | 1 | -0/+1 |
* | prosody: Less verbose logging during shutdown sequence | Matthew Wild | 2009-05-02 | 1 | -2/+3 |
* | prosody: Define prosody_shutdown() before emitting the server-starting event | Matthew Wild | 2009-05-02 | 1 | -7/+9 |
* | prosody: Add log messages during shutdown sequence to indicate progress | Matthew Wild | 2009-05-02 | 1 | -0/+7 |
* | prosody: Don't require console_enabled option anymore | Matthew Wild | 2009-05-02 | 1 | -6/+2 |
* | prosody: Fire events during server shutdown process | Matthew Wild | 2009-04-21 | 1 | -0/+5 |
* | prosody: Remove logging code and instead load core.loggingmanager to set up l... | Matthew Wild | 2009-04-21 | 1 | -6/+6 |
* | prosody: Simple whitespace fix in error output | Matthew Wild | 2009-04-17 | 1 | -1/+1 |
* | prosody: Add prosody_shutdown() function to initiate a server shutdown, add c... | Matthew Wild | 2009-04-12 | 1 | -18/+53 |
* | Allow config to specify listening interfaces | Matthew Wild | 2009-04-10 | 1 | -6/+11 |
* | prosody: Don't look to use SSL when LuaSec not available (thanks Florob) | Matthew Wild | 2009-04-09 | 1 | -1/+1 |
* | Add lock_globals() and unlock_globals() functions (for when you really need t... | Matthew Wild | 2009-03-31 | 1 | -1/+11 |
* | Load util.array and util.iterator at startup | Matthew Wild | 2009-03-31 | 1 | -0/+3 |
* | Automated merge with ssh://hg@prosody.im/prosody-hg | Matthew Wild | 2009-03-30 | 1 | -7/+5 |
|\ |
|
| * | Move SSL initialisation into the correct spot (thanks albert) | Matthew Wild | 2009-03-30 | 1 | -7/+5 |
* | | Added: Prevent disk writes for anonmous hosts (option: core/anonymous_login =... | Waqas Hussain | 2009-03-30 | 1 | -0/+3 |
|/ |
|
* | prosody: Expose net_activate_ports as a global function for use by plugins | Matthew Wild | 2009-03-22 | 1 | -13/+13 |
* | prosody: Allow ports to be specified as just numbers | Matthew Wild | 2009-03-22 | 1 | -1/+1 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
* | prosody: Load logger after reading the config | Matthew Wild | 2009-03-07 | 1 | -4/+5 |
* | prosody: Log top-level errors | Matthew Wild | 2009-03-02 | 1 | -1/+9 |
* | prosody: Protect main loop. Dare I say crashing finally becomes impossible. | Matthew Wild | 2009-02-27 | 1 | -4/+16 |
* | Report errors in the config file to the user | Matthew Wild | 2009-02-13 | 1 | -5/+13 |
* | Update main prosody file, since it doesn't match *.lua pattern, and sed -i tr... | Matthew Wild | 2009-01-30 | 1 | -16/+5 |
* | Load net.server after util.dependencies to catch missing luasocket | Matthew Wild | 2009-01-29 | 1 | -1/+2 |
* | Friendlier message when config file not found | Matthew Wild | 2009-01-22 | 1 | -13/+10 |
* | Port to new server.lua, quite some changes, but I believe everything to be wo... | Matthew Wild | 2009-01-17 | 1 | -1/+1 |
* | Removed core/offlinemessage.lua along with documentation and references - we ... | Waqas Hussain | 2009-01-09 | 1 | -1/+0 |
* | Default mod_console to listening on localhost only. May be changed with conso... | Matthew Wild | 2009-01-07 | 1 | -1/+1 |
* | Don't use TLS connection handler when SSL/TLS not available or configured (th... | Matthew Wild | 2008-12-29 | 1 | -1/+1 |
* | Fix specifying ports in config, and SSL support | Matthew Wild | 2008-12-27 | 1 | -5/+6 |
* | Moved directory auto-creation to datamanager | Waqas Hussain | 2008-12-25 | 1 | -24/+0 |
* | Fixed URL encoding to generate %0x instead of %x | Waqas Hussain | 2008-12-16 | 1 | -1/+1 |
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | Add commented line to disable logging entirely | Matthew Wild | 2008-12-10 | 1 | -2/+3 |
* | Added: Ports now read from the config | Waqas Hussain | 2008-12-08 | 1 | -2/+19 |
* | Some code cleaning for the main script | Matthew Wild | 2008-12-06 | 1 | -6/+1 |
* | Move the setting of data_path to fix #unfiledbug | Matthew Wild | 2008-12-06 | 1 | -3/+4 |
* | Move module loading to modulemanager | Matthew Wild | 2008-12-06 | 1 | -12/+0 |
* | Add hostmanager, and eventmanager | Matthew Wild | 2008-12-06 | 1 | -36/+43 |