summaryrefslogtreecommitdiff
path: root/src/net/tmwa/mail2handler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-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-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-25Validate destination name after it entered in mail edit window.Andrei Karas1-0/+5
2017-08-24Add support for removing item from mail.Andrei Karas1-1/+1
2017-08-23Add mailqueuetype enum for mail queue types.Andrei Karas1-5/+5
2017-08-23Add ability to send new mail by /sendmail chat command.Andrei Karas1-0/+8
2017-08-22Move requestCheckName from BeingHandler into Mail2Handler.Andrei Karas1-0/+4
2017-08-12Add MailOpenType enum for different open types.Andrei Karas1-7/+7
2017-08-11Add packet CMSG_MAIL2_CANCEL_WRITE_MAIL 0x0a03.Andrei Karas1-0/+4
2017-08-11Add packet CMSG_MAIL2_CLOSE_MAILBOX 0x09e9.Andrei Karas1-0/+4
2017-08-11Add packet CMSG_MAIL2_OPEN_MAILBOX 0x09e8.Andrei Karas1-0/+4
2017-08-11Add packet CMSG_MAIL2_REFRESH_MAIL_LIST 0x09ef.Andrei Karas1-0/+5
2017-08-11Add packet CMSG_MAIL2_REQUEST_ITEMS 0x09f3.Andrei Karas1-0/+5
2017-08-11Add packet CMSG_MAIL2_REQUEST_MONEY 0x09f1.Andrei Karas1-0/+5
2017-08-11Add packet CMSG_MAIL2_DELETE_MAIL 0x09f5.Andrei Karas1-0/+5
2017-08-11Add packet CMSG_MAIL2_READ_MAIL 0x09ea.Andrei Karas1-0/+5
2017-08-11Add packet CMSG_MAIL2_NEXT_PAGE 0x09ee.Andrei Karas1-0/+5
2017-08-11Add packet CMSG_MAIL2_SEND_MAIL 0x09ec.Andrei Karas1-0/+7
2017-08-11Add packet CMSG_MAIL2_REMOVE_ITEM_MAIL 0x0a06.Andrei Karas1-0/+5
2017-08-11Add packet CMSG_MAIL2_ADD_ITEM_TO_MAIL 0x0a04.Andrei Karas1-0/+5
2017-08-11Add packet CMSG_MAIL2_OPEN_WRITE_MAIL 0x0a08.Andrei Karas1-0/+4
2017-08-10Add empty mail2handler.Andrei Karas1-0/+38