summaryrefslogtreecommitdiff
path: root/src/char_sql
AgeCommit message (Expand)AuthorFilesLines
2007-10-27* Fixed TXT charserver doing periodic random-sized memory allocation (bugrepo...ultramage1-16/+18
2007-10-27Followup fixes to r11583:ultramage1-5/+5
2007-10-27- Improvements to the mail system.zephyrus2-45/+86
2007-10-26* Removed confusing map_nick2sd_nocase(), let the charserver handle itultramage1-24/+22
2007-10-24* Corrected a fex misshaps from r11571:FlavioJS1-2/+2
2007-10-24* Cleaned up some messy guild code (more to come)ultramage3-182/+151
2007-10-23- Another FALSE to false... sorry.zephyrus1-1/+1
2007-10-23- Fixed a compilation bug on linux (FALSE -> false)zephyrus1-5/+5
2007-10-23* Removed the inter_athena.conf maildb settings as they are not required anym...zephyrus3-525/+473
2007-10-22- Added the new mail system. Requires optimization and tests.zephyrus7-3/+548
2007-10-20Fixed a nasty bug from r11410 which let people create chars with already take...ultramage1-11/+11
2007-10-17* Merged do_sendrecv() and do_parse() into do_sockets()ultramage1-1/+3
2007-10-17Using predefined constants as parameters to the exit() function.ultramage2-4/+4
2007-10-14Fixed charsrever crashes, caused by r11410ultramage1-1/+0
2007-10-12* Fixed wrong index calculation in TXT char creation code (ref: r11410)ultramage1-1/+1
2007-10-11Charserver cleaning / code simplification.ultramage1-347/+220
2007-10-07- Ops!.zephyrus1-1/+1
2007-10-07- Bug ID #184: Char Creation With An Empty Name [Zephyrus]zephyrus1-0/+7
2007-10-04* Added MAX_HOTKEYS to supplement the HOTKEY_SAVING defineultramage1-2/+3
2007-09-30Removed redundant 'subnet' s_subnet structure variable.ultramage1-34/+12
2007-09-28* Changed back the query to get the friends of a character to a LEFT JOIN.FlavioJS1-1/+1
2007-09-28Removed some redundant code from the sql charserver.ultramage1-98/+73
2007-09-27* Reimplemented mmo_char_fromsql using sql statements. (fixes bugreport:93)FlavioJS1-139/+171
2007-09-22Fixed a severe bug in inventory saving code (caused by r11192).ultramage1-58/+46
2007-09-22* Added 'safestrnlen' to prevent null pointer crashesultramage2-2/+2
2007-09-21* Fixed a typo in the status-change saving code (wrong variable used)ultramage2-2/+3
2007-09-20Added back SQL charserver listening socket code that got removed in the /tmps...ultramage2-1/+5
2007-09-20* Merged the tmpsql branch:FlavioJS18-2773/+2093
2007-09-13Wiped out every mention of RETCODE from /src.ultramage2-6/+6
2007-08-16- Cleaned some more the hotkey code: The order by and limit specifications ar...skotlex1-2/+11
2007-08-15- Merged and completed Latio's work on server-side hot-key saving (http://www...skotlex1-1/+48
2007-08-09The new functions now clear junk from the output buffer, this simplifies the ...ultramage2-1/+2
2007-08-08* Cleaned up junk left in the code by the mapcache/mapindex updateultramage1-16/+14
2007-08-07Some minor typo fixing.ultramage1-2/+1
2007-08-05Fixed a missing charserver include causing "warning: struct declared inside p...ultramage1-0/+1
2007-07-25* Added support for character rename packet (only dummy code for now)ultramage1-104/+106
2007-07-20* Corrected packet_db.txt. See topic:158382 for details. As a side-effect, th...ultramage1-9/+10
2007-07-01Cleaned up some parts of the code.ultramage2-321/+290
2007-07-01* TXT->SQL converter fixupultramage2-6/+7
2007-06-06git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10706 5...FlavioJS1-2/+2
2007-06-03- Fixed missing client update when 'return to savepoint' failsultramage1-1/+1
2007-06-02* Displaying op names instead of numbers in script engine errors.FlavioJS1-46/+25
2007-06-01Some typo fixing / cleaningultramage1-12/+12
2007-05-28- Fixed an infinite char-server loop on the map connectionultramage2-23/+19
2007-05-28* RFIFOREST returns 0 when the session is eof (input data is implicitly disca...FlavioJS1-44/+53
2007-05-25Reformatting, warning fixes, unsigned char removalultramage1-1/+1
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage4-12/+12
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage5-45/+36
2007-05-21- Removed the TURBO socket mechanism - it was in fact just using a variable t...ultramage7-421/+393
2007-05-19Reformatting @_@ultramage3-14/+10