1
0
mirror of https://github.com/osmarks/ngircd.git synced 2026-02-26 20:39:45 +00:00

Commit Graph

  • 2af87e9152 Handle time shifts backwards gracefully. Alexander Barton 2006-05-09 14:49:08 +00:00
  • d0045afb09 kqueue now tested on NetBSD3.0, FreeBSD6 and Darwin7.9.0 Florian Westphal 2006-05-07 11:07:13 +00:00
  • 1f5bdaec84 kqueue fix. Florian Westphal 2006-05-07 10:55:43 +00:00
  • 185004cb30 kqueue support was completely broken; seemed to work on FreeBSD just because of sheer luck. Florian Westphal 2006-05-07 10:54:42 +00:00
  • 4a2eea2939 minor cleanup, removed unneeded check in safemult_sizet Florian Westphal 2006-05-07 10:52:47 +00:00
  • 6d3686e73d Send invite and ban lists only once and not repeatedly for every channel. Alexander Barton 2006-04-30 21:31:43 +00:00
  • 5d0ba011c7 Fix Connection Pool resizing. Florian Westphal 2006-04-29 16:19:46 +00:00
  • 87f4b1c6f6 Client_GetFromConn() removed and replaced with new function Conn_GetClient() Florian Westphal 2006-04-23 10:37:27 +00:00
  • 8067bab106 changes some comments, minor cleanup Florian Westphal 2006-04-23 10:33:37 +00:00
  • 097c7bd741 Fix up ngt_TrimStr() once more ... :-/ Alexander Barton 2006-04-09 12:53:07 +00:00
  • c7bd9da446 Mostly whitespace fixes. Alexander Barton 2006-04-09 12:27:23 +00:00
  • 3d0ab6bd2e Added maintainer-clean-local target to purge generated Makefiles. Alexander Barton 2006-04-08 16:35:03 +00:00
  • 957cdda1c0 fix format string (from HEAD) Florian Westphal 2006-03-24 23:30:34 +00:00
  • bebfbedf3f fix ngt_TrimStr(), fix format string Florian Westphal 2006-03-24 23:25:38 +00:00
  • cba9270845 ngt_TrimStr(): code cleanup. Alexander Barton 2006-03-22 08:05:10 +00:00
  • c35b810b90 use strlcat return value; don't call time() repeatedly. [from HEAD] Florian Westphal 2006-03-18 22:30:45 +00:00
  • 2a9ffe7037 use strlcat return value; don't call time() repeatedly. Florian Westphal 2006-03-18 22:27:09 +00:00
  • 3179bd3090 corrected return value (from HEAD) Florian Westphal 2006-03-16 20:14:46 +00:00
  • 4000e01b28 corrected return value Florian Westphal 2006-03-16 20:14:16 +00:00
  • f95d813064 removed redundant (foo) { if (foo){} } clause (from HEAD) Florian Westphal 2006-03-16 20:03:14 +00:00
  • 68d3d36dd6 removed silly if (foo) { if (foo){ }} statement Florian Westphal 2006-03-16 19:56:34 +00:00
  • eedfc35bbc s/gehoert// Florian Westphal 2006-03-11 10:43:49 +00:00
  • d39d3ec4b9 Client_RegisterWhowas(): call time() only once Florian Westphal 2006-03-11 10:33:30 +00:00
  • 79dfd60a0c Don't use "awk" directly, instead use $(AWK) variable. Alexander Barton 2006-03-11 01:48:50 +00:00
  • 29ad5e0d94 Moved now local prototype of Client_New() to C file, renamed it to Init_New_Client() and cleaned up some code and comments. Alexander Barton 2006-03-11 01:37:31 +00:00
  • 7e8ac0afcf Client_New() not used outside client.c -> static Florian Westphal 2006-03-10 20:25:29 +00:00
  • 93df629b69 changed connection structure to array-api Florian Westphal 2006-02-16 19:21:57 +00:00
  • a854a38616 log.c and log.h from CVSHEAD (adds LogDebug() Function) Florian Westphal 2006-02-08 21:23:21 +00:00
  • 66060dbce9 new Function: LogDebug() Florian Westphal 2006-02-08 17:33:28 +00:00
  • 0701afedee removed Resolve_SUCCESS() Macro and Res_Stat->sucess boolean (no longer used/needed) Florian Westphal 2006-02-08 15:24:10 +00:00
  • a17745d6d7 Make connid same as connection fd. Florian Westphal 2006-02-08 15:20:21 +00:00
  • 1249acfdba removed obsolete "int Conn_MaxFD" Florian Westphal 2006-02-02 21:00:21 +00:00
  • c8fb6a2258 simplify IRC_Show_MOTD() Florian Westphal 2006-01-27 17:19:58 +00:00
  • 7215737038 Enhanced documentation. Use "default" port 6667 in the example for server links. Alexander Barton 2006-01-09 11:03:35 +00:00
  • 6eb2e37234 Added some documentation for --with-XXX options of the configure script. Alexander Barton 2005-12-30 22:43:23 +00:00
  • fb9707de98 Added test if the stress-test expect script itself completes without errors. Alexander Barton 2005-12-30 22:13:21 +00:00
  • db9afbbf0e Modified expect script to work with servers having IDENT support. Alexander Barton 2005-12-30 22:12:28 +00:00
  • 51b22759b6 Return PING argument in PONG reply if STRICT_RFC is not defined [from HEAD]. Fixes Debian Bug #343200. Alexander Barton 2005-12-15 11:01:59 +00:00
  • e1b9409e63 add FAQ entry about epoll(): Function not implemented error Florian Westphal 2005-12-09 21:14:56 +00:00
  • 4b2f966b7e Fix Bugzilla #64 -- ngicrd did not reconnect to other servers after failed forward dns lookup. Florian Westphal 2005-12-09 09:26:55 +00:00
  • a293088027 Make clear that "IO backend: select" is not a request but a C API function. Alexander Barton 2005-12-06 22:37:50 +00:00
  • bd043449f2 Don't remove doc/src on "make distclean". Alexander Barton 2005-11-29 20:59:57 +00:00
  • 0570e13cac Minor whitespace fixes. Alexander Barton 2005-11-21 16:31:30 +00:00
  • 6b21249151 Remove direct call of Conf_UnsetServer(): it's already indirectly called by Conn_Close() a few lines above. Alexander Barton 2005-11-21 15:06:37 +00:00
  • 4f8d646e2a Adjusted ChangeLog for ngIRCd release 0.9.2. Alexander Barton 2005-10-31 21:40:17 +00:00
  • ac55a80d9f Updated autoconf helper scripts. Alexander Barton 2005-10-15 13:16:52 +00:00
  • 521782ad05 Fixed my email address ... argl! rel-0-9-2 Alexander Barton 2005-10-15 12:59:19 +00:00
  • 84e23f09fc Updated autoconf scripts. Alexander Barton 2005-10-15 12:59:00 +00:00
  • 4429afe3c2 Version 0.9.2 Alexander Barton 2005-10-15 12:44:08 +00:00
  • bc09a3e487 Changed Handle_Write() to not close sockets itself but to call Conn_Close. Alexander Barton 2005-10-11 19:29:23 +00:00
  • 216eb30c73 Changed Handle_Write() to not close sockets itself but to call Conn_Close. Alexander Barton 2005-10-11 19:28:47 +00:00
  • ff218617db gcc 4: "warning: declaration of 'dup' shadows a global declaration". Alexander Barton 2005-09-24 17:06:54 +00:00
  • b65358b17c avoid 2nd time() call in Check_Servers(), improve comments Florian Westphal 2005-09-24 02:48:46 +00:00
  • e9f3e69f36 use io_close instead of plain close in Conn_ExitListeners() Florian Westphal 2005-09-24 02:20:00 +00:00
  • 5b2364b236 merge new resolver code Florian Westphal 2005-09-12 19:10:20 +00:00
  • 4db29b0076 Minimal changes (needed for merging resolver changes) Florian Westphal 2005-09-11 11:42:48 +00:00
  • 0aae3ec5d7 Mostly formatting; changes needed for SSL merge Florian Westphal 2005-09-10 23:42:12 +00:00
  • 468a1c7767 Handle_Write(): Report write attempts on closed sockets when in debug mode. Florian Westphal 2005-09-05 09:10:08 +00:00
  • ab3ac4e466 Removed obsolete debug message. Alexander Barton 2005-09-05 08:11:11 +00:00
  • 4d18ac83a2 Set one second penalty on unknown commands. Alexander Barton 2005-09-04 23:42:24 +00:00
  • 660b529c10 Add debug code to Conn_SetPenalty(). Alexander Barton 2005-09-04 23:38:32 +00:00
  • 565129f992 io_close(): explicitly remove fd from epoll set Florian Westphal 2005-09-04 13:38:59 +00:00
  • b2a3bc3257 Updated build configurations. Alexander Barton 2005-09-03 15:13:14 +00:00
  • bcf8a5bee6 Updated XCode project files to XCode version 2.1. Alexander Barton 2005-09-03 14:57:27 +00:00
  • fc4cd39202 Wait for DNS reverse lookup (and ident request) before writing results to pipe. Florian Westphal 2005-09-03 11:17:16 +00:00
  • b5b7c7f174 Updated Changelog: fixed file descriptor leak in resolver code. Alexander Barton 2005-09-02 22:12:43 +00:00
  • ff91c6db38 Updated Changelog: fixed file descriptor leak in resolver code. Alexander Barton 2005-09-02 22:10:58 +00:00
  • a8d50a1ee4 fix fd leak on fork() failure (from HEAD) Florian Westphal 2005-09-02 22:07:38 +00:00
  • 6444442931 fix fd leak (happens on failure of fork() ). Florian Westphal 2005-09-02 21:47:30 +00:00
  • e899c75d7e Updated copyright notice. Alexander Barton 2005-09-02 17:12:58 +00:00
  • cae9a3aee5 small formatting change Florian Westphal 2005-09-02 17:01:23 +00:00
  • e708790566 JOIN now supports more than one channel key at a time. Alexander Barton 2005-09-02 15:46:49 +00:00
  • 0dd0015d16 Mention ':' MyPassword restriction in man page. Florian Westphal 2005-09-02 14:38:59 +00:00
  • dd3d2e2c39 Complain if MyPassword starts with ':'. (Reported by Ben Korvemaker) Florian Westphal 2005-09-02 13:58:52 +00:00
  • 9275dc4dc4 reformatted Handle_SERVER() Florian Westphal 2005-09-02 13:50:52 +00:00
  • af9123fd82 Cleaned up some code, comments and log/debug messages. Alexander Barton 2005-09-02 13:28:30 +00:00
  • ca32c1b311 Implementec numeric "333": Time and user name who set a channel topic. Alexander Barton 2005-09-02 12:50:25 +00:00
  • 342f20f889 Add warning about leading : in passwords. (thx Ben Korvemaker for pointing this out) Florian Westphal 2005-09-01 18:16:29 +00:00
  • a5b5a6a99a Make PONG handler compatible with ngIRCd <= 0.9 ("make it more relaxed"). Alexander Barton 2005-09-01 10:51:24 +00:00
  • c65343e719 reformatted a few lines. Florian Westphal 2005-08-30 22:08:00 +00:00
  • a7197f579c check if gcc supports -fstack-protector Florian Westphal 2005-08-30 20:59:30 +00:00
  • 7962ba5fe0 Changed version string to "0.9-CVS". Alexander Barton 2005-08-30 20:21:58 +00:00
  • 30c11b2313 use size_t for array length variables Florian Westphal 2005-08-30 13:38:16 +00:00
  • b7033e1478 use size_t instead of unsigned int. Florian Westphal 2005-08-30 13:36:32 +00:00
  • db992975eb last cleanup accidentally broke kqueue backend. Florian Westphal 2005-08-29 13:58:54 +00:00
  • 04766b8f3d Fixed server NOTICEs to users with "s" mode ("server messages"). [from HEAD] Alexander Barton 2005-08-29 11:19:48 +00:00
  • c12dc45f17 Added prefix to connection statistic NOTICE. Alexander Barton 2005-08-29 11:11:15 +00:00
  • a2e4eb5aaf Fixed server NOTICEs to users with "s" mode ("server messages"). Alexander Barton 2005-08-29 10:58:00 +00:00
  • 58b8fb5d12 remove unneeded variable "bool action" Florian Westphal 2005-08-28 16:51:20 +00:00
  • 8efeae1714 fix embarassing cut&paste error Florian Westphal 2005-08-28 12:18:50 +00:00
  • 21ad5dcfff array_cat0_temporary(): removed confusing DEBUG messages Florian Westphal 2005-08-28 11:47:02 +00:00
  • 4074fd9149 Enhanced the handler for PING and PONG commands: fix forwarding and enable back-passing of a client supplied additional argument of PING. Alexander Barton 2005-08-28 11:40:13 +00:00
  • 2f105b1c0a if the request is empty, remove \r\n (or single \n or \r) from receive buffer. Florian Westphal 2005-08-28 00:19:29 +00:00
  • a2cdc08c39 fix handling of empty requests Florian Westphal 2005-08-27 23:42:23 +00:00
  • e728bd2e1a Changed handling of timeouts for unregistered connections: don't reset the counter if data is received and disconnect clients earlier. Alexander Barton 2005-08-27 23:33:10 +00:00
  • 12e288c062 removed misleading const qualifier Florian Westphal 2005-08-27 23:23:54 +00:00
  • 733e15bb64 Two spelling fixes. Alexander Barton 2005-08-27 22:59:06 +00:00
  • 99544e8d5d Forgot to mention last change ... Alexander Barton 2005-08-27 22:55:13 +00:00
  • f36337fab3 fix kevent() warning on powerpc-apple-darwin8-gcc-4.0.0 Florian Westphal 2005-08-27 20:27:07 +00:00
  • 1a46b37bd5 remove unneeded call io_event_kqueue_commit_cache() Florian Westphal 2005-08-27 20:25:54 +00:00