Changes between Version 10 and Version 11 of ServerAddress


Ignore:
Timestamp:
04/12/12 03:12:02 (12 years ago)
Author:
ph3-der-loewe
Comment:

µRoar now supports +default and +invalid

Legend:

Unmodified
Added
Removed
Modified
  • ServerAddress

    v10 v11  
    2525||=+abstract =||none         ||libroar         ||Address in abstract name space. || 
    2626||            ||#Num         ||Purposed        ||Address in abstract name space with ID Num. || 
    27 ||=+invalid  =||none         ||libroar         ||An invalid address. This is to be used for testing. || 
     27||=+invalid  =||none         ||libroar, µRoar  ||An invalid address. This is to be used for testing. || 
    2828||=+dstr     =||DSTR String  ||libroar         ||This is a server type specific to libroar. It uses the DSTR API to open a server connection || 
    2929||=+internal =||none         ||libroar         ||Connect to the current process. This is useful for plugins which can run within or outside of a server process || 
    30 ||=+default  =||none         ||Purposed        ||Use default behavior (as if no address is given). This is useful to force the default behavior in applications not supporting NULL values. 
     30||=+default  =||none         ||libroar, µRoar  ||Use default behavior (as if no address is given). This is useful to force the default behavior in applications not supporting NULL values. 
    3131 
    3232More special addresses may be added later.