| Age | Commit message (Collapse) | Author |
|
|
|
default, just like worldserver)
|
|
`uptime` / Storage engine switched to InnoDB Note:
As for the redundant `uptime`.`startstring` being removed, this page might be of interest how to generate time strings from unix timestamps
http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_from-unixtime
|
|
stuff. Original memory leak fix is still in place.
|
|
|
|
dbwise)
Also fix connecting with realmflag & 4
|
|
Note: The default config file action for clients failing the checks can be changed for each check via the characters.warden_action table
Credits to TOM_RUS
|
|
|
|
added lots of improvements
Please re-extract vmaps
|
|
easier identification and matching for multiple connections from same IP)
|
|
|
|
The new format for the middle section is a 3-letter upper case abbreviation of the sql command being executed (select -> SEL, update -> UPD, etc.)
{DB}_{SEL/INS/UPD/DEL/REP}_{Summary of data changed}
|
|
|
|
|
|
And some misc comments/whitespaces
|
|
|
|
- Added missing space to 'if', 'for', 'while' and 'switch' when it's followed by '('
- Added missing space after a comma and remove space before comma (with some exceptions)
- Remove trailing spaces
- Convert tab to spaces
Note: Only affects files with extension "cpp" and "h" under /src/server
|
|
|
|
functions.
|
|
some exceptions)
|
|
|
|
fixes debug builds on Windows
|
|
directly from the executable binaries.
To view this information, check the "Product Version" field in Properties on the respective daemon.
+ Fix worldserver/authserver .rc file layouts and content (now adheres to MS standards *sighs*)
+ Change .serv info output to show corename followed by the commit date and hash
+ Include showing the versionstring on worldserver startup completion (on Aokromes' request)
Thanks to Paradox for bugging me enough about it and the initial pull-request.
|
|
|
|
(windows-based systems requires additional fixes)
Signed-off-by: click <click@gonnamakeyou.com>
|
|
|
|
correct teamname as well.
|
|
|
|
|
|
|
|
of right now is 64
|
|
output. Update your worldserver.conf.
|
|
|
|
authserver and worldserver. Prevent multiple calls and make it more elegant.
|
|
poll reactor.
close #15
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
|
|
Happy new year.
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Dropped support for running as a service on windows; it may be back in some form later.
Otherwise there should be no functional changes.
--HG--
branch : trunk
|
|
worldserver/authserver linking, this SHOULD be handled -properly- by the OpenSSL-package already.
--HG--
branch : trunk
|
|
systems (and possibly some others)
Closes issue 4380
--HG--
branch : trunk
|
|
because of inconsistent naming)
--HG--
branch : trunk
|
|
what we want to work on as well)
--HG--
branch : trunk
|
|
Thanks to .. someone (webmaster?)
Fixes issue 4191.
--HG--
branch : trunk
|
|
Patch by click.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
- Removed LogSQL config option until reimplementation on code side
- A bit of cosmetics for .conf files
--HG--
branch : trunk
|
|
- Make time format of MaxPingTime consistent between authserver and worldserver. Note that the value is in minutes, update your config files accordingly if needed.
- Remove obsolete atomic uint32 and prevent concurrent calls to vector::size() in DatabaseWorkerPool
--HG--
branch : trunk
|
|
- Make the mysql connectionpool shared for async and syncrhonous connections.
- Allow configurable amount of connections for the pool
- Allow configurable amount of delaythreads
Note that delaythreads now only represent in-core threads. Whenever they execute a task they will pick a free connection from the pool instead of using their previously unique assigned connection.
The purpose of this design change is better distribution of SQL requests (no bottlenecks paired with idling) among available resources.
This also prevents a ¨memory waste¨ of preparing async prepared statements on synchronous connections (that were never called) - and vice versa. Now, connections aren´t explicitly async or synchronous, they serve both purposes.
Use at own risk, might cause instabilities.
Don´t forget to update your config files and clear your cmake cache.
--HG--
branch : trunk
|