index
:
ngircd
this commit
master
ngircd with make
naki
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2005-09-02
small formatting change
Florian Westphal
2005-09-02
JOIN now supports more than one channel key at a time.
Alexander Barton
2005-09-02
Mention ':' MyPassword restriction in man page.
Florian Westphal
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
Add warning about leading : in passwords. (thx Ben Korvemaker for pointing th...
Florian Westphal
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
check if gcc supports -fstack-protector
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
Two spelling fixes.
Alexander Barton
2005-08-27
Forgot to mention last change ...
Alexander Barton
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
Fixed parameter description of CHANINFO.
Alexander Barton
2005-08-27
return PING argument in PONG reply if STRICT_RFC is not defined.
Florian Westphal
2005-08-25
Updated ChangeLog (from 0.9.1 branch).
Alexander Barton
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-12
Added start script for FreeBSD.
Alexander Barton
2005-08-12
Updated URL and some minor changes.
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-30
Fixed line wrapping.
Alexander Barton
2005-07-29
internal changes needed for future ssl support
Florian Westphal
2005-07-28
add topic length changelog entry
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-26
Updated documentation from CVS branch-0-9-x.
Alexander Barton
[next]