Age | Commit message (Expand) | Author |
---|---|---|
2021-03-05 | Update copyright headers. | InspIRCd Robot |
2020-04-24 | Update copyright headers. | InspIRCd Robot |
2020-03-24 | Fix the signed-ness within ConvToNum char overloads. | Matt Schatz |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-01-28 | Add overloads for ConvToNum to prevent (unsigned) char weirdness. | Peter Powell |
2018-12-12 | Fix conversion issues by replacing ConvToInt with ConvToNum<T>. | Peter Powell |
2017-11-17 | Fix a ton of -Wsign-conversion warnings. | Peter Powell |
2016-02-25 | Add no-op ConvToStr(const std::string&) | Attila Molnar |
2016-02-25 | Move implementation of ConvTo*() and related functions into convto.h | Attila Molnar |