]> arthur.barton.de Git - ngircd-alex.git/history - src
conf: move 'run-time-feature-disable' options to new FEATURE section
[ngircd-alex.git] / src /
2011-01-09 Florian Westphalconf: move 'run-time-feature-disable' options to new...
2011-01-09 Florian Westphalarray: remove check for allocated == 0
2011-01-09 Florian Westphalarray: remove alignment of requested size
2011-01-09 Florian Westphalconf: Warn if PAM=true when ngircd was built without...
2011-01-09 Florian Westphalconf: add missing static qualifier
2011-01-09 Alexander BartonUpdate copyright notices for 2010 :)
2011-01-09 Alexander BartonMake NoZeroConf option work with Howl
2011-01-09 Florian Westphalconfig: deprecate NoXX-Options
2010-12-31 Florian Westphalchannel: fix confusing "adding to invite list" debug...
2010-12-29 Alexander BartonCommand throttling: introduce MAX_COMMANDS_SERVICE
2010-12-29 Alexander BartonDon't throttle services and servers beeing registered
2010-12-24 Alexander BartonDon't assert() when serching a client for an invalid...
2010-12-02 Alexander Barton--configtest: remember if MOTD is configured by file...
2010-12-02 Alexander BartonEnhance log messages when establishing server links...
2010-12-02 Alexander BartonReset ID of outgoing server link on DNS error correctly
2010-12-02 Alexander BartonDon't log critical (or worse) messages to stderr
2010-12-01 Alexander BartonRemove "error file" when compiled with debug code enabled RemoveErrorfile
2010-11-15 Alexander BartonMerge branch 'numeric-329'
2010-11-11 Alexander BartonNew numeric 329: get channel creation time on "MODE... numeric-329
2010-11-11 Alexander BartonSave channel creation time; new function Channel_Creati...
2010-10-27 Alexander BartonFix connect attempts to further IP addresses of outgoin...
2010-10-26 Alexander BartonXcode builds ("make xcode"): disable pam_fail_delay()
2010-10-24 Alexander BartonZeroConf: include header files missing since commit...
2010-10-24 Alexander BartonMake sourcecode compatible with ansi2knr again
2010-10-24 Alexander BartonDon't use PARAMS() macro for function implementations
2010-10-19 Alexander BartonOnly try to set FD_CLOEXEC if this flag is defined
2010-10-19 Alexander BartonOnly use "__attribute__ ((unused))" if GCC >=2.8 is...
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-10-05 Alexander Bartonconst'ify ngt_SyslogFacilityName() function
2010-09-24 Alexander BartonNew configuration option "SyslogFacility"
2010-09-24 Alexander BartonNew functions ngt_SyslogFacilityName() and ngt_SyslogFa...
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-11 Florian Westphalng_ipaddr.h: include assert.h
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 BartonSet NoPAM=yes in configuration files used for the testsuite
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()
next