1. 11 Aug, 2014 8 commits
  2. 09 Aug, 2014 1 commit
    • Francois's avatar
      Update captcha.go · 58ac0d5e
      Francois authored
      Captcha must be deleted if the user entered a "challenge" with a different length than the captcha.
      58ac0d5e
  3. 08 Aug, 2014 4 commits
  4. 07 Aug, 2014 3 commits
    • astaxie's avatar
      config: add more method · 2820f630
      astaxie authored
      DefaultString(key string, defaultval string) string      // support
      section::key type in key string when using ini and json type;
      Int,Int64,Bool,Float,DIY are same.
      	DefaultStrings(key string, defaultval []string) []string //get string
      slice
      	DefaultInt(key string, defaultval int) int
      	DefaultInt64(key string, defaultval int64) int64
      	DefaultBool(key string, defaultval bool) bool
      	DefaultFloat(key string, defaultval float64) float64
      	DIY(key string) (interface{}, error)
      	GetSection(section string) (map[string]string, error)
      	SaveConfigFile(filename string) error
      2820f630
    • astaxie's avatar
      migration: version 1 · 1f6c5599
      astaxie authored
      1f6c5599
    • Alexey Sharov's avatar
      improve null pointer panic message · df8c73b2
      Alexey Sharov authored
      df8c73b2
  5. 05 Aug, 2014 4 commits
  6. 04 Aug, 2014 7 commits
  7. 02 Aug, 2014 4 commits
  8. 01 Aug, 2014 3 commits
  9. 29 Jul, 2014 2 commits
  10. 28 Jul, 2014 1 commit
  11. 27 Jul, 2014 1 commit
    • stansun's avatar
      revise a comment · a804d242
      stansun authored
      If it gets a msg from the buffer chan, it will write the message to
      outputs.
      a804d242
  12. 26 Jul, 2014 2 commits