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-07-11
Detect PAM libraries
Alexander Barton
2010-07-11
Refactor Resolve_Read() into generic Proc_Read() function
Alexander Barton
2010-07-11
Make Proc_Kill() more fault-tolerant
Alexander Barton
2010-07-11
New function Conn_GetProcStat()
Alexander Barton
2010-07-11
Code cleanup: don't reset penalty time on DNS resolver result
Alexander Barton
2010-07-01
New function Proc_GenericSignalHandler()
Alexander Barton
2010-07-01
Rename Log_[{Init|Exit}_]Resolver to Log_[{Init|Exit}_]Subprocess
Alexander Barton
2010-06-30
Don't #include client.h when conn.h/conn-func.h is already included
Alexander Barton
2010-06-29
New function Conn_GetFromProc() to get CONN_ID of a subprocess
Alexander Barton
2010-06-29
Resolver: Implement signal handler and catch TERM signal
Alexander Barton
2010-06-29
Don't set a penalty time when doing DNS lookups
Alexander Barton
2010-06-29
Update comments: subprocesses not only can be resolver processes
Alexander Barton
2010-06-29
Refactoring: Rename CONNECTION.res_stat to .proc_stat
Alexander Barton
2010-06-29
New "module" proc.c/proc.h for generic process handling
Alexander Barton
2010-06-29
Only #include resolve.h if it is really needed
Alexander Barton
2010-06-26
Fix redundant redeclaration of Conn_Count*() functions
Alexander Barton
2010-06-26
const'ify Conn_WriteStr() function
Alexander Barton
2010-06-26
const'ify Send_ListChange() function in irc-mode.c
Alexander Barton
2010-06-26
const'ify IRC_WriteStrXXX() and Get_Prefix() functions
Alexander Barton
2010-06-26
const'ify command name variable in _COMMAND strcuture
Alexander Barton
2010-06-26
const'ify Client_TypeText()
Alexander Barton
2010-06-25
Implement user mode "c": receive connect/disconnect NOTICEs
Alexander Barton
2010-06-25
Refactor Wall_ServerNotice() into more generic Log_ServerNotice()
Alexander Barton
2010-06-25
New function Conn_IPA(): get client IP address as string
Alexander Barton
2010-06-23
Show SSL status in WHOIS, numeric 275
Neale Pickett
2010-05-22
Don't access already freed memory in IRC_KILL()
Alexander Barton
2010-05-14
fix "beeing" typo
Florian Westphal
2010-05-07
SSL/TLS: fix bogus 'socket closed' error message
Florian Westphal
2010-04-25
Don't reset counters on RESTART
Alexander Barton
2010-04-23
New numeric RPL_STATSCONN (250): display connection statistics
Alexander Barton
2010-04-23
Display total number of served connections on daemon shutdown
Alexander Barton
2010-04-23
Enhace connection statistics counters
Alexander Barton
2010-04-23
Conn_Init: code cleanup
Alexander Barton
2010-04-23
Only include <netinet/in_systm.h> if it exists
Alexander Barton
2010-04-11
Include netinet/in_systm.h alongside netinet/ip.h
Alexander Barton
2010-04-09
Fix gcc warning "ignoring return value of ..."
Alexander Barton
2010-04-09
Only compile in Get_Error() if really needed
Alexander Barton
2010-04-02
Updated some more copyright notices, it's 2010 already (part 2)
Alexander Barton
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
[next]