index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
account-server
/
accounthandler.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-22
Send update host also with registration response
Thorbjørn Lindeijer
1
-3
/
+8
2010-02-07
Update Copyright date for Manaserv.
Bertram
1
-1
/
+1
2010-01-18
Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e...
Philipp Sehmisch
1
-3
/
+2
2010-01-17
Removed last traces of hardcoded access levels form game-server, begun with u...
Philipp Sehmisch
1
-2
/
+3
2009-12-18
Instead of sending http://update.manasource.org/ don't send any update host i...
Chuck Miller
1
-1
/
+3
2009-12-18
Makes server send the update host from defaultUpdateHost config (defaults to ...
Chuck Miller
1
-0
/
+1
2009-12-06
Renamed DALStorage to Storage
Thorbjørn Lindeijer
1
-1
/
+1
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
1
-7
/
+6
2009-12-04
Added server-sided SHA256 encryption of passwords as discussed.
Philipp Sehmisch
1
-8
/
+4
2009-12-04
Moved password hashing during registration to the client.
Philipp Sehmisch
1
-3
/
+3
2009-12-04
register credential information service and basic code structure for captcha ...
Philipp Sehmisch
1
-9
/
+46
2009-10-18
Some random cleanups
Thorbjørn Lindeijer
1
-1
/
+1
2009-10-09
Synced the protocol file with client in protocol.h, letting other defines in ...
Bertram
1
-1
/
+1
2009-10-03
Limit login attempt frequency based on IP address
Thorbjørn Lindeijer
1
-18
/
+24
2009-10-03
Some cleanup
Thorbjørn Lindeijer
1
-133
/
+143
2009-08-14
Bugfix for storing transaction messages for new created characters.
Andreas Habel
1
-2
/
+3
2009-05-24
Made it possible to specify the host to listen on
Bjørn Lindeijer
1
-2
/
+3
2009-04-26
Standardize on the position of the const keyword
Bjørn Lindeijer
1
-2
/
+3
2009-03-06
Added transactional history to game server.
David Athay
1
-1
/
+1
2009-03-05
Added transactional history
David Athay
1
-0
/
+24
2009-03-02
Fixed default values of numHairStyles und numHairColors
Philipp Sehmisch
1
-2
/
+2
2009-02-24
Forgot two config key renames and a little style fix
Philipp Sehmisch
1
-1
/
+2
2009-02-24
Made a lot of hard-coded values configuration options
Philipp Sehmisch
1
-19
/
+32
2009-01-25
Compile without warnings and made getIP() const
Bjørn Lindeijer
1
-1
/
+1
2009-01-12
Added getting IP, and restricting time between logins
David Athay
1
-0
/
+16
2008-12-06
Fixes map warp issues, and has a better starting location
Chuck Miller
1
-2
/
+2
2008-11-21
Added bandwidth monitor to account server. Fixes compile errors.
David Athay
1
-1
/
+1
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2008-09-10
* Extended tmw_accounts table with columns for lastlogin and registration dat...
Andreas Habel
1
-0
/
+13
2008-05-30
Register chat clients with their account level, don't assume normal user (patch
Bjørn Lindeijer
1
-1
/
+1
2008-04-25
Realigned Email already exists error return value and removed GetEmail Address
Yohann Ferreira
1
-24
/
+1
2008-04-23
Switched to alternative SHA-256 implementation from InspIRCd.
Bjørn Lindeijer
1
-16
/
+13
2008-04-22
Fixed some small issues.
Bjørn Lindeijer
1
-1
/
+1
2008-04-21
Added password and email encryption server-side using SHA256.
Yohann Ferreira
1
-9
/
+17
2008-04-18
Fixed 'Password changes' and 'Unregistering'.
Yohann Ferreira
1
-1
/
+5
2008-02-28
Work in Progress commit of guilds.
David Athay
1
-2
/
+0
2008-01-28
Added weapon skill system and leveling system.
Philipp Sehmisch
1
-1
/
+5
2007-09-23
Simplified interface of the handler used for connections from game servers to...
Guillaume Melquiond
1
-2
/
+2
2007-09-23
Simplified interface of the connection handler used for clients of the accoun...
Guillaume Melquiond
1
-111
/
+146
2007-09-23
Robustified code with respect to insertion failures.
Guillaume Melquiond
1
-2
/
+3
2007-09-22
Cleaned both configuration and resource managers.
Guillaume Melquiond
1
-11
/
+12
2007-09-16
Cleaned game-server handler a bit before adding statistics.
Guillaume Melquiond
1
-1
/
+1
2007-08-31
Plugged several account leaks on error. Prevented banned players from logging...
Guillaume Melquiond
1
-3
/
+12
2007-08-31
Cleaned a bit more.
Guillaume Melquiond
1
-6
/
+3
2007-08-31
Tidied up account server.
Guillaume Melquiond
1
-56
/
+40
2007-08-30
Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...
Guillaume Melquiond
1
-63
/
+49
2007-08-29
Fixed handling of account levels.
Guillaume Melquiond
1
-1
/
+1
2007-08-19
Added support for protective equipment.
Guillaume Melquiond
1
-1
/
+1
2007-08-18
First part of a patch for completing the RPG system (character attributes) of...
Guillaume Melquiond
1
-7
/
+7
2007-08-14
Handled money as part of the inventory.
Guillaume Melquiond
1
-39
/
+22
[next]