mod_vcard: Cleaned up unused variables and global accesses.
[prosody.git] / core /
2009-10-18 Waqas HussainMerge with trunk.
2009-10-18 Waqas Hussainmodulemanager: Module loading rewritten to gracefully...
2009-10-17 Waqas Hussainmodulemanager: Use componentmanager to create new compo...
2009-10-17 Waqas Hussaincomponentmanager: Added a FIXME comment.
2009-10-17 Waqas Hussaincomponentmanager: Unload mod_tls for components before...
2009-10-17 Waqas Hussaincomponentmanager: Let the default component handler...
2009-10-17 Waqas Hussainmodulemanager: Fixed: Stanza modules were being auto...
2009-10-17 Waqas Hussainmodulemanager: Fixed traceback on loading modules on...
2009-10-17 Waqas Hussainmodulemanager: Slightly rearranged code for more robust...
2009-10-17 Waqas Hussainstanza_router: Added a compatibility workaround for...
2009-10-17 Matthew Wildhostmanager: Create a server sslctx for incoming connec...
2009-10-17 Matthew Wilds2smanager: Add incoming_s2s to the prosody object
2009-10-17 Matthew Wildhostmanager: deactivate() now accepts a reason, closes...
2009-10-17 Matthew Wildhostmanager: Add return _M;
2009-10-17 Matthew Wildstanza_router: Localize hosts, full_sessions and bare_s...
2009-10-17 Matthew Wildcomponentmanager: Handle missing prosody object (helps...
2009-10-16 Matthew Wilds2smanager: Fix access of 'config' global without requi...
2009-10-16 Matthew Wildmodulemanager: Re-organise module loading to still...
2009-10-13 Matthew WildMerge with 0.5
2009-10-13 Waqas HussainMerge with 0.5
2009-10-13 Waqas Hussainmodulemanager: Changed api:get_host_items to include...
2009-10-13 Waqas Hussainrostermanager: Fixed a traceback on roster save.
2009-10-08 Matthew Wildcomponentmanager: Auto-load mod_tls for components...
2009-10-08 Matthew Wildcomponentmanager: Remove FIXME
2009-10-08 Matthew Wildcomponentmanager: Fix oops in pattern for matching...
2009-10-08 Matthew Wildcomponentmanager: Use ssl_ctx of 'parent' host (should...
2009-10-08 Matthew Wilds2smanager: Make s2s-stream-features a per-host event
2009-10-06 Matthew Wildmodulemanager: Bump log level of unhandled non-default...
2009-10-06 Matthew Wilds2smanager: Don't send version=1.0 in reply to incoming...
2009-10-06 Paul Aurichsessionmanager: Mark client streams as opened sooner...
2009-10-06 Matthew Wilds2smanager: Improve log message on missing to/from...
2009-10-05 Matthew Wildhostmanager: Only initialse SSL contexts if SSL library...
2009-10-05 Matthew WildMerge with 0.5
2009-10-05 Matthew Wilds2smanager: Mark session as secure if it was negotiatin...
2009-10-05 Matthew WildMerge with 0.5
2009-10-05 Matthew Wildmodulemanager: Add host.modules to contain a table...
2009-10-05 Matthew Wildmodulemanager: Add host.modules to contain a table...
2009-10-04 Waqas HussainMerge with 0.5
2009-10-04 Waqas Hussainstanza_router: Reply to IQ requests with missing 'id...
2009-10-04 Waqas Hussainrostermanager: Fixed: Roster version was not being...
2009-10-04 Waqas Hussainrostermanager: Added support for saving rosters of...
2009-10-04 Paul AurichSpecify XMPP version on response stream to incoming...
2009-10-04 Paul AurichMinor changes; outgoing TLS works.
2009-10-04 Matthew Wildhostmanager: Create ssl context for each host (fixes...
2009-10-04 Matthew Wildloggingmanager: Whitespace fix
2009-10-04 Matthew Wilds2smanager: Small comment
2009-10-04 Matthew Wilds2smanager: Don't wait for stream:features from non...
2009-10-04 Matthew Wilds2smanager: Send stream:features for incoming s2s conne...
2009-10-04 Matthew Wilds2smanager: Give outgoing sessions a host field (the...
2009-10-04 Matthew Wildstanza_router: Add COMPAT comment for Pidgin workaround
2009-10-03 Matthew Wildsessionmanager: Use UUID for stream ids to clients...
2009-10-03 Matthew Wildsessionmanager: Add c2s_timeout option for unauthentica...
2009-10-02 Waqas HussainMerge with 0.5
2009-10-02 Waqas HussainMerge
2009-09-30 Matthew WildMerge with 0.5
2009-09-30 Matthew Wildmodulemanager: Load modules for components, too
2009-09-30 Matthew Wildcomponentmanager: Preserve existing events table (if...
2009-09-30 Matthew Wildcomponentmanager: Fire event on component activation
2009-09-30 Matthew Wildcomponentmanager: Use create_component for, er, creatin...
2009-09-30 Matthew Wildhostmanager: Only load vhosts, not components
2009-09-27 Matthew WildMerge with trunk
2009-09-27 Matthew WildMerge with 0.5
2009-09-27 Matthew WildMerge with waqas
2009-09-27 Matthew WildMerge with waqas
2009-09-27 Matthew Wildcore.s2smanager: Always use last record in the DNS...
2009-09-21 Matthew WildMerge with 0.5
2009-09-21 Matthew Wildcore.s2smanager: Don't recurse CNAMEs infinitely :)
2009-09-20 Matthew WildMerge with 0.5
2009-09-20 Matthew WildMerge with 0.5
2009-09-20 Matthew Wilds2smanager: Timeout unauthed s2s connections
2009-09-19 Matthew WildMerge with 0.5
2009-09-19 Matthew Wilds2smanager: Compatibility with domains which use CNAMEs
2009-09-19 Matthew WildMerge with 0.5
2009-09-19 Matthew Wilds2smanager: Pass A-record lookups through adns module
2009-09-11 Waqas Hussainconfigmanager: Assign a chunk name to config files...
2009-09-11 Waqas HussainComponentManager: Removed unused variable.
2009-09-11 Waqas HussainComponentManager: Removed dependency on core_route_stan...
2009-09-11 Waqas HussainComponentManager: Fixed: Default handler sent error...
2009-09-11 Waqas HussainComponentManager: Fixed a bit of logging.
2009-09-05 matthew@silverMerge with 0.5
2009-09-05 Waqas Hussainmodulemanager: Fixed: Internally generated stanzas...
2009-08-20 Matthew WildMerge with 0.5
2009-08-20 Matthew WildUncertain merge with 0.5's SASL
2009-08-18 Matthew WildMerge waqas with Tobias. Eww.
2009-08-18 Waqas HussainRemoved core/discomanager.lua
2009-08-18 Waqas Hussainmodulemanager: Removed unused variables and reference...
2009-08-18 Waqas Hussainmodulemanager: Removed unnecessary code in the unload...
2009-08-18 Waqas Hussainmodulemanager: Removed legacy disco#items hook
2009-08-18 Waqas Hussainmodulemanager: add_feature and add_identity APIs update...
2009-08-18 Waqas Hussaincomponentmanager: Removed disco#items hook, and referen...
2009-08-18 Waqas Hussainmodulemanager: Added module API function to get all...
2009-08-18 Waqas Hussainmodulemanager: Module API functions add_item and add_fe...
2009-08-18 Waqas Hussainmodulemanager: Changed the add_identity module API...
2009-08-18 Waqas HussainAdded: functions add_item and remove_item to add and...
2009-08-18 Waqas Hussaincomponentmanager: Added function to get a list of child...
2009-08-16 Matthew Wildcore.s2smanager, xmppserver_listener: Move the responsi...
2009-08-16 Matthew Wildcore.sessionmanager, xmppclient_listener: Move responsi...
2009-08-08 Matthew WildMerge with albert and waqas
2009-08-07 Matthew WildMerge with 0.5
2009-08-05 Matthew WildMerge with 0.5
next