diff options
author | TingPing <tingping@fedoraproject.org> | 2014-06-14 12:07:47 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-12-30 06:35:42 -0500 |
commit | fef580ed7faaba17e2c8fea504b8587850502220 (patch) | |
tree | f0a9be7563888a6cb321e167f700d2498bbd08ca /src/common/common.vcxproj | |
parent | 3bb717a3b58240209df8275a9a64ee77516f531a (diff) |
Rewrite identd
- Use gio (which is cross platform) - Properly support multiple users - Allow configuring port - Allow other plugins overriding
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r-- | src/common/common.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 7746a866..b52b06c7 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -20,7 +20,6 @@ <ClInclude Include="dcc.h" /> <ClInclude Include="fe.h" /> <ClInclude Include="history.h" /> - <ClInclude Include="identd.h" /> <ClInclude Include="ignore.h" /> <ClInclude Include="inbound.h" /> <ClInclude Include="inet.h" /> @@ -29,6 +28,7 @@ <ClInclude Include="network.h" /> <ClInclude Include="notify.h" /> <ClInclude Include="outbound.h" /> + <ClInclude Include="plugin-identd.h" /> <ClInclude Include="plugin-timer.h" /> <ClInclude Include="plugin.h" /> <ClInclude Include="proto-irc.h" /> @@ -53,7 +53,7 @@ <ClCompile Include="ctcp.c" /> <ClCompile Include="dcc.c" /> <ClCompile Include="history.c" /> - <ClCompile Include="identd.c" /> + <ClCompile Include="plugin-identd.c" /> <ClCompile Include="ignore.c" /> <ClCompile Include="inbound.c" /> <ClCompile Include="marshal.c" /> |