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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-22
Another small simplification
Thorbjørn Lindeijer
1
-7
/
+1
2010-08-22
Avoid collision with type 'int' in SQL query
Thorbjørn Lindeijer
1
-12
/
+7
2010-08-22
Changed the location of configuration, logs and stats
Thorbjørn Lindeijer
1
-45
/
+13
2010-08-07
Fixed index creation on mana_char_kill_stats table
Thorbjørn Lindeijer
1
-1
/
+1
2010-08-07
Revert "Added a method of updating the passwords of an existing database"
Thorbjørn Lindeijer
2
-50
/
+0
2010-07-09
Added LUA script bindings for manipulating the specials available to a charac...
Philipp Sehmisch
2
-5
/
+76
2010-05-30
Use XML::Document to automate memory cleanup
Thorbjørn Lindeijer
1
-1
/
+1
2010-05-29
Made the logLevel be taken from configuration for both servers.
Yohann Ferreira
1
-27
/
+38
2010-05-28
Added some more log infos, and made small cleanups.
Yohann Ferreira
1
-0
/
+5
2010-05-16
Random cleanups, adding const, removing unnecessary clear calls
Thorbjørn Lindeijer
3
-9
/
+8
2010-05-16
Changed and split up the default location for loading data
Thorbjørn Lindeijer
2
-35
/
+18
2010-02-23
Removed some unnecessary log messages
Philipp Sehmisch
1
-1
/
+0
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
13
-13
/
+13
2010-01-29
Rename enum elements to avoid clashing with macros
Bernd Wachter
1
-1
/
+1
2010-01-18
Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e...
Philipp Sehmisch
2
-6
/
+2
2010-01-17
Removed last traces of hardcoded access levels form game-server, begun with u...
Philipp Sehmisch
2
-2
/
+6
2010-01-08
Added tracing of kill count for each monster per character
Philipp Sehmisch
3
-3
/
+101
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
Added a method of updating the passwords of an existing database
Thorbjørn Lindeijer
2
-4
/
+51
2009-12-06
Moved storagesql.hpp into storage.hpp
Thorbjørn Lindeijer
2
-152
/
+44
2009-12-06
Renamed DALStorage to Storage
Thorbjørn Lindeijer
6
-71
/
+72
2009-12-06
Moved DALStorage documentation into source file
Thorbjørn Lindeijer
3
-302
/
+208
2009-12-06
Removed obsolete commented out code from DALStorage
Thorbjørn Lindeijer
1
-79
/
+6
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
14
-147
/
+141
2009-12-06
Removed "TMW" and "TMWSERV" from header guards
Thorbjørn Lindeijer
7
-17
/
+17
2009-12-06
A host of code style changes
Thorbjørn Lindeijer
2
-80
/
+54
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-24
Rebranding tmwserv to manaserv
Thorbjørn Lindeijer
3
-40
/
+40
2009-10-18
Some random cleanups
Thorbjørn Lindeijer
2
-3
/
+3
2009-10-17
Also close gracefully on receiving the TERM signal
Thorbjørn Lindeijer
1
-0
/
+1
2009-10-09
Synced the protocol file with client in protocol.h, letting other defines in ...
Bertram
3
-2
/
+3
2009-10-07
Added a warning to accountserver when using the default inter-server password.
Philipp Sehmisch
1
-0
/
+7
2009-10-07
Adds server auth, also adds the "net_password" configure option
Chuck Miller
1
-1
/
+14
2009-10-03
Limit login attempt frequency based on IP address
Thorbjørn Lindeijer
5
-59
/
+27
2009-10-03
Some cleanup
Thorbjørn Lindeijer
1
-133
/
+143
2009-10-01
Adds code for saving and getting status effects from the database
Chuck Miller
3
-0
/
+101
2009-09-30
Adds tmw_char_status_effects tables to mySQL and SQLite
Chuck Miller
2
-1
/
+6
2009-08-23
Added table and view to prepare reporting of transaction log.
Andreas Habel
1
-1
/
+1
2009-08-17
Update table tmw_accounts. Added columns to store secret key and expiration
Andreas Habel
1
-1
/
+1
2009-08-14
Bugfix for storing transaction messages for new created characters.
Andreas Habel
1
-2
/
+3
2009-07-10
Changed BindInteger and BindString to BindValue
David Athay
1
-23
/
+23
2009-07-10
Changed database to using prepared statements, to stop SQL injection attacks
David Athay
2
-65
/
+170
2009-07-03
Makes Skills non hard coded
Chuck Miller
3
-13
/
+21
2009-05-24
Stopped tmwserv from writing to its configuration file
Bjørn Lindeijer
1
-26
/
+41
2009-05-24
More code style fixes
Bjørn Lindeijer
1
-2
/
+1
2009-05-24
Made it possible to specify the host to listen on
Bjørn Lindeijer
5
-9
/
+11
[next]