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-09-02
Complain if MyPassword starts with ':'. (Reported by Ben Korvemaker)
Florian Westphal
2005-09-02
reformatted Handle_SERVER()
Florian Westphal
2005-09-02
Cleaned up some code, comments and log/debug messages.
Alexander Barton
2005-09-02
Implementec numeric "333": Time and user name who set a channel topic.
Alexander Barton
2005-09-01
Make PONG handler compatible with ngIRCd <= 0.9 ("make it more relaxed").
Alexander Barton
2005-08-30
reformatted a few lines.
Florian Westphal
2005-08-30
use size_t for array length variables
Florian Westphal
2005-08-30
use size_t instead of unsigned int.
Florian Westphal
2005-08-29
last cleanup accidentally broke kqueue backend.
Florian Westphal
2005-08-29
Added prefix to connection statistic NOTICE.
Alexander Barton
2005-08-29
Fixed server NOTICEs to users with "s" mode ("server messages").
Alexander Barton
2005-08-28
remove unneeded variable "bool action"
Florian Westphal
2005-08-28
fix embarassing cut&paste error
Florian Westphal
2005-08-28
array_cat0_temporary(): removed confusing DEBUG messages
Florian Westphal
2005-08-28
Enhanced the handler for PING and PONG commands: fix forwarding and enable
Alexander Barton
2005-08-28
if the request is empty, remove \r\n (or single \n or \r) from receive buffer.
Florian Westphal
2005-08-27
fix handling of empty requests
Florian Westphal
2005-08-27
Changed handling of timeouts for unregistered connections: don't reset
Alexander Barton
2005-08-27
removed misleading const qualifier
Florian Westphal
2005-08-27
fix kevent() warning on powerpc-apple-darwin8-gcc-4.0.0
Florian Westphal
2005-08-27
remove unneeded call io_event_kqueue_commit_cache()
Florian Westphal
2005-08-27
return PING argument in PONG reply if STRICT_RFC is not defined.
Florian Westphal
2005-08-25
Changed log level of "Initialization failed" message from ERR to ALERT.
Alexander Barton
2005-08-25
Fixed line lengths ...
Alexander Barton
2005-08-15
Fixed format string bug in "connection statistics" message; code cleanups.
Alexander Barton
2005-08-12
Made test script run a longer time.
Alexander Barton
2005-08-12
Set timeout.
Alexander Barton
2005-08-12
Detect source directory correctly.
Alexander Barton
2005-08-02
The KILL command killed much more than desired (including server links!)
Alexander Barton
2005-08-02
Removed some line feeds in debug statements.
Alexander Barton
2005-07-31
Removed unnecessary #define of "LOCAL", now use plain C "static" instead.
Alexander Barton
2005-07-30
Removed "U" unsignet suffix: caused problems with older compilers and is
Alexander Barton
2005-07-29
internal changes needed for future ssl support
Florian Westphal
2005-07-28
topic no longer limited to 127 chars (now only limited by protocol)
Florian Westphal
2005-07-28
changed RES_STAT buffer to array
Florian Westphal
2005-07-28
add array_cat0_temporary() and array_init()
Florian Westphal
2005-07-25
Reverse lookup now checks result by additional forward lookup
Florian Westphal
2005-07-24
add reverse lookup check
Florian Westphal
2005-07-22
Eliminate some compiler warnings ("unused parameter").
Alexander Barton
2005-07-22
Removed "srcdoc" target for src/ tree (now in doc/ subdirectory).
Alexander Barton
2005-07-17
change Handle_OPERATOR() formatting
Florian Westphal
2005-07-14
prevent io_masterfd leak when library_init() is called twice
Florian Westphal
2005-07-14
Cleaned up some log messages.
Alexander Barton
2005-07-14
Brought some debug log messages "in line".
Alexander Barton
2005-07-14
Reformatted some comments.
Alexander Barton
2005-07-13
removed unneeded variable "bsize"
Florian Westphal
2005-07-12
add better error checks for io_ routines
Florian Westphal
2005-07-12
removed unneeded return statement
Florian Westphal
2005-07-11
fix embarassing buffer-off-by one
Florian Westphal
2005-07-11
make Conn_NewListener local to conn.c
Florian Westphal
[next]