summaryrefslogtreecommitdiff
path: root/src/map/chrif.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-74/+53
2008-07-13Modified storage data loadingultramage1-4/+4
2008-07-13storage code cleanup (no behavioral changes yet)ultramage1-2/+4
2008-06-29Random assortment of various small corrections and tweaks.ultramage1-6/+7
2008-04-26Cleaned up auth system after change back to map server request.Kevin1-38/+6
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-4/+4
2008-04-21Made some cleanup in changesextoms1-1/+5
2008-04-20* Several updates from Trunkzephyrus1-1/+1
2008-04-14Some more updates to the quest log system. It has been completely moved to th...Kevin1-1/+0
2008-04-13* Quick&dirty reversal of the inter-server behaviour introduced in r3255/r3256:FlavioJS1-13/+61
2008-04-11The max_account_id packetver detection mechanism will never cause any connect...ultramage1-3/+2
2008-04-11Some quest log changes and removed one of the set char offline calls that was...Kevin1-1/+0
2008-04-11More questlog code.Kevin1-0/+1
2008-04-11- Fixed a bug in de-adopt code (parent skills need to be removed).zephyrus1-0/+2
2008-04-10Crash fix for (r12552).Kevin1-1/+13
2008-04-10Lolwhoops.Kevin1-0/+2
2008-04-10Client not marked online until map receives auth request from the client and ...Kevin1-2/+9
2008-04-10Modified the charservers to use a DBMap instead of a cyclic array for auth data.ultramage1-2/+4
2008-04-07Removed the 'wait close' timer that closed a session's socket after 5 seconds.ultramage1-3/+3
2008-04-04Update to Auth Glitch fix: moved unit_free_pc back to where it was and update...Kevin1-3/+0
2008-04-04Fixed a little bug in Kevin's commit (r12473)toms1-1/+1
2008-04-04Bug fixes for Auth Glitch and Map server crash through script warp when chang...Kevin1-0/+4
2008-04-03Renamed 'connect_until_time' to 'expiration_time'.ultramage1-2/+2
2008-03-28Some more txt/sql login server synchronization:ultramage1-49/+3
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-3/+4
2008-03-24* Reorganized the contents of the mapserver's header files.ultramage1-0/+1
2008-03-16- Added support for offline divorce.zephyrus1-6/+22
2008-03-16- Fixed a compilation error. ops :3zephyrus1-5/+4
2008-03-16- Added De-adopt support when deleting a baby.zephyrus1-6/+33
2008-03-11Replaced clif_countusers() with a more efficient alternative (thanks to the f...ultramage1-9/+1
2008-03-04- Updated firepillar so it cannot be placed on top of others.skotlex1-9/+13
2008-03-02Fixed wrong mvp format string for @mobinfo (would not show big mvp exp reward...ultramage1-0/+8
2008-02-21- Added status_calc_life to properly calculate hp/max_hp as a ratio taking in...skotlex1-6/+9
2008-02-21- Fixed new guilds displaying online-connect member count at 0 rather than 1,...skotlex1-105/+212
2008-02-11Getting rid of map_getallusers(), part 1ultramage1-13/+27
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