Commit Graph

  • d38d153f51 Streamline punctuation of log messages Alexander Barton 2013-01-26 16:52:41 +0100
  • fd260404ca configure: "netinet/in_systm.h" is optional Alexander Barton 2013-01-24 22:45:00 +0100
  • a551942635 contrib/Debian/rules: Do no compress Commands.txt DNS 2013-01-22 21:36:03 +0100
  • b60d5a0a11 AUTHORS: Update list of contributors Alexander Barton 2013-01-23 19:45:00 +0100
  • fae0054d31 AUTHORS: Use "email address syntax" Alexander Barton 2013-01-23 19:41:52 +0100
  • 73fded7515 Commands.txt: Import descriptions from "rbose/command_help" Alexander Barton 2013-01-23 15:16:33 +0100
  • 7630e8ffc6 Commands.txt: Reorder some commands Alexander Barton 2013-01-23 15:02:46 +0100
  • 4552ad5269 Commands.txt: Fix some wording and spelling Alexander Barton 2013-01-23 14:51:19 +0100
  • 3d49e8ac84 ngircd.service: Use "forking" service type Alexander Barton 2013-01-23 00:41:02 +0100
  • 508ca3044d Return better "Connection not registered as server link" errors Alexander Barton 2013-01-22 10:54:06 +0100
  • d8f2964710 MODE: don't report error on "more modes than parameters" Alexander Barton 2013-01-13 16:52:00 +0100
  • ab00997698 Correctly detect when SSL subsystem must be initialized Alexander Barton 2013-01-07 18:42:57 +0100
  • b4966aa1bd configure: use AS_HELP_STRING for --with-iconv Alexander Barton 2013-01-06 17:46:06 +0100
  • 0703fcd719 autogen.sh: Enforce serial test harness on automake >=1.13 Alexander Barton 2013-01-05 03:05:56 +0100
  • 4594583f52 autogen.sh: Reformat messages. Alexander Barton 2013-01-05 02:37:55 +0100
  • 68cb1a8c2e Merge branch 'bug145-ProvideHelp' Alexander Barton 2013-01-02 23:41:46 +0100
  • 21493731df ngIRCd Release 20.1 Alexander Barton 2013-01-02 22:37:55 +0100
  • 950aeec3ff Use "${docdir}/Commands.txt" as help text file Alexander Barton 2013-01-01 19:25:06 +0100
  • 1f59821270 Update Copyright notices for 2013 Alexander Barton 2013-01-01 19:23:56 +0100
  • 60a9a7f118 Add a note that "help file" is updated on startup and REHASH only Alexander Barton 2013-01-01 15:35:49 +0100
  • 8ec09e3ca4 Add doc/Commands.txt which should document all commands Alexander Barton 2013-01-01 15:09:09 +0100
  • 289a26e9e4 Implement Help() function parsing and returning the help text Alexander Barton 2013-01-01 14:57:03 +0100
  • 3e47bc9af5 Allow ERROR command on server and service links only Alexander Barton 2012-12-31 21:46:41 +0100
  • d2a1f6aa4b Document "HelpFile" in sample-ngircd.conf and ngircd.conf.5 Alexander Barton 2012-12-31 21:03:23 +0100
  • f68aa02272 Implement new configuration option "HelpFile" Alexander Barton 2012-12-31 19:29:52 +0100
  • 588af510a3 IRC_HELP(): Code cleanup Alexander Barton 2012-12-31 19:27:32 +0100
  • 9e1c25a889 Refactor Read_Motd() into Read_TextFile() Alexander Barton 2012-12-31 19:26:31 +0100
  • 5d92198487 Get rid of Conn_ResetPenalty(), it is unused Alexander Barton 2012-12-31 18:23:21 +0100
  • 20ddffca0d Mode setting: only check channel user modes when on channel Alexander Barton 2012-12-31 18:13:18 +0100
  • 25e56a5e83 Add some more casts in assert() statemens Alexander Barton 2012-12-25 19:21:40 +0100
  • 1e5a7aac87 Makefiles: Correctly quote sed expressions Alexander Barton 2012-12-25 19:13:55 +0100
  • b5b3dd9cfd Add Cygwin binaries (*.exe) to .gitignore files Alexander Barton 2012-12-25 18:52:49 +0100
  • 92fba63ad8 Add a cast in ForwardLookup() to fix a gcc warning on Cygwin Alexander Barton 2012-12-25 18:49:28 +0100
  • 25d35dd6f4 ngIRCd Release 20 Alexander Barton 2012-12-17 13:14:32 +0100
  • a445abc10e Update NEWS and ChangeLog files Alexander Barton 2012-12-12 11:06:35 +0100
  • 1342f78b09 Allow user names up to 20 characters Alexander Barton 2012-12-10 10:41:36 +0100
  • a0d57a6afd ngIRCd 20~rc2 Alexander Barton 2012-12-02 18:51:51 +0100
  • c6ae353756 Update NEWS and ChangeLog files Alexander Barton 2012-12-02 18:49:11 +0100
  • 12768e7a54 Update doc/Platforms.txt Alexander Barton 2012-11-26 11:54:23 +0100
  • 35e2dcff88 Rework cloaked hostname handling, implement "METADATA cloakhost" Alexander Barton 2012-11-24 16:15:35 +0100
  • dc89e42ef5 RPL_UMODEIS: send correct target name, even on server links Alexander Barton 2012-11-24 15:57:45 +0100
  • 4a2d74c9ab Client_HostnameCloaked() -> Client_HostnameDisplayed() Alexander Barton 2012-11-24 13:37:56 +0100
  • cd48b8128e platformtest.sh: Only generate configure script when missing Alexander Barton 2012-11-13 23:21:09 +0100
  • 301d4915bc Update platformtest.sh to follow autoconf changes Alexander Barton 2012-11-13 22:42:49 +0100
  • 8061056cec Test suite: correctly execute tests when stdout is redirected Alexander Barton 2012-11-13 22:41:23 +0100
  • 44926b7f9f Add a few casts, fix compiler warnings on NetBSD 5 Alexander Barton 2012-11-12 22:39:57 +0100
  • d11a700589 irc-info.c: Use strlcpy() instead of strcpy() Alexander Barton 2012-11-11 16:46:57 +0100
  • 0a26079af2 ngIRCd 20~rc1 Alexander Barton 2012-11-11 16:03:40 +0100
  • b6e49f3920 Update Xcode project files Alexander Barton 2012-11-11 12:40:47 +0100
  • 4123118d5a conf.c: Use strlcpy() instead of strcpy() Alexander Barton 2012-11-11 11:18:53 +0100
  • e29d198700 tool.h: Don't check for and #define PF_INET Alexander Barton 2012-11-11 11:05:21 +0100
  • 6f531a3c99 conf-ssl.h: Use "gnutls_session_t" instead of "gnutls_session" Alexander Barton 2012-11-11 10:49:06 +0100
  • 53917fa4b8 Add new IRC+ server flag "X": "XOP modes supported" Alexander Barton 2012-11-10 23:33:19 +0100
  • 646218e6f4 Update autoconf/automake version numbers in doc/HowToRelease.txt Alexander Barton 2012-11-10 21:50:36 +0100
  • 4185c4a44a Update NEWS and ChangeLog files Alexander Barton 2012-11-10 21:49:02 +0100
  • 45b0bb5aff Remove Anope "ngircd" protocol module patches Alexander Barton 2012-11-04 13:58:25 +0100
  • c7db2f8429 doc/Services.txt: Update documentation for Anope 1.9.8 Alexander Barton 2012-11-10 21:24:55 +0100
  • f0b86e6c26 Correctly add irc-metadata.{c|h} to Makefile.ng ... Alexander Barton 2012-11-05 23:57:14 +0100
  • 7871a904d7 doc/Protocol.txt: Document METADATA command Alexander Barton 2012-11-05 23:51:52 +0100
  • 40e3daf560 Generate "METADATA host" commands on "MODE +/-x" Alexander Barton 2012-11-05 23:49:12 +0100
  • 44b7ff02fd Don't cloak already cloaked hostname when using METADATA Alexander Barton 2012-11-05 23:46:26 +0100
  • 35ed57e6c1 Implement METADATA command to update client metadata Alexander Barton 2012-11-05 23:34:21 +0100
  • 79731a57f3 doc/Protocol.txt: add/fix CHARCONV description Alexander Barton 2012-11-05 23:11:41 +0100
  • a7f37cebdc PredefChannelsOnly: Fix message for non pre-defined channels DNS777 2012-10-16 07:28:44 +0200
  • 47b99c69cc Test suite: add some "remote checks" to whois-test.e Alexander Barton 2012-11-04 19:50:02 +0100
  • 757f3497bc Send NICK commands with prefix of (target) user Alexander Barton 2012-11-04 18:01:49 +0100
  • f2455cbe33 Update doc/Services.txt, sort services alphabetically Alexander Barton 2012-11-04 13:22:26 +0100
  • e3f300d323 Implement SVSNICK command to change remote nicknames Alexander Barton 2012-11-02 17:50:31 +0100
  • 497edbaf3e IRC_NICK(): Code cleanup, new function Change_Nick() Alexander Barton 2012-11-02 14:36:29 +0100
  • 48326e061a Spelling fix: "nick name" -> "nickname" Alexander Barton 2012-11-02 14:30:19 +0100
  • 84e9dcbab0 Xcode: correctly #define PACKAGE and PACKAGE_NAME Alexander Barton 2012-11-02 14:16:58 +0100
  • 30b32e84fe Fix warning message introduced when cleaning up IRC_SERVER() Alexander Barton 2012-10-29 11:44:45 +0100
  • fb92493376 Make server reconnect time a little bit more random Alexander Barton 2012-10-28 20:19:57 +0100
  • eb4f9eac0c Don't accept connections for servers already beeing linked Alexander Barton 2012-10-28 19:48:24 +0100
  • d7b5dd1bbf IRC_SERVER(): Code cleanup Alexander Barton 2012-10-28 18:52:37 +0100
  • b18e81b631 Use lowercase "package name" for syslog logging again Alexander Barton 2012-10-29 10:24:27 +0100
  • 8ff153d7d4 Document new configuration option "MaxListSize" Alexander Barton 2012-10-28 20:36:58 +0100
  • 32f63abb59 Make the maximum /list reply length a configurable limit. Brett Smith 2012-10-25 14:46:29 -0400
  • 23572af942 Update NEWS and ChangeLog files Alexander Barton 2012-10-24 22:03:56 +0200
  • 8d9cfa157a Allow remote servers and IRC Ops to change channel topics Alexander Barton 2012-10-19 19:45:44 +0200
  • 58abd0777b Increased maximum number of possible user and channel modes DNS 2012-10-11 01:53:20 +0200
  • 3ee98d9f72 Update error messages for user mode +b and channel Mode +M. DNS777 2012-10-19 18:37:33 +0200
  • b1a5ade88f Test suite: add more checks to whois-test.e Alexander Barton 2012-10-15 21:39:08 +0200
  • 73229249d8 Add "i586/pc/haiku" to doc/Platforms.txt Alexander Barton 2012-10-11 15:05:21 +0000
  • e0da56fc7b Disable UID/GID checks on "single user OS" Alexander Barton 2012-10-11 14:54:13 +0000
  • cdaaae0cb2 Search gethostbyname() in libbind and libnetwork Alexander Barton 2012-10-11 14:50:45 +0000
  • c319fb8eaa Update manual pages Alexander Barton 2012-10-09 13:13:01 +0200
  • 538e612a47 Test suite: add test for user mode "b" Alexander Barton 2012-10-08 12:15:34 +0200
  • 9d97004a28 Implement user mode "b": block messages DNS777 2012-10-08 12:11:04 +0200
  • 87deb43012 Fix ERR_CANNOTSENDTOCHAN_MSG message Alexander Barton 2012-10-07 15:11:05 +0200
  • a9cbb375b7 Shorten filenames of Anope protocol module patchfiles Alexander Barton 2012-10-07 12:06:11 +0200
  • 161adbb1aa WHOIS: show RPL_WHOISHOST_MSG to all IRC Ops in the network Alexander Barton 2012-10-07 00:05:25 +0200
  • de2fa78d92 Test suite: make expect scripts more verbose Alexander Barton 2012-09-24 23:05:24 +0200
  • 8bede388af Test suite: remove indentation of messages Alexander Barton 2012-09-24 22:25:58 +0200
  • c9d166747d Merge branch 'bug141-ModesQq' Alexander Barton 2012-10-06 22:37:57 +0200
  • 56cdc2175c Show active user modes in WHOIS reply DNS777 2012-10-06 21:56:59 +0200
  • de453d71cb Implement channel mode 'V' (invite disallow) DNS777 2012-10-06 20:49:35 +0200
  • 23b07bdf50 Allow channel admins to "de-admin" channel members DNS777 2012-10-06 19:52:00 +0200
  • 9ac94339dc KICK-protect IRC services Alexander Barton 2012-10-06 19:23:05 +0200
  • 46b0eef721 Merge branch 'bug109-CHARCONV' Alexander Barton 2012-10-06 18:25:43 +0200