summaryrefslogtreecommitdiff
path: root/src/common/socket.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-21Fixed a small mistake in r11503 causing a fatal error&exit on unix when you t...ultramage1-4/+4
2007-10-18* Removed commented-out code for check_fake_id()ultramage1-2/+0
2007-10-17* Merged do_sendrecv() and do_parse() into do_sockets()ultramage1-108/+85
2007-10-17Using predefined constants as parameters to the exit() function.ultramage1-6/+6
2007-09-20* Merged the tmpsql branch:FlavioJS1-6/+7
2007-07-25* Added support for character rename packet (only dummy code for now)ultramage1-2/+2
2007-07-01Cleaned up some parts of the code.ultramage1-1/+1
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-1/+1
2007-05-09* Adapted the shortlist to use a static array instead of a linked list and en...FlavioJS1-67/+40
2007-05-09* Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). FlavioJS1-3/+108
2007-05-05* Removed the dependency on winsock.h for definitions, it's all winsock2.h now.FlavioJS1-12/+13
2007-04-29* Ladmin fixesultramage1-9/+18
2007-04-20- Added ntows() to properly handle that client port number deficiencyultramage1-0/+7
2007-04-12fixed makefile typo, maps_athena typo, svn:eol-style native for some filesultramage1-1/+1
2007-04-10Removed an ugly cast in socket.ctoms1-2/+2
2007-04-09* Played around with MinGW a bit today...ultramage1-2/+2
2007-04-07- Added function str2ip() to do platform-safe conversionsultramage1-0/+7
2007-04-05* Made a crazy attempt to at least partially synchronize login&char codeultramage1-36/+34
2007-04-02* Some source code cleaningultramage1-52/+42
2007-04-01- Modified waiting_disconnect on the login server to hold the timer id of the...skotlex1-0/+6
2007-03-09- Added info on packet 0x86 (simple move packet). Not usable until a clear se...FlavioJS1-1/+1
2007-03-04More tweaks to socket.c to simplify the codeultramage1-87/+42
2007-02-21Minor stuff (typos, socket.c, junk in login reply packet)ultramage1-21/+8
2007-02-08- Fixed the new socket code, which was triggering the inactivity timeout on t...ultramage1-2/+3
2007-02-08* More aggressive cleaning up of the socket codeultramage1-149/+116
2007-02-07Wiped out the poorly written parse code from r2211ultramage1-34/+1
2007-02-07Cleaning up of the socket codeultramage1-24/+22
2007-02-07- Removed deprecated console code.FlavioJS1-57/+3
2007-01-26- Added a wrapper to delete_timer so it prints out from where the invocation ...skotlex1-1/+1
2007-01-21Typo huntultramage1-3/+3
2007-01-12yup, i need to rest... (also, copy-paste is eeeevil)FlavioJS1-1/+1
2007-01-12 upsFlavioJS1-1/+1
2007-01-12- Cleaned up the ip rules/DDoS section of the code. (the allow,deny and deny,...FlavioJS1-175/+203
2007-01-09- Changes to script buildin functions:FlavioJS1-1/+1
2007-01-08Unimportant cleanupsultramage1-11/+4
2007-01-08* Silenced the plugin export messages during startup [ultramage]ultramage1-1/+1
2007-01-08- Added a precompiler error when the shutdown defines are not found.FlavioJS1-8/+12
2007-01-07Undid the memset->malloc_set replacementultramage1-2/+2
2007-01-06- Now winsock 2 is required.FlavioJS1-77/+112
2007-01-04- Updated /doc from jAthenaultramage1-2/+0
2007-01-03- Fixed FIFO defines in TURBO mode.FlavioJS1-1/+1
2007-01-03- Fixed pc_calc_skilltree ignoring prerequisites / joblvl requirements.ultramage1-2/+2
2006-12-31- Updated getitem and guardian entries in script_commands.txt.FlavioJS1-1/+1
2006-12-29- Skill use is now cancelled when you use it while cloaking, and the uncloaki...skotlex1-1/+1
2006-12-28- Reapplied Skotlex's socket.c changes from r9587 and r9582. :S (sorry)FlavioJS1-7/+19
2006-12-28- Part 3 of TheUltraMage's socket cleanup.FlavioJS1-46/+36
2006-12-28- Added a func_parse invocation when an invalid socket is found, so that the ...skotlex1-0/+4
2006-12-28- Some cleaning in do_sendrecv, added error messages when handling an incorre...skotlex1-9/+17
2006-12-25- Applied part 1 of TheUltraMage's socket cleanup.FlavioJS1-215/+75
2006-12-13Modified flush_fifo so the code do what is written in the commenttoms1-2/+2