index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
login
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-23
Fixed login-server using already removed `auth_node`. (bugreport:3254)
Gepard
1
-3
/
+3
2009-09-20
Disabled ip checking during auth, since it lead to a lot of confusion.
ultramage
1
-2
/
+2
2009-07-11
Some insignificant code tweaks.
ultramage
1
-1
/
+1
2009-04-01
* Removed online_check config options. (always active now)
FlavioJS
2
-51
/
+31
2009-01-14
* Added client login packets 0x01fa and 0x027c.
FlavioJS
3
-24
/
+47
2008-12-22
Fixed incorrect usage of sv_escape_c() in TXT's login_log function, which pro...
ultramage
1
-2
/
+2
2008-11-22
* Hunted down the simpler 64bit pointer truncations.
FlavioJS
1
-1
/
+1
2008-10-15
* Fixed ipban sql connecting to the sql server when disabled
FlavioJS
1
-1
/
+24
2008-08-29
swtcompilationerror (followup to r13149)
ultramage
1
-2
/
+2
2008-08-28
Fixed a txt login server crash when reading a malformed accounts file.
ultramage
1
-0
/
+2
2008-08-25
* Fixed: compiler warning in admin.c [akrus]
akrus
1
-2
/
+0
2008-08-19
* Added global sql settings 'sql.*' to inter_athena.conf.
FlavioJS
7
-233
/
+421
2008-08-09
Fixed login printing raw passwdenc passwords to console (bugreport:826).
ultramage
1
-6
/
+6
2008-08-01
Removed unused guardian hp columns from the guild castles table in main.sql (...
ultramage
1
-1
/
+1
2008-07-31
Corrected one wrong config option name causing db connection problems (follow...
ultramage
1
-1
/
+1
2008-07-31
Reverted r12230. cUSTOM_CFLAGS is redundant since you can achieve the same re...
ultramage
1
-2
/
+2
2008-07-30
AccountDB_TXT will now correctly read inconsistent EOLs (bugreport:1934)
ultramage
1
-3
/
+3
2008-07-28
Fixed loginlog not reading database config settings (followup to r13005).
ultramage
1
-5
/
+5
2008-07-27
Added code to md5 password received from charserver before comparing them wit...
ultramage
1
-0
/
+2
2008-07-27
Fixed md5 passwords not working
ultramage
1
-1
/
+1
2008-07-27
Cleaned up several poorly chosen loginlog variable names.
ultramage
1
-21
/
+17
2008-07-27
* Fixed a memory leak in mmo_auth_tosql (extra sql statement being allocated).
FlavioJS
1
-1
/
+0
2008-07-27
* Added missing option 'log_db_db' to loginlog_config_read(loginlog_sql.c).
FlavioJS
2
-0
/
+4
2008-07-26
Merged the /loginmerge branch (topic:192754)
ultramage
13
-1665
/
+2904
2008-04-27
Corrected r12662 where a guild break would trigger the OnGuildBreak event for...
ultramage
1
-1
/
+1
2008-04-21
* Changed the data field of timers from int to intptr.
FlavioJS
1
-6
/
+6
2008-04-12
... but not with a buggy tool (missing svn:props)
ultramage
1
-46
/
+46
2008-04-12
TXT code has been re uploaded. Please note this does not change the fact that...
Kevin
4
-0
/
+3381
2008-04-12
I live in a giant bucket.
Kevin
4
-3381
/
+0
2008-04-10
Modified the charservers to use a DBMap instead of a cyclic array for auth data.
ultramage
1
-9
/
+0
2008-04-10
Login server will now correctly keep online account information and properly ...
Kevin
1
-0
/
+9
2008-04-05
Reverted my recent changes to trunk.
ultramage
6
-3595
/
+1954
2008-04-05
Removed code that maintains the `sstatus` table, because it's in the way. To ...
ultramage
2
-33
/
+0
2008-04-05
Added back the login_log() function for txt (removed in r11826).
ultramage
3
-42
/
+101
2008-04-04
Added login.c to hold most of the common functionality of the login server.
ultramage
6
-1026
/
+660
2008-04-04
Preparations for the login server TXT/SQL merge
ultramage
4
-23
/
+2004
2008-04-04
Removed commented-out TXT-only login-server code that was supposed to prevent...
ultramage
2
-37
/
+0
2008-04-03
Renamed 'connect_until_time' to 'expiration_time'.
ultramage
3
-56
/
+56
2008-03-30
Yet more login server stuff:
ultramage
3
-218
/
+228
2008-03-29
Fixed a compilation issue with r12446 (C can't handle non-constant initialize...
ultramage
1
-1
/
+3
2008-03-28
Some more txt/sql login server synchronization:
ultramage
3
-535
/
+99
2008-03-27
Partial rewrite of the login server's auth system.
ultramage
3
-173
/
+215
2008-03-26
Adjusted eAthena code to compile cleanly in C++ mode.
ultramage
1
-7
/
+7
2008-03-25
Added proper checks to adoption processing (followup to r12428).
ultramage
1
-12
/
+17
2008-02-22
Added $(CUSTOM_CFLAGS) into all Makefile.in to provide any custom defs direct...
Lupus
1
-1
/
+1
2008-01-11
Patched a mistake in r12043 that caused inter-server connection problems when...
ultramage
1
-0
/
+1
2008-01-10
Another round of login server cleaning
ultramage
2
-256
/
+249
2008-01-06
Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...
ultramage
1
-10
/
+9
2007-12-17
* Added flag.server to indicate interserver sockets
ultramage
2
-4
/
+4
2007-12-16
Some more guild code reformatting (moved do_init_guild() to the end of guild....
ultramage
1
-3
/
+3
[next]