Ignore:
Timestamp:
11/09/11 21:00:49 (19 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
b24c97f
Parents:
0d9eed6
Message:
  • Added initial SMTPClient to allow sending messages via SMTP. Still requires template support and configuration options (mainly PoC right now).
  • Fixed unicode log issue (still not sure message format is correct)
  • Renamed Message to log in internal wrapper API
  • Fixed issue in settings old (regarding readin new keys, not 100% supported yet)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/LUAScript/script_wrapper.hpp

    r2c95d22 r40fca56  
    273273        str += pop_string(L); 
    274274      } 
    275       GET_CORE()->Message(mode, utf8::cvt<std::string>(w.first), w.second, str); 
     275      GET_CORE()->log(mode, utf8::cvt<std::string>(w.first), w.second, str); 
    276276      return 0; 
    277277    } 
Note: See TracChangeset for help on using the changeset viewer.