index
:
manaserv.git
abilities
Unnamed repository; edit this file 'description' to name the repository.
Erik Schilling
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
account-server
/
accounthandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed Character -> CharacterData in the accountserver
Erik Schilling
2013-04-11
1
-4
/
+5
*
Replaced 'unsigned int' with 'unsigned'
Thorbjørn Lindeijer
2013-01-09
1
-4
/
+4
*
Fixed issues with server behind router
Erik Schilling
2012-04-12
1
-2
/
+2
*
Fixed remaining compiler warnings
Thorbjørn Lindeijer
2012-03-16
1
-1
/
+1
*
Removed some superfluous new character initializations
Thorbjørn Lindeijer
2011-11-01
1
-13
/
+0
*
login with random hash
Stefan Beller
2011-08-10
1
-3
/
+44
*
Fixing selection of a character if lower slots are empty
Stefan Dombrowski
2011-03-30
1
-1
/
+1
*
Rely more on the functionality in XML::Document
Thorbjørn Lindeijer
2011-03-24
1
-9
/
+2
*
Moved defines.h and manaserv_protocol.h into 'common'
Thorbjørn Lindeijer
2011-03-20
1
-1
/
+1
*
General cleanups and code style fixes
Thorbjørn Lindeijer
2011-03-20
1
-94
/
+80
*
Micro-optimizations related to std::string
Thorbjørn Lindeijer
2011-03-17
1
-4
/
+5
*
Moved some file-global variables into the AccountHandler
Thorbjørn Lindeijer
2011-03-15
1
-42
/
+40
*
Introduced an AttributeValue class for convenience and readability
Thorbjørn Lindeijer
2011-03-15
1
-13
/
+16
*
Made the "No game server for map" error message report the map ID
Philipp Sehmisch
2011-03-14
1
-1
/
+1
*
Removed a bunch of silly documentation
Thorbjørn Lindeijer
2011-03-12
1
-3
/
+0
*
Fix the GP base and mod values for newly created characters.
Yohann Ferreira
2011-02-11
1
-0
/
+11
*
Made the servers report their protocol version.
Yohann Ferreira
2011-01-11
1
-3
/
+2
*
Removed the superfluous point struct.
Yohann Ferreira
2011-01-09
1
-1
/
+1
*
Namespaced the manaserv protocol to ease the porting of the enums.
Yohann Ferreira
2011-01-03
1
-0
/
+2
*
protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.
Yohann Ferreira
2010-12-29
1
-1
/
+1
*
Made the server handle properly the characters slots.
Yohann Ferreira
2010-12-29
1
-37
/
+51
*
Deharcoded the host and port options for each servers.
Yohann Ferreira
2010-12-16
1
-4
/
+12
*
Fix many compiler warnings.
Freeyorp
2010-12-08
1
-1
/
+1
*
Made the server return the number of slots in the login/register responses.
Yohann Ferreira
2010-11-18
1
-3
/
+14
*
Renamed .hpp files into .h for consistency.
Yohann Ferreira
2010-11-14
1
-18
/
+18
*
Fixed unregistering on the server-side.
Yohann Ferreira
2010-11-09
1
-3
/
+4
*
Renamed write{Byte,Short,Long} to writeInt{8,16,32}
Thorbjørn Lindeijer
2010-11-03
1
-83
/
+83
*
Send a client data URL in addition to the update host
Thorbjørn Lindeijer
2010-10-26
1
-0
/
+7
*
Centralized the servers' exit values.
Yohann Ferreira
2010-09-22
1
-11
/
+11
*
Reordered the manaserv.xml.example file and made related code cleanups.
Yohann Ferreira
2010-09-15
1
-4
/
+5
*
Centralized stringToBool conversion.
Yohann Ferreira
2010-09-08
1
-19
/
+27
*
Added <points> tag handling in attributes.xml.
Yohann Ferreira
2010-09-06
1
-46
/
+89
*
Change primary and secondary tags in attributes.xml from stats and stat to at...
Freeyorp
2010-08-30
1
-2
/
+2
*
Allow default values for attributes at character creation time.
Freeyorp
2010-08-03
1
-1
/
+23
*
Changed the stat file name to attributes.xml.
Yohann Ferreira
2010-08-02
1
-6
/
+7
*
New attribute system and major changes to many low-level areas.
Freeyorp
2010-07-10
1
-17
/
+64
*
Send update host also with registration response
Thorbjørn Lindeijer
2010-02-22
1
-3
/
+8
*
Update Copyright date for Manaserv.
Bertram
2010-02-07
1
-1
/
+1
*
Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e...
Philipp Sehmisch
2010-01-18
1
-3
/
+2
*
Removed last traces of hardcoded access levels form game-server, begun with u...
Philipp Sehmisch
2010-01-17
1
-2
/
+3
*
Instead of sending http://update.manasource.org/ don't send any update host i...
Chuck Miller
2009-12-18
1
-1
/
+3
*
Makes server send the update host from defaultUpdateHost config (defaults to ...
Chuck Miller
2009-12-18
1
-0
/
+1
*
Renamed DALStorage to Storage
Thorbjørn Lindeijer
2009-12-06
1
-1
/
+1
*
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
2009-12-06
1
-7
/
+6
*
Added server-sided SHA256 encryption of passwords as discussed.
Philipp Sehmisch
2009-12-04
1
-8
/
+4
*
Moved password hashing during registration to the client.
Philipp Sehmisch
2009-12-04
1
-3
/
+3
*
register credential information service and basic code structure for captcha ...
Philipp Sehmisch
2009-12-04
1
-9
/
+46
*
Some random cleanups
Thorbjørn Lindeijer
2009-10-18
1
-1
/
+1
*
Synced the protocol file with client in protocol.h, letting other defines in ...
Bertram
2009-10-09
1
-1
/
+1
*
Limit login attempt frequency based on IP address
Thorbjørn Lindeijer
2009-10-03
1
-18
/
+24
[next]