]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/channel.c
Keep track of who placed bans/invites/excepts
[ngircd-alex.git] / src / ngircd / channel.c
2015-05-11 LucentWKeep track of who placed bans/invites/excepts
2015-05-11 LucentWIRC operators w/OperCanMode can kick anyone
2014-03-17 Alexander BartonUpdate copyright notices of recently changed files
2014-03-17 Alexander BartonUpdate #include's: remove unused and add missing ones
2014-03-16 Alexander BartonRemove imp.h and exp.h header files
2014-03-16 Alexander BartonCode cleanup, remove blank lines
2013-08-06 Alexander BartonIntroduce new function IRC_WriteErrClient()
2013-08-06 Alexander BartonFix return code of some IRC_WriteXXX() functions
2013-08-04 Federico G. SchwindtSimplify mode checking on channels and users within...
2013-02-15 Alexander BartonMerge branch 'bug153-ServerMask' into master
2013-02-15 Sebastian KöhlerKICK: Fix denial of service bug
2013-02-09 Alexander BartonMerge branch 'HelpText'
2013-01-26 Alexander BartonStreamline punctuation of log messages
2012-10-19 DNS777Update error messages for user mode +b and channel...
2012-10-06 Alexander BartonMerge branch 'bug141-ModesQq'
2012-10-06 Alexander BartonKICK-protect IRC services bug141-ModesQq
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-10-06 Alexander BartonImplement channel mode "Q" and user mode "q"
2012-10-06 Alexander BartonFix spelling: ERR_CHANOPPRIVTOLOW_MSG -> ERR_CHANOPPRIV...
2012-09-24 Alexander BartonMerge branch 'automake-am11-am12'
2012-09-23 Alexander BartonMerge branch 'bug92-xop'
2012-09-11 Alexander BartonMerge pull request #2 from briancollins/master
2012-09-11 Alexander BartonFix some "whitespace glitches"
2012-09-11 Alexander BartonMerge branch 'xop' of https://github.com/kart0ffelsack...
2012-09-10 Alexander BartonCreate &SERVER channel after predefined channels
2012-08-27 Alexander BartonMerge branch 'umode-B'
2012-08-27 Alexander BartonMerge branch 'recognize-umode-R'
2012-08-27 Alexander BartonMerge branch 'cmode-M'
2012-08-27 Alexander BartonRemove Can_Send_To_Channel_Identified()
2012-08-26 DNS777Implement channel mode "M"
2012-08-06 Sebastian KöhlerImplemented xop support
2012-01-21 Alexander BartonImplement channel exception list (mode 'e')
2012-01-21 Alexander BartonRename ShowInvitesBans() to ShowChannelList(), make...
2011-12-28 Alexander BartonLUSERS reply: only count "visible" channels
2011-12-25 Alexander BartonList and class handling: add optional "reason" text
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...
next