]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Add stuff so that modules can hook users by altering a pointer in the User class...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 24 Mar 2008 15:13:17 +0000 (15:13 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 24 Mar 2008 15:13:17 +0000 (15:13 +0000)
commit343f12b9b2d4e519b09877f76a00f6a0714509f2
treeb51aee0ca78a19fd356cdc2788cab4530c7928c1
parent638381c529a2f19c699718234d689e54ad459c97
Add stuff so that modules can hook users by altering a pointer in the User class. Note that ssl modules still bind by port, but the idea of doing this change is so we can remove that logic next

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9187 e03df62e-2008-0410-955e-edbf42e46eb7
include/modules.h
include/users.h
src/cull_list.cpp
src/modules.cpp
src/modules/extra/m_ssl_gnutls.cpp
src/modules/extra/m_ssl_openssl.cpp
src/socket.cpp
src/usermanager.cpp
src/userprocess.cpp
src/users.cpp