]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/irc-op.c
Always cloak client hostname, if needed
[ngircd-alex.git] / src / ngircd / irc-op.c
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2010-06-30 Alexander BartonDon't #include client.h when conn.h/conn-func.h is...
2008-09-23 Alexander BartonEnable KICK to be handled from remote servers and from... services
2008-05-05 Dana DahlstromInvite: prefix last argument with colon when necessary.
2008-05-05 Bryan CaldwellAllow KICK to handle comma-delimited lists (of channels...
2008-05-05 Florian WestphalInvite: Send RPL_AWAY to client sending the invite...
2008-05-05 Florian WestphalIRC_INVITE: coding style cleanup.
2006-12-07 Florian Westphalmoved invite/ban lists to channel structure
2006-08-12 Florian Westphals/Log(LOG_DEBUG/LogDebug(/ , translated comments, etc.
2005-04-27 Alexander BartonReorder #includes, necessary due to removal of #include...
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2004-04-09 Alexander BartonFixed handling of already existent entries in invite...
2003-12-05 Alexander BartonFixed abort() when inviting users to nonexistent channels.
2002-12-12 Alexander Barton- new file header format (in english);
2002-11-30 Alexander Barton- Parser auf Befehlstabelle umgestellt.
2002-09-08 Alexander Barton- Parameter von List_Add{Invited|Banned}() erweitert.
2002-09-08 Alexander Barton- ein INVITE wird auch dann gespeichert (obwohl der...
2002-07-25 Alexander Barton- bei INVITE wurde im Antwort-Status-Code das falsche...
2002-07-15 Alexander Barton- Lists_AddInvited() kann nun einen Fehler liefern.
2002-06-11 Alexander Barton- IRC_INVITE() validierte das Ziel eines INVITES nicht...
2002-06-09 Alexander Barton- Flag "OnlyOnce" bei Lists_AddInvited() ergaenzt.
2002-06-02 Alexander Barton- IRC_INVITE() implementiert.
2002-06-01 Alexander Barton- IRC_KICK() implementiert.
2002-05-27 Alexander Barton- neues Modul "irc-op" begonnen.