]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/lists.c
Spelling fix: "nick name" -> "nickname"
[ngircd-alex.git] / src / ngircd / lists.c
2012-11-02 Alexander BartonSpelling fix: "nick name" -> "nickname"
2012-04-27 Alexander BartonMerge branch 'capabilities'
2012-04-18 Alexander BartonFix 8ec17063: "Lists_Add(): use size of destination...
2012-04-17 Alexander BartonLists_Add(): use size of destination when copying data
2012-01-22 Alexander BartonNew function Lists_CheckReason() to get reason of list...
2012-01-15 Alexander BartonLimit channel invite and ban lists to 50 entries
2012-01-02 Florian Westphallists: don't crash if reason ptr is NULL
2011-12-30 Alexander BartonRemove unused "time_t now" from Lists_Check()
2011-12-25 Alexander BartonUpdate list item, if it already exists
2011-12-25 Alexander BartonLists_CheckDupeMask(): return pointer to already existi...
2011-12-25 Alexander BartonNew functions Lists_Expire() and Class_Expire()
2011-12-25 Alexander Bartonlists.{c|h}: code cleanup; more documentation
2011-12-25 Alexander BartonList and class handling: add optional "reason" text
2011-12-24 Alexander BartonLists: change "only once" property into "valid until"
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
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.