]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/irc-write.c
gcc 6.2 warnings: fix code indentation
[ngircd-alex.git] / src / ngircd / irc-write.c
2016-12-05 Alexander Bartongcc 6.2 warnings: fix code indentation
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-06 Federico G. SchwindtUse sizeof() intead of the explicit size
2013-09-06 Alexander BartonIRC_SetPenalty(): Code cleanup
2013-08-06 Alexander BartonIntroduce new function IRC_WriteErrClient()
2013-08-06 Alexander Bartonirc-write.c: Clean up code and add more documentation...
2013-08-06 Alexander BartonFix return code of some IRC_WriteXXX() functions
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Federico G. SchwindtMore spelling fixes
2013-08-04 Federico G. SchwindtAdd Client_HasFlag() to check if a client has certain...
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2010-08-17 Alexander BartonIRC_WriteStrClientPrefix() / Get_Prefix(): respect...
2010-08-17 Alexander BartonRefactor IRC_WriteStr{Channel|Related}Prefix(); support...
2010-06-30 Alexander BartonDon't #include client.h when conn.h/conn-func.h is...
2010-06-25 Alexander Bartonconst'ify IRC_WriteStrXXX() and Get_Prefix() functions
2009-09-30 Alexander BartonIRC_SendWallops(): support format string and variable...
2009-09-30 Alexander BartonNew function IRC_SendWallops().
2009-04-21 Florian Westphalremove or translate old comments
2008-09-23 Alexander BartonNew function IRC_WriteStrServersPrefixFlag_CB() using...
2006-08-12 Florian Westphal-whitespace damage
2006-05-10 Alexander BartonUse some more specific data types (e. g. pid_t vs....
2005-07-31 Alexander BartonRemoved unnecessary #define of "LOCAL", now use plain...
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-10-20 Alexander BartonMade ngIRCd compile on HP/UX 10.20 with native HP pre...
2003-11-05 Alexander BartonFixed and enhanced penalty handling; changed internal...
2002-12-30 Alexander Barton- Adjusted includes for new "conn-func.h" header.
2002-12-12 Alexander Barton- new file header format (in english);
2002-11-04 Alexander Barton- falsche Konstante korrigiert ... *argl*!
2002-11-04 Alexander Barton- Server und "normale" Clients werden wieder korrekt...
2002-11-02 Alexander Barton- Modul an neues Connection-Handling angepasst.
2002-10-04 Alexander Barton- "format-string-bugs", die zum Abbruch des Servers...
2002-09-17 Alexander Barton- katastrophalen Fix fuer Return-Wert korrigiert ....
2002-09-16 Alexander Barton- IRC_WriteStrServersPrefix() lieferte einen Return...
2002-09-03 Alexander Barton- neue Funktion IRC_WriteStrServersPrefixFlag().
2002-05-30 Alexander Barton- Weitere Anpassungen an pre-ANSI-Compiler.
2002-05-27 Alexander Barton- Anpassungen an pre-ANSI-Compiler,
2002-03-25 Alexander Barton- bei Get_Prefix() fehlte das "LOCAL".
2002-03-12 Alexander Barton- externe portab-Header werden nicht mehr benoetigt...
2002-02-27 Alexander Barton- Modul aus irc.c bzw. irc.h ausgegliedert.