1
0
mirror of https://github.com/osmarks/ngircd.git synced 2026-03-04 23:39:44 +00:00

Commit Graph

  • 03cde2efd3 Connection functions: add some more documentation comments Alexander Barton 2009-12-30 23:35:17 +01:00
  • cb6faed61c Clean up conn.{c|h} a little bit Alexander Barton 2009-12-30 23:32:47 +01:00
  • c62c2d349b Xcode: fix "-Wuninitialized is not supported without -O" Alexander Barton 2009-12-27 17:21:37 +01:00
  • 60137a7139 Added i686/unknown/kfreebsd7.2-gnu Alexander Barton 2009-12-02 22:22:35 +01:00
  • 513a75c919 platformtest.sh: Only show latest commit Alexander Barton 2009-11-15 18:25:36 +01:00
  • 4f1b5400e9 Merge commit 'cade80dcf516f40e7d53124bc98526e6e5b3fb66' Alexander Barton 2009-11-07 21:51:36 +01:00
  • cade80dcf5 Added missing contrib/platformtest.sh to distribution rel-15 Alexander Barton 2009-11-07 21:06:30 +01:00
  • 28ca31e576 Remove limit on max number of configured irc operators. Florian Westphal 2009-11-07 12:14:37 +01:00
  • c414d0bd3a ngIRCd release 15 Alexander Barton 2009-11-07 13:57:15 +01:00
  • bc88b2cb06 configtest: print ssl config options even when unset Florian Westphal 2009-10-17 14:31:27 +02:00
  • bc1ac7fbc5 ngIRCd release 15~rc1 rel-15-rc1 Alexander Barton 2009-10-15 10:04:34 +02:00
  • 37e950a40c Updated NEWS and ChangeLog files Alexander Barton 2009-10-03 16:45:09 +02:00
  • 55c04e691d Make sure forwarded CONNECT commands are handled correctly Alexander Barton 2009-09-09 23:00:45 +02:00
  • 881b9af251 Generate WALLOPS message on operator-generated SQUIT Alexander Barton 2009-05-19 23:06:28 +02:00
  • 294320ed62 Enable SQUIT command for IRC Operators Alexander Barton 2009-05-19 22:41:45 +02:00
  • 03b70229eb Xcode: added new op.{c|h} to project file Alexander Barton 2009-04-25 00:37:27 +02:00
  • 9918dfc1d5 Use functions provided by op.c "module" Alexander Barton 2009-04-22 23:24:15 +02:00
  • e46cf64cc1 New "module" op.c/op.h for IRC operator related functions Alexander Barton 2009-04-22 23:17:25 +02:00
  • 113bd34878 Allow forwarding of CONNECT commands. Alexander Barton 2008-07-22 18:38:05 +02:00
  • 4a3e40bc95 Check_Oper(): check origin of forwarded messages instead of server. Alexander Barton 2008-07-22 18:35:35 +02:00
  • 45b1a45c97 No_Privileges(): handle forwarded messages. Alexander Barton 2008-07-22 18:33:44 +02:00
  • 7d6de7c352 IRC_SendWallops(): support format string and variable parameter lists. Alexander Barton 2008-07-22 16:54:12 +02:00
  • 30b584c2e8 CONNECT, DISCONNECT: generate WALLOPS messages Alexander Barton 2008-05-06 17:51:45 +02:00
  • eaaf0c3bd5 New function IRC_SendWallops(). Alexander Barton 2008-05-06 15:30:29 +02:00
  • 9a7499af8b Code cleanup of IRC_DISCONNECT(). Alexander Barton 2008-04-13 03:19:29 +02:00
  • bce16c2864 Code cleanup of IRC_SQUIT() in preparation to deal with bug #73. Alexander Barton 2008-04-09 19:49:34 +02:00
  • 926204cacd New local functions Check_Oper() and No_Privileges(). Alexander Barton 2008-04-13 19:25:46 +02:00
  • 3bf0c6f3b9 Bad_OperPass(): code cleanup. Alexander Barton 2008-04-13 17:30:04 +02:00
  • f78b0c61e9 New configuration option "AllowRemoteOper" Alexander Barton 2008-04-13 16:39:08 +02:00
  • fa09883c72 fix assertion failure in ng_ipaddr.c Florian Westphal 2009-09-26 11:12:47 +02:00
  • affa03b277 configtest: complain when ssl keys are not readable Florian Westphal 2009-09-20 20:43:12 +02:00
  • 5b1efaee67 Check for sockaddr_in.sin_len and initialize it Alexander Barton 2009-09-14 01:23:19 +02:00
  • d5f80b2a8d Always use get{addr|name}info() when available Alexander Barton 2009-09-14 00:25:48 +02:00
  • 60fc4d6335 Xcode: add "debug" configuration to project Alexander Barton 2009-09-14 00:21:25 +02:00
  • 536538968c Fix cb_connserver() to handle aborted outgoing connections Alexander Barton 2009-09-12 00:17:42 +02:00
  • 4daf780f01 conn.c: fix more sizeof(..dst_addr) misuse Florian Westphal 2009-09-11 23:30:42 +02:00
  • ed72bf4ceb resolve.c: fix valgrind 'uninitialized memory' warning Florian Westphal 2009-09-11 23:09:11 +02:00
  • d76910ce7b conn.c: fix resolver server address backlog Florian Westphal 2009-09-11 22:51:00 +02:00
  • 8fd0e29d46 Fix "implicit conversion shortens 64-bit value" warning Alexander Barton 2009-09-11 22:52:12 +02:00
  • bfa48f3448 Xcode: use gcc 4.0 for Mac OS X 10.4 compatibility Alexander Barton 2009-09-11 20:19:51 +02:00
  • 66c6458ae7 Channel_Mode(): fix return code of function Alexander Barton 2009-09-11 00:44:41 +02:00
  • 3b37ad334b IRC_SERVER(): code cleanup, remove unneeded variable Alexander Barton 2009-09-11 00:41:12 +02:00
  • c191ea53a9 IRC_PASS(): remove unnecessary variable initialization Alexander Barton 2009-09-10 11:50:43 +02:00
  • e1598e2670 Conn_Close(): remove unused variable "txt" Alexander Barton 2009-09-10 11:49:39 +02:00
  • 44acf41cc1 Mac OS X: fix test for packagemaker(1) tool in Makefile Alexander Barton 2009-09-10 11:48:14 +02:00
  • 933da741c6 Fix --with-{openssl|gnutls} to accept path names Alexander Barton 2009-09-02 14:28:09 +02:00
  • cf7e19193b do not add default listening port if ssl ports were specified Florian Westphal 2009-08-31 19:42:59 +02:00
  • 5f1e43416a Fix LSB header of Debian init script Alexander Barton 2009-08-29 23:57:39 +02:00
  • 5debe20509 Use AM_SILENT_RULES([yes]), if available Alexander Barton 2009-08-16 16:08:21 +02:00
  • a7eef6666b Update NEWS and ChangeLog for next release Alexander Barton 2009-08-12 14:48:33 +02:00
  • 56a8abc253 Updated doc/Platforms.txt Alexander Barton 2009-08-04 22:53:38 +02:00
  • 21bb2bd658 New script contrib/platformtest.sh Alexander Barton 2009-08-04 22:30:59 +02:00
  • bddfd67550 doc/Platforms.txt: ngircd builds on hppa2.0w-hp-hpux11.11 target Florian Westphal 2009-07-22 22:06:36 +02:00
  • 805bf03490 Client_CheckID(): fix connection information Alexander Barton 2009-07-17 16:16:04 +02:00
  • 63cbc6cd42 Fix return code of Conf_EnableServer() Alexander Barton 2009-07-17 14:55:30 +02:00
  • b3cacf86df AUTHORS: update my email address Florian Westphal 2009-06-08 12:25:35 +02:00
  • 0ef94edad7 add section and rfc number to comment about QUIT error Florian Westphal 2009-06-05 01:39:33 +02:00
  • 643ae1b48b enforce upper limit on maximum number of handled commands Florian Westphal 2009-05-25 22:25:18 +02:00
  • 9b1c47220f conn.c: fix NumConnections imbalance Florian Westphal 2009-05-17 21:32:53 +02:00
  • 8e2c5816ee SSL/TLS: fix error handling when ssl ctx init for outgoing server link fails Florian Westphal 2009-05-17 21:27:27 +02:00
  • f31c3a3aa2 SSL/TLS: fix error path in gnutls ssl ctx allocation Florian Westphal 2009-05-17 21:18:04 +02:00
  • b0931f322b manpage: move SSLConnect option to the right section Florian Westphal 2009-05-17 01:22:18 +02:00
  • 5196e9bcb1 SSL/TLS: remove redundant asserts/ifdefs Florian Westphal 2009-05-15 23:28:59 +02:00
  • 57aa64e117 SSL/TLS: proper indentation, remove erroneous comment Florian Westphal 2009-05-13 17:29:10 +02:00
  • fd7e85b798 Update copyright notice, it's 2009 already! Alexander Barton 2009-05-05 17:08:48 +02:00
  • b1852f3029 Updated Debian "changelog" file for ngIRCd 14.1 rel-14-1 Alexander Barton 2009-05-05 13:14:23 +02:00
  • 822c1e9265 ngIRCd release 14.1 Alexander Barton 2009-05-05 12:58:51 +02:00
  • 5b4a3eda08 Added start/stop script for Red Hat based distributions Alexander Barton 2009-05-05 12:50:55 +02:00
  • a83554b572 Renamed contrib/ngircd.sh to contrib/ngircd-bsd.sh Alexander Barton 2009-05-05 11:41:26 +02:00
  • 627b0b713c security: fix remotely triggerable crash in SSL/TLS code Florian Westphal 2009-05-04 23:51:24 +02:00
  • 95428a72ff Fixed "Conflicts:" line in debian/control: missing comma Alexander Barton 2009-05-04 11:23:19 +02:00
  • 6b83d1740e Debian: build ngircd-full-dbg package Alexander Barton 2009-04-29 02:13:27 +02:00
  • c8bba8e5c3 debian/rules: whitespace fixes Alexander Barton 2009-04-29 02:12:56 +02:00
  • 37359799eb Fix server list announcement Tassilo Schweyer 2009-04-26 00:23:40 +02:00
  • 4a14fb252d Doxygen: update source code repository link to GIT Alexander Barton 2009-04-25 00:53:47 +02:00
  • 9b59f043c8 allow ping timeout quit messages to show the timeout value David Kingston 2009-04-24 00:01:37 -05:00
  • b545d38ae4 irc-server: do not remove hostnames from info text Florian Westphal 2009-04-22 23:15:17 +02:00
  • 84eaed6c9a conn-zip: fix error handling Florian Westphal 2009-04-21 19:49:15 +02:00
  • 544b9884f4 remove or translate old comments Florian Westphal 2009-04-21 08:40:10 +02:00
  • 5e16b6df2d client.c: remove unecessary comments Florian Westphal 2009-04-20 08:34:09 +02:00
  • ea041b8838 add const qualifier to pointers where possible Florian Westphal 2009-04-12 01:09:42 +02:00
  • 68835a1d1a ngIRCd release 14 rel-14 Alexander Barton 2009-04-20 11:36:27 +02:00
  • 54879b432b Display IPv6 addresses as "[<addr>]" when accepting connections. Alexander Barton 2009-04-10 13:22:03 +02:00
  • d9355d53f8 Xcode: #define include __DATE__ in VERSION Alexander Barton 2009-04-10 13:08:04 +02:00
  • 8c0137a6e0 Fix ChangeLog: Local channels are already implemented in Release 13 Alexander Barton 2009-04-09 15:17:44 +02:00
  • 166ab3925e Fix up last Debian changelog entry Alexander Barton 2009-03-30 13:44:04 +02:00
  • 1f6a5744f6 ngIRCd release 14~rc1 rel-14-rc1 Alexander Barton 2009-03-29 17:16:02 +02:00
  • 156569d263 Updated NEWS and ChangeLog files Alexander Barton 2009-03-29 17:05:37 +02:00
  • c3a8d6a73e Updated Debian/Linux init script Alexander Barton 2009-03-29 16:37:06 +02:00
  • 3a7d59c1ac misspelling in ERR_NORECIPIENT reply Dana Dahlstrom 2009-03-25 20:44:40 +01:00
  • 51b88b12f3 Add missing contributors to AUTHORS file Alexander Barton 2009-03-11 11:51:59 +01:00
  • ea35ba74b6 testsuite: add more predefined channels to server config Florian Westphal 2009-03-07 00:30:11 +01:00
  • 2d4361d088 allow creation of persistent modeless channels Florian Westphal 2009-03-07 00:21:43 +01:00
  • e9e7fc33f1 add and use Channel_IsModeless() Florian Westphal 2009-03-07 00:13:25 +01:00
  • c09742c518 Enhance INFO command to report compile time, if available Alexander Barton 2009-03-05 16:04:36 +01:00
  • c56ab96270 Update NEWS and ChangeLog files Alexander Barton 2009-03-03 17:59:43 +01:00
  • 0a9608a26f Channel mode changes: break on error Alexander Barton 2009-03-03 16:33:40 +01:00
  • dee89c2355 Channel_Mode(): code cleanup (no functional changes) Alexander Barton 2009-03-03 15:06:34 +01:00
  • b8c6dd503f TLS/SSL: remove useless error message when ssl connection is closed Florian Westphal 2009-02-05 23:42:56 +01:00
  • 66d6c3c84b update ChangeLog. Florian Westphal 2009-02-04 23:33:46 +01:00