]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/irc-oper.c
Update irc-oper.c to use irc-macros.h
[ngircd-alex.git] / src / ngircd / irc-oper.c
2013-08-02 Alexander BartonUpdate irc-oper.c to use irc-macros.h
2013-07-31 Alexander BartonShow IRC Operator name when logging a successful OPER...
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-09-26 Federico G. SchwindtSend RPL_REHASHING if rehash was accepted
2011-12-25 Alexander BartonIRC_xLINE(): output an error message for unexpected... bug114-GKLine
2011-12-25 Alexander BartonImplement IRC_xLINE(): handler for "GLINE" and "KLINE...
2011-12-25 Alexander Bartonirc-oper.c: code cleanup; more documentation
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2010-09-11 Florian Westphalremove NGIRCd_SignalRehash
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
2009-11-07 Alexander BartonMerge commit 'cade80dcf516f40e7d53124bc98526e6e5b3fb66'
2009-11-07 Florian WestphalRemove limit on max number of configured irc operators.
2009-09-30 Alexander BartonMake sure forwarded CONNECT commands are handled correctly bug73-SQUIT
2009-09-30 Alexander BartonUse functions provided by op.c "module"
2009-09-30 Alexander BartonAllow forwarding of CONNECT commands.
2009-09-30 Alexander BartonCheck_Oper(): check origin of forwarded messages instea...
2009-09-30 Alexander BartonNo_Privileges(): handle forwarded messages.
2009-09-30 Alexander BartonIRC_SendWallops(): support format string and variable...
2009-09-30 Alexander BartonCONNECT, DISCONNECT: generate WALLOPS messages
2009-09-30 Alexander BartonNew function IRC_SendWallops().
2009-09-30 Alexander BartonCode cleanup of IRC_DISCONNECT().
2009-09-30 Alexander BartonNew local functions Check_Oper() and No_Privileges().
2009-09-30 Alexander BartonBad_OperPass(): code cleanup.
2009-04-21 Florian Westphalremove or translate old comments
2007-08-02 Florian Westphalimplement /WALLOPS as described in RFC 2812, section...
2007-06-28 Florian WestphalAdd new server config option to disable automatic conne...
2006-07-23 Alexander BartonAllow DIE to send a message to all locally connected...
2006-05-10 Alexander BartonUse some more specific data types (e. g. pid_t vs....
2006-04-23 Florian WestphalClient_GetFromConn() removed and replaced with new...
2005-07-31 Alexander BartonRemoved unnecessary #define of "LOCAL", now use plain...
2005-07-11 Florian Westphalmade a few config options unsigned.
2005-06-12 Florian Westphalchanged formatting to match ngircd coding style
2005-06-12 Florian Westphalset 3 second penalty after failed /oper command.
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-03-03 Alexander BartonAdded missing include of "match.h".
2005-03-02 Alexander BartonNew configuration option "Mask" for [Operator] sections...
2002-12-31 Alexander Barton- New commands CONNECT and DISCONNECT.
2002-12-30 Alexander Barton- Cleaned up handling of server configuration structures.
2002-12-27 Alexander Barton- Nicer log messages ;-)
2002-12-19 Alexander Barton- New signal handler.
2002-12-12 Alexander Barton- removed old ID tag
2002-12-12 Alexander Barton- new file header format (in english);
2002-11-30 Alexander Barton- Parser auf Befehlstabelle umgestellt.
2002-11-22 Alexander Barton- IRC_RELOAD() in IRC_REHASH() umbenannt.
2002-11-22 Alexander Barton- neue Funktion IRC_RELOAD().
2002-09-03 Alexander Barton- neuen Befehl CONNECT begonnen zu implementieren.
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-05-27 Alexander Barton- Anpassungen an pre-ANSI-Compiler,
2002-04-04 Alexander Barton- string.h wird nun includiert.
2002-03-27 Alexander Barton- einige Log-Meldungen werden nun auch als Server Notic...
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.