summaryrefslogtreecommitdiff
path: root/src/map/chrif.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-20Expanded a mapserver's debug message in its interserver parsing function.ultramage1-1/+1
2008-01-19Added back periodic user count updates that got replaced in r11703, but are n...ultramage1-0/+3
2007-12-31* Added code to reject double logins in clif_parse_WantToConnection and added...FlavioJS1-6/+2
2007-12-17* Added flag.server to indicate interserver socketsultramage1-2/+2
2007-12-12* Some preparations for the guild script updateultramage1-4/+6
2007-12-07- removed the timer heap correction code when the timers overflow since Flavi...skotlex1-62/+49
2007-11-22- Changed the status_change structure to use dynamic rather than static memor...skotlex1-14/+14
2007-11-17Removed battle_config.error_log as console_silent already handles thisultramage1-4/+2
2007-11-09* Re-worked the login-char-map packet spam mechanismultramage1-46/+64
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-6/+6
2007-11-03Tried to make sense out of timer.c ... and failedultramage1-1/+1
2007-10-17* Merged do_sendrecv() and do_parse() into do_sockets()ultramage1-0/+1
2007-10-17Using predefined constants as parameters to the exit() function.ultramage1-2/+2
2007-09-28Removed some redundant code from the sql charserver.ultramage1-47/+33
2007-09-25* Disabled tick cache (to enable it: define TICK_CACHE to the number of calls...FlavioJS1-1/+1
2007-09-15Getting some (mostly atcommand) code cleaning out of the way...ultramage1-1/+1
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-2/+6
2007-08-09The new functions now clear junk from the output buffer, this simplifies the ...ultramage1-1/+0
2007-08-08- Changed the structure of the homunculus_db file so that the homunculus and ...skotlex1-1/+1
2007-08-08* Cleaned up junk left in the code by the mapcache/mapindex updateultramage1-10/+10
2007-07-01Cleaned up some parts of the code.ultramage1-263/+148
2007-06-01Some typo fixing / cleaningultramage1-6/+6
2007-05-28* RFIFOREST returns 0 when the session is eof (input data is implicitly disca...FlavioJS1-2/+1
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-1/+2
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage1-1/+1
2007-05-21- Removed the TURBO socket mechanism - it was in fact just using a variable t...ultramage1-46/+29
2007-05-19Reformatting @_@ultramage1-67/+48
2007-05-09* Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). FlavioJS1-9/+9
2007-04-22- Removed the include of features.h from the console.c plugin. It is apparent...skotlex1-3/+3
2007-04-06I'm still here!DracoRPG1-1/+1
2007-04-05typos: recieve -> receiveultramage1-1/+1
2007-04-05* Made a crazy attempt to at least partially synchronize login&char codeultramage1-93/+54
2007-04-02* Some source code cleaningultramage1-6/+6
2007-03-23- Made waiting_disconnect on the char server be an int to hold the timer ID o...skotlex1-0/+11
2007-03-19- Rewrote the jail logic to always use a status change. This means that the c...skotlex1-2/+3
2007-03-18- Removed the old 'mapserver charsave' mechanismultramage1-24/+2
2007-03-09- Added info on packet 0x86 (simple move packet). Not usable until a clear se...FlavioJS1-1/+3
2007-03-04- Removed delete_session from socket.h since it shouldn't be used by them.skotlex1-1/+2
2007-02-28- Made it possible to modify the server packet version from the Makefile.skotlex1-2/+30
2007-02-27- Removed an auth procedure check that is no longer needed (fixes double-logi...skotlex1-4/+0
2007-02-26- indent cleanupsskotlex1-3/+1
2007-01-28Some misc cleanups (typos, formatting, forgotten changelog entry etc)ultramage1-1/+1
2007-01-24- Cleaned up some more the Joint Beat implementation, so the status don't tak...skotlex1-1/+1
2007-01-07Undid the memset->malloc_set replacementultramage1-4/+4
2006-12-23- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...FlavioJS1-1/+1
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-1636/+1636
2006-12-04- Changed some pc_authfails to clif_authfail_fd since pc_authfail prints erro...skotlex1-2/+2
2006-12-03- Removed sd->sex since it's redundant (we can always use sd->status.sex)skotlex1-7/+2
2006-12-01- Fixed txt-converter compilation. skotlex1-5/+5
2006-11-29- Some cleaning on the homunc speed calculating code, so that it correctly us...skotlex1-5/+5