]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
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 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 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 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...
2012-08-29 Alexander BartonConvert CONN_ID and Conf_MaxConnections to "int" datatype
2012-08-28 Alexander BartonIntroduce numeric RPL_HOSTHIDDEN_MSG(396)
2012-08-28 Alexander BartonAlways cloak client hostname, if needed
2012-08-28 Alexander BartonNoticeAuth: make sure messages are flushed immediately
2012-08-27 Alexander BartonMerge branch 'umode-B'
2012-08-27 Alexander BartonMerge branch 'recognize-umode-R'
2012-08-27 Alexander BartonOnly allow IRC services to modify user mode "R" recognize-umode-R
2012-08-27 Alexander Bartonngt_RandomStr(): : make it buildable with pre-ANSI...
2012-08-27 Alexander BartonGet_CAP_String(): make it buildable with pre-ANSI C...
2012-08-27 Alexander BartonEnhance "NOTICE AUTH": show hostname and IDENT reply
2012-08-27 Alexander BartonMerge branch 'cmode-M'
2012-08-27 Alexander BartonAdd new channel mode "M" to doc/Modes.txt cmode-M
2012-08-27 Alexander BartonRemove Can_Send_To_Channel_Identified()
2012-08-27 Brian CollinsFix NAMES response when client has multi-prefix
2012-08-26 Alexander BartonMerge branch 'better-chan-errors'
2012-08-26 Alexander BartonMerge branch 'move-connection-password' of git://arthur...
2012-08-26 Alexander BartonLogin_User(): use "conn" insted of calling Client_Conn... move-connection-password
2012-08-26 Alexander BartonFree already saved password when storing a new one
2012-08-26 DNS777Implement channel mode "M"
2012-08-26 Alexander BartonRemove unused ERR_CANNOTSENDTOCHAN2_MSG message better-chan-errors
2012-08-26 DNS777Add some more information to channel error numerics
2012-08-26 Alexander BartonAdd new user mode "B" to doc/Modes.txt umode-B
2012-08-26 DNS777Implement an Unreal-like user mode "B" ("Bot mode")
2012-08-26 DNS777Recognize user mode "R"
2012-08-26 Alexander BartonEnhance "ServiceMask" to handle a list of masks
2012-08-26 Alexander BartonNew function MatchCaseInsensitiveList() to check list...
2012-08-26 Alexander BartonBlock nicknames that are reserved for services
2012-08-26 Alexander BartonRename Conf_IsService() to Conf_NickIsService()
2012-08-26 Alexander BartonCheck_Connections(): code cleanup
2012-08-23 Brett SmithIndentation and style fixes.
2012-08-23 Brett SmithConnection password is not constant.
2012-08-23 Brett SmithImplementation clean-ups.
2012-08-23 Brett SmithDynamically allocate memory for connection password.
2012-08-23 Brett SmithMove client password from the Client to the Connection...
2012-08-21 Alexander BartonXcode: use certificate of Alex for code signing
2012-08-18 Alexander Barton"make uninstall": remove ngircd.conf if not modified
2012-08-18 Alexander Bartoncontrib/ngircd.service: systemd service file for ngircd systemd-service
2012-08-18 Alexander Bartonngt_RandomStr(): Add implicit cast to "unsigned".
2012-08-16 Alexander BartonFix a buffer overflow when initializing the random...
2012-08-11 Alexander Bartonconfigure.in: Use AC_CONFIG_HEADER instead of AM_CONFIG...
2012-08-06 Sebastian KöhlerTests and documentation for xop
2012-08-06 Sebastian KöhlerImplemented xop support
2012-08-05 Alexander BartonFix compiler warning when not building with ZLIB support
2012-08-03 Alexander BartonUpdate NEWS and ChangeLog files for hashed cloaked...
2012-08-03 Sebastian KöhlerHashed hostnames for CloakHost
2012-08-03 Sebastian KöhlerImplemented hashed cloaked hostnames for +x
2012-06-19 Alexander BartonngIRCd release 19.2 rel-19.2
2012-06-13 Alexander Bartondoc/Capabilities.txt: document "multi-prefix" capability
2012-06-13 Alexander BartonngIRCd release 19.2~rc1 rel-19.2-rc1
2012-06-11 Alexander BartonMerge branch 'bug124-CloakHostModeX'
2012-06-09 Alexander BartonUpdate ChangeLog and NEWS files
2012-06-09 Alexander BartonDescribe "CloakHostModeX" in sample-ngircd.conf an... bug124-CloakHostModeX
2012-06-08 Alexander BartonRename "CloakModeHost" option to "CloakHostModeX"
2012-06-08 Christoph BiedlIntroduce new configuration option "CloakModeHost"
2012-06-08 Alexander BartonCorrectly handle asynchronously re-established server...
2012-06-08 Alexander BartonLog a debug message when SIGUSR2 is handled
next