summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-04Added packet rate limiter and flood prevention system.MadCamel1-129/+633
2010-02-21Fixed sending player's name when in a guild.Chuck Miller1-51/+32
2010-02-20Do not report another player's base level.No Name1-10/+3
2010-02-06Fix a memory leakMadCamel1-1/+3
2010-02-05Spellcasting will no longer trigger spam bansMadCamel1-16/+7
2010-01-19fixed a few buffer overrunsHelmut Grohne1-2/+2
2009-12-26Used the "indent" C formatting program from GNU to do some clean upsChuck Miller1-5764/+6774
2009-12-02Fix map authentication responseJared Adams1-3/+3
2009-10-29Allow players to switch characters while aliveJared Adams1-2/+2
2009-10-25Give level 99 character the GM hilight tooJared Adams1-1/+1
2009-10-10report job level as zeroFate1-2/+1
2009-10-10Better logging, initial job experience gathering, naming fixes to the skill s...Fate1-1/+2
2009-10-03Make sure the announce packet includes the nickJared Adams1-1/+6
2009-09-26Add a no player drop flag for mapsJared Adams1-1/+1
2009-09-26Initial support for skill pools (available via at commands andFate1-10/+4
2009-09-22Prevent attacking while hiddenJared Adams1-1/+1
2009-09-20Initial support for skill poolsFate1-1/+1
2009-09-18Replace basic skill with three new skillsJared Adams1-22/+16
2009-09-14Only report characters as GMs to clients if their GM level is 60Fate1-2/+2
2009-09-12Implemented pDeaf property (70) which makes PCs ignore regular PC chat (excep...Fate1-1/+42
2009-08-31Merge commit 'taw/master'Jared Adams1-5/+5
2009-08-29Converted to Mersenne Twister for random.MadCamel1-4/+4
2009-08-26Log /announce callsJared Adams1-1/+6
2009-08-18Revert 3b44872c6d1601abe33115a92cbb8e3e13d2bea5MadCamel1-1/+1
2009-08-16Adjust auto ban code and add sit spam handlingJared Adams1-3/+8
2009-08-16Send GM flag to clientsJared Adams1-4/+2
2009-08-14Revert "Change sending of hair style and color"Jared Adams1-29/+0
2009-08-13Change sending of hair style and colorJared Adams1-0/+29
2009-07-27prevent dead players from talkingMaximilian Philipps1-1/+1
2009-07-07Fixes to socket system to make it cope better with fd depletion.Dennis Friis1-3/+12
2009-07-06Add a new trade spam systemJared Adams1-1/+1
2009-07-06Revert "Add a new trade spam system"Jared Adams1-1/+1
2009-07-06Add a new trade spam systemJared Adams1-1/+1
2009-06-25Move storage NPC close fix to storage.c. Fix @storeall, from ea stable.Dennis Friis1-5/+0
2009-06-25Put back jaxads fixes for NPC storage.Dennis Friis1-4/+4
2009-06-25Some fixes for dupes, inspired by ea stable.Dennis Friis1-5/+5
2009-06-25Dont allow any use of storage while in a trade, dereived from ea stable.Dennis Friis1-5/+5
2009-06-25More fixes to storage derived from ea stable.Dennis Friis1-15/+15
2009-06-25Fix a crash on mapexit derived from ea stable.Dennis Friis1-1/+1
2009-06-25Redo storage, derived from ea stable.Dennis Friis1-98/+98
2009-06-16Removed unnecessary am-healing flag, incorporated healing packets with regula...Fate1-10/+0
2009-05-31repeating spell invocations quickly no longer counts as spamming as per Slice...Fate1-18/+22
2009-05-17Transform underscores that preceed NPC names into blanks before sending to cl...Fate1-1/+6
2009-05-14Added pc_logout() hook to process players who are logging outFate1-0/+1
2009-05-13Fixed all compiler warnings and several small bugs in the processMadCamel1-8/+8
2009-05-13Cleans up the net code for effectsChuck Miller1-20/+4
2009-05-13GM commands triggered from clif are now loggedMadCamel1-4/+15
2009-05-13Fix GM notificationJared Adams1-3/+1
2009-05-13Add support for sending GM info to playersJared Adams1-0/+6
2009-05-11Send healing effect on client introductionJared Adams1-0/+12