index
:
ngircd
this commit
master
ngircd with make
naki
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2010-02-11
Implement WEBIRC command
Alexander Barton
2010-02-10
Re-format Init_New_Client() function
Alexander Barton
2010-01-19
Quote received messages of ERROR commands in log output
Alexander Barton
2010-01-17
Implemented new "secure clients only" channel mode: +z
Alexander Barton
2010-01-16
Clean up and document IRC_STATS() function
Alexander Barton
2010-01-16
Clean up and document IRC_JOIN() and join_allowed() functions
Alexander Barton
2010-01-16
Show our name (IRCD=ngIRCd) in ISUPPORT (005) numeric
Alexander Barton
2010-01-16
Added missing modes to USERMODES #define
Alexander Barton
2009-12-31
setsockopt(): use IPPROTO_IP instead of SOL_IP to set IPTOS_LOWDELAY
Alexander Barton
2009-12-30
ReverseLookup(): fix documentation comment
Alexander Barton
2009-12-30
Move NewConnection handling from callbacks to New_Connection()
Alexander Barton
2009-12-30
Connection functions: add some more documentation comments
Alexander Barton
2009-12-30
Clean up conn.{c|h} a little bit
Alexander Barton
2009-11-07
Remove limit on max number of configured irc operators.
Florian Westphal
2009-10-17
configtest: print ssl config options even when unset
Florian Westphal
2009-09-30
Make sure forwarded CONNECT commands are handled correctly
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
Use functions provided by op.c "module"
Alexander Barton
2009-09-30
New "module" op.c/op.h for IRC operator related functions
Alexander Barton
2009-09-30
Allow forwarding of CONNECT commands.
Alexander Barton
2009-09-30
Check_Oper(): check origin of forwarded messages instead of server.
Alexander Barton
2009-09-30
No_Privileges(): handle forwarded messages.
Alexander Barton
2009-09-30
IRC_SendWallops(): support format string and variable parameter lists.
Alexander Barton
2009-09-30
CONNECT, DISCONNECT: generate WALLOPS messages
Alexander Barton
2009-09-30
New function IRC_SendWallops().
Alexander Barton
2009-09-30
Code cleanup of IRC_DISCONNECT().
Alexander Barton
2009-09-30
Code cleanup of IRC_SQUIT() in preparation to deal with bug #73.
Alexander Barton
2009-09-30
New local functions Check_Oper() and No_Privileges().
Alexander Barton
2009-09-30
Bad_OperPass(): code cleanup.
Alexander Barton
2009-09-30
New configuration option "AllowRemoteOper"
Alexander Barton
2009-09-26
fix assertion failure in ng_ipaddr.c
Florian Westphal
2009-09-20
configtest: complain when ssl keys are not readable
Florian Westphal
2009-09-14
Check for sockaddr_in.sin_len and initialize it
Alexander Barton
2009-09-12
Fix cb_connserver() to handle aborted outgoing connections
Alexander Barton
2009-09-11
conn.c: fix more sizeof(..dst_addr) misuse
Florian Westphal
2009-09-11
resolve.c: fix valgrind 'uninitialized memory' warning
Florian Westphal
2009-09-11
conn.c: fix resolver server address backlog
Florian Westphal
2009-09-11
Fix "implicit conversion shortens 64-bit value" warning
Alexander Barton
2009-09-11
Channel_Mode(): fix return code of function
Alexander Barton
2009-09-11
IRC_SERVER(): code cleanup, remove unneeded variable
Alexander Barton
2009-09-10
IRC_PASS(): remove unnecessary variable initialization
Alexander Barton
2009-09-10
Conn_Close(): remove unused variable "txt"
Alexander Barton
2009-08-31
do not add default listening port if ssl ports were specified
Florian Westphal
2009-07-17
Client_CheckID(): fix connection information
Alexander Barton
2009-07-17
Fix return code of Conf_EnableServer()
Alexander Barton
2009-06-05
add section and rfc number to comment about QUIT error
Florian Westphal
2009-05-25
enforce upper limit on maximum number of handled commands
Florian Westphal
2009-05-17
conn.c: fix NumConnections imbalance
Florian Westphal
2009-05-17
SSL/TLS: fix error handling when ssl ctx init for outgoing server link fails
Florian Westphal
[prev]
[next]