]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
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-08 Alexander Barton"WHO <hostmask>": use displayed hostname for matching
2013-02-04 Alexander BartonNew configuration option "IdleTimeout": exit daemon...
2013-02-04 Alexander BartonImplement support for systemd(8) "socket activation"
2013-02-04 Alexander Bartoncontrib/README: add more files
2013-02-03 Alexander BartonRename ports_initlisteners() to Init_Listeners()
2013-02-03 Alexander BartonNewListener(): Code cleanup
2013-02-03 Alexander BartonEnable WHOIS to display information about IRC Services
2013-02-03 Alexander BartonCommands.txt: Add description for the "CHARCONV" command
2013-02-03 Alexander BartonCommands.txt: Add description for the "CAP" command
2013-01-27 Alexander BartonExit message: use singular & plural :-)
2013-01-27 Alexander Bartonautogen.sh: Check for autoconf/automake wrapper scripts
2013-01-27 Alexander Bartonautogen.sh: Don't use "egrep -o", use "sed"
2013-01-27 Alexander BartonIRC_WHO_Channel(): Use strlcpy() instead of strcpy()
2013-01-26 Alexander BartonStreamline punctuation of log messages
2013-01-24 Alexander Bartonconfigure: "netinet/in_systm.h" is optional
2013-01-23 DNScontrib/Debian/rules: Do no compress Commands.txt
2013-01-23 Alexander BartonAUTHORS: Update list of contributors
2013-01-23 Alexander BartonAUTHORS: Use "email address syntax"
2013-01-23 Alexander BartonCommands.txt: Import descriptions from "rbose/command_help"
2013-01-23 Alexander BartonCommands.txt: Reorder some commands
2013-01-23 Alexander BartonCommands.txt: Fix some wording and spelling
2013-01-22 Alexander Bartonngircd.service: Use "forking" service type
2013-01-22 Alexander BartonReturn better "Connection not registered as server...
2013-01-13 Alexander BartonMODE: don't report error on "more modes than parameters"
2013-01-07 Alexander BartonCorrectly detect when SSL subsystem must be initialized
2013-01-06 Alexander Bartonconfigure: use AS_HELP_STRING for --with-iconv
2013-01-05 Alexander Bartonautogen.sh: Enforce serial test harness on automake...
2013-01-05 Alexander Bartonautogen.sh: Reformat messages.
2013-01-02 Alexander BartonMerge branch 'bug145-ProvideHelp'
2013-01-02 Alexander BartonngIRCd Release 20.1 rel-20.1
2013-01-01 Alexander BartonUse "${docdir}/Commands.txt" as help text file bug145-ProvideHelp
2013-01-01 Alexander BartonUpdate Copyright notices for 2013
2013-01-01 Alexander BartonAdd a note that "help file" is updated on startup and...
2013-01-01 Alexander BartonAdd doc/Commands.txt which should document all commands
2013-01-01 Alexander BartonImplement Help() function parsing and returning the...
2012-12-31 Alexander BartonAllow ERROR command on server and service links only
2012-12-31 Alexander BartonDocument "HelpFile" in sample-ngircd.conf and ngircd...
2012-12-31 Alexander BartonImplement new configuration option "HelpFile"
2012-12-31 Alexander BartonIRC_HELP(): Code cleanup
2012-12-31 Alexander BartonRefactor Read_Motd() into Read_TextFile()
2012-12-31 Alexander BartonGet rid of Conn_ResetPenalty(), it is unused
2012-12-31 Alexander BartonMode setting: only check channel user modes when on...
2012-12-25 Alexander BartonAdd some more casts in assert() statemens
2012-12-25 Alexander BartonMakefiles: Correctly quote sed expressions
2012-12-25 Alexander BartonAdd Cygwin binaries (*.exe) to .gitignore files
2012-12-25 Alexander BartonAdd a cast in ForwardLookup() to fix a gcc warning...
2012-12-17 Alexander BartonngIRCd Release 20 rel-20
2012-12-12 Alexander BartonUpdate NEWS and ChangeLog files
2012-12-10 Alexander BartonAllow user names up to 20 characters
2012-12-02 Alexander BartonngIRCd 20~rc2 rel-20-rc2
2012-12-02 Alexander BartonUpdate NEWS and ChangeLog files
2012-11-26 Alexander BartonUpdate doc/Platforms.txt
2012-11-24 Alexander BartonRework cloaked hostname handling, implement "METADATA...
2012-11-24 Alexander BartonRPL_UMODEIS: send correct target name, even on server...
2012-11-24 Alexander BartonClient_HostnameCloaked() -> Client_HostnameDisplayed()
2012-11-13 Alexander Bartonplatformtest.sh: Only generate configure script when...
2012-11-13 Alexander BartonUpdate platformtest.sh to follow autoconf changes
2012-11-13 Alexander BartonTest suite: correctly execute tests when stdout is...
2012-11-12 Alexander BartonAdd a few casts, fix compiler warnings on NetBSD 5
2012-11-11 Alexander Bartonirc-info.c: Use strlcpy() instead of strcpy()
2012-11-11 Alexander BartonngIRCd 20~rc1 rel-20-rc1
2012-11-11 Alexander BartonUpdate Xcode project files
2012-11-11 Alexander Bartonconf.c: Use strlcpy() instead of strcpy()
2012-11-11 Alexander Bartontool.h: Don't check for and #define PF_INET
2012-11-11 Alexander Bartonconf-ssl.h: Use "gnutls_session_t" instead of "gnutls_s...
2012-11-10 Alexander BartonAdd new IRC+ server flag "X": "XOP modes supported"
2012-11-10 Alexander BartonUpdate autoconf/automake version numbers in doc/HowToRe...
2012-11-10 Alexander BartonUpdate NEWS and ChangeLog files
2012-11-10 Alexander BartonRemove Anope "ngircd" protocol module patches
2012-11-10 Alexander Bartondoc/Services.txt: Update documentation for Anope 1.9.8
2012-11-05 Alexander BartonCorrectly add irc-metadata.{c|h} to Makefile.ng ... cmd-METADATA
2012-11-05 Alexander Bartondoc/Protocol.txt: Document METADATA command
2012-11-05 Alexander BartonGenerate "METADATA host" commands on "MODE +/-x"
2012-11-05 Alexander BartonDon't cloak already cloaked hostname when using METADATA
2012-11-05 Alexander BartonImplement METADATA command to update client metadata
2012-11-05 Alexander Bartondoc/Protocol.txt: add/fix CHARCONV description
next