~vcs-imports-ii/znc/master

  • Committer: Uli Schlachter
  • Date: 2011-09-10 12:00:58 UTC
  • Revision ID: git-v1:893a631aa598fc0dc3af53f1e2fb91ac4bcba8f8
Wrap MODULECALL macros in a do-while

This makes sure that there is a semicolon after his macro call and that this
macro works correctly in an if, e.g. if (foo) MODULECALL(foo);

Signed-off-by: Uli Schlachter <psychon@znc.in>
Filename Latest Rev Last Changed Committer Comment Size
..
m4 2353 13 years ago Alexey Sokolov Check SWIG version in configure. Diff
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 15 years ago prozacx Initial commit of webmods - still lots of work to Diff
.gitignore 2402 13 years ago Uli Schlachter Fix CString::Escape_n() and add some tests for it 653 bytes Diff Download File
AUTHORS 2344 13 years ago Michael Edgar Added myself to authors, in case this lands. 1 KB Diff Download File
File autogen.sh 2353 13 years ago Alexey Sokolov Check SWIG version in configure. 1.1 KB Diff Download File
Symlink bootstrap.sh 2354 13 years ago Alexey Sokolov Add bootstrap.sh as symlink to autogen.sh Some pr .
Buffer.cpp 2230 14 years ago psychon Oh, shiny... NOT (Yes, it's that time of the year 2 KB Diff Download File
Buffer.h 2230 14 years ago psychon Oh, shiny... NOT (Yes, it's that time of the year 1.8 KB Diff Download File
Chan.cpp 2471 13 years ago Kyle Fuller Fix CChan::TrimBuffer() (#63) CChan::TrimBuffer() 14.3 KB Diff Download File
Chan.h 2431 13 years ago Kyle Fuller CChans should now work on IRC networks 5.3 KB Diff Download File
Client.cpp 2481 13 years ago Uli Schlachter Make the debug output for raw query line up This 22.7 KB Diff Download File
Client.h 2481 13 years ago Uli Schlachter Make the debug output for raw query line up This 4.2 KB Diff Download File
ClientCommand.cpp 2475 13 years ago Kyle Fuller Check we have a network before we try to get its m 43.1 KB Diff Download File
Config.cpp 2480 13 years ago Alexey Sokolov Make 1st parameter of CConfig::Write() a reference 4.8 KB Diff Download File
Config.h 2480 13 years ago Alexey Sokolov Make 1st parameter of CConfig::Write() a reference 3.2 KB Diff Download File
configure.ac 2466 13 years ago Alexey Sokolov Change "znc" to "ZNC". 15.2 KB Diff Download File
Csocket.cpp 2386 13 years ago Uli Schlachter Update to latest Csocket Fixes: - A possible cra 60.9 KB Diff Download File
Csocket.h 2391 13 years ago Uli Schlachter Update to latest Csocket This fixes the "busy loo 69.3 KB Diff Download File
defines.h 2466 13 years ago Alexey Sokolov Change "znc" to "ZNC". 755 bytes Diff Download File
ExecSock.h 2400 13 years ago Uli Schlachter Include zncconfig.h in all headers The rule is th 1 KB 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 2467 13 years ago Uli Schlachter fix build error when compiling against uclibc(++) 6.5 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 14 years ago psychon Oh, shiny... NOT (Yes, it's that time of the year 4.2 KB Diff Download File
IRCNetwork.cpp 2476 13 years ago Kyle Fuller Destroy the CIRCSock for a network when the CIRCNe 17.7 KB Diff Download File
IRCNetwork.h 2452 13 years ago Uli Schlachter Remove some IMHO dangerous functions Instead, the 4.8 KB Diff Download File
IRCSock.cpp 2483 13 years ago Uli Schlachter Add a missing semicolon Signed-off-by: Uli Schlac 33.6 KB Diff Download File
IRCSock.h 2433 13 years ago Kyle Fuller Make IRCSock network aware 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 2430 13 years ago Kyle Fuller Add CIRCNetwork which now hold each IRC Connection 4.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 2348 13 years ago Alexey Sokolov Show error for --makepem if compiled without SSL. 9.1 KB Diff Download File
main.h 2484 13 years ago Uli Schlachter Wrap MODULECALL macros in a do-while This makes s 5.1 KB Diff Download File
Makefile.in 2462.1.1 13 years ago Uli Schlachter Drop @DEFS@ from the build system This will only 4.1 KB Diff Download File
MD5.cpp 1323 16 years ago psychon MD5: Dunno if this makes the code better or worse. 6.9 KB Diff Download File
MD5.h 2220 14 years ago psychon Use autoheader This commit adds a zncconfig.h to 979 bytes Diff Download File
Modules.cpp 2466 13 years ago Alexey Sokolov Change "znc" to "ZNC". 39.1 KB Diff Download File
Modules.h 2466 13 years ago Alexey Sokolov Change "znc" to "ZNC". 45.1 KB Diff Download File
Nick.cpp 2434 13 years ago Kyle Fuller Make CNick network aware 3.5 KB Diff Download File
Nick.h 2434 13 years ago Kyle Fuller Make CNick network aware 1.3 KB Diff Download File
README.md 2466 13 years ago Alexey Sokolov Change "znc" to "ZNC". 4.6 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 14 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 14 years ago psychon Use autoheader This commit adds a zncconfig.h to 2.5 KB Diff Download File
Socket.cpp 2419 13 years ago Uli Schlachter Move the EModuleType into CModInfo This also rena 3.7 KB Diff Download File
Socket.h 2376.1.5 13 years ago Un1matr1x remove some more of the evil trailing white spaces 4.9 KB Diff Download File
Template.cpp 2466 13 years ago Alexey Sokolov Change "znc" to "ZNC". 22.4 KB Diff Download File
Template.h 2376.1.5 13 years ago Un1matr1x remove some more of the evil trailing white spaces 5.6 KB Diff Download File
User.cpp 2470 13 years ago Uli Schlachter Upgrading to networks: Slightly rephrase a message 31.4 KB Diff Download File
User.h 2452 13 years ago Uli Schlachter Remove some IMHO dangerous functions Instead, the 7.4 KB Diff Download File
Utils.cpp 2399 13 years ago Uli Schlachter Stop asking for the host name in --makepem Come o 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 2419 13 years ago Uli Schlachter Move the EModuleType into CModInfo This also rena 22.3 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 2466 13 years ago Alexey Sokolov Change "znc" to "ZNC". 1.3 KB Diff Download File
File znc-config.in 2462.1.1 13 years ago Uli Schlachter Drop @DEFS@ from the build system This will only 1.1 KB Diff Download File
znc-uninstalled.pc.in 2462.1.1 13 years ago Uli Schlachter Drop @DEFS@ from the build system This will only 575 bytes Diff Download File
znc.cpp 2480 13 years ago Alexey Sokolov Make 1st parameter of CConfig::Write() a reference 48.8 KB Diff Download File
znc.h 2430 13 years ago Kyle Fuller Add CIRCNetwork which now hold each IRC Connection 6.9 KB Diff Download File
znc.pc.in 2462.1.1 13 years ago Uli Schlachter Drop @DEFS@ from the build system This will only 483 bytes Diff Download File
znc.service 2404.1.1 13 years ago Nick Bebout Add ZNC systemd unit file for those distros that u 158 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 2400 13 years ago Uli Schlachter Include zncconfig.h in all headers The rule is th 1.1 KB Diff Download File
ZNCString.cpp 2402 13 years ago Uli Schlachter Fix CString::Escape_n() and add some tests for it 25.4 KB Diff Download File
ZNCString.h 2466 13 years ago Alexey Sokolov Change "znc" to "ZNC". 20.1 KB Diff Download File