summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-03-19ignore afk messages and convert emotesgumi2-2/+100
2019-10-20add IRC relaygumi9-5893/+166
2019-04-16add missing packetsgumi3-7/+78
2019-04-16send client version 6gumi1-1/+1
2016-04-10send client version 1mekolat1-2/+2
2015-09-04Fix missing returnwushin1-0/+2
2015-09-04Merge pull request #14 from wushin/sqlite-mmWushin4-3/+263
Sqlite mm
2015-09-03Add permissions to use !mail commandwushin1-0/+2
2015-09-03add !lastseen and !mail commandsJoseph Botosh4-3/+261
2015-05-18Merge pull request #10 from mekolat/patch-1Wushin1-1/+1
bump client version for MM
2015-05-18bump client version for MMmeko1-1/+1
2015-05-04Update MM for v2015.5.4 TMWAwushin3-1/+4
2014-10-23Merge pull request #8 from Cassy1/communication-with-playerWushin1-2/+2
Adding feedback about source for requesting seller access
2014-10-23Adding Feedback about source for requesting seller accessCassy11-2/+2
2014-10-11Merge pull request #7 from Rawng/stats_fixWushin1-9/+13
Closes #6.
2014-10-11Closes #6.Rawng1-9/+13
2014-10-07Update outdated reference to PlatinumBen Longbons1-1/+1
2014-10-05Treat weight as an int instead of a string.Rawng1-4/+1
2014-10-01Merge pull request #4 from Rawng/moneygetbackWushin1-2/+2
Fix !money and !getback
2014-10-01Merge pull request #3 from Rawng/includesWushin1-12/+16
Parse new include style item.xml
2014-09-28Fix !money and !getback This addresses issue #2 ↵Rawng1-2/+2
and has only been tested(lightly) in conjunction with pull request #3
2014-09-27Fix variable names in innermost loopRawng1-2/+2
2014-09-27Remove extra newlines.Rawng1-2/+0
2014-09-27Parse new include style item.xmlRawng1-12/+18
2014-09-26Merge remote-tracking branch 'ablu/master'wushin6-0/+5888
2014-09-26Making ManaMarket Publicwushin20-0/+2505
2014-09-26Added changes done outside of gitErik Schilling16-138/+364
Those changes have been done on the server directly without continueing the git history (or at least since the history i know).
2012-04-11Don't initiate trades, if the weight limit will be reached.Dipesh Amin1-0/+6
2012-04-09Add: record the time of !add and !relistDipesh Amin1-0/+3
To make it possible to do a purge of users in a few months.
2012-04-05Add - A simple list for items which MM won't sell.Dipesh Amin2-0/+4
2012-04-01Add a shell script to manage reboot.Dipesh Amin1-0/+18
2012-04-01Fix: Use sys.exit() so the status can be passed to a sh script (for restarting).Dipesh Amin1-3/+3
2012-04-01Update items.xmlDipesh Amin1-26/+260
2012-03-31Add: Use Log RotationDipesh Amin1-40/+48
2012-03-31This line just produces spam.Dipesh Amin1-1/+0
2012-03-31Fix: Play nice with other bots!Dipesh Amin1-12/+8
Remove some old changes.
2011-11-05Fix: Player trade/logoff.Dipesh Amin1-0/+11
2011-10-25Changed the headers to us.Dipesh Amin2-2/+48
* None of the code in packet_out.py was written by gnufrk (the code was created from analysis of the mana client), the PacketOut/PacketIn classes were written by me. * The values in protocol.py are generic eathena/tmw-eathena values, these were taken from the mana client. * Note the only code that isn't mine/ours is the PacketBuffer; and that is pretty much just a python rewrite of the C++ mana client code. His implementation was simplistic (without the PacketIn class to actually add some proper understanding to packet)
2011-10-25oops.dipesh1-1/+1
2011-10-23Adding serious file headers.Stefan Beller8-23/+104
2011-10-08oopsdipesh1-1/+1
2011-09-29teeny bugdipesh1-1/+2
2011-09-19Must learn to spell ;)dipesh1-1/+1
2011-09-19oops missing commadipesh1-1/+1
2011-09-19Update items.xml.dipesh1-10/+119
2011-09-11few changesDipesh Amin1-3/+4
2011-09-11Add a new eliza bot.Dipesh Amin2-332/+376
- set the trade timeout to 2 mins also.
2011-09-09Add information about weight to !identify and !listusers.Dipesh Amin2-3/+12
2011-09-09Add a command to identify who is selling an item.Dipesh Amin1-0/+21
This is an admin command to be used when someone is selling something at a joke price, or something that will be too heavy. This is mainly so even people who can't read the logs can help to stop people from missusing it.
2011-09-09A few ChangesDipesh Amin3-5/+15
- Log the name of the seller in the sale.log - Give some of the bot stats for the !listusers command. - Fix the sell chatbot response.