1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 02:23:12 +02:00

More cleanups: now mostly auth-related: use better names and use enums

for authentication types. Rename Auth_Make to Auth_Hash. Add docs. etc.
This commit is contained in:
Bram Matthys
2019-09-11 12:37:34 +02:00
parent e8d53ffe8e
commit 05e776fb71
15 changed files with 114 additions and 114 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
CC = "==== DO NOT RUN MAKE FROM THIS DIRECTORY ===="
INCLUDES = ../../include/auth.h ../../include/channel.h \
INCLUDES = ../../include/channel.h \
../../include/class.h ../../include/common.h ../../include/config.h ../../include/dbuf.h \
../../include/dynconf.h ../../include/fdlist.h ../../include/h.h \
../../include/ircsprintf.h \