index
:
ngircd
this commit
master
ngircd with make
naki
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ngircd
/
irc-server.c
Age
Commit message (
Expand
)
Author
2015-12-30
Fix NJOIN handler killing all clients
Alexander Barton
2015-12-13
Make NJOIN handler more fault-tolerant
Alexander Barton
2015-12-13
IRC_NJOIN(): Code cleanup
Alexander Barton
2015-12-13
Fix NJOIN not propagating "half ops" status
Alexander Barton
2014-03-17
Re-add #include's for header files of the C file itself
Alexander Barton
2014-03-17
Update copyright notices of recently changed files
Alexander Barton
2014-03-17
Update #include's: remove unused and add missing ones
Alexander Barton
2014-03-17
Remove imp.h and exp.h header files
Alexander Barton
2013-11-06
Remove unneded IRC_SetPenalty() calls
Federico G. Schwindt
2013-10-17
Add support for longer config lines
Federico G. Schwindt
2013-09-06
Add more penalty times
Federico G. Schwindt
2013-09-06
Rework check for number of parameters
Federico G. Schwindt
2013-09-05
Reorder checks
Federico G. Schwindt
2013-08-07
IRC_SERVER(): Code cleanup
Alexander Barton
2013-08-07
Introduce new function IRC_WriteErrClient()
Alexander Barton
2013-08-04
More spelling fixes
Federico G. Schwindt
2013-08-04
Add Client_HasFlag() to check if a client has certain flag
Federico G. Schwindt
2013-08-04
Fix spelling
Federico G. Schwindt
2013-08-03
Update irc-server.c to use irc-macros.h
Alexander Barton
2013-01-26
Streamline punctuation of log messages
Alexander Barton
2012-10-29
Fix warning message introduced when cleaning up IRC_SERVER()
Alexander Barton
2012-10-29
Don't accept connections for servers already beeing linked
Alexander Barton
2012-10-29
IRC_SERVER(): Code cleanup
Alexander Barton
2012-09-26
NJOIN: correctly reset channel level flags
Alexander Barton
2012-09-11
Fix some "whitespace glitches"
Alexander Barton
2012-09-11
Merge branch 'xop' of https://github.com/kart0ffelsack/ngircd into bug92-xop
Alexander Barton
2012-08-23
Indentation and style fixes.
Brett Smith
2012-08-23
Move client password from the Client to the Connection struct.
Brett Smith
2012-08-06
Implemented xop support
Sebastian Köhler
2011-03-21
Generate WALLOPS message on SQUIT from IRC operator
Alexander Barton
2011-02-13
Code cleanup: mostly removing empty lines
Alexander Barton
2011-02-13
Add Doxygen @file documentation to each source and header file
Alexander Barton
2010-06-30
Don't #include client.h when conn.h/conn-func.h is already included
Alexander Barton
2010-06-29
Only #include resolve.h if it is really needed
Alexander Barton
2009-09-30
Generate WALLOPS message on operator-generated SQUIT
Alexander Barton
2009-09-30
Enable SQUIT command for IRC Operators
Alexander Barton
2009-09-30
Code cleanup of IRC_SQUIT() in preparation to deal with bug #73.
Alexander Barton
2009-09-11
IRC_SERVER(): code cleanup, remove unneeded variable
Alexander Barton
2009-04-22
irc-server: do not remove hostnames from info text
Florian Westphal
2009-04-21
remove or translate old comments
Florian Westphal
2008-09-23
Server links: detect RFC 1459 mode direct after SERVER command
Alexander Barton
2007-11-21
Introduce option to configure the maximum nick name lenth in ngircd.conf
Alexander Barton
2007-11-20
Fixes the wrong logging output when nested servers are introduced
Alexander Barton
2007-11-18
Fix code to compile using K&R C compiler and ansi2kr again.
Alexander Barton
2006-12-07
moved invite/ban lists to channel structure
Florian Westphal
2006-12-02
Log(LOG_DEBUG, .. -> LogDebug()
Florian Westphal
2006-10-06
channel maxusers now unsigned long
Florian Westphal
2006-10-01
Allow PASS syntax defined in RFC 1459 for server links, too.
Alexander Barton
2006-04-30
Send invite and ban lists only once and not repeatedly for every channel.
Alexander Barton
2005-03-19
Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
Florian Westphal
[next]