]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
2013-08-02 Alexander BartonMerge remote-tracking branch 'fgsch/certfp'
2013-08-02 Federico G... Simplify MOTD handling
2013-08-02 Federico G... Add certificate fingerprint support
2013-08-02 Alexander BartonUpdate irc-server.c to use irc-macros.h
2013-08-02 Alexander BartonCommands.txt: Update more descriptions
2013-08-02 Alexander BartonUpdate irc-oper.c to use irc-macros.h
2013-08-02 Alexander BartonCommands.txt: Update more descriptions
2013-08-02 Alexander BartonCommands.txt: Fix <target> description of TRACE command
2013-08-01 Alexander BartonUpdate irc-mode.c to use irc-macros.h
2013-08-01 Alexander BartonUpdate irc-channel.c to use irc-macros.h
2013-08-01 Alexander BartonCommands.txt: Update more descriptions
2013-08-01 Alexander BartonCommands.txt: Streamline references to IRC+ protocol
2013-07-31 Alexander BartonShow IRC Operator name when logging a successful OPER...
2013-07-30 Alexander BartonAdd penalty times in error paths of generic IRC helper...
2013-07-30 Alexander BartonAdd more penalty times in error paths
2013-07-30 Alexander BartonUpdate irc-login.c to use irc-macros.h
2013-07-30 Alexander BartonCommands.txt: Update more descriptions
2013-07-19 Alexander BartonCommands.txt: Update description of "PRIVMSG", "NOTICE...
2013-07-18 Alexander BartonAdd "compile" to .gitignore file
2013-07-18 Alexander BartonCommands.txt: Update description of the "ERROR" command
2013-07-18 Alexander BartonUpdate irc.c to use irc-macros.h
2013-07-18 Alexander BartonMerge pull request #4 from fgsch/master
2013-07-18 Federico G... Handle services in IRC_WHOIS_SendReply()
2013-07-18 Federico G... Fix spelling
2013-07-17 Alexander BartonSlightly update ngircd.8 manual page
2013-06-04 Alexander BartonTravis-CI: Enable OpenSSL and libiconv support bug151-iconv
2013-06-04 Alexander BartonUpdated NEWS and ChangeLog files
2013-06-04 Alexander BartonEnhance Travis-CI configuration file
2013-05-30 Alexander BartonMerge pull request #3 from Cofyc/master
2013-05-30 Yecheng FuLINE_LEN -> COMMAND_LEN
2013-05-24 Alexander BartonIncludeDir: default to "$SYSCONFDIR/ngircd.conf.d" bug157-IncludeDir
2013-05-24 Alexander Barton"IncludeDir" can't be overwritten by included files
2013-05-24 Alexander BartonImplement new configuration option "IncludeDir"
2013-05-24 Alexander Bartonconf.c: New function Read_Config_File()
2013-04-21 Alexander BartonRename "Mask" variables into "Pattern" in assert()...
2013-04-20 Federico G... Ensure there is enough space for the mask
2013-04-19 Federico G... Better description for Lists_CheckReason()
2013-04-19 Federico G... Change Lists_MakeMask() to receive a buffer for the...
2013-04-19 Federico G... Fix use-after-free on Lists_CheckReason()
2013-04-01 Alexander BartonUpdate doc/Platforms.txt a little bit ...
2013-03-27 Alexander BartonBuild OS X package with correct file permissions
2013-03-27 Alexander BartonXcode: fix detection of host OS, vendor, and CPU
2013-03-27 Alexander BartonPackageMaker: use relativ path names
2013-03-25 Alexander BartonAdd Travis-CI configuration file
2013-03-24 Alexander BartonMake configure[.ng] compatible with autoconf 1.10 again
2013-03-20 Sebastian KöhlerLists_CheckReason(): Check for Client_MaskCloaked()
2013-03-13 Alexander BartonServices.txt: Anope 1.9.8 has been released now
2013-03-09 Alexander BartonCommands.txt: Update description of the "KILL" command
2013-03-09 Alexander BartonConn_Handler(): Don't test for penalty times
2013-03-09 Alexander BartonDon't read SSL client data before DNS resolver is finished
2013-03-08 Alexander BartonIncrease password length limit to 64 characters
2013-02-26 Alexander Bartondoc/Services.txt: Update Anope status and URL
2013-02-24 Alexander BartonCommands.txt: Update description of the "KICK" command
2013-02-24 Alexander BartonCommands.txt: Update description of the "INVITE" command
2013-02-24 Alexander Bartonirc-op.c: use irc-macros.h
2013-02-24 Alexander Bartonirc-cap.c: use irc-macros.h
2013-02-24 Alexander Bartonirc-op.c: Update source code documentation
2013-02-24 Alexander Bartonirc-cap.c: Update source code documentation
2013-02-24 Alexander BartonAdd new _IRC_ARGC_EQ_OR_RETURN_ macro to irc-macros.h
2013-02-24 Alexander BartonAdd new _IRC_ARGC_BETWEEN_OR_RETURN_ macro to irc-macros.h
2013-02-24 Alexander Bartonirc-cap.c: move static functions to the top of the...
2013-02-22 Alexander BartonUpdate Doxygen configuration
2013-02-22 Alexander BartonClean up Xcode project file, remove outdated files...
2013-02-22 Alexander Bartonsrc/testsuite/README: add whois-test.e
2013-02-22 Alexander Bartonirc-login.c: conenction -> connection
2013-02-15 Alexander BartonMerge branch 'bug151-iconv' into master
2013-02-15 Alexander BartonMerge branch 'bug153-ServerMask' into master
2013-02-15 Alexander Bartonconfigure: search for iconv_open as well as libiconv_open
2013-02-15 Alexander Bartonconfigure: conversation -> conversion
2013-02-15 Alexander BartonngIRCd Release 20.2
2013-02-15 Sebastian KöhlerKICK: Fix denial of service bug
2013-02-12 Alexander Bartonsighandlers.c: Update some log messages
2013-02-11 Alexander Bartonmy_sd_listen_fds(): really return an "int"
2013-02-11 Alexander BartonMerge branch 'bug155-allowAtInUser'
2013-02-11 Alexander BartonAllow "@" character in user names for authentication bug155-allowAtInUser
2013-02-10 Alexander BartonMerge branch 'systemd'
2013-02-10 Alexander Bartonngircd.sock: explicitely bind to IPv4 and IPv6 addresses systemd
2013-02-10 Alexander BartonShow address and port of sockets passed-in by systemd(8)
2013-02-10 Alexander BartonCheck type of sockets passed-in by systemd(8)
2013-02-10 Alexander BartonAdjust severity levels of some log messages
2013-02-09 Alexander BartonCommands.txt: spelling fixes ...
2013-02-09 Alexander BartonMerge branch 'HelpText'
2013-02-09 Alexander BartonCommands.txt: Update description of the "USERS" command HelpText
2013-02-09 Alexander BartonCommands.txt: Update description of the "SUMMON" command
2013-02-09 Alexander BartonCommands.txt: Update description of the "SERVLIST"...
2013-02-09 Alexander BartonCommands.txt: Update description of the "WHOWAS" command
2013-02-09 Alexander BartonCommands.txt: Update description of the "WHOIS" command
2013-02-09 Alexander BartonCommands.txt: Update description of the "WHO" command
2013-02-09 Alexander BartonCommands.txt: Update description of the "VERSION" command
2013-02-09 Alexander BartonCommands.txt: Update description of the "USERHOST"...
2013-02-09 Alexander BartonCommands.txt: Update description of the "TIME" command
2013-02-09 Alexander BartonCommands.txt: Update description of the "STATS" command
2013-02-09 Alexander BartonCommands.txt: Update description of the "NAMES" command
2013-02-09 Alexander BartonCommands.txt: Update description of the "MOTD" command
2013-02-09 Alexander BartonCommands.txt: Update description of the "LUSERS" command
2013-02-09 Alexander BartonCommands.txt: Update description of the "LINKS" command
2013-02-09 Alexander BartonCommands.txt: Update description of the "ISON" command
2013-02-09 Alexander BartonCommands.txt: Update description of the "INFO" command
2013-02-09 Alexander BartonCommands.txt: Update description of the "ADMIN" command
2013-02-09 Alexander BartonUpdate irc-info.c to use irc-macros.h bug153-ServerMask
next