]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/parse.c
Send "fake '*' key" in "MODE -k" replies
[ngircd-alex.git] / src / ngircd / parse.c
2013-11-07 Federico G. SchwindtRework the penalty handling slightly
2013-11-07 Federico G. SchwindtMove IRC_SetPenalty() to Handle_Request() when possible
2013-11-07 Federico G. SchwindtIntroduce a macro to define the command list
2013-11-06 Federico G. SchwindtRemove unneded IRC_SetPenalty() calls
2013-10-17 Federico G. SchwindtAdd support for longer config lines
2013-09-26 Alexander BartonAdjust log messages for invalid and spoofed prefixes
2013-09-06 Alexander BartonTRACE: fix error message when there are too many parameters
2013-09-06 Federico G. SchwindtRework check for number of parameters
2013-09-05 Federico G. SchwindtMinor cosmetic change
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-01-22 Alexander BartonReturn better "Connection not registered as server...
2012-11-05 Alexander BartonImplement METADATA command to update client metadata
2012-11-02 Alexander BartonImplement SVSNICK command to change remote nicknames
2012-10-06 Alexander BartonMerge branch 'bug141-ModesQq'
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-09-23 Alexander BartonMerge branch 'bug92-xop'
2012-09-16 Alexander BartonImplement new IRC+ "CHARCONV" command
2012-09-16 Alexander BartonInclude CAP command even when using "strict RFC mode"
2012-04-27 Alexander BartonMerge branch 'master' of /srv/git/ngircd
2012-04-27 Alexander BartonMerge branch 'capabilities'
2012-03-31 Alexander BartonCorrectly handle "CAP END", new client type CLIENT_WAIT...
2012-03-31 Alexander BartonImplement core IRC capability handling and "CAP" command
2011-12-25 Alexander BartonImplement IRC_xLINE(): handler for "GLINE" and "KLINE...
2011-08-13 Alexander BartonMerge branch 'ServerMode'
2011-08-09 Alexander BartonMerge branch 'bug113-SrvPrefix'
2011-07-19 Alexander BartonSpoofed prefixes: close connection on non-server links...
2011-06-26 Alexander BartonMerge branch 'MorePrivacy'
2011-06-26 Alexander BartonMerge branch 'ScrubCTCP'
2011-06-25 xorNew option to scrub incoming CTCP commands
2011-04-29 Florian Westphalparse: fix logical expression testing for non RFC1459...
2011-04-29 Alexander BartonOnly require server prefixes on non RFC1459 links
2011-03-27 Alexander BartonMerge branch 'AuthPing'
2011-03-27 Alexander BartonNew configuration option "RequireAuthPing": PING-PONG...
2011-03-21 Alexander BartonCommands received from other servers must have prefixes
2011-03-19 Alexander BartonMerge branches 'CloakUserHost', 'QuitOnHTTP' and 'bug72...
2011-03-16 Alexander BartonOnly "handle" HTTP commands on unregistered connections QuitOnHTTP
2011-03-16 Alexander BartonDon't use IRC_QUIT_HTTP() if STRICT_RFC is #define'd
2011-03-16 Gabor Adam Tothquit on HTTP commands: GET & POST
2011-01-29 Alexander BartonClean up Validate_Prefix(); don't send punctuation...
2010-09-11 Florian WestphalAdd new 'delayed' signal handlers.
2010-06-30 Alexander BartonDon't #include client.h when conn.h/conn-func.h is...
2010-02-10 Alexander BartonImplement WEBIRC command
2009-09-30 Alexander BartonEnable SQUIT command for IRC Operators
2009-09-30 Alexander BartonAllow forwarding of CONNECT commands.
2009-04-21 Florian Westphalremove or translate old comments
2009-01-09 Florian Westphalremove unneeded LOG_DEBUG when not compiling with DEBUG...
2008-11-11 Alexander BartonIgnore numeric 020 ("please wait while we process your...
2008-07-27 Alexander BartonFix Validate_Args(): unused parameter "Idx" and "Req"
2008-06-11 Alexander BartonAllow mixed line terminations (CR+LF/CR/LF) in non...
2008-05-30 Alexander BartonDon't allow stray \r or \n in command parameters
2008-05-05 Alexander BartonImplement IRC commands SERVICE, SERVLIST, and SQUERY... bug74-SrvCmds
2008-02-26 Alexander BartonImplemented IRC commands INFO, USERS (dummy), and SUMMO...
2008-02-26 Florian WestphalDon't use Client_Type after command has been processed.
2008-01-13 Florian Westphal[Parser]: Fix minor sparse warnings
2007-11-21 Alexander BartonIntroduce option to configure the maximum nick name...
2007-08-02 Florian Westphalimplement /WALLOPS as described in RFC 2812, section...
2006-04-23 Florian WestphalClient_GetFromConn() removed and replaced with new...
2005-09-04 Alexander BartonSet one second penalty on unknown commands.
2005-07-31 Alexander BartonRemoved unnecessary #define of "LOCAL", now use plain...
2005-07-22 Alexander BartonEliminate some compiler warnings ("unused parameter").
2005-06-24 Alexander BartonIgnore unknown commands received before the client...
2005-06-01 Alexander BartonAdded some Doxygen documentation.
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2004-01-17 Alexander BartonAdded #include for strings.h to fix compiler warnings.
2003-01-15 Alexander Barton- Added "HELP" command.
2003-01-13 Alexander Barton- Added support for "TRACE" command.
2003-01-12 Alexander Barton- Enhanced error detection for numerics ("status codes").
2002-12-31 Alexander Barton- New command DISCONNECT.
2002-12-30 Alexander Barton- Adjusted includes for new "conn-func.h" header.
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-18 Alexander Barton- new function Parse_GetCommandStruct().
2002-12-12 Alexander Barton- new file header format (in english);
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-28 Alexander Barton- Logging bei Prefix-Fehlern verbessert.
2002-11-24 Alexander Barton- neuer IRC-Befehl "TIME".
2002-11-22 Alexander Barton- RELOAD in REHASH umbenannt.
2002-11-22 Alexander Barton- Befehle sortiert,
2002-11-20 Alexander Barton- Fehler-Ausgaben verbessert (Prefix-Fehler).
2002-10-04 Alexander Barton- "format-string-bugs", die zum Abbruch des Servers...
2002-09-16 Alexander Barton- neuer Befehl: ADMIN
2002-09-08 Alexander Barton- den BAN-Befehl gibt es gar nicht ;-)
2002-09-07 Alexander Barton- IRC+-Protokoll ist nun abschaltbar.
2002-09-03 Alexander Barton- neue Befehle CHANINFO und CONNECT.
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-29 Alexander Barton- Prefixe werden nur noch bei reg. Verbindungen validie...
2002-07-26 Alexander Barton- Semantik der Validate_XXX()-Funktionen verbessert,
2002-05-27 Alexander Barton- Anpassungen an pre-ANSI-Compiler,
2002-04-23 Alexander Barton- Neue IRC-Funktion LIST implementiert.
2002-03-25 Alexander Barton- alle Client_GetFromID() durch Client_Search() ersetzt.
2002-03-12 Alexander Barton- externe portab-Header werden nicht mehr benoetigt...
2002-03-03 Alexander Barton- Sourcen auf weitere Module fuer IRC-Befehle aufgespli...
2002-02-27 Alexander Barton- Anpassungen an Aufteilung von irc.d, Init- und Exit...
2002-02-27 Alexander Barton- Channel-Topics implementiert.
2002-02-27 Alexander Barton- IRC-Befehl "AWAY" implementert.
next