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
2012-01-06
Proc_Close(): Only close socket if it is still valid
Alexander Barton
2012-01-05
WHOIS command: make sure matching is case-insensitive
Alexander Barton
2012-01-05
WHOIS command: don't anser queries for IRC servers
Alexander Barton
2012-01-05
WHOIS command: make sure the reply ends with RPL_ENDOFWHOIS
Alexander Barton
2012-01-04
README: update features list, borrow from list on our website
Alexander Barton
2012-01-04
LINKS command: support <mask> parameter
Alexander Barton
2012-01-04
IRC_LINKS(): Code cleanup; more documentation
Alexander Barton
2012-01-04
Add 1 second penalty for every further target on PRIVMSG/NOTICE
Alexander Barton
2012-01-04
Conn_SetPenalty(): Add new "penalty time" on each function call
Alexander Barton
2012-01-03
Enhance log messages when setting user and group
Alexander Barton
2012-01-03
NGIRCd_getNobodyID(): Code cleanup
Alexander Barton
2012-01-03
Display correct error message when "Server{UID|GID}" is invalid
Alexander Barton
2012-01-03
NGIRCd_Init(): Code cleanup
Alexander Barton
2012-01-03
main(): Code cleanup
Alexander Barton
2012-01-03
README: point to included COPYING file, not gnu.org
Alexander Barton
2012-01-03
Update Copyright notices for 2012
Alexander Barton
2012-01-02
lists: don't crash if reason ptr is NULL
Florian Westphal
2012-01-02
Don't stop join handling on faulty channel, skip it
Alexander Barton
2012-01-02
IRC_JOIN(): Code cleanup
Alexander Barton
2012-01-02
ISON command: reply with correct upper-/lowercase nick names
Alexander Barton
2012-01-02
IRC_ISON(): Code cleanup
Alexander Barton
2012-01-02
Remove unused "bool have_arg" from IRC_WHO()
Alexander Barton
2012-01-01
Update NEWS and ChangeLog for next ngIRCd release
Alexander Barton
2012-01-01
ngircd.conf.5: reword description of "Ports" variable
Alexander Barton
2012-01-01
New configuration option "PAMIsOptional"
Alexander Barton
2011-12-31
PAM: don't use global password buffer for conv struct
Alexander Barton
2011-12-31
doc/Modes.txt: document channel mode "r"
Alexander Barton
2011-12-30
Fixed handling of WHO commands
Alexander Barton
2011-12-30
Remove unused "time_t now" from Lists_Check()
Alexander Barton
2011-12-30
Fixed some spelling errors in documentation and code comments
Alexander Barton
2011-12-30
contrib/Debian/control: Update and complete "Build-Depends"
Alexander Barton
2011-12-30
Update our Debian package descriptions with "official" ones
Alexander Barton
2011-12-30
Fixed typo in two error messages
Alexander Barton
2011-12-28
LUSERS reply: only count "visible" channels
Alexander Barton
2011-12-28
IRC_Send_LUSERS(): Code cleanup
Alexander Barton
2011-12-28
Don't stop mode handling on unknown modes; skip it
Alexander Barton
2011-12-25
IRC_xLINE(): output an error message for unexpected "lines"
Alexander Barton
2011-12-25
README: Update list of implemented commands
Alexander Barton
2011-12-25
Update list item, if it already exists
Alexander Barton
2011-12-25
Lists_CheckDupeMask(): return pointer to already existing item
Alexander Barton
2011-12-25
Log better error messages when rejecting clients
Alexander Barton
2011-12-25
Synchronize G-Lines on server login
Alexander Barton
2011-12-25
Op_Check(): always accept commands from a remote server itself
Alexander Barton
2011-12-25
Class_GetList() now retuns a pointer to list_head structure
Alexander Barton
2011-12-25
Check G-Line and K-Line lists after authenticating clients
Alexander Barton
2011-12-25
New functions Lists_Expire() and Class_Expire()
Alexander Barton
2011-12-25
Implement IRC_xLINE(): handler for "GLINE" and "KLINE" commands
Alexander Barton
2011-12-25
Op_Check(): return client that initiated the request or NULL
Alexander Barton
2011-12-25
irc-oper.c: code cleanup; more documentation
Alexander Barton
2011-12-25
Implement IRC "STATS g" and "STATS k" command
Alexander Barton
[next]