Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-04-20 | Implement basic systemd keepalivesHEADmaster | Freeyorp | 1 | -0/+18 | |
There are greater underlying issues here. But this serves as a kludge while we're busy with fire extinguishers elsewhere. | |||||
2023-01-09 | See a01f9d8865fb62e993864257ba28dfab21435ae7 | Jesusalva Jesusalva | 1 | -1/+12 | |
2022-12-15 | Merge branch 'jak1/priv_esc_bugfix' into 'master' | Jesusalva Jesusalva | 1 | -0/+3 | |
fixed minor accesslevel vuln. reported by Hello=). See merge request legacy/manamarket!15 | |||||
2022-12-15 | fixed minor accesslevel vuln. reported by Hello=). | jak1 | 1 | -0/+3 | |
2022-11-20 | Fix ManaMarket "bug" | Jesusalva Jesusalva | 1 | -1/+12 | |
2020-11-07 | Do not trust databases; SQL errors can happen and I prefer to not have the bot | Jesusaves | 1 | -17/+29 | |
crashing down when they happen | |||||
2020-03-19 | ignore afk messages and convert emotes | gumi | 2 | -2/+100 | |
2019-10-20 | add IRC relay | gumi | 9 | -5893/+166 | |
2019-04-16 | add missing packets | gumi | 3 | -7/+78 | |
2019-04-16 | send client version 6 | gumi | 1 | -1/+1 | |
2016-04-10 | send client version 1 | mekolat | 1 | -2/+2 | |
2015-09-04 | Fix missing return | wushin | 1 | -0/+2 | |
2015-09-04 | Merge pull request #14 from wushin/sqlite-mm | Wushin | 4 | -3/+263 | |
Sqlite mm | |||||
2015-09-03 | Add permissions to use !mail command | wushin | 1 | -0/+2 | |
2015-09-03 | add !lastseen and !mail commands | Joseph Botosh | 4 | -3/+261 | |
2015-05-18 | Merge pull request #10 from mekolat/patch-1 | Wushin | 1 | -1/+1 | |
bump client version for MM | |||||
2015-05-18 | bump client version for MM | meko | 1 | -1/+1 | |
2015-05-04 | Update MM for v2015.5.4 TMWA | wushin | 3 | -1/+4 | |
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 | |