]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/irc-channel.c
LIST command: compare pattern case insensitive
[ngircd-alex.git] / src / ngircd / irc-channel.c
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.
2002-09-16 Alexander Barton- LIST kann nun auch an andere Server geforwarded werden.
2002-09-08 Alexander Barton- ein "banned client" darf in einen Channel, wenn er...
2002-09-03 Alexander Barton- neuen Befehl CHANINFO implementiert: IRC_CHANINFO().
2002-08-27 Alexander Barton- an Clients wurden Modes mit fuehrendem ":" geliefert...
2002-08-26 Alexander Barton- Bei einem JOIN in einen persistenten Channel werden...
2002-06-26 Alexander Barton- IRC_LIST ruft nun Match() auf und beherrscht somit...
2002-06-10 Alexander Barton- Code-Stelle in IRC_JOIN "klarer" gemacht :-)
2002-06-02 Alexander Barton- JOIN: Invite- und Ban-Lists werden nun beachtet.
2002-06-01 Alexander Barton- fehlerhaften Fehlercode in IRC_TOPIC() gefixed.
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 IRC_LIST() begonnen zu implementieren.
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-03 Alexander Barton- Source in weitere Module fuer IRC-Befehle aufgesplitted.