index
:
ngircd
this commit
master
ngircd with make
naki
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2005-07-11
make Conn_NewListener local to conn.c
Florian Westphal
2005-07-11
made a few config options unsigned.
Florian Westphal
2005-07-11
change assertions to stop splint from complaining
Florian Westphal
2005-07-10
s/strcpy/strlcpy/
Florian Westphal
2005-07-09
minor cosmetic changes
Florian Westphal
2005-07-09
removed some Debug-Code.
Florian Westphal
2005-07-09
io_library_shutdown: return void
Florian Westphal
2005-07-08
Only setuid()/setgid() if it differs from current UID/GID.
Alexander Barton
2005-07-08
Use "ServerUID" (and not internal variable name) for error message.
Alexander Barton
2005-07-08
Renamed "Rendezvous" to "Zeroconf".
Alexander Barton
2005-07-07
safemult_uint(): return bool
Florian Westphal
2005-07-07
use new io event API.
Florian Westphal
2005-07-07
use dynamically sized unzip/zip buffer
Florian Westphal
2005-07-07
new io/buffer api.
Florian Westphal
2005-07-07
remove FD_SETSIZE check (now in io_* functions)
Florian Westphal
2005-07-07
use dynamic io buffers
Florian Westphal
2005-07-07
use new buffer API
Florian Westphal
2005-07-07
cleanup, use new io layer.
Florian Westphal
2005-07-07
add new IO layer
Florian Westphal
2005-07-07
add new buffer abstraction layer
Florian Westphal
2005-07-07
removed Resolve_Init()
Florian Westphal
2005-07-05
Fixed maximum length of user names, now allow up to 9 characters.
Alexander Barton
2005-07-02
Handle oversized messages which should be sent to the network better.
Alexander Barton
2005-07-02
Code and comment cleanups, new #define "CUT_TXTSUFFIX".
Alexander Barton
2005-06-26
Fix compiler warning "comparision between signed and unsigned".
Alexander Barton
2005-06-24
Ignore unknown commands received before the client is registered.
Alexander Barton
2005-06-24
Get rid of Log_SetDaemonized().
Alexander Barton
2005-06-24
removed global variable NGIRCd_NoDaemon
Florian Westphal
2005-06-18
put badchars back in
Florian Westphal
2005-06-17
fix embarassing cut&paste error (add missing } )
Florian Westphal
2005-06-17
fix "Can't get user information for UID" error message
Florian Westphal
2005-06-17
only chdir() to users home when running as daemon
Florian Westphal
2005-06-17
s/sprintf/snprintf
Florian Westphal
2005-06-17
use strlcpy
Florian Westphal
2005-06-17
remove unneeded strpy()
Florian Westphal
2005-06-17
startup: fork only once, never run with uid 0.
Florian Westphal
2005-06-12
IRC_LIST(): Added missing calls of Client_ID() and cleand up the code.
Alexander Barton
2005-06-12
changed formatting to match ngircd coding style
Florian Westphal
2005-06-12
Make sure SimpleMessage() sends <= 512 chars
Florian Westphal
2005-06-12
set 3 second penalty after failed /oper command.
Florian Westphal
2005-06-12
Only register clients that have been connected at least 30 sec. in WHOIS data...
Alexander Barton
2005-06-12
Modified Conn_StartTime() to use information of the CLIENT structure.
Alexander Barton
2005-06-12
Removed CONNECTION[].starttime, now saved in CLIENT structure.
Alexander Barton
2005-06-12
New function Client_StartTime().
Alexander Barton
2005-06-04
send RFC compliant netsplit messages.
Florian Westphal
2005-06-04
Fix Handling of quit messages: always send only one QUIT message.
Florian Westphal
2005-06-04
remove Try_Write(), Call Handle_Write() directly instead.
Florian Westphal
2005-06-01
Added some Doxygen documentation.
Alexander Barton
2005-06-01
add FreeRes_stat(), wait for resolver timeout.
Florian Westphal
2005-05-28
minor cleanup
Florian Westphal
[prev]
[next]