Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |