]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
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
2012-11-04 DNS777PredefChannelsOnly: Fix message for non pre-defined...
2012-11-04 Alexander BartonTest suite: add some "remote checks" to whois-test.e
2012-11-04 Alexander BartonSend NICK commands with prefix of (target) user
2012-11-04 Alexander BartonUpdate doc/Services.txt, sort services alphabetically
2012-11-02 Alexander BartonImplement SVSNICK command to change remote nicknames
2012-11-02 Alexander BartonIRC_NICK(): Code cleanup, new function Change_Nick()
2012-11-02 Alexander BartonSpelling fix: "nick name" -> "nickname"
2012-11-02 Alexander BartonXcode: correctly #define PACKAGE and PACKAGE_NAME
2012-10-29 Alexander BartonFix warning message introduced when cleaning up IRC_SER...
2012-10-29 Alexander BartonMake server reconnect time a little bit more random server-link-async
2012-10-29 Alexander BartonDon't accept connections for servers already beeing...
2012-10-29 Alexander BartonIRC_SERVER(): Code cleanup
2012-10-29 Alexander BartonUse lowercase "package name" for syslog logging again
2012-10-28 Alexander BartonDocument new configuration option "MaxListSize"
2012-10-25 Brett SmithMake the maximum /list reply length a configurable...
2012-10-24 Alexander BartonUpdate NEWS and ChangeLog files
2012-10-19 Alexander BartonAllow remote servers and IRC Ops to change channel...
2012-10-19 DNSIncreased maximum number of possible user and channel...
2012-10-19 DNS777Update error messages for user mode +b and channel...
2012-10-15 Alexander BartonTest suite: add more checks to whois-test.e
2012-10-11 Alexander BartonAdd "i586/pc/haiku" to doc/Platforms.txt
2012-10-11 Alexander BartonDisable UID/GID checks on "single user OS"
2012-10-11 Alexander BartonSearch gethostbyname() in libbind and libnetwork
2012-10-09 Alexander BartonUpdate manual pages
2012-10-08 Alexander BartonTest suite: add test for user mode "b"
2012-10-08 DNS777Implement user mode "b": block messages
2012-10-07 Alexander BartonFix ERR_CANNOTSENDTOCHAN_MSG message
2012-10-07 Alexander BartonShorten filenames of Anope protocol module patchfiles
2012-10-06 Alexander BartonWHOIS: show RPL_WHOISHOST_MSG to all IRC Ops in the...
2012-10-06 Alexander BartonTest suite: make expect scripts more verbose testsuite-verbose
2012-10-06 Alexander BartonTest suite: remove indentation of messages
2012-10-06 Alexander BartonMerge branch 'bug141-ModesQq'
2012-10-06 DNS777Show active user modes in WHOIS reply
2012-10-06 DNS777Implement channel mode 'V' (invite disallow)
2012-10-06 DNS777Allow channel admins to "de-admin" channel members
2012-10-06 Alexander BartonKICK-protect IRC services bug141-ModesQq
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-10-06 Alexander BartonImplement channel mode "Q" and user mode "q"
2012-10-06 Alexander BartonDefine HAVE_SETSID for Mac OS X Xcode builds
2012-10-06 Alexander BartonFix spelling: ERR_CHANOPPRIVTOLOW_MSG -> ERR_CHANOPPRIV...
2012-10-06 Alexander BartonDebian: require "telnet" or "telnet-ssl" for building bug109-CHARCONV
2012-10-06 Alexander BartonDebian ngircd-full[-dbg]: enable CHARCONV
2012-09-26 Alexander BartonMakefile.am: don't use "make -C", it isn't portable
2012-09-26 Alexander BartonTest suite: don't use "mkdir -p"
2012-09-26 Federico G... ERR_CHANNELISFULL_MSG: better wording
2012-09-26 Alexander BartonFix getpid.sh to work on Apple A/UX again
2012-09-26 Federico G... Send RPL_REHASHING if rehash was accepted
2012-09-26 Federico G... Change variable name "SSLDHFile" to "DHFile" in log...
2012-09-26 Federico G... Move ConnSSL_InitLibrary() "dummy" from header into...
2012-09-26 Alexander BartonNJOIN: correctly reset channel level flags
2012-09-26 Alexander BartonSimplify check for valid user names in IRC_USER().
2012-09-26 Alexander BartonAllow user mode +x only when "CloakHostModeX" is set
2012-09-25 DNS777New configuration option "OperChanPAutoOp"
2012-09-25 DNS777Allow opers to see secret (+s) channels in LIST command
2012-09-24 Alexander Bartonconfigure: only use AM_PROG_AR when available
2012-09-24 Alexander BartonRemove all geneerated Makefile.am on "make maintainer...
2012-09-24 Alexander BartonRename configure.in to configure.ac
2012-09-24 Alexander Bartonconfigure.ng: use AM_PROG_AR to check ar(1) command
2012-09-24 Alexander BartonMerge branch 'automake-am11-am12'
2012-09-24 Alexander Bartonautogen.sh: detect automake version format a.b.c and a.b automake-am11-am12
2012-09-24 Alexander Bartonconfigure.ng: don't require GIT tree to detect version...
2012-09-24 Alexander BartonInclude .mailmap file in distribution archives
2012-09-24 Alexander BartonINSTALL: update GNU automake/autoconf requirements
2012-09-24 Alexander Bartonautomake: don't use INCLUDES, it's AM_CPPFLAGS nowadays
2012-09-24 Alexander Bartonautomake: enable colored test output, if available
2012-09-24 Alexander BartonAdd doc/Contributing.txt to distribution archive
2012-09-24 Alexander BartonInclude all build-system files into distribution archives
2012-09-24 Alexander BartonLoose GNU autoconf / automake requirements a bit
2012-09-23 Alexander BartonMerge branch 'bug92-xop'
2012-09-23 Alexander BartonFix NAMES/WHO response when client has multi-prefix bug92-xop
2012-09-23 Alexander BartonFix prefix of "halfop" when "multi-prefix" is active
next