~vcs-imports-ii/znc/master

  • Committer: Uli Schlachter
  • Date: 2011-04-03 09:50:44 UTC
  • Revision ID: git-v1:3f24f28736304b747ea2fbb5dcf48796011b546c
Stop including FileUtils.h in any header

This causes every piece of code which wants to use CFile or CDir to have to
include FileUtils.h. This causes quite some noise.

Signed-off-by: Uli Schlachter <psychon@znc.in>
Filename Latest Rev Last Changed Committer Comment Size
..
man 1084 16 years ago psychon Add man pages for everything installed to <prefix> Diff
modules 2 20 years ago prozacx Initial revision git-svn-id: https://znc.svn.sou Diff
test 2320 13 years ago Uli Schlachter Overhaul the config parsing This moves stuff to a Diff
webskins 1764 14 years ago prozacx Initial commit of webmods - still lots of work to Diff
.gitignore 2320 13 years ago Uli Schlachter Overhaul the config parsing This moves stuff to a 636 bytes Diff Download File
AUTHORS 2272 13 years ago Alexey Sokolov Move myself to first part of AUTHORS. psychon wan 1 KB Diff Download File
File autogen.sh 2227 13 years ago psychon Add some message to the end of autogen.sh The las 1.1 KB Diff Download File
Buffer.cpp 2230 13 years ago psychon Oh, shiny... NOT (Yes, it's that time of the year 2 KB Diff Download File
Buffer.h 2230 13 years ago psychon Oh, shiny... NOT (Yes, it's that time of the year 1.8 KB Diff Download File
Chan.cpp 2332 13 years ago Uli Schlachter Stop including FileUtils.h in any header This cau 13.8 KB Diff Download File
Chan.h 2332 13 years ago Uli Schlachter Stop including FileUtils.h in any header This cau 5.2 KB Diff Download File
Client.cpp 2332 13 years ago Uli Schlachter Stop including FileUtils.h in any header This cau 25.2 KB Diff Download File
Client.h 2230 13 years ago psychon Oh, shiny... NOT (Yes, it's that time of the year 3.9 KB Diff Download File
ClientCommand.cpp 2332 13 years ago Uli Schlachter Stop including FileUtils.h in any header This cau 38.7 KB Diff Download File
Config.cpp 2332 13 years ago Uli Schlachter Stop including FileUtils.h in any header This cau 4.1 KB Diff Download File
Config.h 2332 13 years ago Uli Schlachter Stop including FileUtils.h in any header This cau 2.1 KB Diff Download File
configure.ac 2320 13 years ago Uli Schlachter Overhaul the config parsing This moves stuff to a 13.7 KB Diff Download File
Csocket.cpp 2256 13 years ago Uli Schlachter Update to latest Csocket We are using a vanilla v 59.7 KB Diff Download File
Csocket.h 2256 13 years ago Uli Schlachter Update to latest Csocket We are using a vanilla v 68.5 KB Diff Download File
DCCBounce.cpp 2230 13 years ago psychon Oh, shiny... NOT (Yes, it's that time of the year 6.1 KB Diff Download File
DCCBounce.h 2230 13 years ago psychon Oh, shiny... NOT (Yes, it's that time of the year 2.6 KB Diff Download File
DCCSock.cpp 2332 13 years ago Uli Schlachter Stop including FileUtils.h in any header This cau 7.1 KB Diff Download File
DCCSock.h 2332 13 years ago Uli Schlachter Stop including FileUtils.h in any header This cau 2.4 KB Diff Download File
defines.h 2330 13 years ago Uli Schlachter Move DEBUG() from Utils.h into new ZNCDebug.h Sig 755 bytes Diff Download File
ExecSock.h 2331 13 years ago Uli Schlachter Move CExecSock to ExecSock.h As a result, Utils.h 1008 bytes Diff Download File
FileUtils.cpp 2331 13 years ago Uli Schlachter Move CExecSock to ExecSock.h As a result, Utils.h 13.9 KB Diff Download File
FileUtils.h 2331 13 years ago Uli Schlachter Move CExecSock to ExecSock.h As a result, Utils.h 6.4 KB Diff Download File
HTTPSock.cpp 2328 13 years ago Uli Schlachter Don't include FileUtils.h in znc.h or Modules.h B 14.5 KB Diff Download File
HTTPSock.h 2230 13 years ago psychon Oh, shiny... NOT (Yes, it's that time of the year 4.2 KB Diff Download File
IRCSock.cpp 2324 13 years ago Uli Schlachter Raise our IRC connection timeouts ZNC will now se 34.1 KB Diff Download File
IRCSock.h 2306 13 years ago Kyle Fuller Remove ident spoof from znc core 4.5 KB Diff Download File
LICENSE 748 18 years ago prozacx Added license info git-svn-id: https://znc.svn.s 17.5 KB Diff Download File
LICENSE.OpenSSL 748 18 years ago prozacx Added license info git-svn-id: https://znc.svn.s 702 bytes Diff Download File
Listener.cpp 2325 13 years ago Uli Schlachter Don't include znc.h in Listener.h znc.h pulls in 4 KB Diff Download File
Listener.h 2325 13 years ago Uli Schlachter Don't include znc.h in Listener.h znc.h pulls in 2.2 KB Diff Download File
main.cpp 2330 13 years ago Uli Schlachter Move DEBUG() from Utils.h into new ZNCDebug.h Sig 9.2 KB Diff Download File
main.h 2287 13 years ago Uli Schlachter Increase the version number to 0.099 Signed-off-b 3.8 KB Diff Download File
Makefile.in 2330 13 years ago Uli Schlachter Move DEBUG() from Utils.h into new ZNCDebug.h Sig 4 KB Diff Download File
MD5.cpp 1323 15 years ago psychon MD5: Dunno if this makes the code better or worse. 6.9 KB Diff Download File
MD5.h 2220 13 years ago psychon Use autoheader This commit adds a zncconfig.h to 979 bytes Diff Download File
Modules.cpp 2332 13 years ago Uli Schlachter Stop including FileUtils.h in any header This cau 39.4 KB Diff Download File
Modules.h 2330 13 years ago Uli Schlachter Move DEBUG() from Utils.h into new ZNCDebug.h Sig 45 KB Diff Download File
Nick.cpp 2230 13 years ago psychon Oh, shiny... NOT (Yes, it's that time of the year 3.5 KB Diff Download File
Nick.h 2230 13 years ago psychon Oh, shiny... NOT (Yes, it's that time of the year 1.3 KB Diff Download File
README.md 2250 13 years ago Kyle Fuller Use Markdown for the README file 4.5 KB Diff Download File
Server.cpp 2285.1.1 13 years ago Kyle Fuller Remove some pointless if statements 1 KB Diff Download File
Server.h 2230 13 years ago psychon Oh, shiny... NOT (Yes, it's that time of the year 869 bytes Diff Download File
SHA256.cpp 1601 15 years ago psychon Add sha256 support This imports the sha256 code f 7.3 KB Diff Download File
SHA256.h 2220 13 years ago psychon Use autoheader This commit adds a zncconfig.h to 2.5 KB Diff Download File
Socket.cpp 2230 13 years ago psychon Oh, shiny... NOT (Yes, it's that time of the year 3.6 KB Diff Download File
Socket.h 2230 13 years ago psychon Oh, shiny... NOT (Yes, it's that time of the year 4.9 KB Diff Download File
Template.cpp 2331 13 years ago Uli Schlachter Move CExecSock to ExecSock.h As a result, Utils.h 22.3 KB Diff Download File
Template.h 2230 13 years ago psychon Oh, shiny... NOT (Yes, it's that time of the year 5.6 KB Diff Download File
User.cpp 2332 13 years ago Uli Schlachter Stop including FileUtils.h in any header This cau 41.4 KB Diff Download File
User.h 2332 13 years ago Uli Schlachter Stop including FileUtils.h in any header This cau 11 KB Diff Download File
Utils.cpp 2330 13 years ago Uli Schlachter Move DEBUG() from Utils.h into new ZNCDebug.h Sig 12.6 KB Diff Download File
Utils.h 2330 13 years ago Uli Schlachter Move DEBUG() from Utils.h into new ZNCDebug.h Sig 13.8 KB Diff Download File
WebModules.cpp 2332 13 years ago Uli Schlachter Stop including FileUtils.h in any header This cau 21.5 KB Diff Download File
WebModules.h 2327 13 years ago Uli Schlachter Include less headers in WebModules.h From Client. 4.7 KB Diff Download File
File znc-buildmod.in 2284.2.1 13 years ago Kyle Fuller Remove a unnecessary check for sed inside znc-buil 1.3 KB Diff Download File
File znc-config.in 2212 13 years ago psychon Include @DEFS@ into our compiler call On most sys 1.2 KB Diff Download File
znc-uninstalled.pc.in 2212 13 years ago psychon Include @DEFS@ into our compiler call On most sys 595 bytes Diff Download File
znc.cpp 2332 13 years ago Uli Schlachter Stop including FileUtils.h in any header This cau 44.8 KB Diff Download File
znc.h 2328 13 years ago Uli Schlachter Don't include FileUtils.h in znc.h or Modules.h B 6.5 KB Diff Download File
znc.pc.in 2212 13 years ago psychon Include @DEFS@ into our compiler call On most sys 503 bytes Diff Download File
ZNCDebug.cpp 2330 13 years ago Uli Schlachter Move DEBUG() from Utils.h into new ZNCDebug.h Sig 381 bytes Diff Download File
ZNCDebug.h 2330 13 years ago Uli Schlachter Move DEBUG() from Utils.h into new ZNCDebug.h Sig 1 KB Diff Download File
ZNCString.cpp 2230 13 years ago psychon Oh, shiny... NOT (Yes, it's that time of the year 25.3 KB Diff Download File
ZNCString.h 2230 13 years ago psychon Oh, shiny... NOT (Yes, it's that time of the year 20 KB Diff Download File