summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-10332/+0
2012-08-04Give a warning when unable to drop an item.Ben Longbons1-1/+9
2012-04-04Make chat range the same as vision range.Ben Longbons1-4/+4
2011-09-10Merge commit '2c863c0d99aa3df9ef2eb4ceb112c4d946520f0a'Ben Longbons1-99/+90
2011-09-10Merge commit '723fb5d3431b847526c433a13aa74485cfb564a3'Ben Longbons1-38/+28
2011-08-31Gloves now appear if you weren't wearing boots when you equipped themBen Longbons1-1/+1
2011-04-03Fix some more compiler warningsBen Longbons1-99/+90
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons1-33/+23
2011-03-16Use makefiles correctly and expand include dirsBen Longbons1-6/+6
2011-03-03Optional - restore Japanese comments where there are already english comments...Ben Longbons1-0/+14
2011-03-03Recovery and conversion of Japanese comments that had been lost as "invalid U...Ben Longbons1-303/+304
2010-12-01Fixed off-by-one error in IP packet level calculation.v2010.12.25MadCamel1-1/+1
2010-11-27Enabled IP metainformation packet.MadCamel1-2/+0
2010-11-12Hide char_id in guilds packets.Andrei Karas1-5/+4
2010-10-08Added IP address reply packet 0x20C (len 10)MadCamel1-1/+18
2010-10-03Do not allow empty/whitespace-only party/guild namesremoitnane1-6/+34
2010-10-02Limit most guild actions to Guild Master position.Andrei Karas1-2/+24
2010-09-29Prevent spoofing in guild chat messagesremoitnane1-4/+4
2010-09-28Changed drop rate to once every 50ms. This should bring the "spice"MadCamel1-1/+1
2010-09-08Simplify party invitation logic and clean up commentsremoitnane1-7/+21
2010-09-05Clean up NPC string input and minor formattingremoitnane1-7/+17
2010-08-15Let players spam spells againremoitnane1-7/+37
2010-08-15Correct cosmetic issues and make use of message configurationremoitnane1-3/+6
2010-08-15Centralize chat validation and simplify at-command processingremoitnane1-92/+266
2010-08-01Properly fixed disconnect problemMadCamel1-1/+1
2010-08-01Revert "Disable the packet flood prevention"MadCamel1-2/+0
2010-08-01Disable the packet flood preventionChuck Miller1-0/+2
2010-07-27Temporarily removed ChangeDir flood checks until mana1.0 is officialMadCamel1-0/+3
2010-07-23Clean up some memory handlingremoitnane1-8/+3
2010-05-03Tweaked some rate limits for NPCsMadCamel1-4/+4
2010-05-02ChangeDir packets are now rate limitedMadCamel1-1/+11
2010-05-01Do not relay duplicate direction change packetsMadCamel1-0/+3
2010-04-04Removed obsoleted trade and sit spam codeMadCamel1-4/+0
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