summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-23 23:54:24 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-23 23:54:24 +0000
commit5b80dc83fdb6b7952e452a8eb2355005fdb5366c (patch)
treedc673bae45908b8169f91d973376d1f5ff56b833 /include/users.h
parentc43805606f43b3b93e76ef9a250eb0ea367b980a (diff)
Move some stuff from using userrec cached stuff to using stuff in the connect classes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8339 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/users.h b/include/users.h
index 148c673f4..c35680dac 100644
--- a/include/users.h
+++ b/include/users.h
@@ -585,12 +585,6 @@ class CoreExport User : public connection
*/
char awaymsg[MAXAWAY+1];
- /** Number of lines the user can place into the buffer
- * (up to the global NetBufferSize bytes) before they
- * are disconnected for excess flood
- */
- int flood;
-
/** Timestamp of current time + connection class timeout.
* This user must send USER/NICK before this timestamp is
* reached or they will be disconnected.
@@ -610,10 +604,6 @@ class CoreExport User : public connection
*/
bool dns_done;
- /** Number of seconds between PINGs for this user (set from &lt;connect:allow&gt; tag
- */
- unsigned int pingmax;
-
/** Password specified by the user when they registered.
* This is stored even if the <connect> block doesnt need a password, so that
* modules may check it.
@@ -639,10 +629,6 @@ class CoreExport User : public connection
*/
time_t reset_due;
- /** Flood counters - Highest value lines_in may reach before the user gets disconnected
- */
- long threshold;
-
/** If this is set to true, then all read operations for the user
* are dropped into the bit-bucket.
* This is used by the global CullList, but please note that setting this value
@@ -682,16 +668,6 @@ class CoreExport User : public connection
*/
std::string WriteError;
- /** Maximum size this user's sendq can become.
- * Copied from the connect class on connect.
- */
- long sendqmax;
-
- /** Maximum size this user's recvq can become.
- * Copied from the connect class on connect.
- */
- long recvqmax;
-
/** This is true if the user matched an exception when they connected to the ircd.
* It isnt valid after this point, and you should not attempt to do anything with it
* after this point, because the eline might be removed at a later time, and/or no