]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/irc-server.c
Don't abort startup when setgid/setuid() fails with EINVAL
[ngircd-alex.git] / src / ngircd / irc-server.c
2024-01-06 Alexander BartonRespect "SSLConnect" option for incoming connections
2023-09-17 Alexander BartonMerge branch 'katp32/master'
2022-12-27 Alexander BartonRefactor join_send_topic() into IRC_Send_Channel_Info... bug288-Send-NAMES-TOPIC-to-NJOINed-users
2022-12-26 ewiredSend NAMES list and channel topic to NJOIN'ed users
2022-12-17 Jules MaselbasConvert uses of Log(LOG_DEBUG, ...) to LogDebug()
2020-05-25 Alexander BartonIRC_SQUIT(): Fix use-after-free when unregistering...
2020-05-25 Alexander BartonIRC_SERVER: Make sure that the client sent a prefix
2015-12-30 Alexander BartonFix NJOIN handler killing all clients
2015-12-13 Alexander BartonMake NJOIN handler more fault-tolerant
2015-12-13 Alexander BartonIRC_NJOIN(): Code cleanup
2015-12-13 Alexander BartonFix NJOIN not propagating "half ops" status
2014-03-17 Alexander BartonRe-add #include's for header files of the C file itself
2014-03-17 Alexander BartonUpdate copyright notices of recently changed files
2014-03-17 Alexander BartonUpdate #include's: remove unused and add missing ones
2014-03-16 Alexander BartonRemove imp.h and exp.h header files
2013-11-06 Federico G. SchwindtRemove unneded IRC_SetPenalty() calls
2013-10-17 Federico G. SchwindtAdd support for longer config lines
2013-09-06 Federico G. SchwindtAdd more penalty times
2013-09-06 Federico G. SchwindtRework check for number of parameters
2013-09-05 Federico G. SchwindtReorder checks
2013-08-06 Alexander BartonIRC_SERVER(): Code cleanup
2013-08-06 Alexander BartonIntroduce new function IRC_WriteErrClient()
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Federico G. SchwindtMore spelling fixes
2013-08-04 Federico G. SchwindtAdd Client_HasFlag() to check if a client has certain...
2013-08-04 Federico G. SchwindtFix spelling
2013-08-02 Alexander BartonMerge remote-tracking branch 'fgsch/certfp'
2013-08-02 Alexander BartonUpdate irc-server.c to use irc-macros.h
2013-02-09 Alexander BartonMerge branch 'HelpText'
2013-01-26 Alexander BartonStreamline punctuation of log messages
2012-10-29 Alexander BartonFix warning message introduced when cleaning up IRC_SER...
2012-10-29 Alexander BartonDon't accept connections for servers already beeing...
2012-10-29 Alexander BartonIRC_SERVER(): Code cleanup
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-09-26 Alexander BartonNJOIN: correctly reset channel level flags
2012-09-24 Alexander BartonMerge branch 'automake-am11-am12'
2012-09-23 Alexander BartonMerge branch 'bug92-xop'
2012-09-11 Alexander BartonFix some "whitespace glitches"
2012-09-11 Alexander BartonMerge branch 'xop' of https://github.com/kart0ffelsack...
2012-08-27 Alexander BartonMerge branch 'umode-B'
2012-08-27 Alexander BartonMerge branch 'recognize-umode-R'
2012-08-27 Alexander BartonMerge branch 'cmode-M'
2012-08-26 Alexander BartonMerge branch 'better-chan-errors'
2012-08-26 Alexander BartonMerge branch 'move-connection-password' of git://arthur...
2012-08-23 Brett SmithIndentation and style fixes.
2012-08-23 Brett SmithMove client password from the Client to the Connection...
2012-08-06 Sebastian KöhlerImplemented xop support
2011-03-21 Alexander BartonGenerate WALLOPS message on SQUIT from IRC operator
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2010-06-30 Alexander BartonDon't #include client.h when conn.h/conn-func.h is...
2010-06-29 Alexander BartonOnly #include resolve.h if it is really needed
2009-09-30 Alexander BartonGenerate WALLOPS message on operator-generated SQUIT
2009-09-30 Alexander BartonEnable SQUIT command for IRC Operators
2009-09-30 Alexander BartonCode cleanup of IRC_SQUIT() in preparation to deal...
2009-09-10 Alexander BartonIRC_SERVER(): code cleanup, remove unneeded variable
2009-04-22 Florian Westphalirc-server: do not remove hostnames from info text
2009-04-21 Florian Westphalremove or translate old comments
2008-09-23 Alexander BartonServer links: detect RFC 1459 mode direct after SERVER...
2007-11-21 Alexander BartonIntroduce option to configure the maximum nick name...
2007-11-20 Alexander BartonFixes the wrong logging output when nested servers...
2007-11-18 Alexander BartonFix code to compile using K&R C compiler and ansi2kr...
2006-12-07 Florian Westphalmoved invite/ban lists to channel structure
2006-12-02 Florian WestphalLog(LOG_DEBUG, .. -> LogDebug()
2006-10-06 Florian Westphalchannel maxusers now unsigned long
2006-10-01 Alexander BartonAllow PASS syntax defined in RFC 1459 for server links...
2006-04-30 Alexander BartonSend invite and ban lists only once and not repeatedly...
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2004-05-11 Alexander BartonFixed resolver when using IDENT lookups, cleaned up...
2004-04-25 Alexander BartonSynchronize INVITE- and BAN-lists if the peer requests it:
2004-01-17 Alexander BartonAdded #include for strings.h to fix compiler warnings.
2003-12-26 Alexander BartonRemoved "USE_" prefixes of configuration #defines.
2003-07-09 Alexander BartonNJOIN: Fixed propagation of user channel modes.
2003-04-20 Alexander BartonDon't forward NJOIN's for unknown nick names.
2003-01-08 Alexander Barton- Enhanced CHANINFO command for channel keys and user...
2002-12-30 Alexander Barton- Renamed functions now found in "conn-zip.c".
2002-12-30 Alexander Barton- Cleaned up handling of server configuration structures.
2002-12-26 Alexander Barton- replaced some calls to sprintf() with snprintf()...
2002-12-26 Alexander Barton- replaced a lot of strcpy() calls with strlcpy() which...
2002-12-26 Alexander Barton- replaced a lot of strcat() calls with strlcat() which...
2002-12-26 Alexander Barton- replaced all strncpy()'s and strncat()'s with strlcpy...
2002-12-12 Alexander Barton- new file header format (in english);
2002-11-30 Alexander Barton- Parser auf Befehlstabelle umgestellt.
2002-11-28 Alexander Barton- SQUIT wird nicht mehr zweimal fuer einen Server versc...
2002-11-26 Alexander Barton- Unterstuetzung fuer komprimierte Server-Server-Links...
2002-11-19 Alexander Barton- Server identifizieren sich nun mit asyncronen Passwoe...
2002-11-05 Alexander Barton- IRC_Server() ruft nun Conn_SetServer() zur Server...
2002-10-04 Alexander Barton- "format-string-bugs", die zum Abbruch des Servers...
2002-09-07 Alexander Barton- IRC+-Protokoll ist nun abschaltbar.
2002-09-03 Alexander Barton- CHANINFO wird auf Server-Links gesendet, wenn unterst...
2002-09-02 Alexander Barton- PASS-Befehl auf NGIRCd_ProtoID umgestellt.
2002-08-26 Alexander Barton- Hmpf. "Verfruehtes" CVS-Update einiger Source-Files...
2002-08-26 Alexander Barton- Bei einem JOIN in einen persistenten Channel werden...
2002-07-25 Alexander Barton- NJOIN wurde "zerhackt" an andere Server weitergegeben.
2002-05-30 Alexander Barton- Weitere Anpassungen an pre-ANSI-Compiler.
2002-05-27 Alexander Barton- Anpassungen an pre-ANSI-Compiler,
2002-04-08 Alexander Barton- Es wird nicht mehr anhand der Parameter-Anzahl, sonde...
2002-03-27 Alexander Barton- einige Log-Meldungen werden nun auch als Server Notic...
2002-03-25 Alexander Barton- alle Client_GetFromID() durch Client_Search() ersetzt.
2002-03-12 Alexander Barton- externe portab-Header werden nicht mehr benoetigt...
next