summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-02A few things.Dipesh Amin1-4/+5
2011-09-02Improving !helpStefan Beller1-2/+5
2011-09-01FixesDipesh Amin2-2/+6
2011-09-01remove storage structDipesh Amin1-1/+0
2011-09-01tab->spaceStefan Beller1-1/+1
2011-09-01If it's not going to add the item, lets make sure it cancels the trade beforeDipesh Amin1-0/+4
2011-09-01replace tabs by spacesStefan Beller1-2/+2
2011-09-01urghDipesh Amin1-1/+2
2011-09-01oops and again for moneyDipesh Amin1-2/+2
2011-09-01add something to logging.Dipesh Amin1-1/+1
2011-09-01oops quite a big one also had some duplication.Dipesh Amin1-5/+5
2011-09-01Add more logging to the item add process...and cancel on an unknown add respo...Dipesh Amin1-2/+7
2011-09-01Teeny oversight with help - if a non-added player typed it, would of locked up.Dipesh Amin1-8/+9
2011-09-01oopsDipesh Amin1-1/+1
2011-08-31ooops level 20 wasn't being shownDipesh Amin1-1/+1
2011-08-31add command !tradestateDipesh Amin1-0/+14
2011-08-31Minor help grammar corrections.Dipesh Amin1-4/+4
2011-08-30remove unneeded line.Dipesh Amin1-2/+1
2011-08-30Respond "No" to incoming trade requests.Dipesh Amin1-0/+1
2011-08-28Add a message for an unrecognised command.Dipesh Amin1-0/+2
2011-08-26Remove some no-longer needed variables.Dipesh Amin1-6/+0
2011-08-26Make sure the ID provided is of the type wanted: default to player.Dipesh Amin1-2/+2
2011-08-25Remove some surpurfulous code - the else: item_id == 0 would never be called.Dipesh Amin1-5/+2
2011-08-25Add a specific message for when a user adds money to a !add request.Dipesh Amin1-1/+5
2011-08-24Set a max on the price.Dipesh Amin1-2/+2
2011-08-24ooopsStefan Beller1-1/+1
2011-08-24Adding !list for blocked users; introduce config.adminStefan Beller2-3/+4
2011-08-24blocked users done rightStefan Beller1-0/+1
2011-08-24Revert "Prevent blocked users from buying items."Stefan Beller1-4/+0
2011-08-24improve blocked usersStefan Beller1-0/+4
2011-08-24oopsDipesh Amin1-1/+0
2011-08-24teeny changeDipesh Amin1-2/+2
2011-08-24Prevent blocked users from buying items.Dipesh Amin1-0/+4
2011-08-24Let a blocked user retrieve items/money.Dipesh Amin1-3/+4
2011-08-24Further clean up, also fixed a tiny bug (wrong variable name).Dipesh Amin2-28/+14
2011-08-24Re-add pretty printing.Dipesh Amin1-5/+19
2011-08-24oopsDipesh Amin1-1/+1
2011-08-23Add some code to prevent problems with the !add command.Dipesh Amin2-0/+9
2011-08-23Move inventory check to player.py and remove prettyprintxml()Dipesh Amin3-33/+36
2011-08-23adding data_template and README fileStefan Beller6-0/+5548
2011-08-22Pretty horrible bug, was altering the inventory state when checking.Dipesh Amin1-1/+1
2011-08-22More cleanup.Dipesh Amin1-12/+2
2011-08-22Edit some of the help.Dipesh Amin1-7/+9
2011-08-22A few fixes, now runs without a crash!Dipesh Amin1-7/+7
2011-08-22Add pretty xml printing using xml.dom.minidom.Dipesh Amin1-4/+9
2011-08-22Fixed logic for checking money/inventory state.Dipesh Amin1-0/+24
2011-08-22Revert "Inventory/Money Check."Dipesh Amin1-25/+0
2011-08-22Revert "tab error"Dipesh Amin1-1/+1
2011-08-22tab errorDipesh Amin1-1/+1
2011-08-22Inventory/Money Check.Dipesh Amin1-0/+25