| Commit message (Expand) | Author | Age | Files | Lines |
* | prosody: Add prosody.installed flag to indicate whether Prosody has been inst... | Matthew Wild | 2009-09-19 | 1 | -0/+5 |
* | prosody: Add prosody.platform which can be either 'windows', 'posix' or 'unkn... | Matthew Wild | 2009-09-19 | 1 | -0/+6 |
* | Merge with 0.5 | Matthew Wild | 2009-07-29 | 1 | -2/+2 |
|\ |
|
| * | Added: Support for PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables | Waqas Hussain | 2009-07-29 | 1 | -2/+2 |
* | | prosody: net_activate_ports: Check listener exists before trying to open port... | Matthew Wild | 2009-07-23 | 1 | -0/+1 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-23 | 1 | -4/+1 |
|\| |
|
| * | prosody: Correctly allow console ports to be changed through the config | Matthew Wild | 2009-07-23 | 1 | -4/+2 |
* | | prosody: Send friendly text with system-shutdown stream error | Matthew Wild | 2009-07-18 | 1 | -1/+6 |
* | | prosody: Return success/error from prosody.reload_config() | Matthew Wild | 2009-07-18 | 1 | -0/+1 |
* | | prosody: Load util.helpers at startup | Matthew Wild | 2009-07-12 | 1 | -1/+2 |
* | | prosody: Call initialisation functions at once | Matthew Wild | 2009-07-11 | 1 | -51/+52 |
* | | prosody: Start of refactoring of main file | Matthew Wild | 2009-07-11 | 1 | -166/+191 |
|/ |
|
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | prosody: Record time the server started | Matthew Wild | 2009-07-08 | 1 | -0/+2 |
* | prosody: Add fallbacks/ to path | Matthew Wild | 2009-07-02 | 1 | -2/+5 |
* | prosody: Switch anonymous_login check to use the new datamanager callback syntax | Matthew Wild | 2009-06-22 | 1 | -2/+5 |
* | Main: Don't use empty event data objects for some global events. Some handler... | Waqas Hussain | 2009-06-20 | 1 | -6/+6 |
* | Main: removed some eventmanager references (replaced by prosody.events) | Waqas Hussain | 2009-06-20 | 1 | -5/+1 |
* | Fire global events using prosody.events | Waqas Hussain | 2009-06-20 | 1 | -0/+8 |
* | prosody: prosody_reload_config => prosody.reload_config (guess I accidentally... | Matthew Wild | 2009-06-05 | 1 | -1/+1 |
* | 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 |