aboutsummaryrefslogtreecommitdiff
path: root/src/game/WorldSocket.cpp
AgeCommit message (Expand)Author
2010-06-05Move core/realm files to new subdirectoryclick
2010-05-16Fix Autokick timer. Will work again properly for people on the char selection...Machiavelli
2010-05-14Add config option SessionAddDelay to replace the hard coded 10ms default Netw...Machiavelli
2010-05-12Replace some WorldSocket code with Derex´s code for MaNGOS to support packet...Machiavelli
2010-05-08Cleanup on some database-related files: merge some DB-related files, add some...click
2010-05-05Any opcode sent after CMSG_CHAR_ENUM should reset the timeout timer, not just...Machiavelli
2010-04-29Warning FixesSpp
2010-04-23Properly deregister WorldSocket connections in case of reaching socket timeou...Machiavelli
2010-04-11Fix mail, professions, group loot, console spam, and some fixes. Big thx to T...n0n4m3
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code Style: Remove trailing spacesSpp
2010-02-12Add config option that determines the maximum allowed time between the last r...Machiavelli
2010-01-23Implement QueryResult_AutoPtr type which is ACE's reference counted auto_ptr(...Anubisss
2010-01-16Updated copyright for new year.n0n4m3
2010-01-10*Tabs to spacesQAston
2009-12-21Fix some whitespace errors. Corrected account_access 'id' type.p0wer
2009-12-21* Add support for different gmlevel's for different realms.p0wer
2009-12-18*Cleanup, proper indentation, and remove some wrong/irrelevant comments copie...maximius
2009-12-17Update some code for 322an0n4m3
2009-11-10*fix Character freeze after map change or login. Closes #19 patch by trazomRat
2009-10-17*Massive cleanup redux.maximius
2009-10-17*Backed out changeset 3be01fb200a5maximius
2009-10-17*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and ...maximius
2009-09-27Backed out changeset 5da05b39c3ebChaz Brown
2009-09-27* Fix Player getting stuck after teleport, etc. due to high number of achieve...Chaz Brown
2009-09-19*Cleanup + Fix Linux build by WarHeadmaximius
2009-09-18*[8475] fixed some gcc-warnings Author: balrokmaximius
2009-09-02[8450] Prevented using of plaintext passwords in sql queries Author: arraimegamage
2009-09-02 [8445] Fixed redundant calculation of v and s on every login Author: arraimegamage
2009-09-01 [8433] Implement proper store and use character specific account data.megamage
2009-08-29Replace switch with more proper way of checking allowSecurityLevel, and a few...Chaz Brown
2009-08-19 [8389] Implement check really read received packet size and warning it no...megamage
2009-08-19 [8378] Use exceptions instead of explicit size checking for each packet A...megamage
2009-07-31[8278] Update packet size checks in WorldSocket::HandleAuthSession to 3.x sta...megamage
2009-07-31*Fixed /played chat command. Author: tomrus88megamage
2009-07-31*Replace "LoginDatabase" with "loginDatabase"megamage
2009-06-12*Fix a bug that client cannot log in.megamage
2009-06-11*Switch to support client version 3.1.3megamage
2009-05-24[7878] Use bigger buf for better performence. Author: Derexmegamage
2009-04-29*Revert Mangos [7022] to see if this can fix the cpu spikes in Windows.megamage
2009-04-29[7731] Some code cleanups, warrning fixes. Author: VladimirMangosmegamage
2009-04-25*Fix the format of world log.megamage
2009-04-06fix a long standing typoChaz Brown
2009-04-05* Allow use security > 3 in realmd.account.gmlevel field. This will fix issue...XTZGZoReX
2009-03-21Small code cleanup and partial merge with dev branch Author: tomrus88megamage
2009-03-21Updated OpenSSL lib. Thanks to Neo2003. Author: tomrus88megamage
2009-03-21* Fixed way too many \n in WorldLog output.XTZGZoReX
2009-03-21* Implement ".server set closed on/off" command to allow/deny new connections...XTZGZoReX
2009-03-19* Correctly implement database logging in WorldLog.XTZGZoReX