lp:~openerp-dev/openobject-server/trunk-bug-794287-xrg

Created by xrg and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-server/trunk-bug-794287-xrg
Members of OpenERP R&D Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenERP R&D Team
Project:
Odoo Server (MOVED TO GITHUB)
Status:
Abandoned

Recent revisions

3452. By xrg

http_server: refactor IPv6 support for easier configuration

Previously, we would have the "httpd", the "httpsd" and then the "http6d"
etc, each of those able to listen on one interface/port.
With the introduction of IPv6, we may have the need to specify a set
of interfaces to listen to (as opposed to listening to all), and these
would also conflict with IPv4 ones on the same port.

So, have a "multi-interface" ability in the "interface" setting of two
httpds, accepting both IPv4 and IPv6 syntax.
Example:
   [httpd]
   interface = [::72ff:fee2], 192.168.1.2, 10.0.4.1:8169

This shall be compatible with the previous (single i/f) syntax, but
also allow configurations where we really want to restrict access to
trusted interfaces (networks).

3451. By xrg

websrv_lib: repr() for HTTPDir, helps logs

3450. By xrg

http_server: Initial IPv6 support

Easily, add one more http server at an IPv6 interface.

But wait, shall we only add one port, different than the main one?

3449. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3448. By Vo Minh Thu

[MERGE] use drawCentredString instead of drawString for report header.

3447. By Vo Minh Thu

[MERGE] res_widget: remove res.widget.user entries when user deleted.

3446. By Vo Minh Thu

[MERGE] "%s" % a + b should be "%s" % (a + b).

3445. By Vo Minh Thu

[FIX] netrpc_server: close as soon as possible the socket, and do it after a communication-level exception.

3444. By Vo Minh Thu

[REF] res_lang: removed unused variable.

3443. By Vo Minh Thu

[ADD] tools/config: started tests.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:openobject-server
This branch contains Public information 
Everyone can see this information.

Subscribers