summaryrefslogtreecommitdiff
path: root/src/table/settings.h
AgeCommit message (Collapse)Author
2009-04-11(svn r16028) -Fix [FS#2826]: storing/loading some currencies failed due to ↵rubidium
inconsistent "tables". -Codechange: unduplicate settings "tables" that might be made inconsistent in the future (to prevent other cases like FS#2826).
2009-04-10(svn r16014) -Feature(-ish): allow binding to several IPs; ↵rubidium
[network]:server_bind_ip doesn't exist anymore. Add the IPs/hostnames to [server_bind_addresses]
2009-04-09(svn r16000) -Feature: IPv6 supportrubidium
2009-03-25(svn r15848) -Feature: Add autoclean_novehicles setting which will, when ↵peter1138
autoclean_companies is true, remove any company with no vehicles and no active client after autoclean_novehciles-months.
2009-03-21(svn r15798) -Fix (r15795): gcc doesn't like static functions that are not ↵yexo
declared static.
2009-03-21(svn r15795) -Codechange: Move the settings table from settings.cpp to ↵yexo
table/settings.h. Patch breaking time :)