]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/channel.h
Don't abort startup when setgid/setuid() fails with EINVAL
[ngircd-alex.git] / src / ngircd / channel.h
2024-02-09 Alexander BartonRemove outdated, unsupported and broken support for...
2015-06-07 Alexander BartonMerge remote-tracking branch 'LucentW/master'
2015-05-11 LucentWKeep track of who placed bans/invites/excepts
2013-08-04 Federico G. SchwindtSimplify mode checking on channels and users within...
2012-01-21 Alexander BartonImplement channel exception list (mode 'e')
2011-12-28 Alexander BartonLUSERS reply: only count "visible" channels
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2011-01-09 Alexander BartonChannel_CheckAdminRights(): test if client can admin...
2010-11-15 Alexander BartonMerge branch 'numeric-329'
2010-11-11 Alexander BartonSave channel creation time; new function Channel_Creati...
2009-04-21 Florian Westphaladd const qualifier to pointers where possible
2009-03-06 Florian Westphaladd and use Channel_IsModeless()
2009-01-20 Alexander BartonChannel key file: store file name and open on each...
2009-01-20 Alexander BartonSupport individual channel keys for pre-defined channels.
2008-12-26 Florian Westphalchannel.c: constify a few function arguments.
2008-11-17 Alexander BartonCreate local &SERVER channel and log server messages... bug87-LocalChannel
2008-11-17 Alexander BartonImplement local channels (prefix "&")
2008-09-23 Alexander BartonEnable KICK to be handled from remote servers and from... services
2008-09-23 Alexander BartonFix PRIVMSG/NOTICE handler (II): keep command when...
2008-05-08 Eric GrunowAnglified and improved comments in channel.c and channel.h
2008-05-05 Florian WestphalConstify some of Channel_Kick()s arguments.
2008-02-26 Florian WestphalMake Channel_Part name and reason parameters 'const'.
2008-02-26 Florian WestphalThis adds support for sending NOTICEs to a channel.
2006-12-07 Florian Westphalremove unused function Channel_PCount
2006-12-07 Florian Westphalmoved invite/ban lists to channel structure
2006-10-06 Florian Westphalchannel maxusers now unsigned long
2006-10-02 Florian Westphalcleaned up Channel_IsValidName (now uses strcspn())
2005-09-02 Alexander BartonImplementec numeric "333": Time and user name who set...
2005-07-28 Florian Westphaltopic no longer limited to 127 chars (now only limited...
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2002-12-16 Alexander Barton- New functions Channel_[Set]Key(), Channel_[Set]MaxUsers.
2002-12-14 Alexander Barton- fixed up Channel_PCount() and Channel_CountForUser().
2002-12-13 Alexander Barton- new function Channel_CountForUser().
2002-12-12 Alexander Barton- new file header format (in english).
2002-10-09 Alexander Barton- verwendete Datentypen aufgeraumt: beispielsweise...
2002-09-03 Alexander Barton- New_Chan() in Channel_Create() umbenannt; entsprechen...
2002-06-02 Alexander Barton- Neue Funktion Channel_InitPredefined().
2002-06-01 Alexander Barton- neue Funktionen Channel_Kick() und Channel_Quit();
2002-05-27 Alexander Barton- Anpassungen an pre-ANSI-Compiler,
2002-04-23 Alexander Barton- neue Funktion Channel_MemberCount() implementiert.
2002-03-25 Alexander Barton- einige Anpassungen nach Code-Check mit SPLint ;-)
2002-03-25 Alexander Barton- Channel-Struktur um Hash-Wert ueber Namen ergaenzt.
2002-03-12 Alexander Barton- externe portab-Header werden nicht mehr benoetigt...
2002-02-27 Alexander Barton- neue Funktionen Channel_Topic() und Channel_SetTopic().
2002-02-27 Alexander Barton- neue Funktion Channel_IsMemberOf() implementiert.
2002-02-11 Alexander Barton- neue Funktionen Channel_ModeAdd(), Channel_ModeDel...
2002-02-06 Alexander Barton- neue Funktionen Channel_Modes() und Channel_IsValidNa...
2002-01-29 Alexander Barton- neue Funktionen Channel_FirstChannelOf() und Channel_...
2002-01-28 Alexander Barton- neue Funktionen Channel_Name(), Channel_First() und...
2002-01-26 Alexander Barton- CHANNEL- und CL2CHAN-Strukturen in Header verlegt,
2002-01-21 Alexander Barton- Definition der CHANNEL-Struktur aus Header entfernt,
2002-01-16 Alexander Barton- neue Funktion Channel_Count().
2002-01-02 Alexander Barton- Copyright-Texte aktualisiert.
2001-12-31 Alexander Barton- viele neue Befehle (WHOIS, ISON, OPER, DIE, RESTART),
2001-12-23 Alexander Barton- Konstanten um Prefix "CHANNEL_" erweitert.
2001-12-14 Alexander Barton- neues Modul begonnen :-)