Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-26 | Autobans are now logged, more chat spam improvements | MadCamel | 1 | -1/+2 | |
Added a timeout to the total repeat counter. 5 minutes by default. | |||||
2009-08-23 | Improved chat spam detection | MadCamel | 1 | -3/+1 | |
Repeats are now checked only to the length of the shortest line (last line, current line) so "SPAM!!" and "SPAM!!!!!" would be considered a repeat. Total repeats are now counted and a ban is triggered if they exceed battle_config.chat_spam_flood repeats, regardless of time frame. | |||||
2009-08-16 | Adjust auto ban code and add sit spam handling | Jared Adams | 1 | -0/+2 | |
All three ban types can now either ban or just ingore new packets. Trade and sit spam default to ignore. Chat spam defaults to 1hr ban. | |||||
2009-08-16 | Send GM flag to clients | Jared Adams | 1 | -0/+3 | |
2009-08-14 | Revert "Change sending of hair style and color" | Jared Adams | 1 | -5/+1 | |
This reverts commit 1b7508c510aae8906fdcd7309da47c97b2804184. After talking on IRC, this change is no longer needed. | |||||
2009-08-13 | Change sending of hair style and color | Jared Adams | 1 | -1/+5 | |
Send them together in overloaded change looks packets (twice for older clients). This lets newer clients be more flexible with their handling of hair. | |||||
2009-08-12 | Fix adding equiped items to trade | Jared Adams | 1 | -7/+17 | |
2009-07-19 | Add some sanity checks. | Dennis Friis | 1 | -1/+4 | |
2009-07-07 | Fixes to socket system to make it cope better with fd depletion. | Dennis Friis | 1 | -20/+20 | |
Also added timeout for fullconnect, secured map server from stateless connections. | |||||
2009-07-06 | Add a new trade spam system | Jared Adams | 1 | -0/+2 | |
2009-07-06 | Revert "Add a new trade spam system" | Jared Adams | 1 | -2/+0 | |
This reverts commit 2e87e5b65a02d8d9f867a0510f039cc319b3ffcb. | |||||
2009-07-06 | Add a new trade spam system | Jared Adams | 1 | -0/+2 | |
2009-06-25 | Some fixing on storage saving on map change. derived from ea stable. | Dennis Friis | 1 | -5/+2 | |
2009-06-25 | More fixes to storage derived from ea stable. | Dennis Friis | 1 | -3/+4 | |
2009-06-25 | Redo storage, derived from ea stable. | Dennis Friis | 1 | -3/+10 | |
2009-06-19 | Auto-disconnect from trade partner when removing items | Fate | 1 | -0/+3 | |
2009-06-16 | Removed unnecessary am-healing flag, incorporated healing packets with ↵ | Fate | 1 | -14/+3 | |
regular opt status flags. This, together with the clientdata update, should fix the stuck healing state. | |||||
2009-05-31 | Made sure that healing items work while poison is slowed | Fate | 1 | -1/+1 | |
2009-05-30 | Added documentation for several eAthena extensions. Moved OnPCKillEvent ↵ | Fate | 1 | -4/+9 | |
magic label to OnPCKilledEvent, added complementary OnPCKillEvent that is the same, except invoked on a killer RID context. | |||||
2009-05-21 | Makes sure we tell the client to remove the healing effect | Chuck Miller | 1 | -0/+6 | |
2009-05-14 | Added pc_logout() hook to process players who are logging out | Fate | 1 | -0/+11 | |
When poisoned and logging out, set hp to 1 to avoid cheap poison cure exploit | |||||
2009-05-14 | Fine-tuned poison: lower HP further and slow down health item regeneration | Fate | 1 | -2/+4 | |
2009-05-13 | Fixed all compiler warnings and several small bugs in the process | MadCamel | 1 | -1/+1 | |
2009-05-11 | Don't spam healing changes | Jared Adams | 1 | -3/+7 | |
2009-05-11 | Comment out healing effect until it can be fixed. | Dennis Friis | 1 | -2/+2 | |
2009-05-07 | Make sure @invisible only makes you invisible | Jared Adams | 1 | -1/+1 | |
It can no longer be used to make you visible if you are already invisible. | |||||
2009-05-03 | Changed all times to use UTC | MadCamel | 1 | -1/+1 | |
2009-04-25 | Repair drop protection | MadCamel | 1 | -1/+4 | |
2009-04-25 | Fixed crash when picking up items while in a party | MadCamel | 1 | -3/+4 | |
2009-04-19 | Make party matter when picking up items | Jared Adams | 1 | -456/+461 | |
2009-04-09 | New and improved anti-spam system | MadCamel | 1 | -1/+1 | |
2009-04-06 | Change stat reset to set all stats to 1 point | Jared Adams | 1 | -8/+6 | |
2009-03-16 | Only resume script after divorce if need to | Jared Adams | 1 | -1/+5 | |
2009-03-16 | Now possible to divorce when partner is offline | MadCamel | 1 | -6/+7 | |
2009-03-14 | Fix a bug in item loading | Jared Adams | 1 | -10/+6 | |
2009-03-13 | Remov eitem classes | Jared Adams | 1 | -18/+2 | |
2009-03-10 | Apply sanity checks from Wombat | Jared Adams | 1 | -9/+30 | |
2009-03-09 | Add healing effect when under item healing | Jared Adams | 1 | -5/+5 | |
2009-03-08 | Strip some more out | Jared Adams | 1 | -38/+1 | |
2009-03-08 | Remove pet and vending systems | Jared Adams | 1 | -114/+15 | |
2009-03-08 | Remove packet versions from map server | Jared Adams | 1 | -10/+0 | |
2009-01-31 | When running out of spell charges, make sure to use spell attack delay for ↵ | Fate | 1 | -2/+3 | |
last attack, too | |||||
2009-01-31 | Add functionality for healer XP handling | Fate | 1 | -0/+38 | |
2009-01-05 | Adjust death penalty to not apply below level 20 | Jared Adams | 1 | -2/+2 | |
2009-01-01 | alter death penalties so novices are affected | Jared Adams | 1 | -1/+1 | |
2008-12-30 | Added OnPCDieEvent and OnPCKillEvent label support | Fate | 1 | -0/+12 | |
2008-12-11 | Added @invisible and @visible GM commands | Fate | 1 | -0/+15 | |
2008-11-23 | Magic: looping over spells, spell field access, is-equipped check | Fate | 1 | -2/+12 | |
2008-11-10 | * Adjusted the GM @charbaselvl command to set base experience to zero when ↵ | Fate | 1 | -7/+9 | |
lowering a char level * Adjusted the GM @charreset command as follows: - All stats are reset to 5 instead of 1 - Available statpoints are recomputed as per Malivox reset - Quest skills are reset to zero but their skill points don't contribute to empty skillpoints - Two character variables bound to WIP quest skills are zeroed * Added @charwipe command (default level 60) to reset a character as if that character had newly started | |||||
2008-11-02 | * Minor cleanup in login server | Jared Adams | 1 | -9/+18 | |
* Char server now records client version and reports it to map server * Map server will now report all skills (even ones with dangerous indices) for client version 1 and above * Use status change val1 (instead of val2) index for speed potions, so that they can be triggered more easily from within scripts * Item database now also keeps track of the effect that items have on the spower stat * spower is now based on level + int*2 + modifier (see last point) * Minor bugfixes in support functionality for the SLang interpreter - Do not restart the map server without also restarting the char server, as the interserver protocol has changed slightly! (patch by fate) |