about summary refs log tree commit diff
path: root/src/ngircd/irc-server.c
AgeCommit message (Expand)Author
2024-01-06Respect "SSLConnect" option for incoming connectionsAlexander Barton
2022-12-27Refactor join_send_topic() into IRC_Send_Channel_Info() and use it for JOIN a...Alexander Barton
2022-12-26Send NAMES list and channel topic to NJOIN'ed usersewired
2022-12-17Convert uses of Log(LOG_DEBUG, ...) to LogDebug()Jules Maselbas
2020-05-26IRC_SQUIT(): Fix use-after-free when unregistering the sending clientAlexander Barton
2020-05-25IRC_SERVER: Make sure that the client sent a prefixAlexander Barton
2015-12-30Fix NJOIN handler killing all clientsAlexander Barton
2015-12-13Make NJOIN handler more fault-tolerantAlexander Barton
2015-12-13IRC_NJOIN(): Code cleanupAlexander Barton
2015-12-13Fix NJOIN not propagating "half ops" statusAlexander Barton
2014-03-17Re-add #include's for header files of the C file itselfAlexander Barton
2014-03-17Update copyright notices of recently changed filesAlexander Barton
2014-03-17Update #include's: remove unused and add missing onesAlexander Barton
2014-03-17Remove imp.h and exp.h header filesAlexander Barton
2013-11-06Remove unneded IRC_SetPenalty() callsFederico G. Schwindt
2013-10-17Add support for longer config linesFederico G. Schwindt
2013-09-06Add more penalty timesFederico G. Schwindt
2013-09-06Rework check for number of parametersFederico G. Schwindt
2013-09-05Reorder checksFederico G. Schwindt
2013-08-07IRC_SERVER(): Code cleanupAlexander Barton
2013-08-07Introduce new function IRC_WriteErrClient()Alexander Barton
2013-08-04More spelling fixesFederico G. Schwindt
2013-08-04Add Client_HasFlag() to check if a client has certain flagFederico G. Schwindt
2013-08-04Fix spellingFederico G. Schwindt
2013-08-03Update irc-server.c to use irc-macros.hAlexander Barton
2013-01-26Streamline punctuation of log messagesAlexander Barton
2012-10-29Fix warning message introduced when cleaning up IRC_SERVER()Alexander Barton
2012-10-29Don't accept connections for servers already beeing linkedAlexander Barton
2012-10-29IRC_SERVER(): Code cleanupAlexander Barton
2012-09-26NJOIN: correctly reset channel level flagsAlexander Barton
2012-09-11Fix some "whitespace glitches"Alexander Barton
2012-09-11Merge branch 'xop' of https://github.com/kart0ffelsack/ngircd into bug92-xopAlexander Barton
2012-08-23Indentation and style fixes.Brett Smith
2012-08-23Move client password from the Client to the Connection struct.Brett Smith
2012-08-06Implemented xop supportSebastian Köhler
2011-03-21Generate WALLOPS message on SQUIT from IRC operatorAlexander Barton
2011-02-13Code cleanup: mostly removing empty linesAlexander Barton
2011-02-13Add Doxygen @file documentation to each source and header fileAlexander Barton
2010-06-30Don't #include client.h when conn.h/conn-func.h is already includedAlexander Barton
2010-06-29Only #include resolve.h if it is really neededAlexander Barton
2009-09-30Generate WALLOPS message on operator-generated SQUITAlexander Barton
2009-09-30Enable SQUIT command for IRC OperatorsAlexander Barton
2009-09-30Code cleanup of IRC_SQUIT() in preparation to deal with bug #73.Alexander Barton
2009-09-11IRC_SERVER(): code cleanup, remove unneeded variableAlexander Barton
2009-04-22irc-server: do not remove hostnames from info textFlorian Westphal
2009-04-21remove or translate old commentsFlorian Westphal
2008-09-23Server links: detect RFC 1459 mode direct after SERVER commandAlexander Barton
2007-11-21Introduce option to configure the maximum nick name lenth in ngircd.confAlexander Barton
2007-11-20Fixes the wrong logging output when nested servers are introducedAlexander Barton
2007-11-18Fix code to compile using K&R C compiler and ansi2kr again.Alexander Barton