summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
2017-08-26Remove unused fields from MailMessage struct.Andrei Karas1-0/+2
2017-08-26Show attached item in item container in old mail system.Andrei Karas1-12/+48
2017-08-26Add support for getting attached money from mail message.Andrei Karas1-3/+24
2017-08-26Add support for getting attached items from mail message.Andrei Karas1-3/+24
2017-08-26Show/hide get attach button in mail view window based on attached items and m...Andrei Karas2-0/+5
2017-08-26Allow request to load old mail messages by pages.Andrei Karas1-1/+3
2017-08-26Add support for mail deletion.Andrei Karas1-2/+7
2017-08-26Fix packets version check condition.Andrei Karas1-1/+1
2017-08-26Show in debug log last packet sent buffer position.Andrei Karas2-0/+7
2017-08-26Close mail edit window on success send.Andrei Karas1-2/+24
2017-08-25Validate destination name after it entered in mail edit window.Andrei Karas4-2/+30
2017-08-25Add basic support for view mail message.Andrei Karas2-15/+78
2017-08-25Show message information in mail list.Andrei Karas1-1/+2
2017-08-25Add support for show mail list for new mail system.Andrei Karas2-10/+21
2017-08-25Update item container after each change in mail edit window.Andrei Karas1-0/+2
2017-08-25Fix error messages about adding item to mail.Andrei Karas1-23/+5
2017-08-24Add support for removing item from mail.Andrei Karas3-11/+63
2017-08-24Add attach items to new mail.Andrei Karas1-13/+107
2017-08-23Add support for /mailto chat command in new mail system.Andrei Karas1-1/+5
2017-08-23Add mailqueuetype enum for mail queue types.Andrei Karas3-21/+25
2017-08-23Fix sending packet CMSG_MAIL2_SEND_MAIL.Andrei Karas1-4/+4
2017-08-23Add ability to send new mail by /sendmail chat command.Andrei Karas4-3/+79
2017-08-22Move requestCheckName from BeingHandler into Mail2Handler.Andrei Karas5-15/+15
2017-08-21Remove useless else.Andrei Karas1-5/+0
2017-08-21Add missing break.Andrei Karas3-0/+3
2017-08-18Fix compilation with some compilers.Andrei Karas1-1/+1
2017-08-18Remove extra includes.Andrei Karas1-1/+2
2017-08-18Add missing type casts.Andrei Karas1-4/+11
2017-08-16Load evol packet offset from first packet from server.Andrei Karas1-1/+6
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas4-34/+26
2017-08-13Add offset for all defined evol packets.Andrei Karas5-40/+44
2017-08-12Remove extra include and fix namespace comment.Andrei Karas2-2/+1
2017-08-12Add MailOpenType enum for different open types.Andrei Karas2-21/+21
2017-08-11Allow send mail2 packets to plain hercules.Andrei Karas1-13/+13
2017-08-11Add packet CMSG_MAIL2_CANCEL_WRITE_MAIL 0x0a03.Andrei Karas3-0/+14
2017-08-11Add packet CMSG_MAIL2_CLOSE_MAILBOX 0x09e9.Andrei Karas3-0/+19
2017-08-11Add packet CMSG_MAIL2_OPEN_MAILBOX 0x09e8.Andrei Karas3-0/+21
2017-08-11Add packet CMSG_MAIL2_REFRESH_MAIL_LIST 0x09ef.Andrei Karas3-0/+18
2017-08-11Add packet CMSG_MAIL2_REQUEST_ITEMS 0x09f3.Andrei Karas3-0/+18
2017-08-11Add packet CMSG_MAIL2_REQUEST_MONEY 0x09f1.Andrei Karas3-0/+23
2017-08-11Add packet CMSG_MAIL2_DELETE_MAIL 0x09f5.Andrei Karas3-0/+18
2017-08-11Add packet CMSG_MAIL2_READ_MAIL 0x09ea.Andrei Karas3-0/+22
2017-08-11Add packet CMSG_MAIL2_NEXT_PAGE 0x09ee.Andrei Karas3-0/+21
2017-08-11Add packet CMSG_MAIL2_SEND_MAIL 0x09ec.Andrei Karas3-0/+50
2017-08-11Add function for send int64 fields into network.Andrei Karas2-0/+20
2017-08-11Fix added MAIL2 packets limits by packet version and plugin version.Andrei Karas3-1/+25
2017-08-11Add packet CMSG_CHECK_NAME 0x0a13.Andrei Karas3-0/+17
2017-08-11Add packet CMSG_MAIL2_REMOVE_ITEM_MAIL 0x0a06.Andrei Karas3-0/+17
2017-08-11Add packet CMSG_MAIL2_ADD_ITEM_TO_MAIL 0x0a04.Andrei Karas3-0/+21
2017-08-11Add packet CMSG_MAIL2_OPEN_WRITE_MAIL 0x0a08.Andrei Karas3-0/+14