FlavioJS
|
15258dfdb0
- Moved md5calc to common
|
18 yıl önce |
FlavioJS
|
637ae9a4dc
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files.
|
18 yıl önce |
skotlex
|
cfee0ccf63
- Added all the missing FIFOHEADs in the login/sql servers (required for TURBO support)
|
18 yıl önce |
Lupus
|
13b42f8089
Fixed debug message in login_sql
|
18 yıl önce |
skotlex
|
cb53caa46a
- Applied FlavioJs's patch which enables colored console output for Windows systems. It also includes a config setting called "stdout_with_ansisequence" with which you can turn off the color codes (in case you are logging all output)
|
18 yıl önce |
skotlex
|
eee1baf718
- Ganbantein's delay is now 2 secs.
|
18 yıl önce |
skotlex
|
782daffa9e
- Fixed a possible crash and a memory leak on the login-SQL server when parsing unban requests.
|
18 yıl önce |
skotlex
|
66869ed12a
- Changed a bit the dnsbl lookup in the login servers to make it faster.
|
18 yıl önce |
skotlex
|
3c5c104561
- Modified the login SQL server so that case insensitive lookups use "where name = BINARY 'name'" instead of "where BINARY name = 'name'", since this way the name index should be used, and performance will no longer be heavily affected.
|
18 yıl önce |
toms
|
cff4864a78
- Fixed a possible SIGSEGV on buildin_maprespawnguildid if the map is unknown
|
19 yıl önce |
toms
|
34e28b6b16
- Fixed SC_NEN according to Mpeg
|
19 yıl önce |
skotlex
|
2c74fc0254
- Should have fixed the login-sql crash when passed user-name's length is beyond the limit.
|
19 yıl önce |
skotlex
|
6f3c9a6dc7
- Fixed two instances in the login-sql server where the ip in the log-login table was being stored backwards.
|
19 yıl önce |
skotlex
|
29fdbcae3b
- Fixed the login-sql server replying to the change-sex packet with the wrong gender, causing the char-server to screw-up job-change updates.
|
19 yıl önce |
toms
|
e61a6fb306
Removed ugly struct cast in login.c
|
19 yıl önce |
toms
|
627e316993
Casted nothl to (unsigned int) in sprintf functions, IP is 32bits and sql field the same...
|
19 yıl önce |
toms
|
bf650446b0
Fixed "warning: long unsigned int format, unsigned int arg" in parse_login (login_sql\login.c)
|
19 yıl önce |
skotlex
|
74c899ec9f
- Added a missing ntohl call in the loginlog code.
|
19 yıl önce |
skotlex
|
1b9b599e2a
- Modified the loginlog setting on the login-sql server to store the ips using the htonl conversion function before storing/retrieving them from sql.
|
19 yıl önce |
skotlex
|
cb54048d1e
- Changed Land Protector's range back to 3.
|
19 yıl önce |
skotlex
|
c96212781f
- Corrected Trim chars to block 'enter', as explained by the Ultra mage.
|
19 yıl önce |
skotlex
|
670bd31159
- Fixed the IP value being apparently incorrectly casted before inserting into the loginlog table on "connect success" events.
|
19 yıl önce |
skotlex
|
b69c506ca7
- Oops, should have fixed the crash in intif gm message.
|
19 yıl önce |
skotlex
|
15de0150a7
- Fixed login-sql compilation issue ~.~;
|
19 yıl önce |
skotlex
|
eabf215be3
- Modified the login-sql server to do the ip-ban check only on the auth-packets instead of on every packet.
|
19 yıl önce |
skotlex
|
ef4320d056
- Login-sql server will no longer change an account's state to "7" when banning a player. This should fix being able to use @ban to clear out a @blocked player. Players will now be identified as banned only through the banned-until timestamp.
|
19 yıl önce |
skotlex
|
924284f1b9
- Added login-char packet 0x2737. Sets all characters offline (login-server side).
|
19 yıl önce |
skotlex
|
f89a7d2069
- Fixed a compile warning in login sql/txt
|
19 yıl önce |
skotlex
|
029be2fe93
- Fixed a compile warning in the login txt/sql server.
|
19 yıl önce |
skotlex
|
6d354a4b06
- Cleaned up the IP sync code to...
|
19 yıl önce |