1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 05:23:14 +02:00

BUILD : 1.7.10 (832) BUGS : NOTES : Updated Italian langfile and removed some leftovers of userban stuff

git-svn-id: svn://svn.anope.org/anope/trunk@832 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@585 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-06-25 20:58:45 +00:00
parent 2ea6359a1a
commit c638cd622d
10 changed files with 397 additions and 562 deletions
-14
View File
@@ -1058,20 +1058,6 @@ E int sockprintf(ano_socket_t s, char *fmt, ...);
E int conn(const char *host, int port, const char *lhost, int lport);
E void disconn(ano_socket_t s);
/**** userban.c ****/
E uint32 cidr_to_netmask(uint16 cidr);
E uint16 netmask_to_cidr(uint32 mask);
E BanInfo *ban_create(char *mask, uint32 id);
E int ban_match(BanInfo *ban, char *user, char *host, uint32 ip);
E int ban_match_mask(BanInfo *ban, char *mask, uint32 ip);
E int ban_add(BanList *bl, char *mask);
E void ban_del(BanList *bl, BanInfo *ban);
E BanList *banlist_create(int hashed);
E int banlist_match(BanList *bl, char *user, char *host, uint32 ip);
E int banlist_match_mask(BanList *bl, char *mask, uint32 ip);
E BanInfo *banlist_lookup_id(BanList *bl, uint32 id);
/**** users.c ****/
E User *userlist[1024];