1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-29 00:46:38 +02:00
Files
unrealircd/doc
Bram Matthys fae77f21ec - Module coders: Added HOOKTYPE_REMOTE_JOIN, HOOKTYPE_REMOTE_PART, HOOKTYPE_REMOTE_KICK (all
work just the same as the HOOKTYPE_LOCAL_* variants).
- Module coders: HOOKTYPE_REMOTE_CONNECT is now also called during net-merge. You can use
  IsSynched(sptr->srvptr) to find out if it's called due to a net merge (0) or a connect (1).
- Added spamfiler 'user' (u) target. This regex is checked against nick!user@host:realname
  when a user connects. This makes it easy to ban drones with simple patterns.
  For example: '/spamfilter add u gzline 86400 Drone[0-9]+!.+@.+:Drone[0-9]'
  would kill any drones that have both a nick and realname with 'Drone' followed by digits.
2004-10-06 20:33:13 +00:00
..
2001-12-22 21:09:33 +00:00
.
2001-07-25 14:35:20 +00:00
2002-01-29 00:21:57 +00:00
2000-02-28 22:45:44 +00:00
2004-09-11 16:26:55 +00:00
2004-09-10 12:01:26 +00:00