Commit graph

  • ee9335d13f Added diffs/ directory for various patches/diffs with the features which are unuseful at this moment, but could be used later, added dyn-cmodes diff there Valery Yatsko 2008-04-08 21:10:23 +0400
  • 8262273238 Make the format argument of change_nick_user_host() const. Jilles Tjoelker 2008-04-08 18:54:58 +0200
  • d48a559768 Make Message.cmd a const pointer. Jilles Tjoelker 2008-04-08 18:51:52 +0200
  • 26716d6d40 Fixed two places, where sendto_realops_flags was mistakenly used, and removed this function entirely Valery Yatsko 2008-04-08 20:32:58 +0400
  • 536845c57d Removing UMODE_ALL, replacing all sendto_realops_flags in sslproc.c with snomasks Valery Yatsko 2008-04-08 20:16:19 +0400
  • 044aa2c757 Changing umode defines - renumbered Valery Yatsko 2008-04-08 20:06:43 +0400
  • f53ed7f8ca 'S' flag meaning we use ssl link added to /stats {c,C} (connect) Valery Yatsko 2008-04-08 18:30:53 +0400
  • 39944e1ff2 rb_lib_loop delay changed from 250 to 0, it really must be set to nil, 'cause there are some additional checks inside libratbox3 Valery Yatsko 2008-04-08 18:09:32 +0400
  • 7685dd090f m_stats.c fixed not to use kb in tstats output Valery Yatsko 2008-04-08 18:05:29 +0400
  • b2c42c4589 Branch merge Valery Yatsko 2008-04-08 18:01:37 +0400
  • 4c79bbd350 Working over zipstats bug and moving on the new ServerStats struct (without Kb counting, this style is used by code parts from ratbox3) Valery Yatsko 2008-04-08 18:00:38 +0400
  • b5b84cad5d Oups, declarations related to ircd.c returned from ircd_state.c Valery Yatsko 2008-04-08 16:01:16 +0400
  • 1aad97824b Cleaned up ircd.c a bit and added additional check to ircd_die_cb() Valery Yatsko 2008-04-08 15:50:39 +0400
  • 72324d1052 ircd_state.{c,h} gone - let us redesign it in future really Valery Yatsko 2008-04-08 15:41:41 +0400
  • 31fd33171e ServerRunning is not used too Valery Yatsko 2008-04-08 15:38:18 +0400
  • aa6c90dec7 It seems that we don't use data structs version anywhere since 1.2.0 - removed Valery Yatsko 2008-04-08 15:36:56 +0400
  • f4a759c560 show_capabilities cleanup and now show whether we are TS or TS6 and SSL link Valery Yatsko 2008-04-07 20:21:09 +0400
  • bbe968ca0c Make charybdis not search m_sjoin as its a core module Valery Yatsko 2008-04-07 20:06:04 +0400
  • 69986379a7 'pargs' gone from set_final_mode - should be correct Valery Yatsko 2008-04-07 19:05:29 +0400
  • 8cc12805d7 m_sjoin.c gone, merged with m_join.c Valery Yatsko 2008-04-07 18:26:59 +0400
  • b8730cbf86 SSL options added to configuration files Valery Yatsko 2008-04-07 15:45:15 +0400
  • f6f5f9c2c7 Missed include Valery Yatsko 2008-04-07 15:29:39 +0400
  • e04fd343f8 Some declarations connected to removed servlink gone Valery Yatsko 2008-04-07 15:26:25 +0400
  • ad35b2cd1f If we see an invalid nick, close the local link instead of killing it. This avoids annoying users when someone links a test server with the wrong nicklen and is more likely to lead to the inconsistency being fixed than a kill. Jilles Tjoelker 2008-04-06 22:04:42 +0200
  • 6484936e51 yes, ssl s2s, ssl c2s works good, maxconnections stuff cleared, so notice that in TODO Valery Yatsko 2008-04-06 23:26:01 +0400
  • fb440e6408 run autoreconf Valery Yatsko 2008-04-06 22:44:48 +0400
  • 7cc51d0449 Remove servlink, it's functionality is now provided by ssld. William Pitcock 2008-04-06 13:38:55 -0500
  • af7aaa8444 fix whois :) William Pitcock 2008-04-06 12:04:25 -0500
  • 3318e109f9 add umode +Z for SSL, can't be set or unset William Pitcock 2008-04-06 11:55:12 -0500
  • 340a0ddd26 remove unneeded notice, whois idle works fine :) William Pitcock 2008-04-06 11:48:28 -0500
  • f845191560 make this compile again William Pitcock 2008-04-06 11:33:34 -0500
  • 1471fb5f2b add missing file William Pitcock 2008-04-06 11:31:46 -0500
  • c6d7203732 ssl sync with http://hg.angelforce.ru/charybdis-old Valery Yatsko 2008-04-06 18:52:42 +0400
  • 715ffadfd9 Importing changes from ircd-ratbox revision r25203, this fixes libratbox/src/openssl.c a bit Valery Yatsko 2008-04-06 18:28:56 +0400
  • 53970d07a9 run autoreconf Valery Yatsko 2008-04-06 14:55:35 +0400
  • d261b578f4 Added ssld to Makefile.in and configure.ac. Valery Yatsko 2008-04-06 14:50:29 +0400
  • 8d99443b6b ssld from ratbox3 without automake dep Valery Yatsko 2008-04-06 14:46:52 +0400
  • f1eccc3420 Branch merge. Jilles Tjoelker 2008-04-05 22:34:13 +0200
  • 4271aa89f7 run autoreconf Valery Yatsko 2008-04-06 00:16:38 +0400
  • 7c6292028a Just notice in configure that user could use gmake too (only gmake allowed on some of my hostings). Valery Yatsko 2008-04-06 00:15:59 +0400
  • abe5dd209d Put back connecting to servers defined by hostname. The DNS lookup is done at connect time. Jilles Tjoelker 2008-04-05 22:09:32 +0200
  • 1f42b65e8d Automated sync with http://hg.angelforce.ru/charybdis Valery Yatsko 2008-04-05 23:58:49 +0400
  • 101db4c443 Much clear maxconnections stuff - ported from ratbox3. Valery Yatsko 2008-04-05 23:56:15 +0400
  • 17050f2433 Branch merge. Jilles Tjoelker 2008-04-05 21:20:15 +0200
  • 9d9a4f6015 Fix SET_SS_LEN so that it also works correctly outside libratbox. Use RB_SOCKADDR_HAS_SA_LEN instead of SOCKADDR_IN_HAS_LEN which is only defined inside libratbox. This fixes creating own sockaddr structs in other programs using SET_SS_LEN, then passing them to libratbox, on 4.4BSD based systems. Jilles Tjoelker 2008-04-05 21:08:48 +0200
  • 2af8c7ff8b Some global structs cleaned up a bit in their initalization and declarations. Valery Yatsko 2008-04-05 22:02:59 +0400
  • 480e37b7ba .hgignore added Valery Yatsko 2008-04-05 21:35:33 +0400
  • 9ea3ea1085 Missed some files in r520 commit. Valery Yatsko 2008-04-05 21:20:48 +0400
  • 0f6e881c65 run autoreconf Valery Yatsko 2008-04-05 21:13:25 +0400
  • ccda6e3fc5 Replacing legacy IPV6 define with RB_IPV6 (which is included in libratbox's config.h). Valery Yatsko 2008-04-05 20:57:30 +0400
  • 47adde3def s_stats.c removed, now we use new style of stats handling. Valery Yatsko 2008-04-04 19:54:37 +0400
  • 074e7607a7 Remove some declarations for removed functions. Jilles Tjoelker 2008-04-04 01:19:28 +0200
  • 7df5fcfbd3 Make m_dline and m_kline load again. Jilles Tjoelker 2008-04-04 01:18:47 +0200
  • f455ed520d Servlink control data is read again, this makes /stats Z work. Jilles Tjoelker 2008-04-04 00:45:38 +0200
  • 8c689f969d Ziplinks appear to work again now. Jilles Tjoelker 2008-04-04 00:13:50 +0200
  • 209b3a713d Unbreak /stats B. Jilles Tjoelker 2008-04-03 23:38:47 +0200
  • 70b72a0792 Unbreak /stats ? and fix a bug in /stats Z. Jilles Tjoelker 2008-04-03 23:21:20 +0200
  • 28d337da4d Unbreak percentage display in /map. This now uses integer arithmetic instead of floating point. Jilles Tjoelker 2008-04-03 22:55:09 +0200
  • d18a9c05fb Fix crash when a server or attempt by an oper exits. Jilles Tjoelker 2008-04-03 22:47:16 +0200
  • 75c5813806 Unbreak connecting to servers. Jilles Tjoelker 2008-04-03 22:46:43 +0200
  • 2844a8b409 Remove ident connect failure notices again. reverting 7ea53124d350 Jilles Tjoelker 2008-04-03 22:19:47 +0200
  • 9f316874a3 Clean this up a bit. Jilles Tjoelker 2008-04-03 22:11:19 +0200
  • 519bd8540b Make m_stats and m_svinfo load again. Jilles Tjoelker 2008-04-03 22:01:59 +0200
  • f237e31a12 Get rid of ^M. Jilles Tjoelker 2008-04-03 22:00:22 +0200
  • 2b2df0cb10 Fix a case where an EOF could be interpreted a previous errno (often ignorable). Jilles Tjoelker 2008-04-03 21:43:54 +0200
  • e33c4818c3 Connect to correct ident port (forgot an htons). Jilles Tjoelker 2008-04-03 20:46:20 +0200
  • c5eebb3efb Make identd check work again. Someone made an oops here. William Pitcock 2008-04-03 10:53:16 -0500
  • 93a426cb6e Make this compile again. William Pitcock 2008-04-03 10:31:18 -0500
  • 8afa3bf057 Call ilog_error() to log identd check failures. William Pitcock 2008-04-03 10:29:51 -0500
  • fd3f1b5b69 set_time() isn't needed anymore; remove it William Pitcock 2008-04-03 05:35:44 -0500
  • dc7aebdc06 add TS6-only to TODO. William Pitcock 2008-04-02 22:01:37 -0500
  • 638768c99d add a TODO file William Pitcock 2008-04-02 21:59:19 -0500
  • 4016731b1c s_log.* -> logger.* (s_foo looks ugly, lets try to get rid of it) William Pitcock 2008-04-02 21:52:01 -0500
  • 825ddf1363 report_error() cleanup William Pitcock 2008-04-02 21:47:03 -0500
  • ba1a1399c7 ilog_error() replaces legacy report_error() craq William Pitcock 2008-04-02 21:40:54 -0500
  • 1d17c17932 run autoreconf William Pitcock 2008-04-02 20:47:43 -0500
  • 036df6dd5d 3.0alpha1 William Pitcock 2008-04-02 20:47:05 -0500
  • caf88e7805 Remove gnutls.c, we don't need it now. William Pitcock 2008-04-02 20:46:05 -0500
  • 1d5d54832a setting maxconnections seems to get things going... William Pitcock 2008-04-02 20:45:24 -0500
  • 12b7556ef4 use an rpath to avoid LD_LIBRARY_PATH stuff William Pitcock 2008-04-02 20:26:48 -0500
  • 33564d03b5 use rb_set_time() to update ratbox time William Pitcock 2008-04-02 20:26:00 -0500
  • 150f35f7c2 Need to initialize linebuf separately. Jilles Tjoelker 2008-04-03 01:40:32 +0200
  • fe18f4bc7b Restore and update send_oper_motd(). The main ircd binary now compiles and links. Jilles Tjoelker 2008-04-03 01:16:49 +0200
  • 6c528b8e68 Make some more files compile. Jilles Tjoelker 2008-04-03 01:10:04 +0200
  • b2c190a64d Make s_conf.c compile. Jilles Tjoelker 2008-04-02 21:39:58 +0200
  • 428f846339 Clear event pointer after removing it. Jilles Tjoelker 2008-04-02 21:22:18 +0200
  • c6f49c9a63 Make s_auth.c compile. Jilles Tjoelker 2008-04-02 21:14:34 +0200
  • 1087485cf2 Remove ^M. Jilles Tjoelker 2008-04-02 20:50:20 +0200
  • 34ce42c1a1 Rerun autoconf. Jilles Tjoelker 2008-04-02 20:43:19 +0200
  • e4c7305103 Revert 415a87c328d1 as the corresponding ConfItem change won't be done now. Jilles Tjoelker 2008-04-02 20:43:12 +0200
  • 0240b41954 reject.c ported William Pitcock 2008-04-02 13:01:18 -0500
  • 0f6d6f3ddf res.c is ported to libratbox :) William Pitcock 2008-04-02 12:57:14 -0500
  • 70c365cb35 Synching http://angelforce.ru:8000/ with http://hg.atheme.org/charybdis Valery Yatsko 2008-04-02 21:43:20 +0400
  • d91ce397ba packet.c fixed Valery Yatsko 2008-04-02 21:23:29 +0400
  • e967e868c4 Stuff connected with ctrlFd disabled Valery Yatsko 2008-04-02 21:16:13 +0400
  • 673f58abaf servlink fd commented out in close_connection() - we are moving on ssld Valery Yatsko 2008-04-02 21:12:08 +0400
  • 5a606a8f8c flood_recalc moved on ratbox3 event engine Valery Yatsko 2008-04-02 21:10:29 +0400
  • 60eb0cdc9c linebuf -> rb_linebuf Valery Yatsko 2008-04-02 21:04:44 +0400
  • bec1e0a51e Oups, change for last commit Valery Yatsko 2008-04-02 20:55:38 +0400
  • 3610cbbbda find_dline fixed Valery Yatsko 2008-04-02 20:54:27 +0400