about summary refs log tree commit diff
AgeCommit message (Expand)Author
2012-08-26Free already saved password when storing a new oneAlexander Barton
2012-08-26Implement channel mode "M"DNS777
2012-08-26Remove unused ERR_CANNOTSENDTOCHAN2_MSG messageAlexander Barton
2012-08-26Add some more information to channel error numericsDNS777
2012-08-26Add new user mode "B" to doc/Modes.txtAlexander Barton
2012-08-26Implement an Unreal-like user mode "B" ("Bot mode")DNS777
2012-08-26Recognize user mode "R"DNS777
2012-08-26Enhance "ServiceMask" to handle a list of masksAlexander Barton
2012-08-26New function MatchCaseInsensitiveList() to check list of patternsAlexander Barton
2012-08-26Block nicknames that are reserved for servicesAlexander Barton
2012-08-26Rename Conf_IsService() to Conf_NickIsService()Alexander Barton
2012-08-26Check_Connections(): code cleanupAlexander Barton
2012-08-23Indentation and style fixes.Brett Smith
2012-08-23Connection password is not constant.Brett Smith
2012-08-23Implementation clean-ups.Brett Smith
2012-08-23Dynamically allocate memory for connection password.Brett Smith
2012-08-23Move client password from the Client to the Connection struct.Brett Smith
2012-08-22Xcode: use certificate of Alex for code signingAlexander Barton
2012-08-18"make uninstall": remove ngircd.conf if not modifiedAlexander Barton
2012-08-18contrib/ngircd.service: systemd service file for ngircdAlexander Barton
2012-08-18ngt_RandomStr(): Add implicit cast to "unsigned".Alexander Barton
2012-08-16Fix a buffer overflow when initializing the random salt for "+x"Alexander Barton
2012-08-11configure.in: Use AC_CONFIG_HEADER instead of AM_CONFIG_HEADERAlexander Barton
2012-08-06Fix compiler warning when not building with ZLIB supportAlexander Barton
2012-08-03Update NEWS and ChangeLog files for hashed cloaked hostnamesAlexander Barton
2012-08-03Hashed hostnames for CloakHostSebastian Köhler
2012-08-03Implemented hashed cloaked hostnames for +xSebastian Köhler
2012-06-19ngIRCd release 19.2 rel-19.2Alexander Barton
2012-06-13doc/Capabilities.txt: document "multi-prefix" capabilityAlexander Barton
2012-06-13ngIRCd release 19.2~rc1 rel-19.2-rc1Alexander Barton
2012-06-11Merge branch 'bug124-CloakHostModeX'Alexander Barton
2012-06-09Update ChangeLog and NEWS filesAlexander Barton
2012-06-09Describe "CloakHostModeX" in sample-ngircd.conf an ngircd.conf(5)Alexander Barton
2012-06-09Rename "CloakModeHost" option to "CloakHostModeX"Alexander Barton
2012-06-09Introduce new configuration option "CloakModeHost"Christoph Biedl
2012-06-09Correctly handle asynchronously re-established server linksAlexander Barton
2012-06-08Log a debug message when SIGUSR2 is handledAlexander Barton
2012-06-07doc/Platforms.txt: more updatesAlexander Barton
2012-06-02NoticeAuth: Fix test if IDENT reply has been invalidAlexander Barton
2012-06-02IDENT reply: only allow alphanumeric characters in user nameAlexander Barton
2012-06-01USER command: only allow alphanumeric characters in user nameAlexander Barton
2012-05-29doc/Platforms.txt: add powerpc/apple/darwin7.9.0Alexander Barton
2012-05-23Change wording of "TLS initialized" messageAlexander Barton
2012-05-22Pidfile_Create(): Don't leak file descriptor on error pathAlexander Barton
2012-05-19INSTALL: Add "satisfy prerequisites" sectionAlexander Barton
2012-05-07NEWS, ChangeLog: fixed some misspellingsAlexander Barton
2012-05-01Numeric 005 (ISUPPORT), CHANMODES: add missing mode "r"Alexander Barton
2012-04-29doc/Platforms.txt: add "armv7l/unknown/linux-gnueabi"Alexander Barton
2012-04-29Add instructions for setting up Atheme.William Pitcock
2012-04-29irc-cap.c: mark arguments of Handle_CAP_ACK() as "unused"Alexander Barton