summaryrefslogtreecommitdiff
path: root/src/char_sql/inter.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-01* Fixed using main chat nick longer than 15 characters would cause a buffer o...ai4rei1-1/+1
2009-11-03Extended broadcast implementation:Gepard1-10/+16
2009-07-28* Some more updates to Quest LogInkfish1-1/+1
2009-07-25Rewrote Quest Log system.Inkfish1-1/+1
2009-06-16Fixed an exploit that makes guild skill get higher level than the max defined...Inkfish1-1/+1
2008-09-01- Moved char server's mercenary code to a different file (int_mercenary.*)zephyrus1-2/+6
2008-08-23- Completed Mercenary Create, Delete, Save. Tests OK.zephyrus1-1/+1
2008-08-23- Added column `mer_id` on char_dbzephyrus1-1/+1
2008-08-23- Mercenary Packets (Server to Client). Still need a little more info.zephyrus1-1/+1
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-157/+20
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-1/+1
2008-04-14Some more updates to the quest log system. It has been completely moved to th...Kevin1-1/+1
2008-04-13Major updates to the quest system.Kevin1-1/+3
2008-04-11The max_account_id packetver detection mechanism will never cause any connect...ultramage1-11/+0
2008-04-10Modified the charservers to use a DBMap instead of a cyclic array for auth data.ultramage1-2/+2
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-16/+13
2008-03-08- Auction System implementation completed.zephyrus1-1/+1
2008-03-08- Added support for Auction Close and Cancel.zephyrus1-1/+1
2008-03-05- Merged Auction Search and Register. It seen to work fine, so you can test t...zephyrus1-14/+6
2008-02-21- Fixed new guilds displaying online-connect member count at 0 rather than 1,...skotlex1-1/+1
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage1-1/+0
2007-11-12- Important fix to Mail System allowing (by a low change) items duple.zephyrus1-2/+2
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-2/+2
2007-10-27- Improvements to the mail system.zephyrus1-2/+2
2007-10-23* Removed the inter_athena.conf maildb settings as they are not required anym...zephyrus1-42/+0
2007-10-22- Added the new mail system. Requires optimization and tests.zephyrus1-2/+47
2007-10-17Using predefined constants as parameters to the exit() function.ultramage1-3/+3
2007-09-20* Merged the tmpsql branch:FlavioJS1-158/+163
2007-07-01Cleaned up some parts of the code.ultramage1-140/+133
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-4/+2
2007-05-19Reformatting @_@ultramage1-3/+3
2007-03-22Some generic typo fixes (src and npc)ultramage1-1/+1
2007-02-08- Added code for SQL that will automatically detect the ping interval at star...ultramage1-9/+32
2007-02-07Cleaning up of the socket codeultramage1-0/+2
2007-01-27Fixed a C language restriction preventing compilationultramage1-5/+8
2007-01-27- Moved the pet rename code from int_pet.c to inter.c and normalized it so it...skotlex1-3/+47
2007-01-07- re-added the duplicit nj/gs name messages in msg_athenaultramage1-1/+1
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-822/+822
2006-11-24- Added all the missing FIFOHEADs in the login/sql servers (required for TURB...skotlex1-18/+29
2006-10-20- Fixed Charge Atk being able to go through chasm/pits.skotlex1-1/+1
2006-09-30- Rewrote the txt->sql converter. It now links directly to the char server fi...skotlex1-21/+22
2006-09-08- Added upgrade_svn8675.sql in case, for some reason, your guild table still ...skotlex1-3/+0
2006-07-17Orn's and Albator's Homunculus system, finally, YAY!!DracoRPG1-1/+10
2006-07-10- Added login-char packet 0x2737. Sets all characters offline (login-server s...skotlex1-4/+0
2006-07-07- Fixed signed/unsigned comparison issues in the char txt/sql server.skotlex1-3/+2
2006-07-06- Modified the party_data structure on the map server to remove some redundan...skotlex1-1/+1
2006-06-16- Merged Adam's patch to let the char-server handle validation of pet-name-ch...skotlex1-2/+2
2006-04-22- Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_endskotlex1-4/+4
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