Age | Commit message (Expand) | Author | Files | Lines |
2012-01-05 | Improved friend removal process to avoid inconsistent state if char-server wa... | gepard1984 | 1 | -1/+1 |
2012-01-04 | Made charserver refuse connections if no map server is connected, performance... | shennetsind | 1 | -6/+5 |
2012-01-04 | Pets & Homun renaming with empty name fix, bugreport:3032 | shennetsind | 1 | -8/+15 |
2012-01-04 | Fixed char-server not making use of name_ignoring_case setting, bugreport:4700 | shennetsind | 1 | -6/+10 |
2011-12-22 | Minstrel/Wanderer changesex bugfix, bugreport:5147 | shennetsind | 1 | -1/+7 |
2011-12-22 | Fixed character delayed deletion method, bugreport:5136 | shennetsind | 1 | -0/+5 |
2011-12-20 | 1/2/3-letter char name creation exploit fix. | shennetsind | 1 | -1/+6 |
2011-12-20 | fixed char server from creating character names with \255 and \xA0 (exploitab... | shennetsind | 1 | -1/+1 |
2011-12-18 | * Merged changes up to eAthena 15034. | eathenabot | 1 | -1/+5 |
2011-12-15 | few MySQL Optimizations to char-server | shennetsind | 1 | -8/+8 |
2011-12-14 | Removing a friend will also remove you from your friends friendlist, bugrepor... | shennetsind | 1 | -0/+16 |
2011-12-13 | - Fixed char-server saving skills which have no level associated with them | epoque11 | 1 | -1/+5 |
2011-10-16 | * Added field for the change slot feature to character select list packet for... | ai4rei | 1 | -1/+5 |
2011-09-08 | * Fix C++ compilation issues. | flaviojs | 1 | -1/+1 |
2011-08-30 | - Updated mmo_char_tosql and memitemdata_to_sql to keep a count of errors whi... | Skotlex | 1 | -24/+61 |
2011-08-10 | - added sending a dummy 0x08b9 packet in the char-server, required to support... | Skotlex | 1 | -0/+10 |
2011-07-10 | * Changed limit definitions used in WBUF* and WFIFO* to the intended fixed si... | flaviojs | 1 | -14/+14 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 1 | -11/+11 |
2011-06-22 | Added enum e_skill_flag to represent the values of struct s_skill's complicat... | ultramage | 1 | -3/+3 |
2011-06-16 | * Merges from charmerge: | flaviojs | 1 | -103/+273 |
2011-04-17 | * Fixed char-server missing some WFIFOHEAD (partially due to r10909 being rev... | ai4rei | 1 | -0/+4 |
2011-04-16 | * Added support for visible garments/robes. | ai4rei | 1 | -5/+9 |
2011-04-10 | * Added support for clients 2010-11-23aRagexeRE+ and 2011-01-11aRagexeRE+. | ai4rei | 1 | -1/+5 |
2011-03-19 | Removed leftovers of old charcommand config (follow-up to r13403). | Gepard | 1 | -1/+2 |
2011-02-19 | * Fixed gcc compile warnings in char-server and console plug-in (bugreport:47... | ai4rei | 1 | -2/+2 |
2011-02-08 | * Added support for new delayed character deletion. | ai4rei | 1 | -7/+259 |
2011-01-14 | * Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria... | ai4rei | 1 | -14/+14 |
2011-01-13 | * Removed ladmin (remote administration tool), all related support code and t... | ai4rei | 1 | -16/+0 |
2011-01-13 | * Reformatting and minor cleanups to console-plugin related code. | ai4rei | 1 | -19/+9 |
2010-12-29 | * Fixed char-server making assumptions about RFIFO data length in character d... | ai4rei | 1 | -1/+1 |
2010-12-25 | * Synchronized TXT/SQL char-server code a bit. | ai4rei | 1 | -111/+112 |
2010-12-24 | * Fixes to char-server. | ai4rei | 1 | -58/+55 |
2010-12-18 | * Updates to handling of hair color/style and cloth color of characters. | ai4rei | 1 | -2/+0 |
2010-12-18 | * Fixed usage of literals for map name length in character list packet (since... | ai4rei | 1 | -1/+1 |
2010-12-12 | * Updates to dynamic server information `ragsrvinfo` on SQL. | ai4rei | 1 | -9/+4 |
2010-11-19 | * Fixed WFIFOL being used instead of WFIFOW for a short field of packet 0x271... | ai4rei | 1 | -1/+1 |
2010-11-09 | Follow-up to r14368. Load last_map from SQL on char load so the information i... | Paradox924X | 1 | -2/+5 |
2010-11-02 | Fixed an issue where two ushorts were being strcmp'd. Follow-up to r14442. (b... | Paradox924X | 1 | -1/+1 |
2010-11-02 | Ensured character data is saved even when last map is the only value that has... | Paradox924X | 1 | -0/+1 |
2010-11-02 | Applied fix by Ai4rei to reintroduce mapName within charinfo packet when PACK... | Paradox924X | 1 | -1/+1 |
2010-10-17 | Fixed wrong char info packet size for clients after 2010-07-27 (follow-up to ... | Gepard | 1 | -1/+1 |
2010-10-11 | Use `char_id` rather than `master` when checking if a guild needs to be delet... | Paradox924X | 1 | -1/+1 |
2010-08-03 | - Merged a few minor bugfixes | Skotlex | 1 | -0/+4 |
2010-04-23 | Merged a few updates for supporting renewal clients (thanks to Diablo): [Skot... | skotlex | 1 | -3/+11 |
2009-12-03 | Prevented online user count from going negative. (bugreport:3913) | Paradox924X | 1 | -2/+4 |
2009-11-19 | - Applied the renewal client support patch from Diablo (eA forum topic 222623) | skotlex | 1 | -10/+40 |
2009-10-18 | Removed the char_rename setting in favor of a PACKETVER define. | ultramage | 1 | -14/+10 |
2009-10-12 | Removed 'char_max_rename', extended 'char_rename', fixed compatibility issues. | Inkfish | 1 | -28/+15 |
2009-10-12 | Fixed an error when 'char_rename' is set to 'no' | Inkfish | 1 | -6/+5 |
2009-10-11 | Added character rename function.(topic:225576)(written by pakpil and fixed by... | Inkfish | 1 | -25/+162 |