Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 1 | -3/+3 | |
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179 | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -1/+1 | |
2018-09-26 | Update field names in packet CMSG_MAIL2_OPEN_MAILBOX. | Andrei Karas | 1 | -5/+3 | |
2018-09-06 | Drop support for plugin version 18. | Andrei Karas | 1 | -56/+14 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-10-18 | Fix packet CMSG_MAIL2_CHECK_NAME for non evol servers. | Andrei Karas | 1 | -1/+1 | |
2017-10-18 | Add packets CMSG_MAIL2_OPEN_MAILBOX 0x0ac0, CMSG_MAIL2_REFRESH_MAIL_LIST 0x0ac1. | Andrei Karas | 1 | -4/+26 | |
2017-09-01 | Fix code style. | Andrei Karas | 1 | -0/+2 | |
2017-08-28 | Remove extra includes. | Andrei Karas | 1 | -1/+0 | |
2017-08-25 | Validate destination name after it entered in mail edit window. | Andrei Karas | 1 | -0/+7 | |
2017-08-24 | Add support for removing item from mail. | Andrei Karas | 1 | -5/+2 | |
2017-08-23 | Add mailqueuetype enum for mail queue types. | Andrei Karas | 1 | -8/+7 | |
2017-08-23 | Fix sending packet CMSG_MAIL2_SEND_MAIL. | Andrei Karas | 1 | -4/+4 | |
Add zero chars after strings. | |||||
2017-08-23 | Add ability to send new mail by /sendmail chat command. | Andrei Karas | 1 | -0/+25 | |
2017-08-22 | Move requestCheckName from BeingHandler into Mail2Handler. | Andrei Karas | 1 | -0/+11 | |
2017-08-18 | Fix compilation with some compilers. | Andrei Karas | 1 | -1/+1 | |
2017-08-18 | Add missing type casts. | Andrei Karas | 1 | -4/+11 | |
2017-08-12 | Remove extra include and fix namespace comment. | Andrei Karas | 1 | -1/+0 | |
2017-08-12 | Add MailOpenType enum for different open types. | Andrei Karas | 1 | -14/+14 | |
2017-08-11 | Allow send mail2 packets to plain hercules. | Andrei Karas | 1 | -13/+13 | |
2017-08-11 | Add packet CMSG_MAIL2_CANCEL_WRITE_MAIL 0x0a03. | Andrei Karas | 1 | -0/+10 | |
2017-08-11 | Add packet CMSG_MAIL2_CLOSE_MAILBOX 0x09e9. | Andrei Karas | 1 | -0/+10 | |
2017-08-11 | Add packet CMSG_MAIL2_OPEN_MAILBOX 0x09e8. | Andrei Karas | 1 | -0/+12 | |
2017-08-11 | Add packet CMSG_MAIL2_REFRESH_MAIL_LIST 0x09ef. | Andrei Karas | 1 | -0/+13 | |
2017-08-11 | Add packet CMSG_MAIL2_REQUEST_ITEMS 0x09f3. | Andrei Karas | 1 | -0/+13 | |
2017-08-11 | Add packet CMSG_MAIL2_REQUEST_MONEY 0x09f1. | Andrei Karas | 1 | -0/+13 | |
2017-08-11 | Add packet CMSG_MAIL2_DELETE_MAIL 0x09f5. | Andrei Karas | 1 | -0/+13 | |
2017-08-11 | Add packet CMSG_MAIL2_READ_MAIL 0x09ea. | Andrei Karas | 1 | -0/+13 | |
2017-08-11 | Add packet CMSG_MAIL2_NEXT_PAGE 0x09ee. | Andrei Karas | 1 | -0/+13 | |
2017-08-11 | Add packet CMSG_MAIL2_SEND_MAIL 0x09ec. | Andrei Karas | 1 | -0/+35 | |
2017-08-11 | Fix added MAIL2 packets limits by packet version and plugin version. | Andrei Karas | 1 | -0/+18 | |
2017-08-11 | Add packet CMSG_MAIL2_REMOVE_ITEM_MAIL 0x0a06. | Andrei Karas | 1 | -0/+12 | |
2017-08-11 | Add packet CMSG_MAIL2_ADD_ITEM_TO_MAIL 0x0a04. | Andrei Karas | 1 | -0/+16 | |
2017-08-11 | Add packet CMSG_MAIL2_OPEN_WRITE_MAIL 0x0a08. | Andrei Karas | 1 | -0/+10 | |
2017-08-10 | Add empty mail2handler. | Andrei Karas | 1 | -0/+38 | |