~ubuntu-branches/ubuntu/maverick/znc/maverick

« back to all changes in this revision

Viewing changes to Utils.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2009-12-19 15:58:51 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091219155851-n42wsesq0hozwz0o
Tags: 0.078-1
* New upstream release.
  - connect_throttle module has been dropped.
  - Remove dropped znc.conf from examples.
* Merge 0.076-1~bpo50+1 changelog.
* Convert package to the 3.0 (quilt) format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
        static const CString sDefaultHash;
65
65
 
66
 
        static CString GetHashPass();
67
66
        static CString GetSaltedHashPass(CString& sSalt);
68
67
        static CString GetSalt();
69
68
        static CString SaltedMD5Hash(const CString& sPass, const CString& sSalt);