about summary refs log tree commit diff
AgeCommit message (Expand)Author
2011-06-26Merge branch 'MorePrivacy'Alexander Barton
2011-06-26sample-ngircd.conf: remove "SSL" prefix from SSL-related variablesAlexander Barton
2011-06-26Merge branch 'ScrubCTCP'Alexander Barton
2011-06-26Merge branch 'newconfig'Alexander Barton
2011-06-26sample-ngircd.conf: "SyslogFacility" should be commented outAlexander Barton
2011-06-26Move SSL-related configuration variables to new [SSL] sectionAlexander Barton
2011-06-26CheckFileReadable(): only check when a filename is given ...Alexander Barton
2011-06-25PAM: make clear which "Password" config option is ignoredAlexander Barton
2011-06-25Really remove [Features] in our manual pagesAlexander Barton
2011-06-25Add documentation for "ScrubCTCP" configuration optionxor
2011-06-25New configuration opion "MorePrivacy" to "censor" some user informationxor
2011-06-25New option to scrub incoming CTCP commandsxor
2011-06-25INSTALL: document changed location of configuration variablesAlexander Barton
2011-06-25Update sample config file and manual page for new config structureAlexander Barton
2011-06-25Testsuite: update configuration files for new config file formatAlexander Barton
2011-06-25Display configuration errors more prominent on "--configtest"Alexander Barton
2011-06-25conf.c: code cleanupAlexander Barton
2011-06-25Check for redability of SSL-related files like for MOTD fileAlexander Barton
2011-06-25Restructure ngIRCd configuration, introduce [Limits] and [Options]Alexander Barton
2011-06-24New documentation: "how to contribute"Alexander Barton
2011-06-05conn: fix error handling when connecting to serverFlorian Westphal
2011-06-04ssl: gnutls: bump dh bitsize to 2048Florian Westphal
2011-05-12Mac OS X: split up make targetsAlexander Barton
2011-05-06fix clang warning about dead storesFlorian Westphal
2011-04-30contrib/platformtest.sh: fix gcc version detectionAlexander Barton
2011-04-29parse: fix logical expression testing for non RFC1459 linksFlorian Westphal
2011-04-29conn: avoid needlesly scary 'buffer overflow' messagesFlorian Westphal
2011-04-29Only require server prefixes on non RFC1459 linksAlexander Barton
2011-04-26Merge branch 'master' of git://arthur.barton.de/ngircd-alexAlexander Barton
2011-04-26Do reverse lookups using the AF of the incoming connectionAlexander Barton
2011-04-25resolve: fix reverse lookups of client connections with ConnectIPv6=noFlorian Westphal
2011-04-16Mac OS X: install on root volume only, and set correct permissionsAlexander Barton
2011-04-14Mac OS X: update installer texts and add logo.Alexander Barton
2011-04-12Doxygen'ify conf.cAlexander Barton
2011-04-12New function Config_Error_Section(); and code cleanupAlexander Barton
2011-04-12Add some type casts to random() and srandom() functionsAlexander Barton
2011-03-28ngircd: improve rng initialisationFlorian Westphal
2011-03-27Merge branch 'AuthPing'Alexander Barton
2011-03-27Merge branch 'NoticeAuth'Alexander Barton
2011-03-27ngircd.conf.5: Add variable type to "CloakHost" and "CloakUserToNick"Alexander Barton
2011-03-27Xcode: don't list sample-ngircd.conf, use sample-ngircd.conf.tmplAlexander Barton
2011-03-27Add documentation for "NoticeAuth" configuration optionAlexander Barton
2011-03-27Add documentation for "RequireAuthPing" configuration optionAlexander Barton
2011-03-27New configuration option "RequireAuthPing": PING-PONG on loginAlexander Barton
2011-03-26Configuration: move "NoticeAuth" to GLOBAL sectionAlexander Barton
2011-03-25New configuration option "NoticeAuth": send NOTICE AUTH on connectAlexander Barton
2011-03-25Warn when unknown variables are found in [Features] sectionAlexander Barton
2011-03-25Update doc/GIT.txtAlexander Barton
2011-03-23Update INSTALL textAlexander Barton
2011-03-21Generate WALLOPS message on SQUIT from IRC operatorAlexander Barton