summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2017-09-18Replace SDL macro defines to SDL_GetError.Andrei Karas1-1/+1
2017-09-18Use fast open in curl.Andrei Karas1-0/+4
2017-09-18Set minimal allowed speed in curl is 1 bytes per minute.Andrei Karas1-0/+3
2017-09-18Limit each downloaded file by curl to 536870912 bytes.Andrei Karas1-1/+4
2017-09-18Add option for enable http tunneling for downloads from http proxy.Andrei Karas1-0/+9
2017-09-15Fix code style.Andrei Karas2-3/+4
2017-09-07Remove commented code from download.cppAndrei Karas1-6/+0
2017-09-07Fix possible threads structure leak in download.cppAndrei Karas1-3/+3
2017-09-07Add current renderer into user agent string.Andrei Karas2-0/+73
2017-09-07Fix possible thread structure memory leak on SDL2 if thread terminated before...Andrei Karas3-14/+5
2017-09-05Fix send date in mails.Andrei Karas1-1/+2
2017-09-05Fix receiving half broken packet with mail message (SMSG_MAIL2_READ_MAIL).Andrei Karas1-0/+3
2017-09-05Fix adding stackable items to mail.Andrei Karas1-16/+26
2017-09-01Fix code style.Andrei Karas4-9/+13
2017-08-31Fix compilation warning.Andrei Karas1-1/+1
2017-08-30Move some variables to better scope.Andrei Karas12-21/+93
2017-08-30Remove some cards number to constants.Andrei Karas4-12/+12
2017-08-28Remove extra includes.Andrei Karas2-8/+0
2017-08-26Mark Mail2Recv::processMailIcon as implemented.Andrei Karas1-2/+2
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-26Add inventory type for mail view window. Not allow drag from/to this inventory.Andrei Karas1-0/+1
2017-08-26Rename InventoryType::Mail into InventoryType::MailEdit.Andrei Karas1-1/+1
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 Karas4-0/+14
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 Karas7-2/+39
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 Karas6-14/+66
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 partial adding items into new mail message.Andrei Karas1-1/+1
2017-08-23Add mailqueuetype enum for mail queue types.Andrei Karas6-34/+42
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 Karas7-3/+97
2017-08-22Move requestCheckName from BeingHandler into Mail2Handler.Andrei Karas11-23/+23
2017-08-22Remove some parentheses.Andrei Karas1-4/+6
2017-08-21Remove useless variables.Andrei Karas1-2/+1
2017-08-21Remove useless else.Andrei Karas5-51/+34
2017-08-21Add missing break.Andrei Karas3-0/+3
2017-08-18Fix compilation with some compilers.Andrei Karas1-1/+1