]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/irc-channel.c
Make sure that the target user is able to join a local channel
[ngircd-alex.git] / src / ngircd / irc-channel.c
2015-03-14 Alexander BartonDon't send nick name as default PART reason
2014-03-17 Alexander BartonRe-add #include's for header files of the C file itself
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
2013-11-07 Federico G. SchwindtMove IRC_SetPenalty() to Handle_Request() when possible
2013-11-06 Federico G. SchwindtRemove unneded IRC_SetPenalty() calls
2013-09-24 Alexander BartonRemove CLIENT.oper_by_my, Client_SetOperByMe() and... RemoveOperByMe
2013-09-06 Federico G. SchwindtAdd more penalty times
2013-09-06 Federico G. SchwindtRework check for number of parameters
2013-09-03 Alexander BartonDon't enforce channel types for other servers
2013-08-17 Alexander BartonMerge branch 'ssl-log-messages'
2013-08-13 Federico G. SchwindtUse _IRC_ARGC_BETWEEN_OR_RETURN_ when possible
2013-08-11 Federico G. SchwindtFix 2 bugs introduced in 74514b8c23
2013-08-06 Alexander BartonIntroduce new function IRC_WriteErrClient()
2013-08-04 Federico G. SchwindtConvert more code to use Channel_HasMode
2013-08-04 Federico G. SchwindtSimplify mode checking on channels and users within...
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Alexander BartonImplement new configuration option "AllowedChannelTypes" bug152-AllowedChannelTypes
2013-08-04 Federico G. SchwindtMore spelling fixes
2013-08-02 Alexander BartonMerge remote-tracking branch 'fgsch/certfp'
2013-08-01 Alexander BartonUpdate irc-channel.c to use irc-macros.h
2012-11-04 DNS777PredefChannelsOnly: Fix message for non pre-defined...
2012-10-25 Brett SmithMake the maximum /list reply length a configurable...
2012-10-19 Alexander BartonAllow remote servers and IRC Ops to change channel...
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-09-25 DNS777New configuration option "OperChanPAutoOp"
2012-09-25 DNS777Allow opers to see secret (+s) channels in LIST command
2012-09-24 Alexander BartonMerge branch 'automake-am11-am12'
2012-09-23 Alexander BartonMerge branch 'bug92-xop'
2012-09-11 Alexander BartonMerge branch 'xop' of https://github.com/kart0ffelsack...
2012-08-06 Sebastian KöhlerImplemented xop support
2012-02-26 Alexander BartonFix C syntax: duplicate ";;" should be ";"
2012-02-12 Alexander BartonFix forwarding of LIST commands
2012-01-21 Alexander BartonImplement channel exception list (mode 'e')
2012-01-13 Alexander BartonDon't stop join handling on faulty channel, skip it...
2012-01-13 Alexander BartonJOIN command: don't check channel limit if already...
2012-01-06 Alexander BartonLimit list replies of LIST, WHO, WHOIS, and MAX_RPL_WHOWAS
2012-01-06 Alexander BartonLIST command: compare pattern case insensitive
2012-01-06 Alexander BartonIRC_LIST(): Code cleanup
2012-01-02 Alexander BartonDon't stop join handling on faulty channel, skip it
2012-01-02 Alexander BartonIRC_JOIN(): Code cleanup
2011-12-29 Alexander BartonFixed some spelling errors in documentation and code...
2011-08-26 Alexander BartonImplemented user mode "R" and channel mode "R"
2011-05-06 Florian Westphalfix clang warning about dead stores
2011-03-19 Alexander BartonIRC_CHANINFO(): Code cleanup
2011-02-13 Alexander BartonDoxygen'ify irc-channel.c
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2011-01-10 Alexander BartonImplement channel mode 'O': "IRC operators only"
2011-01-09 Alexander BartonTOPIC command: test for channel admin rights correctly
2011-01-09 Alexander BartonIRC_TOPIC(): code cleanup
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
2010-01-17 Alexander BartonImplemented new "secure clients only" channel mode: +z
2010-01-16 Alexander BartonClean up and document IRC_JOIN() and join_allowed(...
2009-03-06 Florian Westphaladd and use Channel_IsModeless()
2009-01-20 Alexander BartonSupport individual channel keys for pre-defined channels.
2008-11-17 Alexander BartonImplement local channels (prefix "&")
2008-09-23 Alexander BartonRespect RFC 1459 compatibility mode when announcing...
2008-09-23 Alexander BartonMake real use of the CLIENT_SERVICE client type.
2008-07-22 Alexander BartonReturn 461 (syntax error) on "JOIN :" and "PART :"
2008-06-16 Alexander BartonFix GCC warnings for possibly uninitialized variables...
2008-05-26 Scott PerryUse strtok_r instead of strchr in IRC_JOIN.
2008-05-24 Alexander BartonReset client idle time on NICK, JOIN, and PART
2008-05-05 Rolf Eike BeerAllow IRC ops to ignore channel limits when joining
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 BartonIRC_PART(): code and comment cleanup.
2008-02-26 Rolf Eike BeerFix sending of JOINs between servers.
2008-02-26 Florian WestphalIRC_JOIN cleanups.
2008-02-26 Dana DahlstromRemove duplicate Channel_FirstChannelOf().
2008-02-26 Dana DahlstromImplement RFC 2812 handling of "0" argument to JOIN
2008-01-07 Florian WestphalIRC_PART could reference invalid memory.
2007-07-31 Alexander BartonSECURITY: Fixed a severe bug in handling JOIN commands...
2006-12-07 Florian Westphalmoved invite/ban lists to channel structure
2006-11-05 Florian WestphalNew configuration option "PredefChannelsOnly": if set...
2006-10-06 Florian Westphalchannel maxusers now unsigned long
2006-10-05 Florian WestphalChannel_Join was severely broken.
2006-03-16 Florian Westphalcorrected return value
2006-03-16 Florian Westphalremoved silly if (foo) { if (foo){ }} statement
2005-09-05 Alexander BartonRemoved obsolete debug message.
2005-09-02 Alexander BartonJOIN now supports more than one channel key at a time.
2005-09-02 Alexander BartonImplementec numeric "333": Time and user name who set...
2005-06-12 Alexander BartonIRC_LIST(): Added missing calls of Client_ID() and...
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-03-02 Alexander BartonImplemented support for "secret channels" (channel...
2004-04-09 Alexander BartonServers other than the destination server didn't clean...
2004-03-11 Alexander BartonFixed some warnings of non-gcc-compilers (e. g. origina...
2003-01-08 Alexander Barton- Enhanced (and fixed) CHANINFO command (channel keys...
2003-01-08 Alexander Barton- fixed up propagation of modes with arguments between...
2003-01-01 Alexander Barton- Fixed up command forwarding: only to servers!
2002-12-26 Alexander Barton- replaced a lot of strcpy() calls with strlcpy() which...
2002-12-16 Alexander Barton- Implemented channel modes k (key) and l (user limit).
2002-12-14 Alexander Barton- fixed up Conf_MaxJoins test on JOIN.
2002-12-13 Alexander Barton- maximum channels per user limit implemented.
2002-12-12 Alexander Barton- new file header format (in english);
2002-11-30 Alexander Barton- neues Source-Modul "irc-info"; neuer Befehl STATS.
2002-11-30 Alexander Barton- Parser auf Befehlstabelle umgestellt.
next