]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
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
2012-09-23 Alexander BartonChange build system to support new and old GNU automake
2012-09-23 Alexander BartonClean up doc/.gitignore
2012-09-23 Alexander Bartondoc/Modes.txt: add version number to new channel modes
2012-09-21 Alexander BartonFree all listen ports on initialization
2012-09-21 Alexander BartonInitialize SSL when needed only, and disable SSL on...
2012-09-16 Alexander BartonAdd "CHARCONV" to "feature string" when enabled
2012-09-16 Alexander BartonImplement new IRC+ "CHARCONV" command
2012-09-16 Alexander BartonAdded new configure option "--with-iconv"
2012-09-16 Alexander BartonSort "feature string" alphabetically
2012-09-16 Alexander BartonInclude CAP command even when using "strict RFC mode"
2012-09-16 Alexander BartonMerge branch 'autoconf-update'
2012-09-16 Alexander BartonAUTOMAKE_OPTIONS: fix ansi2knr option, include path autoconf-update
2012-09-15 Alexander BartonDon't use AC_FUNC_MALLOC and AC_FUNC_REALLOC
2012-09-15 Alexander BartonMake our own targets "silent", if enabled
2012-09-14 Brett SmithAllow limited punctuation in usernames, for better...
2012-09-13 Alexander Bartonconfigure.in: use AC_CHECK_{FUNCS|HEADERS}_ONCE
2012-09-13 Alexander BartonUpdated config.{guess|sub} to version 2012-08-14
2012-09-13 Alexander BartonMake autogen.sh more verbose when VERBOSE=1 is set
2012-09-13 Alexander Bartonconfigure.in: use AC_SEARCH_LIBS (not AC_CHECK_LIB)
2012-09-12 Alexander Bartonconfigure.in: use AS_HELP_STRING macro
2012-09-12 Alexander Bartonconfigure.in: use AC_CANONICAL_HOST (not AC_CANONICAL_T...
2012-09-12 Alexander Bartonconfigure.in: inttypes.h is an optional header file
2012-09-11 Alexander BartonMerge pull request #2 from briancollins/master
2012-09-11 Alexander BartonCorrectly re-initialize signal handlers on RESTART
2012-09-11 Alexander BartonUse HAVE_SETSID #define when testing for setsid()
2012-09-11 Alexander BartonDon't include <stdint.h>, it is included by "portab.h"
2012-09-11 Alexander BartonDon't check type.h availability, it is required
2012-09-11 Alexander Bartonconfigure.in: Use AC_CONFIG_FILES macro
2012-09-11 Alexander Bartonconfigure.in: Don't use AC_C_PROTOTYPES
2012-09-11 Alexander Bartonconfigure.in: Update checks for required and optional...
2012-09-11 Alexander Bartonconfigure.in: require autoconf 2.67 and automake 1.11
2012-09-11 Alexander Bartonconfigure.in: sort some lists (templates, output, ...)
2012-09-11 Alexander BartonNew_Connection(): mark "IsSSL" parameter as UNUSED
2012-09-11 Alexander BartonFix some "whitespace glitches"
2012-09-11 Alexander BartonMerge branch 'xop' of https://github.com/kart0ffelsack...
2012-09-11 Alexander BartonShow a warning on startup if config file is not a full...
2012-09-10 Alexander BartonCreate &SERVER channel after predefined channels
2012-09-10 Alexander BartonWHO #channel: don't limit list size
2012-09-04 Alexander BartonDefine EV_SET() for kqueue() on systems that don't...
2012-09-04 Alexander BartonFix contrib/Makefile.am to list all files in EXTRA_DIST
2012-09-04 Alexander BartonUpdate project description
2012-08-29 Alexander BartonNew function Conn_StartLogin() to finish connection...
next