]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/irc.c
Streamline DEBUG_ARRAY, DEBUG_BUFFER, DEBUG_IO, DEBUG_ZIP
[ngircd-alex.git] / src / ngircd / irc.c
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-07 Federico G. SchwindtMove IRC_SetPenalty() to Handle_Request() when possible
2013-11-06 Federico G. SchwindtRemove unneded IRC_SetPenalty() calls
2013-11-01 Alexander BartonRemove wrong #ifdef in Option_String()
2013-10-01 Alexander BartonDon't forward KILL commands for unknown clients
2013-10-01 Alexander BartonNew function IRC_KillClient() to kill clients
2013-09-24 Alexander BartonRemove CLIENT.oper_by_my, Client_SetOperByMe() and... RemoveOperByMe
2013-09-06 Alexander BartonTRACE: fix error message when there are too many parameters
2013-09-06 Federico G. SchwindtAdd more penalty times
2013-09-06 Federico G. SchwindtRework check for number of parameters
2013-08-31 Alexander BartonShow connection flag "s" (SSL) in RPL_TRACE{LINK|SERVER}
2013-08-06 Alexander BartonIntroduce new function IRC_WriteErrClient()
2013-08-04 Federico G. SchwindtSimplify mode checking on channels and users within...
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Federico G. SchwindtMore spelling fixes
2013-07-18 Alexander BartonUpdate irc.c to use irc-macros.h
2013-02-09 Alexander BartonMerge branch 'HelpText'
2013-01-26 Alexander BartonStreamline punctuation of log messages
2013-01-02 Alexander BartonMerge branch 'bug145-ProvideHelp'
2013-01-01 Alexander BartonImplement Help() function parsing and returning the...
2012-12-31 Alexander BartonAllow ERROR command on server and service links only
2012-12-31 Alexander BartonIRC_HELP(): Code cleanup
2012-11-24 Alexander BartonClient_HostnameCloaked() -> Client_HostnameDisplayed()
2012-10-19 DNS777Update error messages for user mode +b and channel...
2012-10-08 DNS777Implement user mode "b": block messages
2012-10-06 Alexander BartonMerge branch 'bug141-ModesQq'
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-09-16 Alexander BartonImplement new IRC+ "CHARCONV" command
2012-09-11 Alexander BartonMerge branch 'xop' of https://github.com/kart0ffelsack...
2012-08-05 Alexander BartonFix compiler warning when not building with ZLIB support
2012-01-21 Alexander BartonPRIVMSG/NOTICE: handle nick!user@host masks case-insens...
2012-01-16 Alexander BartonPRIVMSG/NOTICE: don't stop list processing on invalid...
2012-01-16 Alexander BartonImplement user mode 'C': require "same channel" to...
2012-01-06 Alexander BartonNew function IRC_CheckListTooBig() to check size of...
2012-01-04 Alexander BartonAdd 1 second penalty for every further target on PRIVMS...
2011-08-13 Alexander BartonMerge branch 'ServerMode'
2011-08-09 Alexander BartonMerge branch 'bug113-SrvPrefix'
2011-07-30 Alexander BartonSlightly change (and document!) IRC_KILL() calling... bug113-SrvPrefix
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2010-08-17 Alexander BartonSend_Message(): respect hostname cloaking
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
2010-05-22 Alexander BartonDon't access already freed memory in IRC_KILL()
2010-05-14 Florian Westphalfix "beeing" typo
2010-01-19 Alexander BartonQuote received messages of ERROR commands in log output
2009-01-20 Alexander BartonRFC 2812, sec. 3.3.1: really check for the last dot
2009-01-17 Florian Westphalirc.c: reject masks with wildcard after last dot
2009-01-17 Florian Westphalirc.c: Fix handling of channels containing dots
2008-09-23 Alexander BartonAnnounce IRC services in the network.
2008-09-23 Alexander BartonConvert SQUERY to PRIVMSG on RFC 1459 compliant links.
2008-09-23 Alexander BartonDon't allow SQUERY to send to "target masks" and channe...
2008-09-23 Alexander BartonFix PRIVMSG/NOTICE handler (II): keep command when...
2008-09-23 Alexander BartonFix PRIVMSG/NOTICE handler Send_Message(): don't forwar...
2008-09-23 Alexander BartonMake real use of the CLIENT_SERVICE client type.
2008-09-23 Alexander BartonSend_Message(): really enforce target client type.
2008-08-17 Alexander BartonSECURITY: Fixed a message handling bug which could...
2008-07-27 Alexander BartonFix Send_Message(): "lastCurrentTarget" may be used...
2008-07-27 Alexander BartonCosmetic whitespace and line length fixes, mostly in... bug77-PRIVMSG-NOTICE
2008-07-26 Brandon BeresiniCleaned up PRIVMSG and NOTICE patches.
2008-07-26 Brandon BeresiniCumulative Message Patch
2008-05-05 Alexander BartonImplement IRC commands SERVICE, SERVLIST, and SQUERY... bug74-SrvCmds
2008-02-26 Florian WestphalThis adds support for sending NOTICEs to a channel.
2006-07-23 Alexander BartonDon't include conn.h, conn-func.h is enough.
2006-05-10 Alexander BartonUse some more specific data types (e. g. pid_t vs....
2006-04-23 Florian WestphalClient_GetFromConn() removed and replaced with new...
2005-08-02 Alexander BartonThe KILL command killed much more than desired (includi...
2005-07-31 Alexander BartonRemoved unnecessary #define of "LOCAL", now use plain...
2005-04-18 Alexander BartonCleaned up (and documented) the IRC_KILL() function.
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2004-02-28 Alexander BartonFixed TRACE: don't output "Serv" lines for ourself...
2003-12-26 Alexander BartonRemoved "USE_" prefixes of configuration #defines.
2003-11-05 Alexander BartonFixed and enhanced penalty handling; changed internal...
2003-04-29 Alexander BartonThe KILL comand verifies and logs more parameters.
2003-03-31 Alexander BartonChanged all PACKAGE's to PACKAGE_NAME and all VERSION...
2003-03-19 Alexander BartonEnhanced (and fiexd) IRC_TRACE(): now shows operators...
2003-01-15 Alexander Barton- Added "HELP" command.
2003-01-13 Alexander Barton- Added support for "TRACE" command.
2003-01-08 Alexander Barton- Enhanced IRC_KILL to get along with Client==Client_Th...
2003-01-08 Alexander Barton- Fixed IRC_KILL: used wrong connection index.
2002-12-31 Alexander Barton- Fixed test if we are still connected after a KILL...
2002-12-30 Alexander Barton- Adjusted includes for new "conn-func.h" header.
2002-12-27 Alexander Barton- Fixed prefix of error messages of KILL.
2002-12-27 Alexander Barton- KILL can't kill server-links any more.
2002-12-26 Alexander Barton- fixed KILL: you can kill yourself now without crashin...
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-12 Alexander Barton- new file header format (in english);
2002-12-12 Alexander Barton- added missing include of stdio.h header for sprintf().
2002-12-06 Alexander Barton- IRC Operators can KILL users now.
2002-11-30 Alexander Barton- neues Source-Modul "irc-info"; neuer Befehl STATS.
2002-11-30 Alexander Barton- Parser auf Befehlstabelle umgestellt.
2002-11-24 Alexander Barton- neuer Befehl IRC_TIME().
2002-11-24 Alexander Barton- MOTD kann nun auch an andere Server delegiert werden.
2002-11-22 Alexander Barton- neue Funktion IRC_WHOWAS() begonnen.
2002-10-09 Alexander Barton- verwendete Datentypen aufgeraumt: beispielsweise...
2002-10-09 Alexander Barton- fehlenden Return-Wert ergaenzt (ich Dubel).
2002-10-09 Alexander Barton- NOTICE liefert nun nie(!) einen Fehler, auch nicht...
next