summaryrefslogtreecommitdiff
path: root/src/char_sql
AgeCommit message (Expand)AuthorFilesLines
2006-06-27- Cleaned up the IP sync code to...skotlex1-40/+38
2006-06-22Typos resolving login-DNS instead of char-DNS -.-Lance1-7/+7
2006-06-22* [Fixed]: Lance1-2/+2
2006-06-22- Tested and fixed resolve_hostbyname.skotlex1-57/+38
2006-06-21* [Added]: Lance1-0/+38
2006-06-19- Fixed the compilation errors of my last commit... >.> <.<skotlex1-8/+8
2006-06-19- Removed the mysterious array of two of char_dat (char/sql server), replaced...skotlex2-113/+103
2006-06-19* [Fixed]: Lance1-1/+1
2006-06-18* [Temperory Fixed]: Lance1-2/+3
2006-06-16- Merged Adam's patch to let the char-server handle validation of pet-name-ch...skotlex2-2/+42
2006-06-14- Fixed main.sql adding a key on char_id rather than account_id for the char ...skotlex1-18/+16
2006-06-12- Made guild member exp an unsigned int.skotlex1-2/+2
2006-06-11* [Fixed] Lance1-1/+1
2006-06-10- Added structure party_data and party_member_data to the map server to hold ...skotlex1-1/+0
2006-06-10fixed MoM's typoVicious1-1/+1
2006-06-09- Fixed @mapinfo displaying incorrectly maps with nosave which send you back ...skotlex3-10/+26
2006-06-09Fixed a typo in char_sql/char.c, thanks to Euph.MasterOfMuppets1-1/+1
2006-06-09- Modified guild exp to be an unsigned int rather than a signed one.skotlex1-10/+11
2006-06-07- Removed char_nick2id from char-sql server as it's no longer needed.skotlex3-22/+3
2006-06-07* [Optimized]:Lance1-5/+2
2006-06-05- Fixed skill_unitsetting using layout->count for the for instead of group->c...skotlex1-0/+7
2006-06-01[Fixed]:Lance1-0/+1
2006-05-31- Fixed compilation of char_sql/int_party.c -.-skotlex1-0/+1
2006-05-31- Made the char_name_option char_athena.conf setting apply to parties and gui...skotlex3-0/+32
2006-05-31- Fixed compilation of char_sql/char.cskotlex1-3/+3
2006-05-31- Moved the JOB_* defines from map.h to mmo.h, update char.c to use them.skotlex1-89/+93
2006-05-31- Some cleaning of the fame-update code, fixing a logic bug which made the ra...skotlex1-20/+32
2006-05-26* Change scripting engine's NPC scope vars to dot (.) style.Lance1-1/+2
2006-05-26* Fixed typos in char.c Lance1-2/+2
2006-05-26I'm still here!DracoRPG1-30/+128
2006-05-15- Fixed the nocast flag 2 (not usable in pvp) returning true in pk-mode servers.skotlex1-0/+4
2006-04-24- Added logging of deleted characters when the char_log is enabled.skotlex1-0/+10
2006-04-22- Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_endskotlex2-34/+31
2006-04-21- Char server will now ignore packet 0x65 for already authentified accounts.skotlex1-0/+6
2006-04-16- Fixed char-sql server still reading the old lanconfig format rather than th...skotlex1-7/+10
2006-04-16- Fixed mysql ping setting being in minutes rather than hours.skotlex1-2/+2
2006-04-13- Added an Info message when pinging the SQL servers.skotlex1-0/+1
2006-04-10- Updated the subnet support to not require specifying the subnet mask, it is...skotlex1-1/+1
2006-04-05- Added inter config connection_ping_interval which specifies interval in hou...skotlex3-22/+41
2006-04-01- Added a check to remove exp-even-share when someone leaves a party.skotlex1-0/+6
2006-03-27- Changed status_point/skill_point to unsigned short. Adjusted the code as ne...skotlex1-27/+27
2006-03-21warning msg typos fixLupus1-1/+1
2006-03-17- Fixed handling of the char_gm_read config for packet 0x2af7 (reloadgmdb)skotlex1-9/+7
2006-03-13- Corrected char-server parameters so that the subnet config file is the thir...skotlex1-1/+1
2006-03-04- Fixed a bug on the last fix :Pskotlex1-1/+1
2006-03-04- Fixed subnet checking being broken in the login txt server.skotlex1-4/+4
2006-03-03* Fixed character deletion working on SQL without an email address (Thanks to...Zephiris1-0/+1
2006-03-02- Fame list size is now defined by MAX_FAME_LIST constant (mmo.h)skotlex1-6/+29
2006-03-01* Corrected a few Compiling Warnings [Codemaster]codemaster4-5/+5
2006-03-01* Added the ability to select GM loading via Login (default) or Char [Codemas...codemaster1-25/+70