| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-05-26 | Use strtok_r instead of strchr in IRC_JOIN. | Scott Perry | |
| This patch does significant cleanup on the join code by using strtok_r instead of mangling strchr to parse channel names and keys in parallel when a JOIN command contains a list of channels and keys. Also adds an strtok_r implementation to libportab. | |||
| 2008-05-25 | configure.in: don't check for "obvious" standard functions. | Florian Westphal | |
| Drop checks for the following C standard functions: malloc, memmove, memset, realloc, strchr, strcspn, strerror, strstr. Rationale: These are standard K&R/C89 functions, no point in ''making sure they exist''. | |||
| 2008-05-13 | Update master development branch | Alexander Barton | |
| - use "dev" instead of "HEAD" as "version number", - update ChangeLog and NEWS to reflect the 0.12.0 release. | |||
| 2008-04-29 | --enable-ipv6: fix indentation in ./configure --help output. | Alexander Barton | |
| 2008-04-20 | Synchronized branch-0-12-x (ngIRCd 0.12.0-pre1) with master. | Alexander Barton | |
| (cherry picked from commit 4ea29329674ff8ec6d772991a57c146b5d78d2ad) | |||
| 2008-04-09 | Include Mac OS X Xcode project in distribution archives. | Alexander Barton | |
| Oops, it has not been included since ... ages?? | |||
| 2008-02-26 | IPv6 support. | Florian Westphal | |
| all references to struct sockaddr/in_addr have been removed from src/ngircd. libngipaddr (in src/ipaddr/) hides all the gory details. See src/ipaddr/ng_ipaddr.h for API description. | |||
| 2006-12-26 | New configure option "--without-select"; when usin epoll() IO API include | Alexander Barton | |
| support for select() as well by default and fall back on runtime when needed. | |||
| 2006-10-02 | add test for strcspn. | Florian Westphal | |
| 2006-09-17 | Added support for the /dev/poll i/o interface. | Florian Westphal | |
| 2006-09-16 | add support for the poll() interface | Florian Westphal | |
| 2006-09-09 | only test for stack smashing protector if we are using gcc; | Florian Westphal | |
| use -fstack-protector-all for the test to make sure the guard variable is added. | |||
| 2006-08-13 | fix gcc 4.1 -fstack-protector detection. | Florian Westphal | |
| 2006-08-05 | check if compiler supports inline keyword. | Florian Westphal | |
| 2006-05-17 | Detect the Avahi "howl-compatibility" as well as Howl itself. | Alexander Barton | |
| 2005-12-06 | Make clear that "IO backend: select" is not a request but a C API function. | Alexander Barton | |
| 2005-08-30 | check if gcc supports -fstack-protector | Florian Westphal | |
| 2005-07-22 | New subdirectory "doc/src" for the source code documentation. | Alexander Barton | |
| 2005-07-08 | Renamed "Rendezvous" to "Zeroconf". | Alexander Barton | |
| 2005-07-08 | Whitespace fixes. | Alexander Barton | |
| 2005-07-07 | test for epoll and kqueue support | Florian Westphal | |
| 2005-06-26 | Fixed wrong order of #includes in test for "socklen_t" (caused problems on ↵ | Alexander Barton | |
| OpenBSD). | |||
| 2005-05-21 | Added version information to summary text. | Alexander Barton | |
| 2005-04-16 | check for strdup() | Florian Westphal | |
| 2005-03-21 | Fixed ./configure test for TCP Wrappers: now it runs on Mac OS X as well. | Alexander Barton | |
| 2005-03-20 | Enhanced configure script: now you can pass an (optional) search path | Alexander Barton | |
| to all --with-XXX parameters, e. g. "--with-ident=/opt/ident". | |||
| 2005-03-19 | Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. | Florian Westphal | |
| use stdbool.h / inttypes.h if available. | |||
| 2005-03-19 | Removed indentation of preprocessor statements in test for socklen_t. | Alexander Barton | |
| 2004-12-26 | Added support for the Howl (http://www.porchdogsoft.com/products/howl/) | Alexander Barton | |
| Rendezvous API, in addition to the API of Apple (Mac OS X). | |||
| 2004-05-15 | Enhanced ./configure checks for required C header files. | Alexander Barton | |
| 2004-04-11 | Special handling for HP/UX: define _XOPEN_SOURCE_EXTENDED ... | Alexander Barton | |
| 2004-03-11 | Reworked configure system: it should be more compatible to most systems | Alexander Barton | |
| now, and it should even be more flexible and faster :-) | |||
| 2004-02-29 | Added XCode project files (for Mac OS X) to "contrib" directory. | Alexander Barton | |
| 2003-12-31 | Changes for new source code layout: contrib/Debian/. | Alexander Barton | |
| 2003-12-27 | Added optional support for IDENT lookups (configure switch "--with-ident"). | Alexander Barton | |
| 2003-12-26 | Removed "USE_" prefixes of configuration #defines. | Alexander Barton | |
| 2003-11-04 | Fixed build problems under Mac OS X 10.3 "Panther". | Alexander Barton | |
| 2003-10-19 | Use "-pipe" when compiling with gcc, speeds things up a little :-) | Alexander Barton | |
| 2003-07-09 | Included debian/-subdirectory into build system. | Alexander Barton | |
| 2003-05-05 | Added support for GNU/Hurd. | Alexander Barton | |
| 2003-04-25 | Disabling "-ansi" on Cygwin: system headers are incompatible. | Alexander Barton | |
| 2003-04-23 | Detecting broken gcc used by Mac OS X and disabling "-pedantic" in this case. | Alexander Barton | |
| 2003-04-22 | Added defines for SunOS (5.6). | Alexander Barton | |
| 2003-04-21 | Added some defines for Linux/glibc, reverted unused test for poll(), and | Alexander Barton | |
| enhanced summary output. | |||
| 2003-04-21 | Using $(prefix)/share/doc/ngircd as documentation directory again. | Alexander Barton | |
| 2003-03-31 | Corrected path for documentation files in summary output. | Alexander Barton | |
| 2003-03-30 | Added documentation path to summary output. | Alexander Barton | |
| 2003-03-26 | Require at least GNU automake 1.6 to generate build scripts and Makefiles. | Alexander Barton | |
| 2003-03-19 | Fixed a "checking for ..." text string. | Alexander Barton | |
| 2003-03-15 | - Updated documentation. | Alexander Barton | |