]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/channel.c
Suppress 'Can't create pre-defined channel: invalid name: ""' messages
[ngircd-alex.git] / src / ngircd / channel.c
2011-12-04 Alexander BartonSuppress 'Can't create pre-defined channel: invalid...
2011-06-26 Alexander BartonMerge branch 'MorePrivacy'
2011-06-25 xorNew configuration opion "MorePrivacy" to "censor" some... MorePrivacy
2011-02-28 Florian Westphalchannel: always reject zero-length channel key
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-12-31 Florian Westphalchannel: fix confusing "adding to invite list" debug...
2010-11-15 Alexander BartonMerge branch 'numeric-329'
2010-11-11 Alexander BartonSave channel creation time; new function Channel_Creati...
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
2009-09-11 Alexander BartonFix "implicit conversion shortens 64-bit value" warning
2009-04-21 Florian Westphaladd const qualifier to pointers where possible
2009-01-20 Alexander BartonFix spelling of log message: "channek" vs. "channel... ChannelKeyFile
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.
2009-01-09 Florian Westphalremove unneeded LOG_DEBUG when not compiling with DEBUG...
2009-01-05 Alexander BartonRename Channel_Free() to Free_Channel(), it is a local...
2009-01-05 Alexander BartonClean up channel allocation table on shutdown/restart.
2009-01-05 Florian WestphalAdd Channel_Free().
2009-01-04 Alexander BartonClean up (reformat and comment) Delete_Channel() function.
2009-01-04 Alexander BartonFree topic array on channel deletion.
2008-12-26 Florian WestphalRemove limit on max number of predefined 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-07-22 Alexander BartonDon't allow empty channel names ("#") in strict RFC...
2008-07-22 Alexander BartonChannel_Join(): Code cleanup.
2008-06-27 Alexander BartonMerge autogen.sh changes
2008-06-16 Eric GrunowTranslated comments from German to English
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-05-01 Florian WestphalAlways enable modeless channels.
2008-05-01 Ali ShemiranAdd support for modeless channels
2008-04-29 Alexander BartonMerge branch 'master' of git://git.breakpoint.cc/fw...
2008-04-24 Alexander BartonReport ERR_NOTONCHANNEL when trying to part a channel... bug81-PART
2008-04-24 Alexander BartonChannel_Part(): Code and comment cleanup.
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.
2007-06-11 Florian Westphalfix compile /w gcc 2.95 (reported by Tassilo Schweyer)
2006-12-29 Florian Westphaladd support for predefined-channel configuration of...
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())
2006-08-12 Florian Westphals/Log(LOG_DEBUG/LogDebug(/ , translated comments, etc.
2006-07-24 Alexander BartonDon't assert() when a pre-defined channel has no topic.
2006-04-23 Florian Westphalchanges some comments, minor cleanup
2005-09-02 Alexander BartonImplementec numeric "333": Time and user name who set...
2005-07-31 Alexander BartonRemoved unnecessary #define of "LOCAL", now use plain...
2005-07-28 Florian Westphaltopic no longer limited to 127 chars (now only limited...
2005-07-11 Florian Westphalmade a few config options unsigned.
2005-06-18 Florian Westphalput badchars back in
2005-06-17 Florian Westphals/sprintf/snprintf
2005-06-04 Florian WestphalFix Handling of quit messages: always send only one...
2005-04-27 Alexander BartonAdded missing #include of "defines.h".
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2004-03-11 Alexander BartonFixed some warnings of non-gcc-compilers (e. g. origina...
2004-01-17 Alexander BartonAdded #include for strings.h to fix compiler warnings.
2003-11-06 Alexander BartonFixed ban behavior: users which are banned from a chann...
2002-12-30 Alexander Barton- Adjusted includes for new "conn-func.h" header.
2002-12-26 Alexander Barton- replaced a lot of strcat() calls with strlcat() which...
2002-12-26 Alexander Barton- replaced all strncpy()'s and strncat()'s with strlcpy...
2002-12-25 Alexander Barton- fixed some warnings that showed up with -Wtraditional
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-11-22 Alexander Barton- Channel_InitPredefined() prueft nun, ob ein Channel...
2002-10-09 Alexander Barton- verwendete Datentypen aufgeraumt: beispielsweise...
2002-09-03 Alexander Barton- New_Chan() in Channel_Create() umbenannt; entsprechen...
2002-09-02 Alexander Barton- vorkonfigurierte Channel: Fehlerhaften Test "kein...
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-09 Alexander Barton- Besseres Logging, wenn malloc() fehl schlaegt.
2002-06-02 Alexander Barton- Neue Funktion Channel_InitPredefined().
2002-06-01 Alexander Barton- QUIT wurde mir falschem Prefix verschickt.
2002-06-01 Alexander Barton- neue Funktionen Channel_Kick() und Channel_Quit();
2002-05-30 Alexander Barton- Weitere Anpassungen an pre-ANSI-Compiler.
2002-05-27 Alexander Barton- Anpassungen an pre-ANSI-Compiler,
2002-05-21 Alexander Barton- persistente und vordefinierte Channels implementiert.
2002-04-23 Alexander Barton- neue Funktion Channel_MemberCount() implementiert.
2002-03-25 Alexander Barton- New_Chan() berechnet Hash-Werte ueber den Namen.
2002-03-12 Alexander Barton- externe portab-Header werden nicht mehr benoetigt...
2002-03-03 Alexander Barton- strncpy() und vsnprintf() kopieren nun etwas "optimie...
2002-03-02 Alexander Barton- Channel- und Nicknames werden nun ordentlich validiert.
2002-02-27 Alexander Barton- Includes fuer einige Header bereinigt.
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 Funktion Channel_Modes() und Channel_IsValidName().
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-27 Alexander Barton- PART wird nicht mehr an den Server verschickt, von...
2002-01-27 Alexander Barton- weitere Anpassungen an Chennals, v.a. ueber Server...
2002-01-27 Alexander Barton- diverse Aenderungen fuer Channels ueber mehrere Server.
2002-01-26 Alexander Barton- CHANNEL- und CL2CHAN-Strukturen in Header verlegt,
next