Commit graph

  • e33c4818c3 Connect to correct ident port (forgot an htons). Jilles Tjoelker 2008-04-03 20:46:20 +02:00
  • c5eebb3efb Make identd check work again. Someone made an oops here. William Pitcock 2008-04-03 10:53:16 -05:00
  • 93a426cb6e Make this compile again. William Pitcock 2008-04-03 10:31:18 -05:00
  • 8afa3bf057 Call ilog_error() to log identd check failures. William Pitcock 2008-04-03 10:29:51 -05:00
  • fd3f1b5b69 set_time() isn't needed anymore; remove it William Pitcock 2008-04-03 05:35:44 -05:00
  • dc7aebdc06 add TS6-only to TODO. William Pitcock 2008-04-02 22:01:37 -05:00
  • 638768c99d add a TODO file William Pitcock 2008-04-02 21:59:19 -05:00
  • 4016731b1c s_log.* -> logger.* (s_foo looks ugly, lets try to get rid of it) William Pitcock 2008-04-02 21:52:01 -05:00
  • 825ddf1363 report_error() cleanup William Pitcock 2008-04-02 21:47:03 -05:00
  • ba1a1399c7 ilog_error() replaces legacy report_error() craq William Pitcock 2008-04-02 21:40:54 -05:00
  • 1d17c17932 run autoreconf William Pitcock 2008-04-02 20:47:43 -05:00
  • 036df6dd5d 3.0alpha1 William Pitcock 2008-04-02 20:47:05 -05:00
  • caf88e7805 Remove gnutls.c, we don't need it now. William Pitcock 2008-04-02 20:46:05 -05:00
  • 1d5d54832a setting maxconnections seems to get things going... William Pitcock 2008-04-02 20:45:24 -05:00
  • 12b7556ef4 use an rpath to avoid LD_LIBRARY_PATH stuff William Pitcock 2008-04-02 20:26:48 -05:00
  • 33564d03b5 use rb_set_time() to update ratbox time William Pitcock 2008-04-02 20:26:00 -05:00
  • 150f35f7c2 Need to initialize linebuf separately. Jilles Tjoelker 2008-04-03 01:40:32 +02:00
  • fe18f4bc7b Restore and update send_oper_motd(). The main ircd binary now compiles and links. Jilles Tjoelker 2008-04-03 01:16:49 +02:00
  • 6c528b8e68 Make some more files compile. Jilles Tjoelker 2008-04-03 01:10:04 +02:00
  • b2c190a64d Make s_conf.c compile. Jilles Tjoelker 2008-04-02 21:39:58 +02:00
  • 428f846339 Clear event pointer after removing it. Jilles Tjoelker 2008-04-02 21:22:18 +02:00
  • c6f49c9a63 Make s_auth.c compile. Jilles Tjoelker 2008-04-02 21:14:34 +02:00
  • 1087485cf2 Remove ^M. Jilles Tjoelker 2008-04-02 20:50:20 +02:00
  • 34ce42c1a1 Rerun autoconf. Jilles Tjoelker 2008-04-02 20:43:19 +02:00
  • e4c7305103 Revert 415a87c328d1 as the corresponding ConfItem change won't be done now. Jilles Tjoelker 2008-04-02 20:43:12 +02:00
  • 0240b41954 reject.c ported William Pitcock 2008-04-02 13:01:18 -05:00
  • 0f6d6f3ddf res.c is ported to libratbox :) William Pitcock 2008-04-02 12:57:14 -05:00
  • 70c365cb35 Synching http://angelforce.ru:8000/ with http://hg.atheme.org/charybdis Valery Yatsko 2008-04-02 21:43:20 +04:00
  • d91ce397ba packet.c fixed Valery Yatsko 2008-04-02 21:23:29 +04:00
  • e967e868c4 Stuff connected with ctrlFd disabled Valery Yatsko 2008-04-02 21:16:13 +04:00
  • 673f58abaf servlink fd commented out in close_connection() - we are moving on ssld Valery Yatsko 2008-04-02 21:12:08 +04:00
  • 5a606a8f8c flood_recalc moved on ratbox3 event engine Valery Yatsko 2008-04-02 21:10:29 +04:00
  • 60eb0cdc9c linebuf -> rb_linebuf Valery Yatsko 2008-04-02 21:04:44 +04:00
  • bec1e0a51e Oups, change for last commit Valery Yatsko 2008-04-02 20:55:38 +04:00
  • 3610cbbbda find_dline fixed Valery Yatsko 2008-04-02 20:54:27 +04:00
  • 8454fac35c Last argument fix Valery Yatsko 2008-04-02 20:51:17 +04:00
  • 59dc6c8634 listener.c fixes - part 1 Valery Yatsko 2008-04-02 20:49:46 +04:00
  • 99c4835f99 add_connection fixed to accept F instead of fd Valery Yatsko 2008-04-02 20:45:37 +04:00
  • 8e09c4a231 Missed declarations Valery Yatsko 2008-04-02 20:40:38 +04:00
  • 0d89d5cd46 Porting accept callback functions Valery Yatsko 2008-04-02 20:39:36 +04:00
  • f691939a17 Workarond with listener.c stuff on moving from listener->fd usage on listener->F. Valery Yatsko 2008-04-02 20:06:11 +04:00
  • 0f021a8c1d Automated merge with http://angelforce.ru:8000/ William Pitcock 2008-04-02 10:58:55 -05:00
  • e7046ee54d irc_sockaddr_storage -> rb_sockaddr_storage, changing fd in Listener struct to F 'cause libratbox3 need it. Valery Yatsko 2008-04-02 19:57:37 +04:00
  • b08ce46eb1 class.c fixed Valery Yatsko 2008-04-02 19:49:42 +04:00
  • a4f22ead11 m_xline.c fixed Valery Yatsko 2008-04-02 19:47:04 +04:00
  • 97b41ffab9 m_pass.c fixed Valery Yatsko 2008-04-02 19:45:22 +04:00
  • 54ac8b60a1 Reverting some changed related not to moving on libratbox3 but using ratbox3 source! Valery Yatsko 2008-04-02 19:37:50 +04:00
  • 3633815dd3 Make m_resv.so build again. William Pitcock 2008-04-02 10:30:44 -05:00
  • 78d19d6310 Run autoreconf. William Pitcock 2008-04-02 10:27:02 -05:00
  • e8d9232fa8 Missed a spot. William Pitcock 2008-04-02 10:26:46 -05:00
  • adbbdec52f forward configure.ac changes Valery Yatsko 2008-04-02 17:02:07 +04:00
  • 18b94b70dc replacing ssld with servlink Valery Yatsko 2008-04-02 17:00:18 +04:00
  • 07d5c0494a get_printable_kline(..) fix Valery Yatsko 2008-04-02 16:55:01 +04:00
  • 9072ba07bd fixing reject.c compilation + some changes I forgot in previous changeset Valery Yatsko 2008-04-02 16:53:21 +04:00
  • acd639c5de includes fix Valery Yatsko 2008-04-02 16:37:42 +04:00
  • e4d8860e06 READBUF_SIZE Valery Yatsko 2008-04-02 16:35:48 +04:00
  • 4714a17f54 Trying to fix packet.c Valery Yatsko 2008-04-02 16:31:17 +04:00
  • 87116eca09 add_reject fix - please check!!! Valery Yatsko 2008-04-02 16:12:49 +04:00
  • c111ac1162 fixing ServerStats references Valery Yatsko 2008-04-02 16:11:27 +04:00
  • 060755414b warnings fixed Valery Yatsko 2008-04-02 16:10:09 +04:00
  • a4597cd8d9 fixing ServerStats struct Valery Yatsko 2008-04-02 16:08:28 +04:00
  • 907cea99d2 reject.h include Valery Yatsko 2008-04-02 16:06:45 +04:00
  • 19fee732d7 tstats stuff gone to m_stats.c Valery Yatsko 2008-04-02 16:04:43 +04:00
  • 29b15e07b3 s_stats.c::tstats fixed Valery Yatsko 2008-04-02 16:01:49 +04:00
  • 35ce33bc5f ircst legacy declaration gone Valery Yatsko 2008-04-02 16:00:08 +04:00
  • 7ea870f364 ircvsnprintf -> rb_vsnprintf Valery Yatsko 2008-04-02 15:58:00 +04:00
  • 2454b79add inotice fixed Valery Yatsko 2008-04-02 15:56:34 +04:00
  • f62e27ad8d add_listener w/o ssl Valery Yatsko 2008-04-02 15:53:46 +04:00
  • da66e74437 Missed ')' Valery Yatsko 2008-04-02 15:46:38 +04:00
  • e5ac49667f client.c fixed, remember to check it with servlink Valery Yatsko 2008-04-02 15:45:41 +04:00
  • 05ffd6946d fixing Class struct Valery Yatsko 2008-04-02 15:34:26 +04:00
  • 4964011f8a class.c fixed possibly Valery Yatsko 2008-04-02 15:33:29 +04:00
  • bdbe991f53 m_webirc.c fixed Valery Yatsko 2008-04-02 15:32:01 +04:00
  • 4d4910cb77 got m_webirc.c from ratbox3 contrib/ Valery Yatsko 2008-04-02 15:30:49 +04:00
  • da1d5ec6b5 m_unreject.c fixed Valery Yatsko 2008-04-02 15:28:55 +04:00
  • a2d6ed4b25 m_testline.c fixed Valery Yatsko 2008-04-02 15:27:59 +04:00
  • 18d5e9820d another fix Valery Yatsko 2008-04-02 15:26:28 +04:00
  • b41f87571e client.c fixed Valery Yatsko 2008-04-02 15:25:49 +04:00
  • a6724dd02c m_kline.c warning fixed, but read my comment Valery Yatsko 2008-04-02 15:25:36 +04:00
  • 9168d56f1f remove_temp_glines() without legacy api Valery Yatsko 2008-04-02 15:23:07 +04:00
  • d20d004550 daddr - unused variable warning fixed Valery Yatsko 2008-04-02 15:21:35 +04:00
  • 6f24a013bf fixing dline Valery Yatsko 2008-04-02 15:20:15 +04:00
  • 39bdbd3f7d 'ServerStats->' -> 'ServerStats.' Valery Yatsko 2008-04-02 15:07:00 +04:00
  • 2bef65c9ad Line doesn't exists in ratbox3 and makes compile warning - gone Valery Yatsko 2008-04-02 15:05:04 +04:00
  • 4998e3d6dc More charybdis -> ratbox3 Valery Yatsko 2008-04-02 15:02:45 +04:00
  • 3c5a494ddd Fixing bugs Valery Yatsko 2008-04-02 14:43:53 +04:00
  • 9fa9300fa2 hostmask.h cleanup Valery Yatsko 2008-04-02 14:42:25 +04:00
  • 7ee5e8a5fe reject functions from ratbox3 Valery Yatsko 2008-04-02 14:41:37 +04:00
  • c11029da8a Missed include Valery Yatsko 2008-04-02 14:37:40 +04:00
  • b5cf99a8c3 s_stats workaround Valery Yatsko 2008-04-02 14:35:57 +04:00
  • d8b66e8b52 sslproc.h include Valery Yatsko 2008-04-02 14:30:44 +04:00
  • f888761cec ssl_ok in ircd.{h,c} Valery Yatsko 2008-04-02 14:29:18 +04:00
  • e1c8d82073 localflags stuff Valery Yatsko 2008-04-02 14:28:02 +04:00
  • a3996b820e LocalUser::ssl_ctl Valery Yatsko 2008-04-02 14:26:13 +04:00
  • 6120b9525d CLI_FD_MAX Valery Yatsko 2008-04-02 14:23:36 +04:00
  • 0ff67b4b83 hash_cli_fd(x) Valery Yatsko 2008-04-02 14:22:43 +04:00
  • fc2998b46f clientbyFdTable Valery Yatsko 2008-04-02 14:22:02 +04:00
  • 835b12ef61 Some hash stuff Valery Yatsko 2008-04-02 14:20:27 +04:00
  • ae78a57163 Reverting to 398.. trying again with native charybdis hash Valery Yatsko 2008-04-02 14:16:31 +04:00
  • 002bc9e82c switching back on nd_dict instead of ratbox3 hash functions Valery Yatsko 2008-04-02 14:11:01 +04:00