]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/lists.c
Add Doxygen @file documentation to each source and header file
[ngircd-alex.git] / src / ngircd / lists.c
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2010-12-31 Florian Westphalchannel: fix confusing "adding to invite list" debug...
2010-06-30 Alexander BartonDon't #include client.h when conn.h/conn-func.h is...
2008-04-19 Florian WestphalConstify Lists_MakeMask argument and return type.
2007-01-29 Florian Westphalreturn false instead of NULL in error path
2006-12-07 Florian Westphalmoved invite/ban lists to channel structure
2006-08-12 Florian Westphal-whitespace damage
2005-07-31 Alexander BartonRemoved unnecessary #define of "LOCAL", now use plain...
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-01-26 Alexander BartonFixed a buffer overflow that could cause the daemon...
2004-04-25 Alexander BartonNew functions: Lists_SendInvites(), Lists_IsInviteEntry(),
2004-04-09 Alexander BartonFixed handling of already existent entries in invite...
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.
2002-12-26 Alexander Barton- replaced all strncpy()'s and strncat()'s with strlcpy...
2002-12-12 Alexander Barton- new file header format (in english);
2002-10-03 Alexander Barton- kleinere "code cleanups".
2002-09-08 Alexander Barton- Parameter von List_Add{Invited|Banned}() erweitert.
2002-09-08 Alexander Barton- neu: Check_List(), Check_List(), Lists_AddInvited...
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-07-15 Alexander Barton- Lists_AddInvited() kann nun einen Fehler liefern.
2002-06-09 Alexander Barton- Invite-Lists weiter implementiert.
2002-06-02 Alexander Barton- neue Funktion Lists_AddInvited().
2002-05-27 Alexander Barton- neues Modul "lists" begonnen.