summaryrefslogtreecommitdiff
path: root/src/char_sql/char.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-162/+26
2008-07-13Modified storage data loadingultramage1-0/+12
2008-06-19Basic cleanup of the SQL charserver homunculus code.ultramage1-1/+1
2008-04-28Cleaned up char server set online/offline/char select functions. (bugreport:1...Kevin1-5/+10
2008-04-26Cleaned up auth system after change back to map server request.Kevin1-49/+60
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-8/+8
2008-04-21Made some cleanup in changesextoms1-1/+1
2008-04-17- Some mistake from someone but OMG!zephyrus1-1/+1
2008-04-16Fixed an issue in r12575 where 'not setting char offline when going from maps...ultramage1-5/+3
2008-04-14* Fixed a possible crash in char_sql. (since r12575, later modified in r12590).FlavioJS1-1/+1
2008-04-14Fixed a typo in char_sql/char.ctoms1-1/+1
2008-04-14Fixed a bug in the disconnection part char-server (not sending you offline)toms1-1/+1
2008-04-14Removed some unused variables that appeared in the last commit (r12584).Kevin1-3/+1
2008-04-14Some more updates to the quest log system. It has been completely moved to th...Kevin1-33/+1
2008-04-14* Followup to r12579 (all other players appeared as female on sql branch).FlavioJS1-0/+2
2008-04-13Major updates to the quest system.Kevin1-71/+1
2008-04-13* Quick&dirty reversal of the inter-server behaviour introduced in r3255/r3256:FlavioJS1-1/+83
2008-04-13Login will no longer set character offline when going from map to character s...Kevin1-1/+2
2008-04-11At char select, the char server will set character to server -2 (server unkno...Kevin1-0/+2
2008-04-11The max_account_id packetver detection mechanism will never cause any connect...ultramage1-14/+0
2008-04-11Finished most of the quest log code, still bits here and there but it's usabl...Kevin1-6/+9
2008-04-11Some quest log changes and removed one of the set char offline calls that was...Kevin1-1/+1
2008-04-10Client not marked online until map receives auth request from the client and ...Kevin1-1/+0
2008-04-10Modified the charservers to use a DBMap instead of a cyclic array for auth data.ultramage1-104/+118
2008-04-10- Fixed Max Guardians max = 8 (no need to increase this value for woe 2.0 as ...zephyrus1-1/+1
2008-04-10Char server now loads/saves quest information.Kevin1-3/+108
2008-04-04Bug fixes for Auth Glitch and Map server crash through script warp when chang...Kevin1-5/+14
2008-04-03Renamed 'connect_until_time' to 'expiration_time'.ultramage1-10/+10
2008-03-28Some more txt/sql login server synchronization:ultramage1-41/+0
2008-03-27Partial rewrite of the login server's auth system.ultramage1-9/+18
2008-03-27merged the charserver acc modification code cleanup to TXT (r11324)ultramage1-12/+18
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-20/+20
2008-03-25Added proper checks to adoption processing (followup to r12428).ultramage1-7/+13
2008-03-16- Added support for offline divorce.zephyrus1-14/+30
2008-03-16- Added De-adopt support when deleting a baby.zephyrus1-2/+21
2008-03-16- Optimized a little bit char deletion process with partner info.zephyrus1-28/+15
2008-03-03- Merged mail system to Stable. Need a second check... please wait.zephyrus1-0/+3
2008-02-17- Updated Eye of Hellion to use the new format of the input command.skotlex1-1/+1
2008-02-12Fixed SQL charserver not logging char deletion correctly (see bugreport:944)ultramage1-1/+1
2008-02-01Fixed sql charserver crashing when mapserver is disconnected and someone does...ultramage1-1/+1
2008-01-10Another round of login server cleaningultramage1-5/+0
2008-01-08Added missing session auth checks to charserver.ultramage1-7/+14
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage1-12/+9
2007-12-28* Fixed a memory leak in memitemdata_to_sql.FlavioJS1-1/+1
2007-12-18minor code tweakingultramage1-2/+4
2007-12-17* Added flag.server to indicate interserver socketsultramage1-8/+8
2007-11-27* TXT/SQL login server code synchronizationultramage1-31/+25
2007-11-27Removed some unneccessary charserver code.ultramage1-15/+13
2007-11-27- Corrected the online_data_cleanup routine setting offline characters that a...skotlex1-0/+2
2007-11-21Removed one duplicit sql operation when saving items (bugreport:459)ultramage1-1/+1