index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
login
/
login.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-01
* Removed online_check config options. (always active now)
FlavioJS
1
-49
/
+30
2009-01-14
* Added client login packets 0x01fa and 0x027c.
FlavioJS
1
-19
/
+38
2008-08-19
* Added global sql settings 'sql.*' to inter_athena.conf.
FlavioJS
1
-34
/
+4
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-27
Added code to md5 password received from charserver before comparing them wit...
ultramage
1
-0
/
+2
2008-07-26
Merged the /loginmerge branch (topic:192754)
ultramage
1
-1311
/
+722
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
TXT code has been re uploaded. Please note this does not change the fact that...
Kevin
1
-0
/
+2362
2008-04-12
I live in a giant bucket.
Kevin
1
-2362
/
+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
1
-178
/
+1943
2008-04-05
Added back the login_log() function for txt (removed in r11826).
ultramage
1
-0
/
+7
2008-04-04
Added login.c to hold most of the common functionality of the login server.
ultramage
1
-0
/
+590
2008-04-04
Preparations for the login server TXT/SQL merge
ultramage
1
-2362
/
+0
2008-04-04
Removed commented-out TXT-only login-server code that was supposed to prevent...
ultramage
1
-15
/
+0
2008-04-03
Renamed 'connect_until_time' to 'expiration_time'.
ultramage
1
-32
/
+32
2008-03-30
Yet more login server stuff:
ultramage
1
-179
/
+184
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
1
-473
/
+77
2008-03-27
Partial rewrite of the login server's auth system.
ultramage
1
-160
/
+206
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-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
1
-250
/
+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
1
-3
/
+3
2007-12-16
Some more guild code reformatting (moved do_init_guild() to the end of guild....
ultramage
1
-3
/
+3
2007-12-11
Fixed a mistake in r11876 that prevented the login server from doing auth cor...
ultramage
1
-1
/
+1
2007-12-09
small fix to the server's packet parsing code to display server IPs correctly.
ultramage
1
-3
/
+4
2007-12-02
Fixed charserver unable to reestablish link to login server after a disconnec...
ultramage
1
-4
/
+7
2007-11-28
Fixed a typo in r11826 messing up TXT gm account loading.
ultramage
1
-1
/
+1
2007-11-27
* TXT/SQL login server code synchronization
ultramage
1
-1666
/
+381
2007-11-09
* Re-worked the login-char-map packet spam mechanism
ultramage
1
-5
/
+13
2007-11-08
* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.
FlavioJS
1
-2
/
+2
2007-10-19
Removed some overly verbose messages from the TXT login server.
ultramage
1
-121
/
+64
2007-10-18
Fixed some gcc-specific stuff, silenced some more warnings
ultramage
1
-2
/
+2
2007-10-17
* Merged do_sendrecv() and do_parse() into do_sockets()
ultramage
1
-0
/
+1
2007-10-06
* the mapserver won't exit when no mapcache is found, with use_grf: yes
ultramage
1
-1
/
+0
2007-10-04
* Added MAX_HOTKEYS to supplement the HOTKEY_SAVING define
ultramage
1
-1
/
+1
2007-09-30
Removed redundant 'subnet' s_subnet structure variable.
ultramage
1
-6
/
+6
2007-09-20
Added back SQL charserver listening socket code that got removed in the /tmps...
ultramage
1
-41
/
+40
2007-09-20
Synced TXT/SQL login server new account creation code. Removed some totally u...
ultramage
1
-79
/
+48
2007-09-20
Synced some more :)
ultramage
1
-70
/
+76
2007-09-20
Partially applied r10021 changes to TXT login server (login_config data struc...
ultramage
1
-131
/
+190
2007-09-20
* Merged the tmpsql branch:
FlavioJS
1
-156
/
+144
2007-09-13
Wiped out every mention of RETCODE from /src.
ultramage
1
-235
/
+235
2007-08-10
- added proper comments to login packet 0x277
ultramage
1
-4
/
+4
[next]