Commit Graph

2454 Commits (a00a7f76bc8bbc8a0174bfda7b7962e981e984df)
 

Author SHA1 Message Date
Matthew Wild a00a7f76bc net.server_event: Add conn:setoption() to set options on the socket 16 years ago
Matthew Wild 38b5bebb5e net.server_select: Add conn:setoption() to set options on the socket 16 years ago
Waqas Hussain df3c5d431b mod_saslauth: Fixed some indentation and added some semi-colons. 16 years ago
Waqas Hussain 2a388bda5c mod_saslauth: Made some variables local to avoid unnecessary global access. 16 years ago
Waqas Hussain 9dd8d35ae8 sessionmanager: Added resource prepping, and invalid resource checking to the bind_resource function. 16 years ago
Waqas Hussain 52cfde2f6e mod_register: Return a <not-acceptable/> error on empty usernames (thanks Neustradamus). 16 years ago
Matthew Wild ccf63862c5 componentmanager: Add dialback_secret to components to allow s2s to work (thanks Flo) 16 years ago
Matthew Wild a664e2ba60 util.prosodyctl: Report Prosody as not running if the pidfile isn't locked 16 years ago
Matthew Wild e3ac62a1b8 mod_posix: Lock pidfile when in use, shut down if we can't write or lock the pidfile 16 years ago
Matthew Wild d3a7681f7f util.datamanager: Use pposix.mkdir if available 16 years ago
Matthew Wild 238beb4df6 util.pposix: Add mkdir(path) 16 years ago
Matthew Wild 82ca2f393b prosodyctl: Move definition of prosody singleton to prior to loading datamanager, and add platform 16 years ago
Matthew Wild 54f7dc1d2f util.pposix: Replace the unwieldy module table generation with luaL_register() call - side effect - it now sets the pposix global to the module table 16 years ago
Matthew Wild df44b24491 mod_posix: Set umask to 'umask' from the config, or 027 16 years ago
Matthew Wild 1e1d8f62ac prosodyctl: Set umask to protect data files, bump pposix dep to 0.3.2 16 years ago
Matthew Wild 4558719f38 util.pposix: Add pposix.umask(), bump version to 0.3.2 (and do the same in mod_posix) 16 years ago
Matthew Wild f2f2393a6a util.pposix: Fix return type of lc_abort to shush compiler warning 16 years ago
Matthew Wild 409189ec26 util.posix: Trailing whitespace 16 years ago
Matthew Wild 5b19c141d9 net.server: When libevent backend is in use, override signal.signal to use server.hook_signal 16 years ago
Matthew Wild 20a9ef3561 net.server_event: Add server.hook_signal(signal_num, handler) to wrap libevent's signal-catching interface 16 years ago
Matthew Wild 0632c3fd75 mod_posix: Remove the lines added to work around the util.signal loop bug 16 years ago
Matthew Wild 15b926d7a2 util.signal: Restore the old debug hook earlier, just in case we receive another signal between clearing the signal queue and restoring it 16 years ago
Matthew Wild 2fca9d7e79 util.signal: Update version in header, and author's email 16 years ago
Matthew Wild ca9c6121a2 util.signal: Queue up multiple signals, instead of trampling on the previous debug hook (and never clearing our own) 16 years ago
Matthew Wild e9bd8209bb prosody: net_activate_ports: Accept strings as well as numbers for specifying ports 16 years ago
Matthew Wild 45b07dd0fa prosody: Read list of possible config extensions from configmanager, removes old TODO 16 years ago
Matthew Wild 4da7be205c configmanager: Add parsers() method to return an array of supported config formats 16 years ago
Matthew Wild 0d8ce51b78 s2smanager: Split sending of stream header into a :open_stream() method 16 years ago
Matthew Wild 76940508d1 net.dns: Make sure math.randomseed() gets passed an integer 16 years ago
Matthew Wild 62b1c8d4dc net.server_select: Fix oops in last commit 16 years ago
Matthew Wild f5a5f7d239 net.server_select: Allow setting the logger using server.setlogger 16 years ago
Matthew Wild 801cc75c57 s2smanager: Allow new_outgoing() to create sessions without automatically connecting them (set 3rd parameters to false) 16 years ago
Paul Aurich b67695c401 s2smanager: Stamp a 'to' on the reply stream:stream. This makes prosody happy. 16 years ago
Matthew Wild 4b75f2857c s2smanager, hostmanager: Make dialback secrets per-host 16 years ago
Matthew Wild cddb59f542 s2smanager: Trim trailing whitespace 16 years ago
Paul Aurich af4bab0fbc mod_saslauth: Oops. 16 years ago
Matthew Wild 2d4ffda23f Merge with Paul 16 years ago
Matthew Wild c1c4425f34 mod_muc/muc.lib: Use stanza:get_child() to locate MUC child element 16 years ago
Paul Aurich baafc1c47c mod_saslauth: Use module:get_option() 16 years ago
Matthew Wild 00fefc6404 Merge with Rob 16 years ago
Paul Aurich 90edd26fd4 mod_saslauth: Add sasl_backend config parameter 16 years ago
Matthew Wild 8cf7e1121b prosodyctl: Gracefully handle a missing stty command, and fall back to ANSI escape sequences 16 years ago
Matthew Wild 3f619ace4b mod_httpserver: Rudimentary directory detection, return forbidden instead of causing a traceback (since commit 0325f241a26c) 16 years ago
Matthew Wild 525f5856f2 prosody.cfg.lua.dist: Remove lie about requiring console_enabled 16 years ago
Matthew Wild f3ca2e21ac prosody.cfg.lua.dist: Remove trailing whitespace 16 years ago
Matthew Wild 4d626a622e util.events: Rename add_plugin() and remove_plugin() to add_handlers() and remove_handlers() respectively 16 years ago
Matthew Wild 7cbfe364b6 util.signal: Update header comment for new filename 16 years ago
Rob Hoelz a69d90ef45 Added notification of configuration changes for MUCs 16 years ago
Tobias Markmann 52fe0318ef util.sasl_cyrus: Report an error if Cyrus SASL init fails. 16 years ago
Rob Hoelz 93956ac112 Add support for non-anonymous MUC rooms 16 years ago