| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-10 | platformtest.sh: Delete ngIRCd binary before test run | Alexander Barton | |
| This ensures that we definitely don't test an old binary later on ... | |||
| 2016-01-10 | platformtest.sh: Only show "runs=Y" when test suite succeeded | Alexander Barton | |
| Display "?" in the "runs" colum when the simple "run test" succeeded but the test suite failed. And display a message to double check the actual status, because it is somewhat unclear, if the daemon actually "works" or not in this case. | |||
| 2016-01-06 | platformtest.sh: Use $LOGNAME instead of $USER | Alexander Barton | |
| LOGNAME is more standard than USER. | |||
| 2015-12-19 | contrib/ngindent: Fix shebang line | Alexander Barton | |
| 2015-12-19 | contrib/platformtest.sh: Warn when external tools are missing | Alexander Barton | |
| 2015-12-19 | contrib/platformtest.sh: Make script more portable | Alexander Barton | |
| 2015-11-16 | ngIRCd Release 23 rel-23 | Alexander Barton | |
| 2015-09-11 | contrib/Debian/changelog: Fix email address | Alexander Barton | |
| 2015-09-06 | Documentation: Spelling fixes | Alexander Barton | |
| 2015-09-06 | ngIRCd Release 23~rc1 rel-23-rc1 | Alexander Barton | |
| 2015-08-27 | platformtest.sh: Fix quoting | Alexander Barton | |
| 2015-08-27 | ngircd.init: Fix non-POSIX "==" test operator | Alexander Barton | |
| 2015-08-14 | Update systemd service file | Alexander Barton | |
| 2015-04-10 | Update Xcode project for latest Xcode version (6.3) | Alexander Barton | |
| 2015-04-06 | ngIRCd Release 22.1 rel-22.1 | Alexander Barton | |
| 2014-10-11 | ngIRCd Release 22 rel-22 | Alexander Barton | |
| 2014-09-29 | ngIRCd Release 22~rc1 rel-22-rc1 | Alexander Barton | |
| 2014-07-14 | New "Debian release" 21.1-0ab2 | Alexander Barton | |
| (cherry picked from commit 48fcb97fa4a2762a873d9d693c7a126588a1811d) | |||
| 2014-07-14 | Debian: Don't adjust path names that are correct by default | Alexander Barton | |
| 2014-07-14 | Debian: Correctly set and use "docdir" | Alexander Barton | |
| 2014-06-04 | Test suite/platformtest.sh: Detect when tests have been skipped | Alexander Barton | |
| Detect if some tests have been skipped, for example when telnet(1) or expect(1) is missing: ./contrib/platformtest.sh will echo a warning message now. | |||
| 2014-03-25 | ngIRCd Release 21.1 | Alexander Barton | |
| (cherry picked from commit ee28e76df2a73f3bb4bcf69c644eae9a10298a58) | |||
| 2014-03-17 | Xcode: remove imp.h and exp.h from project file | Alexander Barton | |
| These files have been removed from ngIRCd in commit 259c314d, "Remove imp.h and exp.h header files". | |||
| 2014-01-11 | platformtest.sh: Allow using separate source and build trees | Alexander Barton | |
| Now you can call platformtest.sh using its complete path name from an other directory which is then used for building. See <http://www.gnu.org/software/automake/manual/html_node/VPATH-Builds.html> Please not that the build system itself is still (re-)genrated in the original source tree. This can be avoided by passing the "-x" switch to the platformtest.sh script. | |||
| 2014-01-11 | platformtest.sh: Show only up to 10 bytes of version information | Alexander Barton | |
| 2014-01-11 | platformtest.sh: New option "-x", don't renegerate build system | Alexander Barton | |
| 2014-01-05 | platformtest.sh: don't use "test -e", it isn't portable | Alexander Barton | |
| 2014-01-02 | Update Copyright notices for 2014 | Alexander Barton | |
| 2013-12-27 | OS X has a working getaddrinfo() implementation | Alexander Barton | |
| 2013-10-30 | ngIRCd Release 21 rel-21 | Alexander Barton | |
| 2013-10-26 | ngircd.init: Make sure no stale PID file is left over | Alexander Barton | |
| 2013-10-23 | platformtest.sh/Platforms.txt: allow user names up to 8 characters | Alexander Barton | |
| 2013-10-20 | Debian: Fix sed(1) rules adjusting "ngircd-full" package | Alexander Barton | |
| Error introduced by last commit :-/ | |||
| 2013-10-20 | Debian: Fix default "HelpFile" file name in ngircd.conf | Alexander Barton | |
| The "full" package variants must use "/usr/share/doc/ngircd-full/Commands.txt" and "/usr/share/doc/ngircd-full-dbg/Commands.txt" respectively. | |||
| 2013-10-20 | ngIRCd Release 21~rc2 rel-21-rc2 | Alexander Barton | |
| 2013-10-20 | platformtest.sh: Detect clang compilers | Alexander Barton | |
| 2013-10-16 | platformtest.sh: Detect tcc compiler | Alexander Barton | |
| 2013-10-14 | platformtest.sh: Clean up GIT source tree, when possible | Alexander Barton | |
| 2013-10-14 | platformtest.sh: Detect Apple LLVM (clang) compiler | Alexander Barton | |
| 2013-10-05 | ngIRCd Release 21~rc1 rel-21-rc1 | Alexander Barton | |
| 2013-08-26 | Xcode: update project settings for Xcode 5 | Alexander Barton | |
| 2013-08-23 | ngIRCd Release 20.3 | Alexander Barton | |
| (cherry picked from commit bb6e2779636aa6d74bbff474880829f0183a3c94) Conflicts: ChangeLog NEWS | |||
| 2013-08-19 | Debian init script: test for binary after reading defaults | Alexander Barton | |
| This allows the system administrator to overwrite the DAEMON variable in /etc/defaults/<name> and to use this init script even when the default "/usr/sbin/ngircd" doesn't exist on the system. | |||
| 2013-03-27 | Xcode: fix detection of host OS, vendor, and CPU | Alexander Barton | |
| 2013-03-27 | PackageMaker: use relativ path names | Alexander Barton | |
| 2013-02-22 | Clean up Xcode project file, remove outdated files, add missing | Alexander Barton | |
| 2013-02-15 | Merge branch 'bug153-ServerMask' into master | Alexander Barton | |
| * bug153-ServerMask: Update irc-info.c to use irc-macros.h Add new irc-macros.h to project irc-info.c: add/streamline function documentation comments irc-info: move static functions at the top of the file Implement new function Client_SearchServer() Conflicts: src/ngircd/irc-info.c | |||
| 2013-02-15 | ngIRCd Release 20.2 | Alexander Barton | |
| (cherry picked from commit c45d9dd1f08fddb95fa01d62c69848cd753a3161) | |||
| 2013-02-10 | ngircd.sock: explicitely bind to IPv4 and IPv6 addresses | Alexander Barton | |
| 2013-02-09 | Add new irc-macros.h to project | Alexander Barton | |
| This file prvides some macros for common tasks required by functions implementing handlers for IRC commands: * _IRC_ARGC_LE_OR_RETURN_ * _IRC_ARGC_GE_OR_RETURN_ * _IRC_GET_SENDER_OR_RETURN_ * _IRC_GET_TARGET_SERVER_OR_RETURN_ | |||