]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd
New configuration option "NoZeroConf" to disable ZeroConf registration
[ngircd-alex.git] / src / ngircd /
2010-10-11 Alexander BartonNew configuration option "NoZeroConf" to disable ZeroCo...
2010-10-05 Alexander BartonMake sure sighandlers.h is listed in noinst_HEADERS
2010-09-24 Alexander BartonNew configuration option "SyslogFacility"
2010-09-22 Alexander BartonExplicitly cast return value of read(2) to "int"
2010-09-22 Alexander BartonDon't call sigaction() if it is not available on the...
2010-09-14 Florian WestphalFix signalpipe file descriptor leak on RESTART
2010-09-13 Alexander Bartonsighandlers.{c|h}: Code cleanup
2010-09-13 Alexander BartonMake sighandlers.{c|h} compatible with ansi2knr
2010-09-13 Alexander BartonOutput connection status when dumping the internal...
2010-09-13 Alexander BartonReformat "server state" debug messages a little bit
2010-09-13 Alexander BartonEnable the daemon to dump its internal state in debug...
2010-09-11 Florian Westphalsignalhandlers: add fallback to deprecated sysv API
2010-09-11 Florian Westphalremove NGIRCd_SignalRehash
2010-09-11 Florian WestphalAdd new 'delayed' signal handlers.
2010-09-11 Florian Westphalio: add io_cloexec to set close-on-exec flag.
2010-09-08 Alexander BartonConn_SyncServerStruct(): test all connections; and...
2010-09-07 Alexander BartonCheck_Servers(): skip servers already beeing connected
2010-09-07 Alexander BartonCheck_Servers(): Code cleanup
2010-08-19 Alexander BartonDon't reset My_Connections[Idx].lastping when reading...
2010-08-17 Alexander Bartonwrite_whoreply(): respect hostname cloaking bug102-CloakHost
2010-08-17 Alexander BartonIRC_USERHOST(): respect hostname cloaking
2010-08-17 Alexander BartonIRC_USERHOST(): Code cleanup & some documentation
2010-08-17 Alexander BartonSend_Message(): respect hostname cloaking
2010-08-17 Alexander BartonIRC_WriteStrClientPrefix() / Get_Prefix(): respect...
2010-08-17 Alexander BartonRefactor IRC_WriteStr{Channel|Related}Prefix(); support...
2010-08-17 Alexander BartonImplement user mode "x": hostname cloaking (closes...
2010-08-17 Alexander BartonWHOWAS: respect hostname cloaking
2010-08-17 Alexander BartonWHOIS: respect hostname cloaking
2010-08-17 Alexander BartonImplement Client_HostnameCloaked() and Client_MaskCloaked()
2010-08-17 Alexander BartonClean up an document Client_Hostname() and Client_Mask()
2010-08-12 Florian Westphalngircd: change MOTD file handling
2010-07-31 Florian Westphalstartup: open /dev/null before chroot
2010-07-25 Alexander BartonAllow IRC ops to change channel modes even without...
2010-07-25 Florian WestphalAllow IRC operators to use MODE command on any channel...
2010-07-14 Alexander BartonRemove Proc_Kill(), use timeout to kill child processes generic-proc
2010-07-14 Alexander BartonNew function Conn_CloseAllSockets() to close all open...
2010-07-13 Alexander BartonAuthenticated users should be registered without the...
2010-07-13 Alexander BartonDon't Proc_Kill() childs after Proc_Read(): done there...
2010-07-13 Alexander BartonDon't even fork a PAM-subprocess if "NoPAM" option...
2010-07-13 Alexander BartonUse Proc_GenericSignalHandler() as handler for SIGTERM...
2010-07-13 Alexander BartonMark some variables as "unused" to prevent compiler...
2010-07-13 Alexander BartonNew configuration option "NoPAM" to disable PAM
2010-07-12 Alexander Bartonio.c: Include conn.h when using the select() API
2010-07-12 Alexander BartonUse correct preprocessor syntax when testing for PAM...
2010-07-12 Alexander BartonMake sure signal.h is #include'd when needed
2010-07-12 Alexander BartonImplement asynchronous user authentication using PAM
2010-07-12 Alexander BartonAdd pam.{c|h} to project and implement PAM_Authenticate...
2010-07-11 Alexander BartonNew functions Client_[Set]OrigUser() to get/set user...
2010-07-11 Alexander BartonDetect PAM libraries
2010-07-11 Alexander BartonRefactor Resolve_Read() into generic Proc_Read() function
2010-07-11 Alexander BartonMake Proc_Kill() more fault-tolerant
2010-07-11 Alexander BartonNew function Conn_GetProcStat()
2010-07-11 Alexander BartonCode cleanup: don't reset penalty time on DNS resolver...
2010-06-30 Alexander BartonNew function Proc_GenericSignalHandler()
2010-06-30 Alexander BartonRename Log_[{Init|Exit}_]Resolver to Log_[{Init|Exit...
2010-06-30 Alexander BartonDon't #include client.h when conn.h/conn-func.h is...
2010-06-29 Alexander BartonNew function Conn_GetFromProc() to get CONN_ID of a...
2010-06-29 Alexander BartonResolver: Implement signal handler and catch TERM signal
2010-06-29 Alexander BartonDon't set a penalty time when doing DNS lookups
2010-06-29 Alexander BartonUpdate comments: subprocesses not only can be resolver...
2010-06-29 Alexander BartonRefactoring: Rename CONNECTION.res_stat to .proc_stat
2010-06-29 Alexander BartonNew "module" proc.c/proc.h for generic process handling
2010-06-29 Alexander BartonOnly #include resolve.h if it is really needed
2010-06-25 Alexander BartonFix redundant redeclaration of Conn_Count*() functions
2010-06-25 Alexander Bartonconst'ify Conn_WriteStr() function
2010-06-25 Alexander Bartonconst'ify Send_ListChange() function in irc-mode.c
2010-06-25 Alexander Bartonconst'ify IRC_WriteStrXXX() and Get_Prefix() functions
2010-06-25 Alexander Bartonconst'ify command name variable in _COMMAND strcuture
2010-06-25 Alexander Bartonconst'ify Client_TypeText()
2010-06-24 Alexander BartonImplement user mode "c": receive connect/disconnect...
2010-06-24 Alexander BartonRefactor Wall_ServerNotice() into more generic Log_Serv...
2010-06-24 Alexander BartonNew function Conn_IPA(): get client IP address as string
2010-06-23 Neale PickettShow SSL status in WHOIS, numeric 275
2010-05-22 Alexander BartonDon't access already freed memory in IRC_KILL()
2010-05-14 Florian Westphalfix "beeing" typo
2010-05-07 Florian WestphalSSL/TLS: fix bogus 'socket closed' error message
2010-04-25 Alexander BartonDon't reset counters on RESTART numeric-250
2010-04-23 Alexander BartonNew numeric RPL_STATSCONN (250): display connection...
2010-04-23 Alexander BartonDisplay total number of served connections on daemon...
2010-04-23 Alexander BartonEnhace connection statistics counters
2010-04-23 Alexander BartonConn_Init: code cleanup
2010-04-23 Alexander BartonOnly include <netinet/in_systm.h> if it exists
2010-04-11 Alexander BartonInclude netinet/in_systm.h alongside netinet/ip.h
2010-04-09 Alexander BartonFix gcc warning "ignoring return value of ..."
2010-04-09 Alexander BartonOnly compile in Get_Error() if really needed
2010-04-02 Alexander BartonUpdated some more copyright notices, it's 2010 already...
2010-02-10 Alexander BartonImplement WEBIRC command
2010-02-10 Alexander BartonRe-format Init_New_Client() function
2010-01-19 Alexander BartonQuote received messages of ERROR commands in log output
2010-01-17 Alexander BartonImplemented new "secure clients only" channel mode: +z
2010-01-16 Alexander BartonClean up and document IRC_STATS() function
2010-01-16 Alexander BartonClean up and document IRC_JOIN() and join_allowed(...
2010-01-16 Alexander BartonShow our name (IRCD=ngIRCd) in ISUPPORT (005) numeric
2010-01-16 Alexander BartonAdded missing modes to USERMODES #define
2009-12-30 Alexander Bartonsetsockopt(): use IPPROTO_IP instead of SOL_IP to set...
2009-12-30 Alexander BartonReverseLookup(): fix documentation comment
2009-12-30 Alexander BartonMove NewConnection handling from callbacks to New_Conne...
2009-12-30 Alexander BartonConnection functions: add some more documentation comments
2009-12-30 Alexander BartonClean up conn.{c|h} a little bit
2009-11-07 Alexander BartonMerge commit 'cade80dcf516f40e7d53124bc98526e6e5b3fb66'
next