summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
2010-09-14Output connection status when dumping the internal server stateAlexander Barton
2010-09-14Reformat "server state" debug messages a little bitAlexander Barton
2010-09-14Enable the daemon to dump its internal state in debug-mode.Alexander Barton
2010-09-11signalhandlers: add fallback to deprecated sysv APIFlorian Westphal
2010-09-11remove NGIRCd_SignalRehashFlorian Westphal
2010-09-11Add new 'delayed' signal handlers.Florian Westphal
2010-09-11io: add io_cloexec to set close-on-exec flag.Florian Westphal
2010-09-11ng_ipaddr.h: include assert.hFlorian Westphal
2010-09-08Conn_SyncServerStruct(): test all connections; and work case insensitiveAlexander Barton
2010-09-08Check_Servers(): skip servers already beeing connectedAlexander Barton
2010-09-08Check_Servers(): Code cleanupAlexander Barton
2010-08-19Don't reset My_Connections[Idx].lastping when reading dataAlexander Barton
2010-08-18write_whoreply(): respect hostname cloakingAlexander Barton
2010-08-17IRC_USERHOST(): respect hostname cloakingAlexander Barton
2010-08-17IRC_USERHOST(): Code cleanup & some documentationAlexander Barton
2010-08-17Send_Message(): respect hostname cloakingAlexander Barton
2010-08-17IRC_WriteStrClientPrefix() / Get_Prefix(): respect hostname cloakingAlexander Barton
2010-08-17Refactor IRC_WriteStr{Channel|Related}Prefix(); support cloakingAlexander Barton
2010-08-17Implement user mode "x": hostname cloaking (closes: #102)Alexander Barton
2010-08-17WHOWAS: respect hostname cloakingAlexander Barton
2010-08-17WHOIS: respect hostname cloakingAlexander Barton
2010-08-17Implement Client_HostnameCloaked() and Client_MaskCloaked()Alexander Barton
2010-08-17Clean up an document Client_Hostname() and Client_Mask()Alexander Barton
2010-08-12ngircd: change MOTD file handlingFlorian Westphal
2010-08-01startup: open /dev/null before chrootFlorian Westphal
2010-07-25Allow IRC ops to change channel modes even without OperServerMode setAlexander Barton
2010-07-25Allow IRC operators to use MODE command on any channel (closes: #100)Florian Westphal
2010-07-14Remove Proc_Kill(), use timeout to kill child processesAlexander Barton
2010-07-14New function Conn_CloseAllSockets() to close all open socketsAlexander Barton
2010-07-13Authenticated users should be registered without the "~" markAlexander Barton
2010-07-13Don't Proc_Kill() childs after Proc_Read(): done there already.Alexander Barton
2010-07-13Don't even fork a PAM-subprocess if "NoPAM" option is setAlexander Barton
2010-07-13Use Proc_GenericSignalHandler() as handler for SIGTERM by defaultAlexander Barton
2010-07-13Mark some variables as "unused" to prevent compiler warningsAlexander Barton
2010-07-13Set NoPAM=yes in configuration files used for the testsuiteAlexander Barton
2010-07-13New configuration option "NoPAM" to disable PAMAlexander Barton
2010-07-12io.c: Include conn.h when using the select() APIAlexander Barton
2010-07-12Use correct preprocessor syntax when testing for PAM and IDENTAUTHAlexander Barton
2010-07-12Make sure signal.h is #include'd when neededAlexander Barton
2010-07-12Implement asynchronous user authentication using PAMAlexander Barton
2010-07-12Add pam.{c|h} to project and implement PAM_Authenticate() functionAlexander Barton
2010-07-11New functions Client_[Set]OrigUser() to get/set user specified by peerAlexander Barton
2010-07-11Detect PAM librariesAlexander Barton
2010-07-11Refactor Resolve_Read() into generic Proc_Read() functionAlexander Barton
2010-07-11Make Proc_Kill() more fault-tolerantAlexander Barton
2010-07-11New function Conn_GetProcStat()Alexander Barton
2010-07-11Code cleanup: don't reset penalty time on DNS resolver resultAlexander Barton
2010-07-01New function Proc_GenericSignalHandler()Alexander Barton
2010-07-01Rename Log_[{Init|Exit}_]Resolver to Log_[{Init|Exit}_]SubprocessAlexander Barton
2010-06-30Don't #include client.h when conn.h/conn-func.h is already includedAlexander Barton