]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/irc-mode.c
Rework check for number of parameters
[ngircd-alex.git] / src / ngircd / irc-mode.c
2005-05-14 Alexander BartonAway status texts set due to "a"-Modes received from...
2005-04-27 Alexander BartonReorder #includes, necessary due to removal of #include...
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-03-15 Alexander BartonNew configuration option "OperServerMode".
2005-03-05 Alexander BartonReduce the number of calls of strlen(). Idea by Florin...
2005-03-02 Alexander BartonImplemented support for "secret channels" (channel...
2005-02-27 Alexander BartonClean up the mode handling code: remove redundant parts ...
2004-04-25 Alexander BartonDon't send MODE changes when origin is a server and
2004-04-09 Alexander BartonFixed handling of already existent entries in invite...
2004-02-29 Alexander BartonChanged the reply of the MODE command to match the...
2003-11-05 Alexander BartonFixed and enhanced penalty handling; changed internal...
2003-01-21 Alexander BartonThe server didn't validate wheather the "target" client...
2003-01-17 Alexander Barton- Non-members of a channel could crash the server when...
2003-01-08 Alexander Barton- MODE returns the key and user limit for channel membe...
2003-01-02 Alexander Barton- The server sets a correct away message now when recei...
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-18 Alexander Barton- fixed user mode propagation over server-links (IRC...
2002-12-16 Alexander Barton- Implemented channel modes k (key) and l (user limit).
2002-12-16 Alexander Barton- fixed broken handling of modes received from other...
2002-12-15 Alexander Barton- fixed some parsing bugs.
2002-12-15 Alexander Barton- new (and much more flexible!) MODE parser
2002-12-14 Alexander Barton- removed Conf_MaxPChannels and reverted to old behavior.
2002-12-14 Alexander Barton- Conf_MaxPChannels is considered properly in channel...
2002-12-12 Alexander Barton- new file header format (in english);
2002-11-30 Alexander Barton- Parser auf Befehlstabelle umgestellt.
2002-11-22 Alexander Barton- Channel-Mode "P" ("persistent") kann nur noch von...
2002-09-08 Alexander Barton- Parameter von List_Add{Invited|Banned}() erweitert.
2002-09-08 Alexander Barton- auch Nicht-ChanOps konnten Ban- und Invite-Lists...
2002-09-08 Alexander Barton- Bans/Invites: andere Server wurden nicht informiert.
2002-09-08 Alexander Barton- Invite- und Ban-Lists (MODE +I, MODE +b) implementiert.
2002-09-02 Alexander Barton- neue Konfigurationsoption "OperCanUseMode" (Sektion...
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-06-02 Alexander Barton- nicht unterstuetzte Channel-Modes entfernt.
2002-05-27 Alexander Barton- Anpassungen an pre-ANSI-Compiler,
2002-05-21 Alexander Barton- persistente und vordefinierte Channels 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-04 Alexander Barton- der AWAY-Mode wurde nicht ueber mehrere Server-Links...
2002-02-27 Alexander Barton- Modul aus irc.c bzw. irc.h ausgegliedert.