| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-08-01 | Make ngIRCd compile and run on NeXTSTEP 3.3 and OPENSTEP 4.2 | Alexander Barton | |
| by Steven D. Blackford <kb7sqi@aol.com>: "I wanted to let you know that I've done a quick port of ngircd-0.12.0 for NEXTSTEP3.3/OPENSTEP4.2. There wasn't a lot of changes required to get it to compile clean, but I did make the necessary changes so that I didn't have to use -posix flag. The NeXT has a pretty buggy POSIX implementation so I always try to work around it. :-) Anway, here's the changes required to get it to compile." | |||
| 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. | |||
| 2005-04-16 | use strdup() to add oper hostname mask. | Florian Westphal | |
| 2003-01-03 | - Link portabtest agains "true" library. | Alexander Barton | |
| 2002-12-26 | - addes required libngircd.a library to portabcheck_LDADD. | Alexander Barton | |
| 2002-12-26 | - added strlcpy.c for strlcpy() and strlcat() replacement functions. | Alexander Barton | |
| 2002-05-22 | - "ansi2knr" zur "DeANSIfikation" als automake-Option gesetzt. | Alexander Barton | |
| 2002-05-19 | - neue Library "ngportab" begonnen: diese bildet Funktionen nach, die auf | Alexander Barton | |
| dem Ziel-System nicht vorhanden sind -- wie z.B. vsnprintf(). | |||
| 2002-03-15 | - portabtest wird nur noch compiliert, wenn benoetigt (z.B. "make check") | Alexander Barton | |
| 2002-03-12 | - externe portab-Header werden nicht mehr benoetigt. Notwendige Teile sind | Alexander Barton | |
| nun im ngIRCd-Source-Tree enthalten. | |||