Commit Graph

  • f547981188 Streamline DEBUG_ARRAY, DEBUG_BUFFER, DEBUG_IO, DEBUG_ZIP Alexander Barton 2014-03-17 23:52:08 +0100
  • b35f8916a5 conn.c: Code cleanup Alexander Barton 2014-03-17 22:59:58 +0100
  • 3d7aa9f906 Xcode: remove imp.h and exp.h from project file Alexander Barton 2014-03-17 18:07:51 +0100
  • a534e71e8d Re-add #include's for header files of the C file itself Alexander Barton 2014-03-17 18:02:57 +0100
  • a13bb78b1e Update copyright notices of recently changed files Alexander Barton 2014-03-17 02:13:15 +0100
  • b130b35f48 Update #include's: remove unused and add missing ones Alexander Barton 2014-03-17 02:28:39 +0100
  • 37090a28e8 portab.h: Restructure and clean up code Alexander Barton 2014-03-17 01:17:30 +0100
  • 67256f9da1 configure[.ng]: <sys/types.h> is a required header file Alexander Barton 2014-03-17 00:47:45 +0100
  • 7b10a0e4ee io.c: <sys/time.h> is only needed when using select() Alexander Barton 2014-03-17 00:45:07 +0100
  • 259c314d14 Remove imp.h and exp.h header files Alexander Barton 2014-03-17 00:17:02 +0100
  • 51396f8f1c strdup.c: Code cleanup Alexander Barton 2014-03-16 22:59:03 +0100
  • 6238196dac Don't define SSL_Want{Read|Write}() when SSL is disabled Alexander Barton 2014-03-16 22:28:37 +0100
  • 43fb18f2f5 Code cleanup, remove blank lines Alexander Barton 2014-03-16 22:11:26 +0100
  • a4ed90ba9a Fix two K&R C portability issues Alexander Barton 2014-03-16 20:07:08 +0100
  • af9161a9bc Merge pull request #6 from norrs/pam_server_password_fix Alexander Barton 2014-02-28 22:26:41 +0100
  • 485d0aec81 Use server password when PAM is compiled in but disabled Roy Sindre Norangshol 2014-02-27 00:21:18 +0100
  • abf280d5bd CHARCONV: Fix handling conversion errors Alexander Barton 2014-02-23 18:20:47 +0100
  • ccc9e1baa4 Streamline punctuation of log messages Alexander Barton 2014-02-09 16:01:13 +0100
  • 755562d147 Services.txt: Update information for Anope 2.x Alexander Barton 2014-02-02 20:28:21 +0100
  • 384b27cee0 IRC_INVITE(): Code cleanup Alexander Barton 2014-02-02 00:27:24 +0100
  • 6496fa4655 Streamline punctuation of log messages Alexander Barton 2014-02-02 00:27:03 +0100
  • 20b52fe33d Correctly use cloaked IRC masks on "INVITE nickname" Alexander Barton 2014-01-27 22:59:54 +0100
  • 0fc822d8c4 Use correct sender as target for ISUPPORT replies on "VERSION" Alexander Barton 2014-01-27 22:23:47 +0100
  • 2e168c7809 Return ISUPPORT(005) numerics on "VERSION" Alexander Barton 2014-01-26 23:41:59 +0100
  • 14a84dfca5 configure: Only link "contrib/Debian" if it exists Alexander Barton 2014-01-26 23:40:58 +0100
  • 4cb36e370e Merge pull request #5 from grawity/accountname-whois Alexander Barton 2014-01-21 14:04:59 -0800
  • e273bd226a Show account name in WHOIS Mantas Mikulėnas 2014-01-20 14:25:11 +0200
  • 3b24ebf122 ngircd.conf.5: Update manual page Alexander Barton 2014-01-19 15:32:20 +0100
  • 599cfd0944 Merge branch 'no-range-matching' of git://arthur.barton.de/ngircd-alex Alexander Barton 2014-01-17 23:11:37 +0100
  • 90062111f7 Use $(MKDIR_P) instead of $(mkinstalldirs) in Makefile's Alexander Barton 2014-01-17 21:04:10 +0100
  • e747fe9277 Fix configure script and "make check" for TCP Wrappers Alexander Barton 2014-01-17 16:18:55 +0100
  • 0f85c4c6a7 Add libwrap at the end of the configure run Alexander Barton 2014-01-17 16:10:34 +0100
  • e73d70ce6f Remove "range matching" functionality Alexander Barton 2014-01-15 14:58:57 +0100
  • 2560e5f156 platformtest.sh: Allow using separate source and build trees Alexander Barton 2014-01-11 01:33:24 +0100
  • 1f5508d049 platformtest.sh: Show only up to 10 bytes of version information Alexander Barton 2014-01-11 01:32:12 +0100
  • 97b4fd8a08 platformtest.sh: New option "-x", don't renegerate build system Alexander Barton 2014-01-11 01:27:12 +0100
  • fe73835666 Client_SetHostname(): Don't use strlen() to test for value Alexander Barton 2014-01-10 19:57:03 +0100
  • 5b4b7e2f55 Test suite: explicitely enable glibc memory checking Alexander Barton 2014-01-10 19:56:08 +0100
  • 8ae2cdfce9 Send "fake '*' key" in "MODE -k" replies Alexander Barton 2014-01-08 14:18:09 +0100
  • 6685ae063f Add "config.cache" to .gitignore file Alexander Barton 2014-01-06 17:20:54 +0100
  • e2b85ccde3 platformtest.sh: don't use "test -e", it isn't portable Alexander Barton 2014-01-05 00:48:31 +0100
  • 7b358a57ac Makefile.am: don't use "test -e", it isn't portable Alexander Barton 2014-01-05 00:12:00 +0100
  • 5d88030bd1 Support non-standard vsnprintf() return code Alexander Barton 2014-01-04 23:57:05 +0100
  • 8872653ef6 Partially revert bc098794: don't require autoconf 2.67 Alexander Barton 2014-01-04 23:12:56 +0100
  • 4d4512cd72 doc/Platforms.txt: Update some systems to ngIRCd 21 Alexander Barton 2014-01-02 18:36:18 +0100
  • bc098794ee Update configure.ng for autoconf 2.67 Alexander Barton 2014-01-02 15:33:39 +0100
  • 788da901ee Update Copyright notices for 2014 Alexander Barton 2014-01-02 15:27:07 +0100
  • 2a40112f09 Merge branch 'bug167-WebircIPAnoDNS' of git://arthur.barton.de/ngircd-alex Alexander Barton 2014-01-02 00:45:05 +0100
  • 61b7932e82 Merge branch 'bug165-005-NETWORK' of git://arthur.barton.de/ngircd-alex Alexander Barton 2014-01-02 00:44:42 +0100
  • f024a4992a portabtest: Add checks for strdup(), strndup(), and strtok_r() Alexander Barton 2014-01-01 16:38:36 +0100
  • d38747d951 portabtest: Actually test functions Alexander Barton 2014-01-01 15:57:34 +0100
  • 18070e5381 portabtest: Only use one exit code to indicate errors Alexander Barton 2013-12-29 17:48:25 +0100
  • d913323ca9 portabtest: Code cleanup Alexander Barton 2013-12-29 17:46:54 +0100
  • 9230f2fff1 Fix permanent k/gline Federico G. Schwindt 2013-12-08 01:43:55 +0000
  • 86bdf6e1d4 Implement new configuration option "Network" Alexander Barton 2013-12-27 23:16:11 +0100
  • 1a628fff51 WEBIRC: Don't respect hostname when DNS is disabled Alexander Barton 2013-12-27 22:34:47 +0100
  • bd33bd770d OS X has a working getaddrinfo() implementation Alexander Barton 2013-12-27 21:35:53 +0100
  • b8433e9261 Check for working getaddrinfo() function Alexander Barton 2013-11-12 00:28:50 +0100
  • 5a424f60da Fix spelling Federico G. Schwindt 2013-11-26 00:19:01 +0000
  • 444308ccde doc/Platforms.txt: Add and update more systems Alexander Barton 2013-12-03 12:16:23 +0100
  • 1ad536eeed doc/Platforms.txt: Add and update more systems Alexander Barton 2013-11-24 18:32:59 +0100
  • c68ae1a9f5 doc/Platforms.txt: add DragonflyBSD 3.4 on x86_64 Alexander Barton 2013-11-13 11:44:31 +0100
  • df7ea9e7b4 doc/Platforms.txt: add OpenBSD 5.4 on HPPA Alexander Barton 2013-11-12 00:33:30 +0100
  • 34824abe0d configure: clean up function definitions Alexander Barton 2013-11-12 00:25:28 +0100
  • ae00c100ac Only use unsetenv() when it is available Alexander Barton 2013-11-10 17:08:41 +0100
  • 61d1c864c5 conf-ssl.h: make code compatible with pre-ANSI C compilers Alexander Barton 2013-11-09 23:42:56 +0100
  • 8d25044ce5 vsnprintf.c: make code compatible with ansi2knr tool Alexander Barton 2013-11-09 23:41:20 +0100
  • c3c719b978 Remove unused vsnprintf.c test function Alexander Barton 2013-11-09 23:31:51 +0100
  • 9ee3760493 Add comments around some IRC_SetPenalty() calls Federico G. Schwindt 2013-11-07 18:17:58 +0000
  • 344185b1bd Rework the penalty handling slightly Federico G. Schwindt 2013-11-07 16:53:29 +0000
  • fcf61e9e02 Move IRC_SetPenalty() to Handle_Request() when possible Federico G. Schwindt 2013-11-07 16:29:21 +0000
  • 9f236c4b91 Introduce a macro to define the command list Federico G. Schwindt 2013-11-07 13:20:08 +0000
  • 00249f3c80 When sending an error use the IRC_WriteErrClient() variant Federico G. Schwindt 2013-11-07 10:45:34 +0000
  • 925b4de298 On bad /oper set the penalty to 10 seconds Federico G. Schwindt 2013-11-06 21:46:53 +0000
  • 48ea69d778 Remove unneded IRC_SetPenalty() calls Federico G. Schwindt 2013-11-06 18:28:09 +0000
  • 80d0613bf2 Use sizeof() intead of the explicit size Federico G. Schwindt 2013-11-06 18:16:05 +0000
  • 4ab688c5e8 Remove wrong #ifdef in Option_String() Alexander Barton 2013-11-01 19:12:35 +0100
  • 2e93129877 NEWS/ChangeLog: Clean up version numbers and release dates Alexander Barton 2013-11-01 00:05:31 +0100
  • 94148c37f5 ngIRCd Release 21 Alexander Barton 2013-10-30 22:20:36 +0100
  • f25be28ab8 doc/Platforms.txt: add Mac OS X 10.6.8 Alexander Barton 2013-10-30 22:13:21 +0100
  • fae7bd1bb7 Update doc/Platforms.txt Alexander Barton 2013-10-28 00:00:06 +0100
  • 0556aa1901 ngircd.init: Make sure no stale PID file is left over Alexander Barton 2013-10-26 21:34:56 +0200
  • 48698f14a2 platformtest.sh/Platforms.txt: allow user names up to 8 characters Alexander Barton 2013-10-22 14:15:34 +0200
  • 8e6db769ac Check and call arc4random_stir() if present Federico G. Schwindt 2013-10-23 16:00:26 +0100
  • 8a041373bb Debian: Fix sed(1) rules adjusting "ngircd-full" package Alexander Barton 2013-10-20 18:32:50 +0200
  • 37c8699f34 Debian: Fix default "HelpFile" file name in ngircd.conf Alexander Barton 2013-10-20 18:06:21 +0200
  • 788b3002d8 ngIRCd Release 21~rc2 Alexander Barton 2013-10-20 15:51:03 +0200
  • beb9f65dc8 platformtest.sh: Detect clang compilers Alexander Barton 2013-10-20 15:25:19 +0200
  • 62865f7e19 Add support for longer config lines Federico G. Schwindt 2013-10-17 22:10:53 +0100
  • a7dda1b28c Report the correct file on error Federico G. Schwindt 2013-10-17 21:52:15 +0100
  • cba5a2579f doc/Platforms.txt: Add Open64 and tcc C compilers on Linux Alexander Barton 2013-10-16 22:27:38 +0200
  • a2479bb906 platformtest.sh: Detect tcc compiler Alexander Barton 2013-10-16 21:59:23 +0200
  • 17589534d0 Add support for arc4random Federico G. Schwindt 2013-10-16 11:15:27 +0100
  • ea26fd2840 Fix another strcat warning missed in commit 4c5b43 Federico G. Schwindt 2013-10-16 10:40:14 +0100
  • 45d3e6aa91 platformtest.sh: Clean up GIT source tree, when possible Alexander Barton 2013-10-14 23:47:07 +0200
  • 0bd3fb88b2 platformtest.sh: Detect Apple LLVM (clang) compiler Alexander Barton 2013-10-14 23:45:59 +0200
  • c34b91d8dd Update (date of) manual pages Alexander Barton 2013-10-07 23:02:27 +0200
  • 56da86b4f4 ChnageLog file: even more spelling fixes ... Alexander Barton 2013-10-07 22:17:49 +0200
  • ea8a2bf1fc INSTALL file: Update "Upgrade Information" Alexander Barton 2013-10-07 22:15:22 +0200
  • 1b349b05d5 Fix spelling in NEWS and ChangeLog files Alexander Barton 2013-10-07 21:59:02 +0200