aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver/RemoteAccess
AgeCommit message (Expand)Author
2015-04-04Misc: Fixed license header formattingShauren
2015-03-18Core/RemoteAccess: Remove an unused define in RASessionNaios
2015-01-01Update copyright note for 2015Vincent-Michael
2014-11-08Core/NetworkIO: updated CMSG_RANDOMIZE_CHAR_NAME, SMSG_RANDOMIZE_CHAR_NAME, S...joschiwald
2014-09-20Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-09-19Core/Misc: Multiple static analysis issues fixed (small optimizations and cle...DDuarte
2014-08-27Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-08-27Core/RA: Workaround for telnet active modejackpoz
2014-07-19Part 1: Merge branch 'master' into 4.3.4Shauren
2014-07-17Buildsystem/MSVC: Warning fixesShauren
2014-07-13More warnings fixesSubv
2014-07-13Fixed some compiler warningsSubv
2014-07-10Fixed a GCC internal error when compiling AsyncAcceptorSubv
2014-07-03Fix non-PCH compileleak
2014-07-02Fixed login and some errorsSubv
2014-07-02Enabled RA and removed all ACE from itSubv
2014-07-02Cleaned up worldserver includes a bitSubv
2014-07-02Remove unused RARunnable filesleak
2014-07-02Some ground work for ASIO based RemoteAccess handlingleak
2014-06-25Compile fix (RASocket needs to be rewritten entirely at some point)leak
2014-06-21Replaced Threading and SFMT access related code with std::thread and boost TSSleak
2014-04-29Core/Misc: Remove obsolete C++11 backward compatibility macrosDehravor
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-07-29Misc: Fix warnings and buildNay
2013-07-28Servers: Fix some code style issues in world and authserverNay
2013-07-15Core/Config: Refactored ConfigMgrShauren
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-02-14Core/RA: Addition to previous crashfixMachiavelli
2013-02-14Core/RA: Fix a possible crashMachiavelli
2013-02-11Core/Sockets: Always try to send MSG_NOSIGNAL in peer().send()Nay
2013-02-05Core/Remote: Adjust logentries to accomodate separation of info- vs debug-out...click
2013-01-30Core/Misc: Remove some calls to const_castSpp
2013-01-19Core/RA: Warning fixShauren
2013-01-15WorldServer/RA: Implement MSG_NOSIGNAL in RASocket send.kaelima
2013-01-04Core/Misc: Fix a couple of warnings, some of them performance relatedNay
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-12-31Core: Fixed some level 4 warnings (msvc)Shauren
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-03-24Core/DBLayer: Few more type correctionsNay
2012-03-24Core/DBLayer: Convert PQuery() queries to prepared statementsleak
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-12-15Fix warningsSpp
2011-10-18Minor changes here and there:Spp
2011-09-29Cosmetic: Multiple cosmetic changesSpp
2011-09-28Configuration/ConfigMgr: converted from singleton to namespace with free func...Spp
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...Spp
2011-09-08AccountMgr singleton converted to namespace with free functions as it has no ...Spp-
2011-08-03Fix build on gcc 4.6 :/Machiavelli