Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-02 | "Buy or Getback"github/fork/Meistache/storage | Meistache | 2 | -1/+2 | |
2015-03-01 | Corrected items_for_getback attribution | Meistache | 1 | -1/+1 | |
2015-02-28 | Merge branch 'storage' of https://github.com/Meistache/manamarket into storage | Meistache | 1 | -0/+2 | |
2015-02-28 | Minor fix on get_next_id usage on stack tree | Meistache | 1 | -1/+1 | |
2015-02-22 | Update packet_out.py | Fernanda Monteiro | 1 | -0/+2 | |
Just a TODO | |||||
2015-02-22 | Remembered to add a very important feature: getback from storage (my bad) | Meistache | 1 | -0/+3 | |
2015-02-22 | Storage finally working - may enter on test | Meistache | 3 | -33/+49 | |
2015-02-17 | "Add" | Meistache | 2 | -17/+17 | |
2015-02-10 | "Add" | Meistache | 4 | -17/+42 | |
2015-02-08 | Stacking after delist added | Meistache | 1 | -17/+24 | |
2015-02-08 | Changes regarding storage implementation on ManaMarket | Meistache | 9 | -77/+424 | |
2014-10-23 | Merge pull request #8 from Cassy1/communication-with-player | Wushin | 1 | -2/+2 | |
Adding feedback about source for requesting seller access | |||||
2014-10-23 | Adding Feedback about source for requesting seller access | Cassy1 | 1 | -2/+2 | |
2014-10-11 | Merge pull request #7 from Rawng/stats_fix | Wushin | 1 | -9/+13 | |
Closes #6. | |||||
2014-10-11 | Closes #6. | Rawng | 1 | -9/+13 | |
2014-10-07 | Update outdated reference to Platinum | Ben Longbons | 1 | -1/+1 | |
2014-10-05 | Treat weight as an int instead of a string. | Rawng | 1 | -4/+1 | |
2014-10-01 | Merge pull request #4 from Rawng/moneygetback | Wushin | 1 | -2/+2 | |
Fix !money and !getback | |||||
2014-10-01 | Merge pull request #3 from Rawng/includes | Wushin | 1 | -12/+16 | |
Parse new include style item.xml | |||||
2014-09-28 | Fix !money and !getback This addresses issue #2 ↵ | Rawng | 1 | -2/+2 | |
and has only been tested(lightly) in conjunction with pull request #3 | |||||
2014-09-27 | Fix variable names in innermost loop | Rawng | 1 | -2/+2 | |
2014-09-27 | Remove extra newlines. | Rawng | 1 | -2/+0 | |
2014-09-27 | Parse new include style item.xml | Rawng | 1 | -12/+18 | |
2014-09-26 | Merge remote-tracking branch 'ablu/master' | wushin | 6 | -0/+5888 | |
2014-09-26 | Making ManaMarket Public | wushin | 20 | -0/+2505 | |
2014-09-26 | Added changes done outside of git | Erik Schilling | 16 | -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-11 | Don't initiate trades, if the weight limit will be reached. | Dipesh Amin | 1 | -0/+6 | |
2012-04-09 | Add: record the time of !add and !relist | Dipesh Amin | 1 | -0/+3 | |
To make it possible to do a purge of users in a few months. | |||||
2012-04-05 | Add - A simple list for items which MM won't sell. | Dipesh Amin | 2 | -0/+4 | |
2012-04-01 | Add a shell script to manage reboot. | Dipesh Amin | 1 | -0/+18 | |
2012-04-01 | Fix: Use sys.exit() so the status can be passed to a sh script (for restarting). | Dipesh Amin | 1 | -3/+3 | |
2012-04-01 | Update items.xml | Dipesh Amin | 1 | -26/+260 | |
2012-03-31 | Add: Use Log Rotation | Dipesh Amin | 1 | -40/+48 | |
2012-03-31 | This line just produces spam. | Dipesh Amin | 1 | -1/+0 | |
2012-03-31 | Fix: Play nice with other bots! | Dipesh Amin | 1 | -12/+8 | |
Remove some old changes. | |||||
2011-11-05 | Fix: Player trade/logoff. | Dipesh Amin | 1 | -0/+11 | |
2011-10-25 | Changed the headers to us. | Dipesh Amin | 2 | -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-25 | oops. | dipesh | 1 | -1/+1 | |
2011-10-23 | Adding serious file headers. | Stefan Beller | 8 | -23/+104 | |
2011-10-08 | oops | dipesh | 1 | -1/+1 | |
2011-09-29 | teeny bug | dipesh | 1 | -1/+2 | |
2011-09-19 | Must learn to spell ;) | dipesh | 1 | -1/+1 | |
2011-09-19 | oops missing comma | dipesh | 1 | -1/+1 | |
2011-09-19 | Update items.xml. | dipesh | 1 | -10/+119 | |
2011-09-11 | few changes | Dipesh Amin | 1 | -3/+4 | |
2011-09-11 | Add a new eliza bot. | Dipesh Amin | 2 | -332/+376 | |
- set the trade timeout to 2 mins also. | |||||
2011-09-09 | Add information about weight to !identify and !listusers. | Dipesh Amin | 2 | -3/+12 | |
2011-09-09 | Add a command to identify who is selling an item. | Dipesh Amin | 1 | -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-09 | A few Changes | Dipesh Amin | 3 | -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-09 | Reduce the interval for the shop emote to 2 minutes. | Dipesh Amin | 1 | -1/+1 | |