Age | Commit message (Expand) | Author | Files | Lines |
2007-02-21 | Minor stuff (typos, socket.c, junk in login reply packet) | ultramage | 1 | -21/+8 |
2007-02-08 | - Fixed the new socket code, which was triggering the inactivity timeout on t... | ultramage | 1 | -2/+3 |
2007-02-08 | * More aggressive cleaning up of the socket code | ultramage | 1 | -149/+116 |
2007-02-07 | Wiped out the poorly written parse code from r2211 | ultramage | 1 | -34/+1 |
2007-02-07 | Cleaning up of the socket code | ultramage | 1 | -24/+22 |
2007-02-07 | - Removed deprecated console code. | FlavioJS | 1 | -57/+3 |
2007-01-26 | - Added a wrapper to delete_timer so it prints out from where the invocation ... | skotlex | 1 | -1/+1 |
2007-01-21 | Typo hunt | ultramage | 1 | -3/+3 |
2007-01-12 | yup, i need to rest... (also, copy-paste is eeeevil) | FlavioJS | 1 | -1/+1 |
2007-01-12 | ups | FlavioJS | 1 | -1/+1 |
2007-01-12 | - Cleaned up the ip rules/DDoS section of the code. (the allow,deny and deny,... | FlavioJS | 1 | -175/+203 |
2007-01-09 | - Changes to script buildin functions: | FlavioJS | 1 | -1/+1 |
2007-01-08 | Unimportant cleanups | ultramage | 1 | -11/+4 |
2007-01-08 | * Silenced the plugin export messages during startup [ultramage] | ultramage | 1 | -1/+1 |
2007-01-08 | - Added a precompiler error when the shutdown defines are not found. | FlavioJS | 1 | -8/+12 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 1 | -2/+2 |
2007-01-06 | - Now winsock 2 is required. | FlavioJS | 1 | -77/+112 |
2007-01-04 | - Updated /doc from jAthena | ultramage | 1 | -2/+0 |
2007-01-03 | - Fixed FIFO defines in TURBO mode. | FlavioJS | 1 | -1/+1 |
2007-01-03 | - Fixed pc_calc_skilltree ignoring prerequisites / joblvl requirements. | ultramage | 1 | -2/+2 |
2006-12-31 | - Updated getitem and guardian entries in script_commands.txt. | FlavioJS | 1 | -1/+1 |
2006-12-29 | - Skill use is now cancelled when you use it while cloaking, and the uncloaki... | skotlex | 1 | -1/+1 |
2006-12-28 | - Reapplied Skotlex's socket.c changes from r9587 and r9582. :S (sorry) | FlavioJS | 1 | -7/+19 |
2006-12-28 | - Part 3 of TheUltraMage's socket cleanup. | FlavioJS | 1 | -46/+36 |
2006-12-28 | - Added a func_parse invocation when an invalid socket is found, so that the ... | skotlex | 1 | -0/+4 |
2006-12-28 | - Some cleaning in do_sendrecv, added error messages when handling an incorre... | skotlex | 1 | -9/+17 |
2006-12-25 | - Applied part 1 of TheUltraMage's socket cleanup. | FlavioJS | 1 | -215/+75 |
2006-12-13 | Modified flush_fifo so the code do what is written in the comment | toms | 1 | -2/+2 |
2006-12-13 | - Modified flush_fifo so you can decide whether to block the current thread o... | skotlex | 1 | -3/+8 |
2006-12-09 | - Reversed revision #9415 (messages with server_tick field being sent as soon... | FlavioJS | 1 | -4/+2 |
2006-12-06 | - Messages with server_tick field are sent as soon as possible now. | FlavioJS | 1 | -3/+5 |
2006-12-05 | - Fixed sc data load failing when using charsave_method: 1 | skotlex | 1 | -2/+2 |
2006-11-29 | - Probably fixed the Segmentation Faults we've been having. | FlavioJS | 1 | -1360/+1360 |
2006-11-28 | - Changed write to send as suggested by TheUltraMage in: | FlavioJS | 1 | -1/+1 |
2006-11-24 | - Added all the missing FIFOHEADs in the login/sql servers (required for TURB... | skotlex | 1 | -1/+0 |
2006-11-23 | - Made WFIFOHEAD() check for available buffer size remaining on the connectio... | skotlex | 1 | -1/+2 |
2006-11-06 | - Ganbantein's delay is now 2 secs. | skotlex | 1 | -1/+1 |
2006-09-22 | - Probably fixed a signed/unsigned mismatch warning on the new socket code. | skotlex | 1 | -2/+2 |
2006-09-21 | - Improved a bit RFIFOFLUSH as suggested by Harbin. | skotlex | 1 | -2/+2 |
2006-09-19 | Fixed some gcc4 warnings | toms | 1 | -1/+1 |
2006-09-19 | - Fixed Spider Web fire damage bonus. | skotlex | 1 | -3/+4 |
2006-09-18 | - Merged Meruru's update to socket.c, which includes a rewritten parse functi... | skotlex | 1 | -213/+168 |
2006-09-13 | - Fixed compilation for native windows builds. | skotlex | 1 | -1/+1 |
2006-09-13 | - Readded the setting TCP_NODELAY on socket.c to see if it fixes the walk-lag... | skotlex | 1 | -4/+4 |
2006-09-11 | - Modified set_nonblocking and setsocketoptions in socket.c, using eApp's cod... | skotlex | 1 | -25/+21 |
2006-09-06 | - Updated skill_require_db's entry for Abracadabra, it requires yellow 2 gems... | skotlex | 1 | -1/+1 |
2006-08-27 | * Optional macro MEMSET_TURBO for faster low-level memory initializations. | Lance | 1 | -5/+5 |
2006-06-22 | - Tested and fixed resolve_hostbyname. | skotlex | 1 | -2/+5 |
2006-06-21 | - Added function parse_hostbyname() which takes a hostname and a char[4]. The... | skotlex | 1 | -1/+16 |
2006-05-29 | [Optimized] | Lance | 1 | -1/+1 |