summaryrefslogtreecommitdiff
path: root/src/char_sql
AgeCommit message (Expand)AuthorFilesLines
2011-01-13* Removed ladmin (remote administration tool), all related support code and t...ai4rei1-16/+0
2011-01-13* Reformatting and minor cleanups to console-plugin related code.ai4rei1-19/+9
2010-12-29* Fixed char-server making assumptions about RFIFO data length in character d...ai4rei1-1/+1
2010-12-25* Synchronized TXT/SQL char-server code a bit.ai4rei1-111/+112
2010-12-24* Fixes to char-server.ai4rei1-58/+55
2010-12-18* Renamed item array in 'struct guild_storage' from 'storage_' to 'items' to ...ai4rei1-2/+2
2010-12-18* Updates to handling of hair color/style and cloth color of characters.ai4rei1-2/+0
2010-12-18* Fixed usage of literals for map name length in character list packet (since...ai4rei1-1/+1
2010-12-12* Updates to dynamic server information `ragsrvinfo` on SQL.ai4rei1-9/+4
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-2/+2
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-2/+2
2010-12-02* Added defines for guild notice sizes (MAX_GUILDMES1 and MAX_GUILDMES2).ai4rei1-4/+4
2010-12-01* Fixed using main chat nick longer than 15 characters would cause a buffer o...ai4rei1-1/+1
2010-11-22* Fixed guild and guild member exp truncation issue (bugreport:4130, since r1...ai4rei2-15/+15
2010-11-22* Fixed saving/loading errors with compilers (such as VC6, MinGW), which do n...ai4rei1-2/+2
2010-11-19* Fixed WFIFOL being used instead of WFIFOW for a short field of packet 0x271...ai4rei1-1/+1
2010-11-09Follow-up to r14368. Load last_map from SQL on char load so the information i...Paradox924X1-2/+5
2010-11-02Fixed an issue where two ushorts were being strcmp'd. Follow-up to r14442. (b...Paradox924X1-1/+1
2010-11-02Ensured character data is saved even when last map is the only value that has...Paradox924X1-0/+1
2010-11-02Applied fix by Ai4rei to reintroduce mapName within charinfo packet when PACK...Paradox924X1-1/+1
2010-10-17Fixed wrong char info packet size for clients after 2010-07-27 (follow-up to ...Gepard1-1/+1
2010-10-11Pull `name` from character table instead of using `master` from guild table w...Paradox924X1-2/+2
2010-10-11Use `char_id` rather than `master` when checking if a guild needs to be delet...Paradox924X1-1/+1
2010-08-03- Merged a few minor bugfixesSkotlex1-0/+4
2010-06-01Replaced all occurrences of 'leaved' with 'withdraw'.Paradox924X2-7/+7
2010-04-23Merged a few updates for supporting renewal clients (thanks to Diablo): [Skot...skotlex1-3/+11
2010-03-02Fixed an exploit where the buyer can end the auction himself.Inkfish1-0/+6
2010-02-09Expanded range for cached and stored-in-db guild member exp (devotion) from u...Paradox924X1-2/+2
2009-12-03Prevented online user count from going negative. (bugreport:3913)Paradox924X1-2/+4
2009-11-24Cleaned up leftover PACKETVER define on the charserver (followup to r14155).ultramage1-6/+0
2009-11-19- Applied the renewal client support patch from Diablo (eA forum topic 222623)skotlex1-10/+40
2009-11-15Removed unnecessary use of StringBuf in int_quest.c to avoid memleaks in cert...ultramage1-16/+2
2009-11-03Extended broadcast implementation:Gepard1-10/+16
2009-10-27Fixed quest will never get erased when it's the only quest you have.Inkfish1-1/+1
2009-10-18Removed the char_rename setting in favor of a PACKETVER define.ultramage2-14/+16
2009-10-12Removed 'char_max_rename', extended 'char_rename', fixed compatibility issues.Inkfish1-28/+15
2009-10-12Fixed an error when 'char_rename' is set to 'no'Inkfish1-6/+5
2009-10-11Added character rename function.(topic:225576)(written by pakpil and fixed by...Inkfish3-25/+199
2009-10-04- Implemented new packets for rental items (from Jobbie and Natz and fixed by...zephyrus1-3/+3
2009-09-20Disabled ip checking during auth, since it lead to a lot of confusion.ultramage1-4/+4
2009-09-04* QuestLog Fix.Inkfish1-11/+5
2009-08-21Fixed the wrong packet length makes client choke when add_quest packets are s...Inkfish1-24/+17
2009-08-02* Questlog code cleanup.Inkfish2-54/+51
2009-07-28* Some more updates to Quest LogInkfish3-63/+67
2009-07-26* Some updates of Quest Log systemInkfish1-1/+1
2009-07-25Fixed undeclared variables on charserv compiling. how careless i am.....Inkfish1-4/+4
2009-07-25Rewrote Quest Log system.Inkfish4-61/+62
2009-06-30Fixed sql char deletion code using a broken pet deletion query (ran very slow...ultramage1-5/+3
2009-06-16Fixed an exploit that makes guild skill get higher level than the max defined...Inkfish2-4/+4
2009-05-02svn:eol-style native for char_sql's int_mercenary code (missing in r13166).ultramage2-241/+241