]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/irc-mode.c
Implement the IRC command "SERVLIST"
[ngircd-alex.git] / src / ngircd / irc-mode.c
2008-11-17 Alexander BartonImplement local channels (prefix "&")
2008-09-23 Alexander BartonMake real use of the CLIENT_SERVICE client type.
2008-05-01 Florian WestphalAlways enable modeless channels.
2008-05-01 Ali ShemiranAdd support for modeless channels
2008-04-19 Florian WestphalChannel_Mode: Remove duplicate code.
2008-04-19 Florian WestphalChannel_Mode: change order of if (set) and if (client...
2008-04-19 Florian WestphalChannel_Mode: Re-indent switch.
2008-04-19 Florian WestphalChannel_Mode: check return type of Invite/Ban Add/Del...
2008-04-19 Florian WestphalChannel_Mode: unify 'b' and 'I' switch/case handling.
2008-04-19 Florian WestphalChannel_Mode: Unify Del_Invite and Del_Ban handler
2008-04-19 Florian WestphalChannel_Mode: Unify Add_Invite and Add_Ban handler
2008-02-26 Florian WestphalChannel_Mode cleanups
2008-02-26 Dana DahlstromDon't send trailing space in MODE messages
2007-10-14 Alexander BartonFixed propagation of channel mode 'P' on server links.
2007-08-02 Florian Westphalimplement /WALLOPS as described in RFC 2812, section...
2006-12-07 Florian Westphalmoved invite/ban lists to channel structure
2006-10-06 Florian Westphalchannel maxusers now unsigned long
2006-08-12 Florian Westphal-whitespace damage
2006-05-10 Alexander BartonUse some more specific data types (e. g. pid_t vs....
2005-07-31 Alexander BartonRemoved unnecessary #define of "LOCAL", now use plain...
2005-06-17 Florian Westphalremove unneeded strpy()
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.