stskeeps
bdcc9dd9d2
+- Added method mod_load in dummy example and made it work. mod_load() is executed
...
+ when server is ready
2001-04-21 19:49:54 +00:00
stskeeps
6a9aa19856
+- Fixed DEBUGMODE problem, found by someone ..
2001-04-14 16:05:18 +00:00
stskeeps
3fcc2115cb
+- Made static linking a little more possible (for -pg)
2001-04-01 09:40:48 +00:00
codemastr
16ee430dd4
reverted a change
2001-03-29 20:37:29 +00:00
codemastr
c0a30f631d
Made a security measure to stop people from reading the ircd.conf
2001-03-28 00:41:06 +00:00
codemastr
464e787aac
added a new logging system using log {}
2001-03-21 20:42:15 +00:00
codemastr
9fc54cdaed
reverted a previous change
2001-03-12 20:37:21 +00:00
codemastr
5750cea757
Win32 Changes
2001-03-11 19:36:49 +00:00
stskeeps
15b1aa89f8
.
2001-03-02 20:11:09 +00:00
stskeeps
d1139c251c
+- Made autoconnect msgs only go to +os
2001-02-28 20:43:27 +00:00
stskeeps
412390883c
+- Removed msgtab part of parse, removed the bigass hashtable msgtab,
...
+ removed inittoken, made command initalization happen in init_CommandHash
+- Adapted /stats M to it. Removed /helpop ?commands temporary. Confirming
+ hashtable works.
2001-02-27 11:03:19 +00:00
stskeeps
8cc77bb669
+- Recoded check_pings, with bits used from bahamut-ircd/hybrid-ircd, credits
...
+ to lucas.
2001-02-25 10:36:41 +00:00
codemastr
038830c0b2
added deny link {}
2001-02-25 00:57:12 +00:00
stskeeps
c5ed0fe9c1
+- Made autoconnect work again :>. Changes in behavouir: It connects more at
...
+ a time now. You need autoconnect flag in options.
2001-02-24 14:56:15 +00:00
stskeeps
40f1dd6da6
+- Added deny channel { channel "channelmask"; reason "why"; }; and
...
+ allow channel { channel "channelmask"; };. Replaces chrestrict
+- Made those above get rehashed
2001-02-24 13:03:26 +00:00
codemastr
0ce4ac5bc0
dynamic motd changes
2001-02-23 22:01:59 +00:00
codemastr
3211a39f6b
replaced a few strlen()s with sizeof()s should make the IRCd start a bit faster
2001-02-23 17:30:39 +00:00
codemastr
2d455fee85
bunch of changes
2001-02-18 16:03:34 +00:00
stskeeps
d121a7a9ad
+- Finished up deny dcc {}.
...
+ TODOs: dcc_del_wild_match doesn't work. dcc_wipe_services() either
2001-02-18 09:57:49 +00:00
stskeeps
1f7cb4c186
+- Fixed a problem with +x
...
+- Made CPATH be unrealircd.conf and init_conf2 use configfile instead
+- Disabled calls to dynconf
+- Added validate_conf, added dynconf checking, me, admin, class, oper
+ testing
+- Added config_progress() Fixed temporary stuff
+ with conf_link
- Made tld {} get rehashed
2001-02-14 20:51:21 +00:00
stskeeps
254326670a
+- Added some MALLOCD (mini debug malloc by stskeeps..)
...
+- Removed some C++ comments
+- Made close_listeners work correctly again
+- Removed some old check_* mammut code
+- Fixed a bunch of possible bugs in newconf
+- Added sendto_realops logging of config errors
+- Made /rehash work .. sortof. Fixed some crash bugs
2001-02-13 23:14:27 +00:00
stskeeps
cacd6bf213
+- Fixed check_pings problem (crash)
2001-02-05 05:07:43 +00:00
stskeeps
554fa520a0
+- Fixed a refcount bug
2001-02-04 14:46:39 +00:00
stskeeps
e4627153f6
+- Made /stats C work and /stats H. Intregrated into one.
...
+- Made /zline, /unzline work.
+- Added CONF_BAN_TYPE_TEMPORARY
+- Fixed a ban ip {} bug in check_pings
+- Removed some waste of oldconf
+- Moved advanced_check to s_svs.c
2001-02-01 19:32:48 +00:00
stskeeps
54ae54eb4f
+- Made /rakill and /akill work again :). Added banflag.type2
2001-02-01 16:19:44 +00:00
stskeeps
76ccc05b2c
+- /connect works now :), TODO: D:d lines, V:line needs fixing, badly
...
+ says "Unknown location" atm on uplink
+- Took out MyMalloc & co, direct to malloc/realloc/free now. Crashed in
+ DEBUGMODE
+- Added ConfigItem_link->ipnum
+- Fixed a compile bug with DEBUGMODE
+- Changed a load of old aConfItem crap .., FIX: ConfigItem_link->options
+- Fixed a /connect bug
2001-02-01 08:05:11 +00:00
stskeeps
4c075f6462
+- Fixed check_pings (check_kills) code, so G:lines & ban nick/ip/realname
...
+ works again
2001-01-31 14:04:55 +00:00
codemastr
5a1114985c
vhosts now use newconf
2001-01-30 21:58:20 +00:00
stskeeps
bbc3980277
+- Made get_sendq be a macro
...
+- Added find_ban, AllowClient() (old attach_Iline)
+- Temporary disabled /svsnoop, /akill, /sqline /unsqline, /kline, /unkline
+ /zline, /rakill, /unzline and /svso
+- chkconf is not being built anymore
+- Ripped out s_conf.c with the roots.
+- Ripped out add_listener
+- Disabled a lot of stuff that needs to adapt to conf2
+- Made allow {} work
+- Changed allow {} to do user@host instead of user item
+- Took out my_name_for_link
+- Temporary disabled D:d lines/SQLines/Qlines
+- Fixed some /connect stuff
+- Disabled rehash temporary
+- Made ban user/ban realname work (s_unreal.c needs to be modified)
+- Added Zogg to credits
+- NOTE: Unreal-devel is handicapped right now, code in progress, do not use
2001-01-28 12:10:06 +00:00
codemastr
8228a15f14
Added set {} (unrealircd.conf/network file replacement)
2001-01-21 18:18:17 +00:00
codemastr
4affd16dc5
tld {} changes
2001-01-14 18:03:39 +00:00
stskeeps
dbddc21399
+- Added listen {} runtime-configuration code work :))
...
+- Removed unrealircd.conf from stock
2001-01-05 22:37:13 +00:00
stskeeps
9c22ba475e
+- Merged in sts-laptop branch
2001-01-04 21:54:09 +00:00
stskeeps
b4493dae82
*** empty log message ***
2001-01-04 21:42:41 +00:00
stskeeps
bfe9ce19f8
+- A report_configuration code (showoff)
2000-12-25 23:07:15 +00:00
stskeeps
3411fb0724
+- Some more config2 code
2000-12-25 10:43:42 +00:00
stskeeps
e24f9f0844
+- Added first part of the new config parser, s_conf2.c
2000-12-23 23:21:10 +00:00
stskeeps
ba924cb7bc
+- Made more openssl binary detection using 'which'
...
+- Added message when trying to join a +z channel
+- New segmentation fault code by Kanzen_Greiver
2000-12-09 15:12:23 +00:00
angel11
3985a7ceed
Accidently changed ircd.c =P, fixing
2000-12-01 15:53:52 +00:00
angel11
62cf839f2e
Fixed axenet network file
2000-12-01 15:49:04 +00:00
stskeeps
6cdc422490
*** empty log message ***
2000-11-30 16:49:22 +00:00
stskeeps
8c96800c80
+- Removed last point of confusion in ALN/NS
2000-11-23 18:52:57 +00:00
codemastr
7b068178a1
fixed a mass G:line bug in /rehash
2000-11-22 19:34:14 +00:00
stskeeps
f6a0415148
+- Fixed-fixed-fixed the U:line branching thing made by codemastr
...
+- Fixed a G: line-turn-into Z:line problem, reported by eYe-Man
2000-11-21 16:33:58 +00:00
stskeeps
293125eb84
+- #define STATSWRITING will make ircd write ircd.stats every 4 seconds,
...
+ idea/sortof by WaveRide
+ Format of ircd.stats:
+ <global users>
+ <global invisible users>
+ <global servers>
+ <irc operators>
+ <unknown connections>
+ <local clients>
+ <local servers>
+ <local max clients>
+ <global max clients>
2000-11-12 17:57:05 +00:00
stskeeps
e64c18860f
.
2000-11-05 18:15:55 +00:00
codemastr
d51af6f8b5
tokenized PING and PONG
2000-10-30 21:47:54 +00:00
stskeeps
8c481239de
+- Made SHOWCONNECTNOTICES work properly again, also with SSL
2000-10-07 18:51:36 +00:00
stskeeps
e94bf80328
SSL support for UnrealIRCD!
2000-10-07 06:33:42 +00:00
drbin
98047de919
New DNS UPDATE
2000-09-15 20:16:11 +00:00