Software /
code /
prosody
Annotate
.hgignore @ 3167:546695e80e0a
Correct out of order logic in mod_hashpassauth
Make saslauth check the existence of the get_password and test_password functions to determine which authentication profile to use.
author | Jeff Mitchell <jeff@jefferai.org> |
---|---|
date | Fri, 28 May 2010 14:47:32 -0400 (2010-05-28) |
parent | 2905:b924d915c4d0 |
child | 3635:72f3619eeabd |
rev | line source |
---|---|
1296 | 1 syntax: glob |
2 .hgignore | |
3 data | |
4 local | |
5 www_files | |
6 html/* | |
7 prosody.lua | |
8 prosody.cfg.lua | |
2905
b924d915c4d0
.hgignore: Ignore prosody.version (thanks Florob)
Matthew Wild <mwild1@gmail.com>
parents:
1296
diff
changeset
|
9 prosody.version |
1296 | 10 config.unix |
11 *.patch | |
12 *.orig | |
13 *.rej | |
14 *.save | |
15 *~ | |
16 *.report | |
17 *.o | |
18 *.so | |
19 *.install | |
20 *.pid | |
21 *.log | |
22 *.err | |
23 *.debug |