summaryrefslogtreecommitdiffstats
path: root/cmd/mailer.go
Commit message (Expand)AuthorAgeFilesLines
* Return `responseText` instead of string in some functions (#28836)yp053272024-01-191-1/+1
* Refactor to use urfave/cli/v2 (#25959)wxiaoguang2023-07-211-1/+1
* Refactor path & config system (#25330)wxiaoguang2023-06-211-1/+1
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-2/+1
* Refactor internal API for git commands, use meaningful messages instead of "I...wxiaoguang2023-03-291-8/+4
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-1/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-1/+1
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Second attempt at preventing zombies (#16326)zeripath2021-07-141-1/+4
* Fix send mail (#13312)Lunny Xiao2020-10-261-2/+5
* Sendmail command (#13079)Maxim Zhiburt2020-10-241-0/+48