Software /
code /
prosody
Graph
-
mod_lastactivity: Gave a positive priority to the presence event hook.2009-10-21, by Waqas Hussain
-
MUC: Added 'name' config option, for specifying the component's name in disco responses.2009-10-20, by Waqas Hussain
-
net.dns: Don't expire records with TTL of 0 instantly2009-10-20, by Matthew Wild
-
mod_lastactivity: Persist data across reloads.2009-10-20, by Waqas Hussain
-
mod_lastactivity: Allow users to request their own last activity.2009-10-20, by Waqas Hussain
-
prosody.cfg.lua.dist: Convert to unix line endings from DOS2009-10-20, by Matthew Wild
-
prosody: Use rawget to test for the existence of ssl (LuaSec) so we don't look for a nil global2009-10-20, by Matthew Wild
-
util-src/Makefile: Add missing flags to building of util.signal2009-10-19, by Matthew Wild
-
net.httpserver: Pass on interface option from new_from_config() (thanks Chris)2009-10-19, by Matthew Wild
-
prosodyctl: Remove dependency on hostmanager, and friends2009-10-19, by Matthew Wild
-
s2smanager: Use session-specific logger to log outgoing data on outgoing s2s connections2009-10-18, by Matthew Wild
-
mod_lastactivity: Initial commit.2009-10-18, by Waqas Hussain
-
mod_uptime: Removed event hook for iq/bare. mod_uptime only deals with iq/host queries.2009-10-18, by Waqas Hussain
-
mod_uptime: Removed unused variables.2009-10-18, by Waqas Hussain
-
mod_uptime: Updated to use events (which also fixes a few minor issues).2009-10-18, by Waqas Hussain
-
mod_saslauth: Fixed access of globals.2009-10-18, by Waqas Hussain
-
mod_saslauth: Marked the im-session stream feature as optional. This allows smart clients to save a round trip.2009-10-18, by Waqas Hussain
-
mod_time: Updated to use events (which also fixes a few minor issues).2009-10-18, by Waqas Hussain
-
mod_ping: Updated to use events (which also fixes a few minor issues).2009-10-18, by Waqas Hussain
-
mod_console: Fixed traceback occuring on using module:list on unknown hosts.2009-10-18, by Waqas Hussain
-
mod_console: Added help text for config:reload().2009-10-18, by Waqas Hussain
-
MUC: Re-enable nick changes for non-multisession nicks.2009-10-18, by Waqas Hussain
-
mod_console: Add missing hosts:list() command2009-10-18, by Matthew Wild
-
MUC: Added support for reason messages in role and affiliation changes (e.g., reason for kick, etc).2009-10-18, by Waqas Hussain
-
MUC: Rewrote code for mediated invites to be more robust, and to support legacy clients.2009-10-18, by Waqas Hussain
-
mod_vcard: Cleaned up unused variables and global accesses.2009-10-18, by Waqas Hussain
-
mod_vcard: Removed stream feature.2009-10-18, by Waqas Hussain
-
mod_vcard: Refactoring and cleanup.2009-10-18, by Waqas Hussain
-
mod_vcard: Moved completely to new event based hooks.2009-10-18, by Waqas Hussain
-
mod_vcard: Fixed traceback on attempt to set vcards by non-c2s sessions.2009-10-18, by Waqas Hussain
-
MUC: Improved handling of error stanzas and made error messages concise.2009-10-18, by Waqas Hussain
-
MUC: Ignore invisible presence (incorrectly broadcasted or forwarded by ejabberd).2009-10-18, by Waqas Hussain
-
MUC: Fixed an incorrect error message.2009-10-18, by Waqas Hussain
-
MUC: Kick occupants on sending error messages to other occupants.2009-10-18, by Waqas Hussain
-
Merge with trunk.2009-10-18, by Waqas Hussain
-
modulemanager: Module loading rewritten to gracefully deal with errors in module initialization.2009-10-18, by Waqas Hussain
-
modulemanager: Use componentmanager to create new components.2009-10-17, by Waqas Hussain
-
componentmanager: Added a FIXME comment.2009-10-17, by Waqas Hussain
-
componentmanager: Unload mod_tls for components before removing them.2009-10-17, by Waqas Hussain
-
componentmanager: Let the default component handler handle stanzas if a component handler isn't available.2009-10-17, by Waqas Hussain
-
MUC: Multiple sessions per nick.2009-10-17, by Waqas Hussain
-
modulemanager: Fixed: Stanza modules were being auto-loaded for components (regression in hg:1e674dae31ae).2009-10-17, by Waqas Hussain
-
modulemanager: Fixed traceback on loading modules on unknown hosts.2009-10-17, by Waqas Hussain
-
modulemanager: Slightly rearranged code for more robust unloading of modules.2009-10-17, by Waqas Hussain
-
stanza_router: Added a compatibility workaround for missing 'id' attribute in <iq/> elements.2009-10-17, by Waqas Hussain
-
certs: Update default certs2009-10-17, by Matthew Wild
-
net.dns: Don't cache some records indefinitely2009-10-17, by Matthew Wild
-
hostmanager: Create a server sslctx for incoming connections2009-10-17, by Matthew Wild
-
net.server: Allow changing the sslctx of a connection after it has been established2009-10-17, by Matthew Wild
-
xmppserver_listener: Use listener log() if session doesn't have one yet (thanks Flo)2009-10-17, by Matthew Wild
-
s2smanager: Add incoming_s2s to the prosody object2009-10-17, by Matthew Wild
-
hostmanager: Add return _M;2009-10-17, by Matthew Wild
-
tests: Fix stanza_router tests to work with the new routing code, finally all tests pass again \o/2009-10-17, by Matthew Wild
-
tests: More environment magic to help get stuff working in a sandbox2009-10-17, by Matthew Wild
-
stanza_router: Localize hosts, full_sessions and bare_sessions, and take from the prosody object instead of _G2009-10-17, by Matthew Wild
-
componentmanager: Handle missing prosody object (helps us pass some tests)2009-10-17, by Matthew Wild
-
prosody: Move global protection earlier (to before modules are loaded, etc.)2009-10-17, by Matthew Wild
-
prosody: Require new require :)2009-10-17, by Matthew Wild
-
prosody: Rename global net_activate_ports -> prosody.net_activate_ports2009-10-17, by Matthew Wild
-
util.helpers: Add copyright header2009-10-17, by Matthew Wild
-
tests: Have fake module() set _M to satisfy some modules2009-10-16, by Matthew Wild
-
s2smanager: Fix access of 'config' global without requiring configmanager2009-10-16, by Matthew Wild
-
tests: Add tests for new modulemanager load_modules_for_host code2009-10-16, by Matthew Wild
-
util.helpers: Add get_upvalue(function, name) helper2009-10-16, by Matthew Wild
-
util.dataforms: Incorporate slightly modified patch for list-single type from Florob2009-10-16, by Matthew Wild
-
mod_vcard: Hide me from the trailing-whitespace police2009-10-15, by Matthew Wild
-
mod_vcard: Add vcard_compatibility option to handle vcard stanzas routed to the full JID by ejabberd MUC rooms2009-10-15, by Matthew Wild
-
Merge with 0.52009-10-15, by Matthew Wild
-
xmppserver_listener: Fix typo (thanks Jorj)2009-10-15, by Matthew Wild
-
Merge with 0.52009-10-14, by Matthew Wild
-
net.server: Better handling of closing sockets during send2009-10-14, by Matthew Wild
-
xmppserver_listener: More forcefully close s2s connections (fixes fd leak)2009-10-14, by Matthew Wild
-
Merge with 0.52009-10-13, by Matthew Wild
-
net.dns: Remove sockets from socketset when closing them, fixes a leak2009-10-13, by Matthew Wild
-
Merge with 0.52009-10-13, by Waqas Hussain
-
rostermanager: Fixed a traceback on roster save.2009-10-13, by Waqas Hussain
-
modulemanager: Changed api:get_host_items to include items from the global host in its result.2009-10-13, by Waqas Hussain
-
util.dataforms: Small fix to allow generating forms without specifying any input data2009-10-10, by Matthew Wild
-
util.dataforms: Support for jid-single field type especially for Florob :)2009-10-10, by Matthew Wild
-
mod_tls: Don't try to start TLS if we can't actually do it (thanks Florob)2009-10-09, by Matthew Wild
-
componentmanager: Auto-load mod_tls for components #hack2009-10-08, by Matthew Wild
-
componentmanager: Remove FIXME2009-10-08, by Matthew Wild
-
componentmanager: Fix oops in pattern for matching subdomain2009-10-08, by Matthew Wild
-
componentmanager: Use ssl_ctx of 'parent' host (should fix TLS for components)2009-10-08, by Matthew Wild
-
mod_tls: Catch s2s-stream-features and add starttls feature if possible2009-10-08, by Matthew Wild
-
mod_dialback: Catch s2s-stream-features and add dialback feature2009-10-08, by Matthew Wild
-
s2smanager: Make s2s-stream-features a per-host event2009-10-08, by Matthew Wild
-
util.stanza: Remove silly dependency on util.logger2009-10-08, by Matthew Wild
-
util.array: Oh no it isn't!2009-10-08, by Matthew Wild
-
modulemanager: Bump log level of unhandled non-default-namespace elements, and log their full XML2009-10-06, by Matthew Wild
-
util.stanza: Soften dependency on util.termcolours2009-10-06, by Matthew Wild
-
util.stanza: Make xml_escape publicly accessible2009-10-06, by Matthew Wild
-
sessionmanager: Mark client streams as opened sooner to avoid wrapping errors in unnecessary stream tags2009-10-06, by Paul Aurich
-
s2smanager: Improve log message on missing to/from in stream header2009-10-06, by Matthew Wild
-
mod_console: Add a space before '(encrypted)' in s2s:show()2009-10-06, by Matthew Wild
-
hostmanager: Only initialse SSL contexts if SSL library available2009-10-05, by Matthew Wild
-
mod_console: Also search piggy-backed, er, multiplexed domains when passing a filter to s2s:show()2009-10-05, by Matthew Wild
-
Merge with 0.52009-10-05, by Matthew Wild
-
util.array: Small logic fix for array:filter()2009-10-05, by Matthew Wild
-
util.array: Fix for array:filter() (in-place filtering)2009-10-05, by Matthew Wild
-
mod_console: Add module:list() to help2009-10-05, by Matthew Wild
-
mod_console: Add module:list() command to show modules loaded on a host2009-10-05, by Matthew Wild
-
modulemanager: Add host.modules to contain a table of modules for a host2009-10-05, by Matthew Wild
-
Merge with 0.52009-10-05, by Matthew Wild
-
util.array: Fix for array:filter() (in-place filtering)2009-10-05, by Matthew Wild
-
mod_console: s2s:show(): Indicate when a connection is encrypted2009-10-05, by Matthew Wild
-
mod_tls: require_s2s_encryption -> s2s_require_encryption2009-10-05, by Matthew Wild
-
require_encryption deprecated, use c2s_require_encryption instead2009-10-05, by Matthew Wild
-
mod_tls: Mark starttls feature as <required/> if require_s2s_encryption is enabled2009-10-05, by Matthew Wild
-
mod_tls: Mark session as not secure before negotiating TLS2009-10-05, by Matthew Wild
Scroll all the way down to load more.