summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-03-02 "Buy or Getback"github/fork/Meistache/storageMeistache2-1/+2
2015-03-01Corrected items_for_getback attributionMeistache1-1/+1
2015-02-28Merge branch 'storage' of https://github.com/Meistache/manamarket into storageMeistache1-0/+2
2015-02-28Minor fix on get_next_id usage on stack treeMeistache1-1/+1
2015-02-22Update packet_out.pyFernanda Monteiro1-0/+2
Just a TODO
2015-02-22Remembered to add a very important feature: getback from storage (my bad)Meistache1-0/+3
2015-02-22Storage finally working - may enter on testMeistache3-33/+49
2015-02-17 "Add"Meistache2-17/+17
2015-02-10 "Add"Meistache4-17/+42
2015-02-08Stacking after delist addedMeistache1-17/+24
2015-02-08Changes regarding storage implementation on ManaMarketMeistache9-77/+424
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.
2011-09-09Reduce the interval for the shop emote to 2 minutes.Dipesh Amin1-1/+1