| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-05-01 | On AIX (for example) socklen_t is defined in sys/socket.h | Alexander Barton | |
| On AIX and probably other systems socklen_t is defined in sys/socket.h, so we have to include it here explicitly (tested by Florian). | |||
| 2008-04-09 | Moved .cvsignore files to .gitignore | Alexander Barton | |
| Since we are using GIT starting from now, I converted all the .cvsignore files to .gitignore files. | |||
| 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. | |||