Software /
code /
prosody
Graph
-
Merge with trunk2009-06-19, by Waqas Hussain
-
modulemanager: Removed unused function get_module_filename(name)2009-06-14, by Waqas Hussain
-
modulemanager: Changed to use util.pluginloader2009-06-14, by Waqas Hussain
-
util.pluginloader: Initial commit - a plugin resource loader2009-06-14, by Waqas Hussain
-
stanza_router: Remove unused variables2009-06-14, by Waqas Hussain
-
Removed core.presencemanager. This has been superseded by mod_presence.2009-06-14, by Waqas Hussain
-
stanza_router: Remove all traces of presencemanager2009-06-14, by Waqas Hussain
-
mod_roster: Removed references to presencemanager and core_route_stanza2009-06-14, by Waqas Hussain
-
mod_roster: Using core_post_stanza in place of core.presencemanager.handle_presence2009-06-14, by Waqas Hussain
-
util.muc: Relaxed top-level routing checks to allow node-less rooms, and removed redundant checks2009-06-14, by Waqas Hussain
-
util.muc, mod_muc: Commented rewriting of vCard requests' recipients' JID from full to bare, and marked it as a TODO2009-06-14, by Waqas Hussain
-
mod_muc: Don't reply with an error in response to unacceptable result stanzas2009-06-14, by Waqas Hussain
-
util.muc: Don't reply with an error in response to unacceptable result stanzas2009-06-14, by Waqas Hussain
-
util.muc: Fixed error occuring on room leave2009-06-14, by Waqas Hussain
-
Merge with waqas via albert!2009-06-19, by Matthew Wild
-
modulemanager: Change the ideitity attribute typ to type2009-06-12, by Waqas Hussain
-
loggingmanager: Log timestamps when using default file logging2009-06-19, by Matthew Wild
-
loggingmanager: Enable debug level for default file logging when 'debug' mode is enabled in the config2009-06-19, by Matthew Wild
-
mod_console: Redirect print() to console session when executing commands in global environment2009-06-12, by Matthew Wild
-
mod_console: Fix syntax error2009-06-12, by Matthew Wild
-
mod_console: Add s2s:close() to close s2s sessions between two hosts2009-06-12, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-06-12, by Matthew Wild
-
mod_pep: Add pubsub#publsih disco feature to host2009-06-12, by Waqas Hussain
-
mod_dialback: Change FIXME comment to COMPAT2009-06-12, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-06-12, by Matthew Wild
-
mod_pep: Add host identity pubsub/pep2009-06-12, by Waqas Hussain
-
modulemanager: Added function add_identity(category, type) to the modules API2009-06-12, by Waqas Hussain
-
Merge2009-06-12, by Waqas Hussain
-
mod_pep: Fix a nil index bug2009-06-12, by Waqas Hussain
-
net.http: (Re-)add url[en|de]code functions2009-06-12, by Matthew Wild
-
modulemanager: Use module_name in log entry to fix 'error initialising module "nil"' error2009-06-08, by Matthew Wild
-
mod_message: Require stanza lib to prevent traceback on error replies2009-06-07, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-06-07, by Matthew Wild
-
mod_pep: Give the presence handler a higher than default priority2009-06-07, by Waqas Hussain
-
modulemanager: Allow setting a priority while adding an event handler via the module:hook API2009-06-07, by Waqas Hussain
-
mod_pep: Send items to contacts coming online2009-06-07, by Waqas Hussain
-
mod_pep: Fix undefined global access2009-06-07, by Waqas Hussain
-
mod_pep: Maintain user nodes for delayed delivery2009-06-06, by Waqas Hussain
-
mod_console: Show total incoming/outgoing s2s connections2009-06-06, by Matthew Wild
-
modulemanager: Don't require xmlns to be non-nil2009-06-06, by Matthew Wild
-
modulemanager: module:log() -> self:log() fix2009-06-06, by Matthew Wild
-
modulemanager: Allow setting priority of stanza handlers2009-06-06, by Matthew Wild
-
modulemanager: Add module:hook([xmlns, ] name, handler) which uses new stanza events2009-06-06, by Matthew Wild
-
mod_console: Allow running code in the global environment by prefixing with '>'2009-06-05, by Matthew Wild
-
mod_console: Some "improvements" to the useless server:reload() command :)2009-06-05, by Matthew Wild
-
mod_console: Much improved module load/unload/reload commands2009-06-05, by Matthew Wild
-
prosody: Prefix hg: to changeset ids in the version2009-06-05, by Matthew Wild
-
mod_version: Use version from prosody.version2009-06-05, by Matthew Wild
-
prosody: Read version from prosody.version file and set, er, prosody.version!2009-06-05, by Matthew Wild
-
Makefile: Experimental support for recording the version of an installed Prosody2009-06-05, by Matthew Wild
-
modulemanager: Load mod_message, mod_iq and mod_presence implicitly2009-06-04, by Waqas Hussain
-
s2smanager: Use a UUID as the dialback secret2009-06-04, by Waqas Hussain
-
stanza_router: Remove unused s2s dialback functions2009-06-04, by Waqas Hussain
-
Merge with trunk2009-06-04, by Waqas Hussain
-
util.sasl: Remove some nastiness2009-06-04, by Waqas Hussain
-
util.uuid: Added function seed(string) to allow further seeding of the PRNG2009-06-04, by Waqas Hussain
-
util.uuid: Now generates RFC 4122 complaint UUIDs (version 4 - random)2009-06-04, by Waqas Hussain
-
util.uuid: More uniqueness!2009-06-04, by Waqas Hussain
-
sessionmanager: It really is username@host, not host@username :)2009-06-04, by Waqas Hussain
-
Makefile: Set data directory permissions to 750 on install [thanks Dwayne Bent]2009-06-04, by Matthew Wild
-
Makefile: Specify permissions on installed executables [thanks mhavela]2009-06-04, by Matthew Wild
-
prosody: Add support for general 'interface' option which is used as the default network interface2009-06-04, by Matthew Wild
-
net.server: Display server port in error messages2009-06-04, by Matthew Wild
-
Adding .hgignore2009-06-04, by Matthew Wild
-
My merge!!!!2009-06-04, by Waqas Hussain
-
stanza_router: workaround for a Pidgin bug which sets 'to' to the SRV result2009-06-03, by Waqas Hussain
-
mod_privacy: Initial commit2009-06-03, by Waqas Hussain
-
stanza_router: Remove the 'to' attribute when it's value is the bare JID of the local user sending the stanza2009-06-03, by Waqas Hussain
-
prosody.cfg.lua.dist: Enable mod_register by default, but with registration disabled, and add a comment about it2009-06-02, by Matthew Wild
-
sessionmanager: It's username@host, not host@username :)2009-06-02, by Matthew Wild
-
mod_message: Fix global access2009-06-02, by Waqas Hussain
-
mod_iq: Limit sub-events to get and set IQs2009-06-02, by Waqas Hussain
-
mod_presence: Fix a global access2009-06-02, by Waqas Hussain
-
mod_presence: Check for nil 'to' attribute in all cases for outgoing stanzas2009-06-02, by Waqas Hussain
-
mod_presence: Check for nil 'to' attribute in all cases for incoming stanzas2009-06-02, by Waqas Hussain
-
mod_presence: return true from incoming presence handlers to prevent further processing2009-06-02, by Waqas Hussain
-
mod_presence: Handle non-subscription presence and routing2009-06-02, by Waqas Hussain
-
mod_presence: Handle subscriptions and probes2009-06-02, by Waqas Hussain
-
mod_presence: Add hooks for inbound presence2009-06-02, by Waqas Hussain
-
mod_presence: Fix a comment2009-06-02, by Waqas Hussain
-
mod_presence: Handle all outbound presence stanzas2009-06-02, by Waqas Hussain
-
mod_presence: A little cleanup2009-06-02, by Waqas Hussain
-
mod_presence: Remove JIDs from directed presence list on sending error or unavailable presence2009-06-02, by Waqas Hussain
-
mod_presence: Handle outbound presence to full JIDs2009-06-02, by Waqas Hussain
-
mod_message: A little cleanup2009-06-01, by Waqas Hussain
-
mod_message: mod_message now handles all cases2009-06-01, by Waqas Hussain
-
stanza_router: Reply with an error on groupchat messages to bare JID2009-06-01, by Waqas Hussain
-
mod_message: Added code to handle error groupchat and headline messages to bare JID2009-06-01, by Waqas Hussain
-
mod_message: Move bare JID processing to it's own function2009-06-01, by Waqas Hussain
-
stanza_router: Don't reply with an error on invalid JIDs in error or result stanzas2009-06-01, by Waqas Hussain
-
stanza_router: Proper error for clients sending stanzas after auth but before resource binding2009-06-01, by Waqas Hussain
-
mod_iq: Correctly handle the lack of 'to' on IQs2009-06-01, by Waqas Hussain
-
mod_iq: Immediately return an error for IQs to non-existing bare JIDs2009-06-01, by Waqas Hussain
-
mod_iq: Include event data in sub-events2009-06-01, by Waqas Hussain
-
mod_iq: Error reply for IQ to non-existing session. mod_iq now handles all 'iq/full' cases2009-06-01, by Waqas Hussain
-
Merge backout with following commits2009-06-01, by Matthew Wild
-
Backed out changeset 98f0e9eadf3b (better fix on the way)2009-06-01, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-06-01, by Matthew Wild
-
mod_iq: Fire sub-events for IQs directed at bare JIDs and hosts2009-06-01, by Waqas Hussain
-
modulemanager: Keep track of event handlers added by module:hook, and remove them on module unload2009-05-31, by Waqas Hussain
-
stanza_router: Don't route before firing events... waqas, is this safe?2009-05-31, by Matthew Wild
-
componentmanager: Add events object to registered components if they don't already have one2009-05-31, by Matthew Wild
-
stanza_router: Fire global event if host doesn't have events, fixes #1032009-05-31, by Matthew Wild
-
net.xmppclient_listener: Add small comment2009-05-31, by Matthew Wild
-
stanza_router: Fire events for non-jabber:client and pre-auth stanzas2009-05-30, by Waqas Hussain
-
modulemanager: Stopped using core.eventmanager in module:fire_event2009-05-30, by Waqas Hussain
-
mod_welcome: Use module:hook instead of module:add_event_hook2009-05-30, by Waqas Hussain
-
mod_watchregistrations: Use module:hook instead of module:add_event_hook2009-05-30, by Waqas Hussain
-
modulemanager: module:fire_event now fires on the global and host-specific events objects as well2009-05-30, by Waqas Hussain
-
xmppcomponent_listener: Removed unused reference to core.eventmanager2009-05-30, by Waqas Hussain
-
modulemanager: Made some code more concise2009-05-30, by Waqas Hussain
-
modulemanager: module:hook now allows global modules to hook events on the prosody.events object2009-05-30, by Waqas Hussain
-
Removed core.eventmanager22009-05-30, by Waqas Hussain
-
mod_presence: Changed to use the prosody.events object directly, rather than through eventmanager22009-05-30, by Waqas Hussain
-
stanza_router: Changed to use the prosody.events object directly, rather than through eventmanager22009-05-30, by Waqas Hussain
-
core.eventmanager2: Now uses the new prosody.events object2009-05-30, by Waqas Hussain
-
Added new prosody.events object2009-05-30, by Waqas Hussain
-
mod_console: c2s:show(), c2s:show_secure(), c2s:show_insecure()2009-05-30, by Matthew Wild
-
mod_console: Allow restricting results to matching JIDs in s2s:show()2009-05-30, by Matthew Wild
-
prosody: Remove global functions2009-05-30, by Matthew Wild
-
mod_posix: Use global prosody object2009-05-30, by Matthew Wild
-
prosody: (un)lock_globals() -> prosody.(un)lock_globals()2009-05-30, by Matthew Wild
-
prosody: New global 'prosody' object2009-05-30, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-05-30, by Matthew Wild
-
mod_message, mod_iq: A little cleanup2009-05-30, by Waqas Hussain
-
mod_iq: Initial commit2009-05-30, by Waqas Hussain
-
mod_message: Initial commit2009-05-30, by Waqas Hussain
-
modulemanager: Added hook(event, handler) to the plugin API2009-05-30, by Waqas Hussain
-
stanza_router: Fix syntax errors2009-05-29, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-05-29, by Matthew Wild
-
stanza_router: Fire per-host stanza events2009-05-29, by Waqas Hussain
-
httpclient_listener: Don't use print()...2009-05-29, by Matthew Wild
-
sessionmanager: Removed a redundant check2009-05-29, by Waqas Hussain
-
sessionmanager: Fixed an old FIXME: A problem caused by an error on an authenticated but unbound session2009-05-29, by Waqas Hussain
-
sessionmanager: Add/remove sessions from full_sessions and bare_sessions when binding/unbinding sessions2009-05-29, by Waqas Hussain
-
sessionmanager: Added reference to globals full_sessions and bare_sessions2009-05-29, by Waqas Hussain
-
sessionmanager: Removed reference to global 'sessions'2009-05-29, by Waqas Hussain
-
Added globals bare_sessions and full_sessions, which map bare and full JIDs to sessions.2009-05-29, by Waqas Hussain
-
Removed unused global 'session'2009-05-29, by Waqas Hussain
-
mod_tls: Add <required/> to stream feature when TLS is required2009-05-29, by Matthew Wild
-
mod_legacyauth: Hide stream feature when secure auth is enabled, and session isn't secure2009-05-29, by Matthew Wild
-
mod_saslauth: Don't offer bind/session when they aren't authenticated yet :) [thanks albert, again...]2009-05-29, by Matthew Wild
-
mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_encryption config option is true2009-05-29, by Matthew Wild
-
xmppclient_listener: A connection is also secure when it uses legacy SSL2009-05-29, by Matthew Wild
-
net.server: A connection is not secure if we delay the TLS handshake2009-05-29, by Matthew Wild
-
sessionmanager, mod_tls: Mark a session as secure when TLS is active2009-05-29, by Matthew Wild
-
stanza_router: Break off resource selection for messages into a standalone function2009-05-28, by Matthew Wild
-
mod_presence: Lower some log levels to their correct values2009-05-28, by Matthew Wild
-
mod_presence: Use logger supplied by modulemanager2009-05-28, by Matthew Wild
-
Add log message when DNS lookup is cancelled2009-05-28, by Matthew Wild
-
net.adns: Fix for calling handler when cancelling DNS lookup2009-05-28, by Matthew Wild
-
mod_watchregistrations: admin -> admins2009-05-27, by Matthew Wild
-
prosodyctl: Add error message for no-pidfile2009-05-26, by Matthew Wild
-
s2smanager: Timeout DNS requests after 60 seconds (or dns_timeout in config)2009-05-26, by Matthew Wild
-
net.adns: Add support for cancelling a non-blocking lookup, optionally calling the handler2009-05-26, by Matthew Wild
-
net.dns: Add support for cancelling a coroutine-based request2009-05-26, by Matthew Wild
-
mod_watchregistrations: New plugin to send a message to admins when a new user registers2009-05-26, by Matthew Wild
-
mod_roster: Add some comments for the error cases to improve readability2009-05-26, by Matthew Wild
-
s2smanager: Only send reply </stream:stream> when connection is still open2009-05-26, by Matthew Wild
-
mod_roster: Don't send a query element in roster response if roster is unchanged2009-05-26, by Matthew Wild
-
Merge with 0.42009-05-22, by Matthew Wild
-
Tagging 0.4.22009-05-22, by Matthew Wild
-
Tagging 0.4.22009-05-22, by Matthew Wild
-
Merge with 0.42009-05-22, by Matthew Wild
-
Finally add README and INSTALL files2009-05-22, by Matthew Wild
-
Merge with 0.42009-05-21, by Matthew Wild
-
stanza_router: Fix for subscriptions to users on components [0.4 branch only]2009-05-21, by Matthew Wild
-
mod_register: Attach session to user-registered and user-deregistered events2009-05-21, by Matthew Wild
-
core: hosts[*].events2009-05-20, by Waqas Hussain
-
Merge with 0.42009-05-19, by Matthew Wild
-
mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from working2009-05-18, by Matthew Wild
-
mod_welcome: New plugin to welcome users who register on the server2009-05-19, by Matthew Wild
-
mod_register: Fire events and log on account creation/deletion2009-05-19, by Matthew Wild
-
modulemanager: Add module:fire_event() to module API2009-05-19, by Matthew Wild
-
stanza_router: Handle outbound presence if inbound handlers don't catch it2009-05-18, by Waqas Hussain
-
util.events: Dispatch code now accepts a variable number of arguments2009-05-16, by Waqas Hussain
-
util.events: Much more efficient index building2009-05-16, by Waqas Hussain
-
stanza_router: s/conn/stream/ in log message2009-05-16, by Matthew Wild
-
stanza_router: Remove FIXME and replace with meaningful comment2009-05-16, by Matthew Wild
-
componentmanager: Don't error on stanzas to bare component JID2009-05-16, by Matthew Wild
-
prosody.cfg.lua.dist: Update example to a better one2009-05-16, by Matthew Wild
-
util.events: handler priorities2009-05-16, by Waqas Hussain
-
modulemanager: require util.stanza2009-05-16, by Waqas Hussain
-
modulemanager: Don't close the stream on unhandled stream:features2009-05-16, by Waqas Hussain
-
stanza_router: Added global function core_post_stanza2009-05-15, by Waqas Hussain
-
util.jid: Eliminate global method use2009-05-15, by Waqas Hussain
Scroll all the way down to load more.