]> jfr.im git - irc/rqf/shadowircd.git/blob - ChangeLog
3f85a6bc8b001d6a94fed45eca7283ffffd0f196
[irc/rqf/shadowircd.git] / ChangeLog
1 jilles 2007/02/01 00:34:33 UTC (20070201-3179)
2 Log:
3 Remove server_exists() which checked whether the
4 server name existed taking hostmasking into account
5 and just check with find_server(); admittedly
6 this checks if the name is a SID but that's not
7 a real problem.
8
9
10 Changes: Modified:
11 +3 -27 trunk/modules/core/m_server.c (File Modified)
12
13
14 jilles 2007/02/01 00:19:14 UTC (20070201-3177)
15 Log:
16 Remove hash_find_masked_server(), which made it possible
17 to specify the full (unmasked) name of a server behind
18 a hostmask. As a result find_any_client() (for prefixes)
19 becomes equal to find_client(), so remove that too.
20
21
22 Changes: Modified:
23 +0 -1 trunk/include/hash.h (File Modified)
24 +1 -75 trunk/src/hash.c (File Modified)
25 +1 -1 trunk/src/parse.c (File Modified)
26
27
28 jilles 2007/02/01 00:02:35 UTC (20070201-3175)
29 Log:
30 Remove '*' from valid server name characters.
31 This makes it impossible to connect hostmasked servers.
32 (This support didn't work well anyway, was incompatible
33 with TS6 and we never masked ourselves.)
34
35
36 Changes: Modified:
37 +1 -1 trunk/src/match.c (File Modified)
38
39
40 jilles 2007/01/31 23:57:18 UTC (20070131-3173)
41 Log:
42 Change spambot, flooder and jupe joiner notices from host to orighost.
43
44
45 Changes: Modified:
46 +1 -1 trunk/modules/core/m_join.c (File Modified)
47 +2 -2 trunk/modules/core/m_message.c (File Modified)
48 +2 -2 trunk/src/channel.c (File Modified)
49
50
51 jilles 2007/01/28 22:13:18 UTC (20070128-3169)
52 Log:
53 Add documentation for SASL client protocol, same as atheme doc/SASL.
54
55
56 Changes: Modified:
57 + - trunk/doc/sasl.txt (File Added)
58
59
60 jilles 2007/01/26 18:52:11 UTC (20070126-3167)
61 Log:
62 Include real hostname in Closing Link message for unknown
63 connections that have sent USER. This is helpful for
64 k-lined users while not breaking server IP hiding.
65
66
67 Changes: Modified:
68 +3 -1 trunk/src/client.c (File Modified)
69
70
71 jilles 2007/01/26 16:52:29 UTC (20070126-3165)
72 Log:
73 Rerun autoconf.
74
75
76 Changes: Modified:
77 +29 -29 trunk/configure (File Modified)
78
79
80 nenolod 2007/01/25 07:36:23 UTC (20070125-3163)
81 Log:
82 - nick[user@host] -> nick!user@host in kill messages. based on jilles' change in 3.0
83
84
85 Changes: Modified:
86 +3 -3 trunk/modules/core/m_kill.c (File Modified)
87
88
89 nenolod 2007/01/25 07:23:01 UTC (20070125-3161)
90 Log:
91 Backport from early 3.x:
92
93 --
94 nenolod 2006/09/27 16:39:14 UTC (20060927-2178)
95 Log:
96 - remove "Processing connection to foobar.net" message
97
98
99 Changes: Modified:
100 +0 -3 trunk/src/s_auth.c (File Modified)
101
102
103 nenolod 2006/09/27 16:34:26 UTC (20060927-2176)
104 Log:
105 - missed the processing connection one (actually, we can probably nuke this one)
106
107
108 Changes: Modified:
109 +1 -2 trunk/src/s_auth.c (File Modified)
110
111
112 river 2006/09/27 16:33:05 UTC (20060927-2174)
113 Log:
114 get_client_name = stupid
115
116
117
118 Changes: Modified:
119 +10 -7 trunk/modules/core/m_kill.c (File Modified)
120
121
122 nenolod 2006/09/27 16:32:37 UTC (20060927-2172)
123 Log:
124 - remove excessive arguments
125
126
127 Changes: Modified:
128 +1 -2 trunk/src/s_conf.c (File Modified)
129 +1 -1 trunk/src/s_user.c (File Modified)
130
131
132 nenolod 2006/09/27 16:30:59 UTC (20060927-2170)
133 Log:
134 - use sendto_one_notice() for on-connect notices too.
135
136
137 Changes: Modified:
138 +10 -10 trunk/src/s_auth.c (File Modified)
139
140
141 nenolod 2006/09/27 16:27:01 UTC (20060927-2168)
142 Log:
143 - use sendto_one_notice() in the core, too.
144
145
146 Changes: Modified:
147 +2 -2 trunk/src/chmode.c (File Modified)
148 +8 -15 trunk/src/modules.c (File Modified)
149 +3 -5 trunk/src/s_conf.c (File Modified)
150 +1 -2 trunk/src/s_newconf.c (File Modified)
151 +20 -57 trunk/src/s_user.c (File Modified)
152
153
154 river 2006/09/27 16:19:25 UTC (20060927-2166)
155 Log:
156 the KILL command will use get_client_name(, SHOW_IP) instead of
157 target->name, and will show a more useful error for local opers
158
159
160
161 Changes: Modified:
162 +6 -4 trunk/modules/core/m_kill.c (File Modified)
163
164
165 nenolod 2006/09/27 16:09:48 UTC (20060927-2164)
166 Log:
167 - fix bugs in sendto_one_notice()/sendto_one_numeric() where a client identifier won't be sent to unregistered clients
168
169
170 Changes: Modified:
171 +4 -2 trunk/src/send.c (File Modified)
172
173
174 nenolod 2006/09/27 16:05:46 UTC (20060927-2161)
175 Log:
176 - back out r2159
177
178
179 Changes: Modified:
180 +1 -1 trunk/include/client.h (File Modified)
181
182
183 nenolod 2006/09/27 16:04:05 UTC (20060927-2159)
184 Log:
185 - get_id(): fall back to "*" if client has no known name
186
187
188 Changes: Modified:
189 +1 -1 trunk/include/client.h (File Modified)
190
191
192 nenolod 2006/09/27 16:01:29 UTC (20060927-2157)
193 Log:
194 - convert to sendto_one_notice().
195
196
197 Changes: Modified:
198 +2 -3 trunk/unsupported/m_clearchan.c (File Modified)
199 +4 -6 trunk/unsupported/m_force.c (File Modified)
200
201
202 nenolod 2006/09/27 15:57:11 UTC (20060927-2155)
203 Log:
204 - use sendto_one_notice() in many places instead of
205 sendto_one(source_p, ":%s NOTICE %s :", ...);
206
207
208 Changes: Modified:
209 +10 -25 trunk/extensions/example_module.c (File Modified)
210 +5 -14 trunk/extensions/hurt.c (File Modified)
211 +1 -2 trunk/extensions/m_42.c (File Modified)
212 +7 -12 trunk/extensions/m_mkpasswd.c (File Modified)
213 +1 -2 trunk/extensions/m_ojoin.c (File Modified)
214 +1 -2 trunk/extensions/m_opme.c (File Modified)
215 +3 -3 trunk/extensions/spy_whois_notice.c (File Modified)
216 +3 -3 trunk/extensions/spy_whois_notice_global.c (File Modified)
217 +3 -7 trunk/modules/core/m_die.c (File Modified)
218 +2 -4 trunk/modules/core/m_kill.c (File Modified)
219 +2 -2 trunk/modules/core/m_squit.c (File Modified)
220 +1 -2 trunk/modules/m_challenge.c (File Modified)
221 +11 -15 trunk/modules/m_connect.c (File Modified)
222 +20 -28 trunk/modules/m_dline.c (File Modified)
223 +2 -2 trunk/modules/m_etrace.c (File Modified)
224 +11 -21 trunk/modules/m_gline.c (File Modified)
225 +2 -4 trunk/modules/m_kline.c (File Modified)
226 +1 -2 trunk/modules/m_rehash.c (File Modified)
227 +3 -7 trunk/modules/m_restart.c (File Modified)
228 +31 -45 trunk/modules/m_set.c (File Modified)
229 +2 -4 trunk/modules/m_testmask.c (File Modified)
230 +5 -8 trunk/modules/m_unreject.c (File Modified)
231 +2 -5 trunk/modules/m_xline.c (File Modified)
232 --
233
234
235 Changes: Modified:
236 +2 -0 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
237 +10 -25 trunk/extensions/example_module.c (File Modified)
238 +5 -14 trunk/extensions/hurt.c (File Modified)
239 +1 -2 trunk/extensions/m_42.c (File Modified)
240 +7 -12 trunk/extensions/m_mkpasswd.c (File Modified)
241 +1 -2 trunk/extensions/m_ojoin.c (File Modified)
242 +1 -2 trunk/extensions/m_opme.c (File Modified)
243 +3 -3 trunk/extensions/spy_whois_notice.c (File Modified)
244 +3 -3 trunk/extensions/spy_whois_notice_global.c (File Modified)
245 +3 -7 trunk/modules/core/m_die.c (File Modified)
246 +14 -11 trunk/modules/core/m_kill.c (File Modified)
247 +2 -2 trunk/modules/core/m_squit.c (File Modified)
248 +1 -2 trunk/modules/m_challenge.c (File Modified)
249 +11 -15 trunk/modules/m_connect.c (File Modified)
250 +2 -4 trunk/modules/m_dline.c (File Modified)
251 +2 -2 trunk/modules/m_etrace.c (File Modified)
252 +11 -21 trunk/modules/m_gline.c (File Modified)
253 +2 -4 trunk/modules/m_kline.c (File Modified)
254 +1 -2 trunk/modules/m_rehash.c (File Modified)
255 +3 -7 trunk/modules/m_restart.c (File Modified)
256 +31 -45 trunk/modules/m_set.c (File Modified)
257 +2 -4 trunk/modules/m_testmask.c (File Modified)
258 +5 -8 trunk/modules/m_unreject.c (File Modified)
259 +1 -3 trunk/modules/m_xline.c (File Modified)
260 +2 -2 trunk/src/chmode.c (File Modified)
261 +8 -15 trunk/src/modules.c (File Modified)
262 +10 -14 trunk/src/s_auth.c (File Modified)
263 +3 -6 trunk/src/s_conf.c (File Modified)
264 +1 -2 trunk/src/s_newconf.c (File Modified)
265 +20 -57 trunk/src/s_user.c (File Modified)
266 +4 -2 trunk/src/send.c (File Modified)
267 +2 -3 trunk/unsupported/m_clearchan.c (File Modified)
268 +4 -6 trunk/unsupported/m_force.c (File Modified)
269
270
271 nenolod 2007/01/25 07:08:21 UTC (20070125-3159)
272 Log:
273 - keyword-subst from charybdis 2.2.
274
275
276 Changes: Modified:
277 +12 -3 trunk/doc/example.conf (File Modified)
278 +58 -3 trunk/doc/reference.conf (File Modified)
279 + - trunk/include/substitution.h (File Added)
280 +1 -0 trunk/src/Makefile.in (File Modified)
281 +2 -2 trunk/src/s_conf.c (File Modified)
282 +164 -1 trunk/src/s_user.c (File Modified)
283 + - trunk/src/substitution.c (File Added)
284
285
286 nenolod 2007/01/25 07:00:49 UTC (20070125-3157)
287 Log:
288 Removed merge tracking for "svnmerge" for
289 http://svn.atheme.org/charybdis/branches/release-2.2
290
291
292 Changes: Modified:
293 + - trunk/ (Property Modified)
294
295
296 nenolod 2007/01/25 06:59:58 UTC (20070125-3155)
297 Log:
298 Initialized merge tracking via "svnmerge" with revisions "1-1919" from
299 http://svn.atheme.org/charybdis/branches/release-2.2
300
301
302 Changes: Modified:
303 + - trunk/ (Property Modified)
304
305
306 nenolod 2007/01/25 06:59:30 UTC (20070125-3153)
307 Log:
308 Removed merge tracking for "svnmerge" for
309 http://svn.atheme.org/charybdis/branches/release-2.2
310
311
312 Changes: Modified:
313 + - trunk/ (Property Modified)
314
315
316 nenolod 2007/01/25 06:58:41 UTC (20070125-3151)
317 Log:
318 Initialized merge tracking via "svnmerge" with revisions "1-2190" from
319 http://svn.atheme.org/charybdis/branches/release-2.2
320
321
322 Changes: Modified:
323 + - trunk/ (Property Modified)
324
325
326 nenolod 2007/01/25 06:57:47 UTC (20070125-3149)
327 Log:
328 - bleah
329
330
331 Changes: Modified:
332 + - trunk/ (Property Modified)
333
334
335 nenolod 2007/01/25 06:50:46 UTC (20070125-3147)
336 Log:
337 Initialized merge tracking via "svnmerge" with revisions "1-3146" from
338 http://svn.atheme.org/charybdis/branches/release-2.2
339
340
341 Changes: Modified:
342 + - trunk/ (Property Modified)
343
344
345 nenolod 2007/01/25 06:45:04 UTC (20070125-3145)
346 Log:
347 - version bump to 2.2.0
348
349
350 Changes: Modified:
351 +3 -1 trunk/NEWS (File Modified)
352 +1 -1 trunk/configure.ac (File Modified)
353
354
355 nenolod 2007/01/25 06:40:21 UTC (20070125-3143)
356 Log:
357 - the new plan:
358 + branches/release-2.1 -> 2.2 base
359 + 3.0 -> branches/cxxconversion
360 + backport some immediate 3.0 functionality for 2.2
361 + other stuff
362
363
364 Changes: Modified:
365 + - trunk/ (File Added)
366
367
368 jilles 2007/01/23 23:48:50 UTC (20070123-3139)
369 Log:
370 Merged revisions 3135,3137 via svnmerge from
371 http://svn.atheme.org/charybdis/trunk
372
373 ........
374 r3135 | jilles | 2007-01-23 22:19:14 +0100 (Tue, 23 Jan 2007) | 3 lines
375
376 - Expand TRACE description
377 - Mention expiry time in TESTLINE
378 ........
379 r3137 | jilles | 2007-01-23 22:20:30 +0100 (Tue, 23 Jan 2007) | 2 lines
380
381 Update copyright year for sgml docs to 2007.
382 ........
383
384
385 Changes: Modified:
386 + - branches/release-2.1/ (Property Modified)
387 +1 -1 branches/release-2.1/doc/sgml/oper-guide/charybdis-oper-guide.sgml (File Modified)
388 +77 -3 branches/release-2.1/doc/sgml/oper-guide/commands.sgml (File Modified)
389
390
391 jilles 2007/01/21 15:38:16 UTC (20070121-3133)
392 Log:
393 Merged revisions 1999 via svnmerge from
394 http://svn.atheme.org/charybdis/trunk
395 Add river to CREDITS
396
397 ........
398 r1999 | river | 2006-09-02 05:15:18 +0200 (Sat, 02 Sep 2006) | 2 lines
399
400 vanity
401 ........
402
403
404 Changes: Modified:
405 + - branches/release-2.1/ (Property Modified)
406 +1 -0 branches/release-2.1/CREDITS (File Modified)
407
408
409 jilles 2007/01/21 15:36:31 UTC (20070121-3131)
410 Log:
411 Merged revisions 1995,1997,2019-2020,2023-2028,2031-2032,2055-2058,2061,2063 via svnmerge from
412 http://svn.atheme.org/charybdis/trunk
413
414 ........
415 r1995 | river | 2006-09-02 05:06:52 +0200 (Sat, 02 Sep 2006) | 3 lines
416
417 add "use_forward" option from +malfunc, lets admins disable chanmode +QFf
418 ........
419 r1997 | river | 2006-09-02 05:09:57 +0200 (Sat, 02 Sep 2006) | 3 lines
420
421 - add use_forward to /info
422 ........
423 r2061 | jilles | 2006-09-23 13:51:11 +0200 (Sat, 23 Sep 2006) | 5 lines
424
425 Call channel_modes() with &me instead of source_p when
426 sending out a JOIN and SJOIN for a local user. This
427 saves checking whether they are on the channel they
428 have just joined.
429 ........
430 r2063 | jilles | 2006-09-23 14:17:00 +0200 (Sat, 23 Sep 2006) | 6 lines
431
432 If use_forward is disabled:
433 - hide +fFQ in 005
434 - hide +f in /mode #channel (/mode #channel f still shows it)
435 - do not send any mode changes adding +f to local clients
436 (-f ones are still sent)
437 ........
438
439
440 Changes: Modified:
441 + - branches/release-2.1/ (Property Modified)
442 +1 -0 branches/release-2.1/doc/example.conf (File Modified)
443 +5 -0 branches/release-2.1/doc/reference.conf (File Modified)
444 +1 -0 branches/release-2.1/include/s_conf.h (File Modified)
445 +4 -3 branches/release-2.1/modules/core/m_join.c (File Modified)
446 +1 -1 branches/release-2.1/modules/core/m_sjoin.c (File Modified)
447 +6 -0 branches/release-2.1/modules/m_info.c (File Modified)
448 +1 -1 branches/release-2.1/src/channel.c (File Modified)
449 +11 -1 branches/release-2.1/src/chmode.c (File Modified)
450 +1 -0 branches/release-2.1/src/newconf.c (File Modified)
451 +1 -0 branches/release-2.1/src/s_conf.c (File Modified)
452 +5 -0 branches/release-2.1/src/s_user.c (File Modified)
453 +4 -2 branches/release-2.1/src/supported.c (File Modified)
454
455
456 jilles 2007/01/02 13:23:04 UTC (20070102-3121)
457 Log:
458 OPME/OMODE/OJOIN: Use get_oper_name() in log message.
459
460
461 Changes: Modified:
462 +3 -2 branches/release-2.1/extensions/m_ojoin.c (File Modified)
463 +2 -2 branches/release-2.1/extensions/m_omode.c (File Modified)
464 +3 -2 branches/release-2.1/extensions/m_opme.c (File Modified)
465
466
467 jilles 2007/01/02 13:11:04 UTC (20070102-3117)
468 Log:
469 Add accountability (wallops, log) to OKICK.
470
471
472 Changes: Modified:
473 +14 -0 branches/release-2.1/extensions/m_okick.c (File Modified)
474
475
476 jilles 2006/12/27 00:47:45 UTC (20061227-3063)
477 Log:
478 Allow kline ipv6:address, unkline some.host and unkline ipv6:address without *@.
479 Similar to branches/release-2.2 r3061.
480
481
482 Changes: Modified:
483 +2 -2 branches/release-2.1/modules/m_kline.c (File Modified)
484
485
486 jilles 2006/12/27 00:36:54 UTC (20061227-3059)
487 Log:
488 - Write xline to file after instead of before notifying opers and source
489 - Also notify source of failure to add xline
490 Similar to branches/release-2.2 r3057.
491
492
493 Changes: Modified:
494 +4 -2 branches/release-2.1/modules/m_xline.c (File Modified)
495
496
497 jilles 2006/12/27 00:25:50 UTC (20061227-3055)
498 Log:
499 If a dline/kline/resv cannot be added to the file, send
500 the regular notices to local opers and source anyway,
501 and also warn the source (local opers were already warned).
502 Similar to branches/release-2.2 r3053.
503
504
505 Changes: Modified:
506 +44 -42 branches/release-2.1/src/s_conf.c (File Modified)
507
508
509 jilles 2006/12/27 00:02:32 UTC (20061227-3051)
510 Log:
511 Port over fixes from unkline/unxline/unresv to undline.
512 Similar to branches/release-2.2 r3049.
513
514
515 Changes: Modified:
516 +7 -2 branches/release-2.1/modules/m_dline.c (File Modified)
517
518
519 jilles 2006/12/26 23:18:05 UTC (20061226-3047)
520 Log:
521 Merged revisions 2915 via svnmerge from
522 http://svn.atheme.org/charybdis/trunk
523
524 ........
525 r2915 | jilles | 2006-12-17 01:40:54 +0100 (Sun, 17 Dec 2006) | 3 lines
526
527 In usage message, show kline.conf and xline.conf instead
528 of klines.conf and xlines.conf.
529 ........
530
531
532 Changes: Modified:
533 + - branches/release-2.1/ (Property Modified)
534 +2 -2 branches/release-2.1/src/ircd.c (File Modified)
535
536
537 jilles 2006/12/26 23:16:57 UTC (20061226-3045)
538 Log:
539 Merged revisions 2831,2833,2853 via svnmerge from
540 http://svn.atheme.org/charybdis/trunk
541
542 ........
543 r2831 | jilles | 2006-12-14 00:19:51 +0100 (Thu, 14 Dec 2006) | 5 lines
544
545 unkline/unxline/unresv:
546 - if fclose on the output returns an error, treat this as a
547 write error too
548 - check if the rename from the temp file to the ban conf failed
549 ........
550 r2833 | jilles | 2006-12-14 00:39:25 +0100 (Thu, 14 Dec 2006) | 3 lines
551
552 When adding a permanent dline/kline/xline/resv, check
553 the return value of fclose().
554 ........
555 r2853 | jilles | 2006-12-16 00:24:32 +0100 (Sat, 16 Dec 2006) | 3 lines
556
557 Do not free xline aconf if it could not be written out.
558 It will be added to the list in memory anyway.
559 ........
560
561
562 Changes: Modified:
563 + - branches/release-2.1/ (Property Modified)
564 +7 -2 branches/release-2.1/modules/m_kline.c (File Modified)
565 +7 -2 branches/release-2.1/modules/m_resv.c (File Modified)
566 +12 -5 branches/release-2.1/modules/m_xline.c (File Modified)
567 +5 -1 branches/release-2.1/src/s_conf.c (File Modified)
568
569
570 jilles 2006/12/05 13:24:19 UTC (20061205-2813)
571 Log:
572 NEWS: Clarify effects of ip_cloaking changes a little.
573
574
575 Changes: Modified:
576 +2 -0 branches/release-2.1/NEWS (File Modified)
577
578
579 jilles 2006/12/05 13:18:39 UTC (20061205-2811)
580 Log:
581 Rerun autoconf.
582
583
584 Changes: Modified:
585 +9 -9 branches/release-2.1/configure (File Modified)
586
587
588 jilles 2006/12/05 13:18:19 UTC (20061205-2809)
589 Log:
590 Version bump on 2.1 branch to 2.1.2.
591
592
593 Changes: Modified:
594 +1 -1 branches/release-2.1/configure.ac (File Modified)
595
596
597 jilles 2006/12/05 12:47:23 UTC (20061205-2807)
598 Log:
599 Mention r2801/r2805.
600
601
602 Changes: Modified:
603 +1 -0 branches/release-2.1/NEWS (File Modified)
604
605
606 jilles 2006/12/05 12:45:43 UTC (20061205-2805)
607 Log:
608 Merged revisions 2801 via svnmerge from
609 http://svn.atheme.org/charybdis/trunk
610
611 ........
612 r2801 | jilles | 2006-12-03 20:18:59 +0100 (Sun, 03 Dec 2006) | 3 lines
613
614 ip_cloaking: try to avoid truncation by removing more
615 components of the hostname (except the TLD).
616 ........
617
618
619 Changes: Modified:
620 + - branches/release-2.1/ (Property Modified)
621 +14 -2 branches/release-2.1/extensions/ip_cloaking.c (File Modified)
622
623
624 jilles 2006/12/02 20:40:54 UTC (20061202-2793)
625 Log:
626 Update NEWS.
627
628
629 Changes: Modified:
630 +8 -1 branches/release-2.1/NEWS (File Modified)
631
632
633 jilles 2006/12/02 20:32:39 UTC (20061202-2791)
634 Log:
635 Merged revisions 2781 via svnmerge from
636 http://svn.atheme.org/charybdis/trunk
637
638 ........
639 r2781 | jilles | 2006-12-02 01:50:29 +0100 (Sat, 02 Dec 2006) | 5 lines
640
641 Fix stupid bug: checked a hostmask against the found
642 ban instead of all exceptions, causing all host mangled
643 clients to be exempted if there was a single ban
644 exception in many cases.
645 ........
646
647
648 Changes: Modified:
649 + - branches/release-2.1/ (Property Modified)
650 +2 -2 branches/release-2.1/src/channel.c (File Modified)
651
652
653 jilles 2006/12/02 20:00:18 UTC (20061202-2789)
654 Log:
655 Merged revisions 2773 via svnmerge from
656 http://svn.atheme.org/charybdis/trunk
657
658 ........
659 r2773 | jilles | 2006-11-24 20:45:29 +0100 (Fri, 24 Nov 2006) | 3 lines
660
661 user@host must be *@* for a shared{} block with flags=locops
662 (server should not be *).
663 ........
664
665
666 Changes: Modified:
667 + - branches/release-2.1/ (Property Modified)
668 +3 -1 branches/release-2.1/doc/sgml/oper-guide/config.sgml (File Modified)
669
670
671 jilles 2006/11/27 11:45:31 UTC (20061127-2775)
672 Log:
673 Tweak \s code a little.
674
675
676 Changes: Modified:
677 +1 -1 branches/release-2.1/modules/m_etrace.c (File Modified)
678 +1 -1 branches/release-2.1/modules/m_testmask.c (File Modified)
679 +1 -1 branches/release-2.1/modules/m_xline.c (File Modified)
680
681
682 jilles 2006/11/12 14:21:16 UTC (20061112-2765)
683 Log:
684 Merged revisions 2761 via svnmerge from
685 http://svn.atheme.org/charybdis/trunk
686
687 ........
688 r2761 | jilles | 2006-11-12 15:02:47 +0100 (Sun, 12 Nov 2006) | 2 lines
689
690 The testline/no_tilde fixes are in 2.1.1.
691 ........
692
693
694 Changes: Modified:
695 + - branches/release-2.1/ (Property Modified)
696 +1 -1 branches/release-2.1/doc/sgml/oper-guide/commands.sgml (File Modified)
697
698
699 jilles 2006/11/10 23:02:43 UTC (20061110-2759)
700 Log:
701 Update NEWS.
702
703
704 Changes: Modified:
705 +4 -1 branches/release-2.1/NEWS (File Modified)
706
707
708 jilles 2006/11/10 22:58:15 UTC (20061110-2757)
709 Log:
710 Merged revisions 2125,2182-2183,2190-2195,2204-2205,2208-2209,2238-2239,2286-2287,2296-2297,2440-2441,2542-2547,2681-2682,2687-2690,2697,2703,2705,2707-2711 via svnmerge from
711 http://svn.atheme.org/charybdis/trunk
712 no_tilde fixes
713
714 ........
715 r2125 | jilles | 2006-09-26 00:59:18 +0200 (Tue, 26 Sep 2006) | 5 lines
716
717 If the auth{} block has no_tilde and is not kline exempt,
718 check the username without tilde against klines too.
719 This is consistent with the way klines work on spoofs
720 (klines checked on both raw and appearing-on-IRC version).
721 ........
722 r2697 | jilles | 2006-11-06 11:37:00 +0100 (Mon, 06 Nov 2006) | 4 lines
723
724 Rework the fix for klines with no_tilde.
725 Add an extra argument to find_address_conf() for the
726 username without tilde, as that may contain one character more.
727 ........
728 r2703 | jilles | 2006-11-06 16:49:44 +0100 (Mon, 06 Nov 2006) | 3 lines
729
730 Unbreak compile (because of r2697).
731 testline with ~ could be improved some more perhaps, but this should work.
732 ........
733 r2705 | jilles | 2006-11-06 17:42:21 +0100 (Mon, 06 Nov 2006) | 2 lines
734
735 testline: take no_tilde and username truncation into account
736 ........
737 r2711 | jilles | 2006-11-08 14:05:14 +0100 (Wed, 08 Nov 2006) | 2 lines
738
739 Add some information on /testline with no_tilde and username truncation.
740 ........
741
742
743 Changes: Modified:
744 + - branches/release-2.1/ (Property Modified)
745 +5 -0 branches/release-2.1/doc/sgml/oper-guide/commands.sgml (File Modified)
746 +1 -0 branches/release-2.1/extensions/m_webirc.c (File Modified)
747 +2 -1 branches/release-2.1/include/hostmask.h (File Modified)
748 +12 -1 branches/release-2.1/modules/m_testline.c (File Modified)
749 +16 -2 branches/release-2.1/src/hostmask.c (File Modified)
750 +2 -2 branches/release-2.1/src/s_conf.c (File Modified)
751
752
753 jilles 2006/11/10 19:08:03 UTC (20061110-2755)
754 Log:
755 Merged revisions 2149,2151 via svnmerge from
756 http://svn.atheme.org/charybdis/trunk
757
758 ........
759 r2149 | jilles | 2006-09-27 17:32:42 +0200 (Wed, 27 Sep 2006) | 3 lines
760
761 Move kills from services from +s to +k snomask.
762 Kills from non-service opers remain on +s.
763 ........
764 r2151 | jilles | 2006-09-27 17:41:39 +0200 (Wed, 27 Sep 2006) | 2 lines
765
766 Update description of +s and +k snomasks.
767 ........
768
769
770 Changes: Modified:
771 + - branches/release-2.1/ (Property Modified)
772 +2 -1 branches/release-2.1/doc/sgml/oper-guide/umodes.sgml (File Modified)
773 +1 -1 branches/release-2.1/help/opers/snomask (File Modified)
774 +1 -1 branches/release-2.1/modules/core/m_kill.c (File Modified)
775
776
777 jilles 2006/11/10 19:05:25 UTC (20061110-2753)
778 Log:
779 Merged revisions 2685 via svnmerge from
780 http://svn.atheme.org/charybdis/trunk
781
782 ........
783 r2685 | jilles | 2006-11-01 18:44:01 +0100 (Wed, 01 Nov 2006) | 2 lines
784
785 Mention that exempt{} blocks do not exempt from DNSBL (for completeness).
786 ........
787
788
789 Changes: Modified:
790 + - branches/release-2.1/ (Property Modified)
791 +2 -1 branches/release-2.1/doc/sgml/oper-guide/config.sgml (File Modified)
792
793
794 jilles 2006/11/10 15:15:00 UTC (20061110-2743)
795 Log:
796 Merged revisions 2693 via svnmerge from
797 http://svn.atheme.org/charybdis/trunk
798
799 ........
800 r2693 | jilles | 2006-11-06 02:35:21 +0100 (Mon, 06 Nov 2006) | 6 lines
801
802 Fix truncation (by one) of unidented usernames
803 if user registration is done because of DNSBL
804 completion (which is the usual case if a valid
805 NICK and USER are sent quickly and any DNSBLs
806 are enabled).
807 ........
808
809
810 Changes: Modified:
811 + - branches/release-2.1/ (Property Modified)
812 +2 -2 branches/release-2.1/src/blacklist.c (File Modified)
813
814
815 jilles 2006/11/10 01:26:27 UTC (20061110-2739)
816 Log:
817 Update NEWS.
818
819
820 Changes: Modified:
821 +10 -0 branches/release-2.1/NEWS (File Modified)
822
823
824 jilles 2006/11/10 00:21:56 UTC (20061110-2737)
825 Log:
826 Rerun autoconf.
827
828
829 Changes: Modified:
830 +9 -9 branches/release-2.1/configure (File Modified)
831
832
833 jilles 2006/11/10 00:15:54 UTC (20061110-2735)
834 Log:
835 Version bump to 2.1.1.
836
837
838 Changes: Modified:
839 +1 -1 branches/release-2.1/configure.ac (File Modified)
840
841
842 jilles 2006/11/10 00:04:08 UTC (20061110-2733)
843 Log:
844 Merged revisions 2186,2188,2190-2196,2204-2205,2208-2209,2224,2238-2239,2286-2287,2296-2297,2440-2441,2542-2547,2681-2682,2687-2690,2699,2701 via svnmerge from
845 http://svn.atheme.org/charybdis/trunk
846
847 ........
848 r2186 | nenolod | 2006-09-28 04:24:41 +0200 (Thu, 28 Sep 2006) | 2 lines
849
850 - fix a server notice on SID collision where the server name is mentioned twice
851 ........
852 r2188 | nenolod | 2006-09-28 04:30:37 +0200 (Thu, 28 Sep 2006) | 2 lines
853
854 - get_server_name() is stupid
855 ........
856 r2196 | nenolod | 2006-09-28 05:03:07 +0200 (Thu, 28 Sep 2006) | 2 lines
857
858 - fix an oops
859 ........
860 r2224 | jilles | 2006-09-28 18:23:53 +0200 (Thu, 28 Sep 2006) | 4 lines
861
862 Do the Attempt to re-introduce SID server notice somewhat
863 differently, showing a real host again if !HIDE_SERVERS_IPS
864 and still showing the server name exactly once.
865 ........
866 r2699 | jilles | 2006-11-06 11:54:35 +0100 (Mon, 06 Nov 2006) | 2 lines
867
868 Fix log message for Attempt to re-introduce SID (server notice was ok).
869 ........
870 r2701 | jilles | 2006-11-06 12:05:23 +0100 (Mon, 06 Nov 2006) | 4 lines
871
872 - replace "No N line" with "no connect block" in a
873 serverlog message
874 - show attempted server name in a few serverlog messages
875 ........
876
877
878 Changes: Modified:
879 + - branches/release-2.1/ (Property Modified)
880 +13 -6 branches/release-2.1/modules/core/m_server.c (File Modified)
881
882
883 jilles 2006/11/09 23:53:43 UTC (20061109-2731)
884 Log:
885 Merged revisions 2218 via svnmerge from
886 http://svn.atheme.org/charybdis/trunk
887
888 ........
889 r2218 | jilles | 2006-09-28 16:06:06 +0200 (Thu, 28 Sep 2006) | 2 lines
890
891 Fix garbage in /stats y output on 64-bit archs.
892 ........
893
894
895 Changes: Modified:
896 + - branches/release-2.1/ (Property Modified)
897 +1 -1 branches/release-2.1/src/messages.tab (File Modified)
898
899
900 jilles 2006/11/09 23:52:06 UTC (20061109-2729)
901 Log:
902 Merged revisions 2438 via svnmerge from
903 http://svn.atheme.org/charybdis/trunk
904
905 ........
906 r2438 | jilles | 2006-10-06 23:51:04 +0200 (Fri, 06 Oct 2006) | 2 lines
907
908 Enable Revision keyword in addition to Id.
909 ........
910
911
912 Changes: Modified:
913 + - branches/release-2.1/ (Property Modified)
914 + - branches/release-2.1/extensions/m_identify.c (Property Modified)
915
916
917 jilles 2006/11/09 23:48:45 UTC (20061109-2727)
918 Log:
919 Merged revisions 2679 via svnmerge from
920 http://svn.atheme.org/charybdis/trunk
921
922 ........
923 r2679 | jilles | 2006-10-29 14:24:28 +0100 (Sun, 29 Oct 2006) | 4 lines
924
925 Port over ratbox 2.2 r23253 (anfl):
926 - remove the cached storage of how many +beI there are, thereby fixing a
927 case where it can get desynced from reality
928 ........
929
930
931 Changes: Modified:
932 + - branches/release-2.1/ (Property Modified)
933 +0 -1 branches/release-2.1/include/channel.h (File Modified)
934 +1 -8 branches/release-2.1/src/chmode.c (File Modified)
935
936
937 jilles 2006/11/09 23:43:35 UTC (20061109-2725)
938 Log:
939 Merged revisions 2093,2095 via svnmerge from
940 http://svn.atheme.org/charybdis/trunk
941
942 ........
943 r2093 | nenolod | 2006-09-25 08:01:01 +0200 (Mon, 25 Sep 2006) | 2 lines
944
945 - change DNSBL licensing to BSD.
946 ........
947 r2095 | nenolod | 2006-09-25 08:04:37 +0200 (Mon, 25 Sep 2006) | 2 lines
948
949 - change x86-assembly FNV implementation to BSD license
950 ........
951
952
953 Changes: Modified:
954 + - branches/release-2.1/ (Property Modified)
955 +27 -16 branches/release-2.1/src/blacklist.c (File Modified)
956 +27 -16 branches/release-2.1/src/fnvhash.s (File Modified)
957
958
959 jilles 2006/11/09 23:35:48 UTC (20061109-2723)
960 Log:
961 Merged revisions 2073,2075 via svnmerge from
962 http://svn.atheme.org/charybdis/trunk
963
964 ........
965 r2073 | jilles | 2006-09-24 20:23:35 +0200 (Sun, 24 Sep 2006) | 3 lines
966
967 Put full information in the squit reason when exiting
968 a server due to a servlink (ziplinks) error.
969 ........
970 r2075 | jilles | 2006-09-24 20:33:12 +0200 (Sun, 24 Sep 2006) | 3 lines
971
972 Put full information in the squit reason when exiting
973 a server due to not enough arguments for a command.
974 ........
975
976
977 Changes: Modified:
978 + - branches/release-2.1/ (Property Modified)
979 +7 -5 branches/release-2.1/src/parse.c (File Modified)
980 +4 -1 branches/release-2.1/src/s_serv.c (File Modified)
981
982
983 jilles 2006/11/09 23:30:38 UTC (20061109-2721)
984 Log:
985 Merged revisions 2071 via svnmerge from
986 http://svn.atheme.org/charybdis/trunk
987
988 ........
989 r2071 | jilles | 2006-09-24 20:21:57 +0200 (Sun, 24 Sep 2006) | 4 lines
990
991 Don't redirect users from an existing domain to an
992 existing server in reference.conf.
993 Idea from ratbox.
994 ........
995
996
997 Changes: Modified:
998 + - branches/release-2.1/ (Property Modified)
999 +2 -2 branches/release-2.1/doc/reference.conf (File Modified)
1000
1001
1002 jilles 2006/09/27 17:19:03 UTC (20060927-2182)
1003 Log:
1004 Merged revisions 2053 via svnmerge from
1005 http://svn.atheme.org/charybdis/trunk
1006
1007 ........
1008 r2053 | jilles | 2006-09-09 17:30:38 +0200 (Sat, 09 Sep 2006) | 5 lines
1009
1010 Make find_channel_membership() choose the shortest list
1011 (channel's list or user's list) to search, avoiding excessive
1012 CPU usage with services which are in lots of channels.
1013 From ratbox 2.2 (anfl/jilles)
1014 ........
1015
1016
1017 Changes: Modified:
1018 + - branches/release-2.1/ (Property Modified)
1019 +21 -4 branches/release-2.1/src/channel.c (File Modified)
1020
1021
1022 jilles 2006/09/14 22:01:16 UTC (20060914-2057)
1023 Log:
1024 Rerun autoconf.
1025
1026
1027 Changes: Modified:
1028 +9 -9 branches/release-2.1/configure (File Modified)
1029
1030
1031 jilles 2006/09/14 22:00:30 UTC (20060914-2055)
1032 Log:
1033 Version change 2.1.0rc1 -> 2.1.0 (release).
1034
1035
1036 Changes: Modified:
1037 +1 -1 branches/release-2.1/configure.ac (File Modified)
1038
1039
1040 jilles 2006/09/02 23:57:18 UTC (20060902-2031)
1041 Log:
1042 Merged revisions 2029 via svnmerge from
1043 http://svn.atheme.org/charybdis/trunk
1044
1045 ........
1046 r2029 | jilles | 2006-09-03 01:56:06 +0200 (Sun, 03 Sep 2006) | 2 lines
1047
1048 NEWS: mention m_webirc.c module
1049 ........
1050
1051
1052 Changes: Modified:
1053 + - branches/release-2.1/ (Property Modified)
1054 +1 -0 branches/release-2.1/NEWS (File Modified)
1055
1056
1057 jilles 2006/09/02 23:50:03 UTC (20060902-2027)
1058 Log:
1059 Rerun autoconf.
1060
1061
1062 Changes: Modified:
1063 +9 -9 branches/release-2.1/configure (File Modified)
1064
1065
1066 jilles 2006/09/02 23:49:29 UTC (20060902-2025)
1067 Log:
1068 Change version to 2.1.0rc1.
1069
1070
1071 Changes: Modified:
1072 +1 -1 branches/release-2.1/configure.ac (File Modified)
1073
1074
1075 jilles 2006/09/02 23:47:27 UTC (20060902-2023)
1076 Log:
1077 Merged revisions 2021 via svnmerge from
1078 http://svn.atheme.org/charybdis/trunk
1079
1080 ........
1081 r2021 | jilles | 2006-09-03 01:24:17 +0200 (Sun, 03 Sep 2006) | 4 lines
1082
1083 Get rid of delete_resolver_queries_f(), dnsbl_hits and
1084 related flaky looking things, and instead keep a list
1085 of BlacklistClients in PreClient.
1086 ........
1087
1088
1089 Changes: Modified:
1090 + - branches/release-2.1/ (Property Modified)
1091 +4 -1 branches/release-2.1/include/blacklist.h (File Modified)
1092 +1 -1 branches/release-2.1/include/client.h (File Modified)
1093 +0 -1 branches/release-2.1/include/res.h (File Modified)
1094 +17 -32 branches/release-2.1/src/blacklist.c (File Modified)
1095 +0 -24 branches/release-2.1/src/res.c (File Modified)
1096 +1 -1 branches/release-2.1/src/s_user.c (File Modified)
1097
1098
1099 jilles 2006/09/02 19:25:05 UTC (20060902-2019)
1100 Log:
1101 Merged revisions 2015,2017 via svnmerge from
1102 http://svn.atheme.org/charybdis/trunk
1103
1104 ........
1105 r2015 | jilles | 2006-09-02 20:11:23 +0200 (Sat, 02 Sep 2006) | 4 lines
1106
1107 Check if the name in the question section of the
1108 DNS reply matches what we queried, to guard against
1109 late replies to a previous query with the same id.
1110 ........
1111 r2017 | jilles | 2006-09-02 20:24:34 +0200 (Sat, 02 Sep 2006) | 2 lines
1112
1113 res.c: add a comment summarizing our changes
1114 ........
1115
1116
1117 Changes: Modified:
1118 + - branches/release-2.1/ (Property Modified)
1119 +53 -18 branches/release-2.1/src/res.c (File Modified)
1120
1121
1122 jilles 2006/09/01 19:43:30 UTC (20060901-1985)
1123 Log:
1124 Merged revisions 1981 via svnmerge from
1125 http://svn.atheme.org/charybdis/trunk
1126
1127 ........
1128 r1981 | jilles | 2006-09-01 03:21:02 +0200 (Fri, 01 Sep 2006) | 2 lines
1129
1130 Alphabetize extensions and tweak the descriptions a little.
1131 ........
1132
1133
1134 Changes: Modified:
1135 + - branches/release-2.1/ (Property Modified)
1136 +5 -5 branches/release-2.1/doc/example.conf (File Modified)
1137 +13 -13 branches/release-2.1/doc/reference.conf (File Modified)
1138
1139
1140 jilles 2006/09/01 19:42:07 UTC (20060901-1983)
1141 Log:
1142 Merged revisions 1975 via svnmerge from
1143 http://svn.atheme.org/charybdis/trunk
1144
1145 ........
1146 r1975 | jilles | 2006-09-01 01:56:25 +0200 (Fri, 01 Sep 2006) | 4 lines
1147
1148 Fix bug in WEBIRC to deal with hosts being longer than HOSTLEN.
1149 We should use the IP and not truncate the hostname.
1150 From ratbox 2.2 (androsyn)
1151 ........
1152
1153
1154 Changes: Modified:
1155 + - branches/release-2.1/ (Property Modified)
1156 +7 -1 branches/release-2.1/extensions/m_webirc.c (File Modified)
1157
1158
1159 jilles 2006/09/01 00:01:23 UTC (20060901-1977)
1160 Log:
1161 Initialized merge tracking via "svnmerge" with revisions "1-1918" from
1162 http://svn.atheme.org/charybdis/trunk
1163
1164
1165 Changes: Modified:
1166 + - branches/release-2.1/ (Property Modified)
1167
1168
1169 nenolod 2006/08/31 10:32:46 UTC (20060831-1919)
1170 Log:
1171 - branch 2.1 release family
1172
1173
1174 Changes: Modified:
1175 + - branches/release-2.1/ (File Added)
1176
1177
1178 jilles 2006/08/30 16:20:52 UTC (20060830-1917)
1179 Log:
1180 Describe new handling of host mangling in channel bans in SGML.
1181
1182
1183 Changes: Modified:
1184 +7 -1 trunk/doc/sgml/oper-guide/cmodes.sgml (File Modified)
1185
1186
1187 nenolod 2006/08/29 20:24:08 UTC (20060829-1915)
1188 Log:
1189 - ok, 2.1 operline brought to you by marvin the melancholy robot
1190
1191
1192 Changes: Modified:
1193 +1 -1 trunk/src/messages.tab (File Modified)
1194
1195
1196 nenolod 2006/08/29 19:48:43 UTC (20060829-1913)
1197 Log:
1198 - change RPL_YOUREOPER to "Be sure to duck the rotten tomatoes."
1199 If anybody comes up with anything better, then please let us know
1200 and we will change this before 2.1 is branched.
1201
1202
1203 Changes: Modified:
1204 +1 -1 trunk/src/messages.tab (File Modified)
1205
1206
1207 jilles 2006/08/29 19:34:39 UTC (20060829-1911)
1208 Log:
1209 Add EUID to capab.txt.
1210
1211
1212 Changes: Modified:
1213 +1 -0 trunk/doc/technical/capab.txt (File Modified)
1214
1215
1216 jilles 2006/08/29 19:32:44 UTC (20060829-1909)
1217 Log:
1218 Update NEWS file.
1219
1220
1221 Changes: Modified:
1222 +3 -0 trunk/NEWS (File Modified)
1223
1224
1225 jilles 2006/08/29 19:18:15 UTC (20060829-1907)
1226 Log:
1227 Allow service{} servers to manipulate the nick delay table
1228 (for "nickserv enforcement").
1229 Syntax: :<server> ENCAP * NICKDELAY <duration> <nick>
1230 If duration is 0, the nickdelay entry is removed, otherwise
1231 it is added with the duration in seconds (maximum 24 hours).
1232 It is suggested that this is used if the EUID capab is present.
1233
1234
1235 Changes: Modified:
1236 +42 -1 trunk/modules/m_services.c (File Modified)
1237
1238
1239 jilles 2006/08/29 14:51:31 UTC (20060829-1905)
1240 Log:
1241 HURT: strip off *@ from the start of the mask
1242 reject anything else containing '@' or '!'
1243
1244
1245 Changes: Modified:
1246 +11 -0 trunk/extensions/hurt.c (File Modified)
1247
1248
1249 jilles 2006/08/29 14:46:33 UTC (20060829-1903)
1250 Log:
1251 ircd.c: need supported.h here
1252
1253
1254 Changes: Modified:
1255 +1 -0 trunk/src/ircd.c (File Modified)
1256
1257
1258 jilles 2006/08/29 14:45:53 UTC (20060829-1901)
1259 Log:
1260 HURT: less ambiguity here
1261 ips/hosts to be hurt must contain a '.' or ':' otherwise
1262 they are interpreted as nicks
1263
1264
1265 Changes: Modified:
1266 +14 -9 trunk/extensions/hurt.c (File Modified)
1267
1268
1269 nenolod 2006/08/29 14:40:11 UTC (20060829-1899)
1270 Log:
1271 - we're now ircd-charybdis.org.
1272 - properly alphabetize credits
1273
1274
1275 Changes: Modified:
1276 +4 -5 trunk/CREDITS (File Modified) (Property Modified)
1277
1278
1279 nenolod 2006/08/29 14:35:53 UTC (20060829-1897)
1280 Log:
1281 - add additional modules to the configs
1282
1283
1284 Changes: Modified:
1285 +6 -0 trunk/doc/example.conf (File Modified)
1286 +12 -0 trunk/doc/reference.conf (File Modified)
1287
1288
1289 nenolod 2006/08/29 14:26:40 UTC (20060829-1895)
1290 Log:
1291 - remove hurt.h, it is pointless and confusing
1292
1293
1294 Changes: Modified:
1295 +27 -62 trunk/extensions/hurt.c (File Modified)
1296 + - trunk/extensions/hurt.h (File Deleted)
1297
1298
1299 nenolod 2006/08/29 14:24:37 UTC (20060829-1893)
1300 Log:
1301 - add code to suggest a local HURT by nickname.
1302 - clean up this code (use libcharybdis runtime for memory management, not system libc)
1303
1304
1305 Changes: Modified:
1306 +40 -10 trunk/extensions/hurt.c (File Modified)
1307 +1 -0 trunk/extensions/hurt.h (File Modified)
1308
1309
1310 nenolod 2006/08/29 14:13:06 UTC (20060829-1891)
1311 Log:
1312 - update NEWS file
1313
1314
1315 Changes: Modified:
1316 +2 -1 trunk/NEWS (File Modified)
1317
1318
1319 jilles 2006/08/29 13:49:29 UTC (20060829-1889)
1320 Log:
1321 MASKTRACE/TESTMASK: check orighost as well
1322
1323
1324 Changes: Modified:
1325 +4 -2 trunk/modules/m_etrace.c (File Modified)
1326 +3 -1 trunk/modules/m_testmask.c (File Modified)
1327
1328
1329 jilles 2006/08/29 13:42:56 UTC (20060829-1887)
1330 Log:
1331 Make RPL_ISUPPORT (005) numeric modularizable.
1332 Currently it will reassemble the numeric every time
1333 it needs to be sent, using a few dozen callbacks;
1334 if this is too slow some caching scheme should be
1335 implemented.
1336
1337
1338 Changes: Modified:
1339 +0 -1 trunk/include/s_user.h (File Modified)
1340 +36 -114 trunk/include/supported.h (File Modified)
1341 +1 -1 trunk/modules/m_version.c (File Modified)
1342 +1 -0 trunk/src/Makefile.in (File Modified)
1343 +1 -0 trunk/src/ircd.c (File Modified)
1344 +300 -25 trunk/src/s_user.c (File Modified)
1345 + - trunk/src/supported.c (File Added)
1346
1347
1348 jilles 2006/08/28 10:09:50 UTC (20060828-1885)
1349 Log:
1350 EUID orighost could differ from host only in case,
1351 do not mark as dynamic spoof then
1352
1353
1354 Changes: Modified:
1355 +2 -1 trunk/modules/core/m_nick.c (File Modified)
1356
1357
1358 jilles 2006/08/28 09:52:57 UTC (20060828-1883)
1359 Log:
1360 kline help file: clarify a bit and remove some obsolete stuff
1361 partly suggested by Olin
1362
1363
1364 Changes: Modified:
1365 +8 -8 trunk/help/opers/kline (File Modified)
1366
1367
1368 jilles 2006/08/28 09:51:56 UTC (20060828-1881)
1369 Log:
1370 Update NEWS file.
1371
1372
1373 Changes: Modified:
1374 +20 -0 trunk/NEWS (File Modified)
1375
1376
1377 jilles 2006/08/27 21:18:43 UTC (20060827-1879)
1378 Log:
1379 Show real host/IP to nonopers whoising themselves.
1380 The IP is not shown for auth{} spoofs, otherwise it is,
1381 as it looked rather weird to me to show an auth{} spoofed
1382 IP like this. (/userhost on self still shows the IP.)
1383
1384
1385 Changes: Modified:
1386 +13 -2 trunk/modules/m_whois.c (File Modified)
1387
1388
1389 jilles 2006/08/27 18:30:04 UTC (20060827-1877)
1390 Log:
1391 Document nick_delay stuff and move it around a bit.
1392
1393
1394 Changes: Modified:
1395 +1 -2 trunk/doc/example.conf (File Modified)
1396 +8 -2 trunk/doc/reference.conf (File Modified)
1397
1398
1399 nenolod 2006/08/27 18:22:55 UTC (20060827-1875)
1400 Log:
1401 - disable nickdelay by default. Needs to be documented in reference.conf.
1402
1403
1404 Changes: Modified:
1405 +2 -0 trunk/doc/example.conf (File Modified)
1406 +2 -0 trunk/doc/reference.conf (File Modified)
1407
1408
1409 jilles 2006/08/27 18:05:50 UTC (20060827-1873)
1410 Log:
1411 Fix RPL_WHOISLOGGEDIN (330) not being sent in TS6 form.
1412
1413
1414 Changes: Modified:
1415 +2 -1 trunk/modules/m_services.c (File Modified)
1416
1417
1418 jilles 2006/08/27 15:36:00 UTC (20060827-1871)
1419 Log:
1420 ip_cloaking: somewhat hackish but we need to send the
1421 396 (RPL_HOSTHIDDEN) on connect if +h is in default
1422 umodes
1423
1424
1425 Changes: Modified:
1426 +3 -0 trunk/extensions/ip_cloaking.c (File Modified)
1427
1428
1429 jilles 2006/08/27 14:24:25 UTC (20060827-1869)
1430 Log:
1431 If EUID is used, show realhost in far connect notice
1432 (but not in far disconnect notice).
1433
1434
1435 Changes: Modified:
1436 +1 -1 trunk/extensions/sno_farconnect.c (File Modified)
1437
1438
1439 jilles 2006/08/27 14:21:45 UTC (20060827-1867)
1440 Log:
1441 ip_cloaking:
1442 - use non-ENCAP CHGHOST if possible
1443 - really introduce new users with their mangled and real
1444 host if +h is in default umodes
1445
1446
1447 Changes: Modified:
1448 +15 -3 trunk/extensions/ip_cloaking.c (File Modified)
1449
1450
1451 jilles 2006/08/27 14:02:57 UTC (20060827-1865)
1452 Log:
1453 Add non-ENCAP CHGHOST.
1454
1455
1456 Changes: Modified:
1457 +49 -11 trunk/modules/m_chghost.c (File Modified)
1458
1459
1460 jilles 2006/08/27 13:40:37 UTC (20060827-1863)
1461 Log:
1462 Initial addition of EUID (puts realhost/account in same
1463 command as user introduction).
1464 See doc/technical/euid.txt for more information.
1465 At this time, EUID requires TS6, and new CHGHOST is not done yet.
1466
1467
1468 Changes: Modified:
1469 + - trunk/doc/technical/euid.txt (File Added)
1470 +2 -1 trunk/include/s_serv.h (File Modified)
1471 +1 -1 trunk/include/s_user.h (File Modified)
1472 +127 -4 trunk/modules/core/m_nick.c (File Modified)
1473 +1 -34 trunk/modules/m_chghost.c (File Modified)
1474 +0 -28 trunk/modules/m_services.c (File Modified)
1475 +30 -1 trunk/src/s_serv.c (File Modified)
1476 +30 -3 trunk/src/s_user.c (File Modified)
1477
1478
1479 jilles 2006/08/26 23:21:42 UTC (20060826-1861)
1480 Log:
1481 Store the mangled host in localClient and use it for
1482 ban matching (also match real host for mangled users,
1483 also match mangled host for uncloaked users).
1484 Improve interaction of +h with auth{} and services
1485 spoofs.
1486 Note that all of this only applies to clients who
1487 connect after the mangling module is loaded
1488 (other clients cannot even set +h).
1489 The sorcerynet cloaking module has not been updated
1490 for these changes.
1491
1492
1493 Changes: Modified:
1494 +31 -13 trunk/extensions/ip_cloaking.c (File Modified)
1495 +3 -0 trunk/include/client.h (File Modified)
1496 +64 -5 trunk/src/channel.c (File Modified)
1497 +1 -0 trunk/src/client.c (File Modified)
1498 +2 -2 trunk/src/s_user.c (File Modified)
1499
1500
1501 jilles 2006/08/25 20:20:42 UTC (20060825-1859)
1502 Log:
1503 Document /stats U letters in sgml.
1504
1505
1506 Changes: Modified:
1507 +27 -21 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
1508
1509
1510 jilles 2006/08/25 14:33:51 UTC (20060825-1857)
1511 Log:
1512 Better description of hub_mask and leaf_mask.
1513
1514
1515 Changes: Modified:
1516 +13 -2 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
1517
1518
1519 jilles 2006/08/25 14:24:14 UTC (20060825-1855)
1520 Log:
1521 Add operspy_dont_care_user_info to sgml docs.
1522
1523
1524 Changes: Modified:
1525 +6 -0 trunk/doc/sgml/oper-guide/oprivs.sgml (File Modified)
1526
1527
1528 jilles 2006/08/24 18:30:52 UTC (20060824-1853)
1529 Log:
1530 Add general::operspy_dont_care_user_info.
1531 This makes /who mask equivalent to /who !mask for opers
1532 with the operspy flag, and removes the operspy log/notice
1533 on /who mask, /masktrace and /scan.
1534 The necessary privilege (operspy flag) is unchanged.
1535 Behaviour for the other operspy commands (channel
1536 related ones) is also unchanged.
1537
1538
1539 Changes: Modified:
1540 +1 -0 trunk/doc/example.conf (File Modified)
1541 +6 -0 trunk/doc/reference.conf (File Modified)
1542 +1 -0 trunk/include/s_conf.h (File Modified)
1543 +10 -8 trunk/modules/m_etrace.c (File Modified)
1544 +6 -0 trunk/modules/m_info.c (File Modified)
1545 +8 -5 trunk/modules/m_scan.c (File Modified)
1546 +1 -1 trunk/modules/m_version.c (File Modified)
1547 +6 -1 trunk/modules/m_who.c (File Modified)
1548 +1 -0 trunk/src/newconf.c (File Modified)
1549 +1 -0 trunk/src/s_conf.c (File Modified)
1550
1551
1552 jilles 2006/08/24 17:16:53 UTC (20060824-1851)
1553 Log:
1554 Show 'S' in /version if sno_farconnect.so has ever been loaded.
1555 This letter will also be used for showing operspy with
1556 limited accountability (show non channel related info
1557 without '!' or notice).
1558
1559
1560 Changes: Modified:
1561 +2 -0 trunk/doc/server-version-info (File Modified)
1562 +3 -0 trunk/extensions/sno_farconnect.c (File Modified)
1563 +2 -0 trunk/include/ircd.h (File Modified)
1564 +6 -0 trunk/modules/m_info.c (File Modified)
1565 +2 -0 trunk/modules/m_version.c (File Modified)
1566 +1 -0 trunk/src/ircd_state.c (File Modified)
1567
1568
1569 jilles 2006/08/23 12:40:21 UTC (20060823-1849)
1570 Log:
1571 Add m_webirc module, allows showing real host of CGI:IRC users.
1572 Differences to the version available on my web page for a while:
1573 instructions on how to set it up.
1574
1575
1576 Changes: Modified:
1577 +137 -0 trunk/extensions/Makefile.in (File Modified)
1578 + - trunk/extensions/m_webirc.c (File Added)
1579
1580
1581 nenolod 2006/08/23 10:21:57 UTC (20060823-1847)
1582 Log:
1583 - make I/O ports code compile on solaris 10 (tested on SunOS 5.10 sun4u sparc64)
1584
1585
1586 Changes: Modified:
1587 +5 -50 trunk/libcharybdis/ports.c (File Modified)
1588
1589
1590 nenolod 2006/08/22 23:57:10 UTC (20060822-1845)
1591 Log:
1592 - move beu from core to contributors
1593 - adjust captialisation on gxti's nickname (he uses gxti now instead of GXTi).
1594
1595
1596 Changes: Modified:
1597 +2 -2 trunk/CREDITS (File Modified)
1598
1599
1600 jilles 2006/08/22 17:57:25 UTC (20060822-1843)
1601 Log:
1602 Mention that class blocks must be defined before the
1603 auth or connect blocks referencing them.
1604
1605
1606 Changes: Modified:
1607 +4 -2 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
1608
1609
1610 jilles 2006/08/22 17:30:03 UTC (20060822-1841)
1611 Log:
1612 extb_canjoin:
1613 - change from "can join" to "is banned", this reverses sense
1614 and removes "weird" checks like for +i, +l, +j
1615 - don't allow $j to same channel
1616 - +s/+p restriction removed, anyone can /mode b anyway
1617 - +k check removed
1618
1619
1620 Changes: Modified:
1621 +12 -8 trunk/extensions/extb_canjoin.c (File Modified)
1622
1623
1624 jilles 2006/08/22 15:25:37 UTC (20060822-1839)
1625 Log:
1626 Add a few important lines from reference.conf to example.conf.
1627
1628
1629 Changes: Modified:
1630 +8 -1 trunk/doc/example.conf (File Modified)
1631
1632
1633 nenolod 2006/08/22 14:05:58 UTC (20060822-1837)
1634 Log:
1635 - we don't support rtsigio anymore
1636 - we definately don't support VMS nor Cygwin either.
1637
1638
1639 Changes: Modified:
1640 +2 -2 trunk/INSTALL (File Modified)
1641 +0 -2 trunk/README.FIRST (File Modified)
1642
1643
1644 nenolod 2006/08/22 12:59:38 UTC (20060822-1835)
1645 Log:
1646 - if the channel is +k, pass the source channel's key to can_join() for the target channel.
1647
1648
1649 Changes: Modified:
1650 +1 -1 trunk/extensions/extb_canjoin.c (File Modified)
1651
1652
1653 jilles 2006/08/22 12:55:22 UTC (20060822-1833)
1654 Log:
1655 extb_canjoin:
1656 - return EXTBAN_NOMATCH for a valid ban that does not match
1657 - consider a $j ban invalid if we were already processing a
1658 can_join for a $j ban
1659
1660
1661 Changes: Modified:
1662 +7 -2 trunk/extensions/extb_canjoin.c (File Modified)
1663
1664
1665 jilles 2006/08/22 12:44:04 UTC (20060822-1831)
1666 Log:
1667 extb_extgecos: realhost -> orighost
1668
1669
1670 Changes: Modified:
1671 +1 -1 trunk/extensions/extb_extgecos.c (File Modified)
1672
1673
1674 nenolod 2006/08/22 07:05:17 UTC (20060822-1829)
1675 Log:
1676 - add $j extban type, allows entry or non-entry to a channel based on whether or not you can join another channel.
1677
1678
1679 Changes: Modified:
1680 +59 -0 trunk/extensions/Makefile.in (File Modified)
1681 + - trunk/extensions/extb_canjoin.c (File Added)
1682
1683
1684 nenolod 2006/08/22 05:06:34 UTC (20060822-1827)
1685 Log:
1686 - oh right, charybdis calls that 'orighost'.
1687
1688
1689 Changes: Modified:
1690 +2 -2 trunk/modules/m_who.c (File Modified)
1691
1692
1693 nenolod 2006/08/22 05:05:20 UTC (20060822-1825)
1694 Log:
1695 - allow *opers* to do a /who based on realhost. Perhaps this should require operspy? TBD.
1696
1697
1698 Changes: Modified:
1699 +2 -0 trunk/modules/m_who.c (File Modified)
1700
1701
1702 nenolod 2006/08/22 00:16:38 UTC (20060822-1823)
1703 Log:
1704 - also check $x against realhost
1705
1706
1707 Changes: Modified:
1708 +12 -1 trunk/extensions/extb_extgecos.c (File Modified)
1709
1710
1711 jilles 2006/08/20 17:16:37 UTC (20060820-1811)
1712 Log:
1713 Sorcerynet people want a debugging notice moved from +s to +d.
1714
1715
1716 Changes: Modified:
1717 +1 -1 trunk/src/blacklist.c (File Modified)
1718
1719
1720 jilles 2006/08/20 16:59:27 UTC (20060820-1805)
1721 Log:
1722 Use source_p instead of client_p for free_pre_client().
1723 client_p could be NULL or another client.
1724
1725
1726 Changes: Modified:
1727 +1 -1 trunk/src/client.c (File Modified)
1728
1729
1730 nenolod 2006/08/20 16:58:04 UTC (20060820-1803)
1731 Log:
1732 - revert this, I know how to fix it now
1733
1734
1735 Changes: Modified:
1736 +1 -1 trunk/modules/core/m_nick.c (File Modified)
1737
1738
1739 nenolod 2006/08/20 16:55:31 UTC (20060820-1801)
1740 Log:
1741 - pass an actual valid client_p to exit_client() when dealing with Overriden condition.
1742 This fix is probably suboptimal, but it does indeed fix the problem.
1743
1744
1745 Changes: Modified:
1746 +1 -1 trunk/modules/core/m_nick.c (File Modified)
1747
1748
1749 nenolod 2006/08/20 10:27:33 UTC (20060820-1799)
1750 Log:
1751 - add extb_extgecos extban option ($x:nick!user@host#gecos), from sorcery modules
1752
1753
1754 Changes: Modified:
1755 +49 -0 trunk/extensions/Makefile.in (File Modified)
1756 + - trunk/extensions/extb_extgecos.c (File Added)
1757
1758
1759 jilles 2006/08/10 00:00:44 UTC (20060810-1797)
1760 Log:
1761 Remove undocumented and unused general::fallback_to_ip6_int config option.
1762
1763
1764 Changes: Modified:
1765 +0 -3 trunk/include/s_conf.h (File Modified)
1766 +0 -3 trunk/src/newconf.c (File Modified)
1767
1768
1769 jilles 2006/08/04 20:12:47 UTC (20060804-1795)
1770 Log:
1771 SGML docs:
1772 - document new TESTMASK
1773 - mention that TESTMASK matching is the same as MASKTRACE matching
1774 - mention that gecos in TESTMASK/MASKTRACE is optional (has always
1775 been that way)
1776
1777
1778 Changes: Modified:
1779 +23 -6 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
1780
1781
1782 jilles 2006/08/04 19:56:03 UTC (20060804-1793)
1783 Log:
1784 New testmask from ratbox 2.2.
1785 Allows matches on nick, ip and gecos in addition to user
1786 and host, and is fully analogous to masktrace.
1787 The numeric has changed from 724 to 727 and fields in it
1788 have changed.
1789
1790
1791 Changes: Modified:
1792 +4 -3 trunk/help/opers/testmask (File Modified)
1793 +1 -0 trunk/include/numeric.h (File Modified)
1794 +82 -9 trunk/modules/m_testmask.c (File Modified)
1795 +2 -2 trunk/src/messages.tab (File Modified)
1796
1797
1798 jilles 2006/08/04 19:33:27 UTC (20060804-1791)
1799 Log:
1800 contrib -> extensions
1801
1802
1803 Changes: Modified:
1804 +1 -1 trunk/doc/sgml/oper-guide/umodes.sgml (File Modified)
1805
1806
1807 jilles 2006/08/03 22:12:00 UTC (20060803-1789)
1808 Log:
1809 CHGHOST: Check validity of new hostname.
1810 If the command came from a local client (disabled by
1811 default), send an error message and drop the command.
1812 If the command came from a remote client or server,
1813 send a notice to opers and the target user (if local).
1814
1815
1816 Changes: Modified:
1817 +42 -1 trunk/modules/m_chghost.c (File Modified)
1818
1819
1820 jilles 2006/07/31 15:54:57 UTC (20060731-1787)
1821 Log:
1822 Update NEWS file.
1823
1824
1825 Changes: Modified:
1826 +23 -1 trunk/NEWS (File Modified)
1827
1828
1829 jilles 2006/07/31 15:24:06 UTC (20060731-1785)
1830 Log:
1831 When an outgoing server connection succeeds, set
1832 localClient->ip by simply copying the whole sockaddr
1833 struct instead of copying certain parts only.
1834
1835
1836 Changes: Modified:
1837 +1 -19 trunk/src/s_serv.c (File Modified)
1838
1839
1840 jilles 2006/07/31 15:17:19 UTC (20060731-1783)
1841 Log:
1842 Give a special error message and ignore the connect block
1843 if trying to add a connect block for the server's own name.
1844
1845
1846 Changes: Modified:
1847 +7 -0 trunk/src/newconf.c (File Modified)
1848
1849
1850 jilles 2006/07/30 18:07:38 UTC (20060730-1781)
1851 Log:
1852 Provide stubs for BlockHeapUsage(), struct MemBlock and MemBlock
1853 when --disable-balloc is used, so that it compiles.
1854 Obviously the BlockHeapUsage() stub returns just zeroes so
1855 /stats z will be less informative.
1856
1857
1858 Changes: Modified:
1859 +5 -0 trunk/libcharybdis/balloc.h (File Modified)
1860
1861
1862 jilles 2006/07/30 16:36:39 UTC (20060730-1779)
1863 Log:
1864 Free and zero dns_query in DNS callback for outgoing connect.
1865 This avoids double free of reslist.
1866
1867
1868 Changes: Modified:
1869 +4 -0 trunk/libcharybdis/commio.c (File Modified)
1870
1871
1872 jilles 2006/07/30 16:10:50 UTC (20060730-1777)
1873 Log:
1874 From ratbox, log failed outgoing connections to serverlog.
1875 Added: IP address.
1876
1877
1878 Changes: Modified:
1879 +13 -1 trunk/src/s_serv.c (File Modified)
1880
1881
1882 jilles 2006/07/30 15:44:50 UTC (20060730-1775)
1883 Log:
1884 Change serverlog message when connecting to be more clear and show the port number.
1885
1886
1887 Changes: Modified:
1888 +1 -1 trunk/src/s_serv.c (File Modified)
1889
1890
1891 jilles 2006/07/30 15:03:52 UTC (20060730-1773)
1892 Log:
1893 Remove gethost_byname(), this is meaningless
1894 since the removal of AAAA -> A fallback (r1763).
1895
1896
1897 Changes: Modified:
1898 +0 -1 trunk/include/res.h (File Modified)
1899 +0 -12 trunk/src/res.c (File Modified)
1900
1901
1902 jilles 2006/07/30 14:47:53 UTC (20060730-1771)
1903 Log:
1904 Remove ip6.int support and use only ip6.arpa.
1905 The global ip6.int zone has disappeared on June 1
1906 and a lot of other software has been removing ip6.int
1907 support also.
1908 This removes the second and last case where IPv6
1909 support in charybdis causes extra lookups and slows
1910 DNS down.
1911
1912
1913 Changes: Modified:
1914 +5 -27 trunk/src/res.c (File Modified)
1915
1916
1917 jilles 2006/07/30 14:30:48 UTC (20060730-1769)
1918 Log:
1919 Mention new default (r1767) for connect::aftype in sgml docs.
1920
1921
1922 Changes: Modified:
1923 +1 -1 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
1924
1925
1926 jilles 2006/07/30 13:59:15 UTC (20060730-1767)
1927 Log:
1928 Use IPv6 if connect::host looks like an IPv6 address
1929 (contains a colon). No need to aftype=ipv6 anymore.
1930
1931
1932 Changes: Modified:
1933 +2 -0 trunk/src/newconf.c (File Modified)
1934
1935
1936 jilles 2006/07/30 13:42:26 UTC (20060730-1765)
1937 Log:
1938 More information about connect::host.
1939
1940
1941 Changes: Modified:
1942 +7 -2 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
1943
1944
1945 jilles 2006/07/30 12:59:39 UTC (20060730-1763)
1946 Log:
1947 Remove fallback to A if AAAA cannot be found.
1948 In case of a forward check of a reverse lookup, we
1949 already know if it's ipv4 or ipv6, so it is not
1950 useful and in case of a forward lookup of a hostname
1951 in connect::host, connect::aftype already specifies
1952 if it's ipv4 or ipv6.
1953
1954
1955 Changes: Modified:
1956 +4 -27 trunk/src/res.c (File Modified)
1957
1958
1959 jilles 2006/07/27 19:27:49 UTC (20060727-1761)
1960 Log:
1961 msg_channel():
1962 - check if +c made the message text empty and refuse
1963 to send it if so
1964 - don't copy message text if it is not necessary
1965 (channel is -c)
1966
1967
1968 Changes: Modified:
1969 +14 -4 trunk/modules/core/m_message.c (File Modified)
1970
1971
1972 jilles 2006/07/25 23:46:50 UTC (20060725-1759)
1973 Log:
1974 remove_conf_item(): do not free cf_name, this is generally a string constant
1975
1976
1977 Changes: Modified:
1978 +0 -1 trunk/src/newconf.c (File Modified)
1979
1980
1981 jilles 2006/07/25 23:34:45 UTC (20060725-1757)
1982 Log:
1983 Remove the old unused FDL_ constants.
1984
1985
1986 Changes: Modified:
1987 +0 -9 trunk/libcharybdis/commio.h (File Modified)
1988
1989
1990 jilles 2006/07/25 23:17:59 UTC (20060725-1755)
1991 Log:
1992 Remove an unused struct irc_sockaddr_storage from fde_t
1993 (allocated for every possible file descriptor).
1994
1995
1996 Changes: Modified:
1997 +0 -2 trunk/libcharybdis/commio.h (File Modified)
1998
1999
2000 jilles 2006/07/25 22:48:38 UTC (20060725-1753)
2001 Log:
2002 If the DNS lookup for an outgoing connection is still
2003 pending when it is closed, clean it up.
2004
2005
2006 Changes: Modified:
2007 +1 -0 trunk/libcharybdis/commio.c (File Modified)
2008
2009
2010 jilles 2006/07/25 22:40:33 UTC (20060725-1751)
2011 Log:
2012 If proc_answer() fails (for example if a lookup for an
2013 A record returns a CNAME), fail the query immediately.
2014 Previously the packet was just ignored, leaving the
2015 query to time out.
2016
2017
2018 Changes: Modified:
2019 +4 -8 trunk/src/res.c (File Modified)
2020
2021
2022 jilles 2006/07/25 22:16:20 UTC (20060725-1749)
2023 Log:
2024 Correct sockhost field in an outgoing server connection.
2025 First copy the host field from the server_conf, then
2026 take the IP from to where the connection was attempted
2027 when the connection callback is called.
2028 (Before r1747 this used the IP from the server_conf.)
2029
2030
2031 Changes: Modified:
2032 +8 -2 trunk/src/s_serv.c (File Modified)
2033
2034
2035 jilles 2006/07/25 21:22:45 UTC (20060725-1747)
2036 Log:
2037 Remove ipnum (keep aftype) and dns_query from server_conf.
2038 We don't keep track of binary form address in connect{}
2039 blocks anymore, DNS lookups of names in host= gone.
2040 As before the DNS lookup is done on connect.
2041 This should unbreak hostnames in host= somewhat.
2042
2043
2044 Changes: Modified:
2045 +1 -2 trunk/include/s_newconf.h (File Modified)
2046 +2 -2 trunk/src/newconf.c (File Modified)
2047 +1 -42 trunk/src/s_newconf.c (File Modified)
2048 +12 -31 trunk/src/s_serv.c (File Modified)
2049
2050
2051 jilles 2006/07/25 16:25:56 UTC (20060725-1745)
2052 Log:
2053 Rerun autoconf.
2054
2055
2056 Changes: Modified:
2057 +1 -1 trunk/configure (File Modified)
2058
2059
2060 jilles 2006/07/25 16:25:12 UTC (20060725-1743)
2061 Log:
2062 Fix --disable-balloc help text (said --disable-small-net).
2063
2064
2065 Changes: Modified:
2066 +1 -1 trunk/configure.ac (File Modified)
2067
2068
2069 jilles 2006/07/23 18:58:52 UTC (20060723-1741)
2070 Log:
2071 Add general::servicestring, shown on RPL_WHOISOPERATOR for
2072 services (+S). Unlike operstring and adminstring, this
2073 is not changeable with /quote set but is updated on rehash.
2074
2075
2076 Changes: Modified:
2077 +1 -0 trunk/doc/example.conf (File Modified)
2078 +10 -2 trunk/doc/reference.conf (File Modified)
2079 +1 -0 trunk/include/s_conf.h (File Modified)
2080 +6 -0 trunk/modules/m_info.c (File Modified)
2081 +3 -2 trunk/modules/m_whois.c (File Modified)
2082 +1 -0 trunk/src/newconf.c (File Modified)
2083 +1 -0 trunk/src/s_conf.c (File Modified)
2084
2085
2086 jilles 2006/07/22 16:27:02 UTC (20060722-1739)
2087 Log:
2088 Fix handling of comma in whois: ignore the comma and
2089 everything after it but do output the entire parameter
2090 in RPL_ENDOFWHOIS.
2091
2092
2093 Changes: Modified:
2094 +2 -2 trunk/modules/m_whois.c (File Modified)
2095
2096
2097 beu 2006/07/21 22:36:46 UTC (20060721-1737)
2098 Log:
2099 New /stats letter 's' to list HURTs:
2100 - opers get the full listing.
2101 - users get any HURTs that match their sockhost/orighost if
2102 "stats_k_oper_only" is set to 1.
2103
2104
2105 Changes: Modified:
2106 +50 -0 trunk/extensions/hurt.c (File Modified)
2107
2108
2109 nenolod 2006/07/19 02:35:40 UTC (20060719-1735)
2110 Log:
2111 - make the newconf system available to modules.
2112
2113
2114 Changes: Modified:
2115 +4 -1 trunk/include/newconf.h (File Modified)
2116 +4 -8 trunk/src/newconf.c (File Modified)
2117
2118
2119 beu 2006/07/18 22:39:16 UTC (20060718-1733)
2120 Log:
2121 Undo silly commit (tor.dnsbl.sectoor.de requirs record checking).
2122
2123 Changes: Modified:
2124 +0 -3 trunk/doc/example.conf (File Modified)
2125 +0 -3 trunk/doc/reference.conf (File Modified)
2126
2127
2128 beu 2006/07/18 22:34:36 UTC (20060718-1731)
2129 Log:
2130 Add more effective Tor DNSBL (more up-to-date, more NATed nodes, etc).
2131
2132
2133 Changes: Modified:
2134 +3 -0 trunk/doc/example.conf (File Modified)
2135 +3 -0 trunk/doc/reference.conf (File Modified)
2136
2137
2138 jilles 2006/07/17 16:48:13 UTC (20060717-1729)
2139 Log:
2140 Fix too early truncation of JOIN channel list.
2141
2142
2143 Changes: Modified:
2144 +2 -3 trunk/modules/core/m_join.c (File Modified)
2145
2146
2147 jilles 2006/07/07 21:59:52 UTC (20060707-1727)
2148 Log:
2149 - From ratbox 2.2 (anfl), send server notices about read
2150 errors from handshakes and servers to +s instead of +d.
2151 - Send various server notices about failed server
2152 connections which did not reach registered state network
2153 wide if the connection was initiated by a remote oper.
2154 This avoids annoying the whole net if there is a
2155 broken autoconnect, but allows all opers to see why a
2156 remote connect failed. Failed connections which did reach
2157 server state already generate server notices everywhere.
2158
2159 Note: this is an exception to our general policy to not send
2160 server notices about unregistered connections remotely.
2161
2162
2163 Changes: Modified:
2164 +1 -0 trunk/include/client.h (File Modified)
2165 +20 -6 trunk/src/client.c (File Modified)
2166 +6 -6 trunk/src/s_serv.c (File Modified)
2167
2168
2169 nenolod 2006/07/07 14:41:39 UTC (20060707-1725)
2170 Log:
2171 - fix typoes
2172
2173
2174 Changes: Modified:
2175 +1 -1 trunk/doc/example.conf (File Modified)
2176 +1 -1 trunk/doc/reference.conf (File Modified)
2177
2178
2179 jilles 2006/07/06 15:23:58 UTC (20060706-1723)
2180 Log:
2181 Don't allow #channel +b $c:&channel (inconsistent target).
2182
2183
2184 Changes: Modified:
2185 +3 -0 trunk/extensions/extb_channel.c (File Modified)
2186
2187
2188 jilles 2006/07/05 14:37:18 UTC (20060705-1721)
2189 Log:
2190 Remove dns_query pointer from LocalClient, we store this in AuthQuery.
2191
2192
2193 Changes: Modified:
2194 +0 -2 trunk/include/client.h (File Modified)
2195
2196
2197 jilles 2006/07/05 13:28:40 UTC (20060705-1719)
2198 Log:
2199 Invalidate can_send ban cache when a TS6 SJOIN clears the ban list.
2200
2201
2202 Changes: Modified:
2203 +2 -0 trunk/modules/core/m_sjoin.c (File Modified)
2204
2205
2206 jilles 2006/07/04 14:41:11 UTC (20060704-1717)
2207 Log:
2208 Store IP addresses in whowas. These are shown to opers.
2209 Obtained from Eurus patches.
2210 orighost tracking removed (not worth the memory IMHO),
2211 numeric changed to RPL_WHOISACTUALLY, fixed to deal
2212 with unknown IPs and to not violate auth{} spoof policy.
2213
2214
2215 Changes: Modified:
2216 +2 -0 trunk/doc/reference.conf (File Modified)
2217 +1 -0 trunk/include/numeric.h (File Modified)
2218 +1 -0 trunk/include/whowas.h (File Modified)
2219 +10 -1 trunk/modules/m_whowas.c (File Modified)
2220 +1 -1 trunk/src/messages.tab (File Modified)
2221 +4 -0 trunk/src/whowas.c (File Modified)
2222
2223
2224 jilles 2006/07/03 15:18:47 UTC (20060703-1715)
2225 Log:
2226 Describe hostmask parameter of masktrace better in sgml docs.
2227
2228
2229 Changes: Modified:
2230 +5 -0 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
2231
2232
2233 jilles 2006/07/03 14:03:05 UTC (20060703-1713)
2234 Log:
2235 masktrace help file: mention CIDR IP masks
2236 From ratbox 2.2
2237
2238
2239 Changes: Modified:
2240 +2 -0 trunk/help/opers/masktrace (File Modified)
2241
2242
2243 jilles 2006/07/03 13:56:38 UTC (20060703-1711)
2244 Log:
2245 MASKTRACE: allow normal match() on IP address also
2246 From ratbox 2.2
2247
2248
2249 Changes: Modified:
2250 +2 -3 trunk/modules/m_etrace.c (File Modified)
2251
2252
2253 jilles 2006/06/29 22:36:45 UTC (20060629-1709)
2254 Log:
2255 Allow +S clients (services) to send to channels and @/+ channels always.
2256
2257
2258 Changes: Modified:
2259 +1 -1 trunk/modules/core/m_message.c (File Modified)
2260 +1 -1 trunk/src/channel.c (File Modified)
2261
2262
2263 jilles 2006/06/29 22:25:46 UTC (20060629-1707)
2264 Log:
2265 Allow servers to send to @#chan and +#chan.
2266
2267
2268 Changes: Modified:
2269 +1 -1 trunk/modules/core/m_message.c (File Modified)
2270
2271
2272 jilles 2006/06/29 21:51:59 UTC (20060629-1705)
2273 Log:
2274 Don't count opers on service{} servers in /lusers.
2275
2276
2277 Changes: Modified:
2278 +2 -2 trunk/src/s_user.c (File Modified)
2279
2280
2281 jilles 2006/06/29 21:19:38 UTC (20060629-1703)
2282 Log:
2283 Show opers the real host behind a dynamic spoof in WHOIS.
2284 If the user is auth{} spoofed, this shows the auth{} spoof
2285 otherwise it shows the DNS hostname and IP address.
2286 The numeric used is 378 (RPL_WHOISHOST) taken from Unreal.
2287
2288
2289 Changes: Modified:
2290 +1 -0 trunk/include/numeric.h (File Modified)
2291 +12 -2 trunk/modules/m_whois.c (File Modified)
2292 +1 -1 trunk/src/messages.tab (File Modified)
2293
2294
2295 jilles 2006/06/27 16:25:52 UTC (20060627-1701)
2296 Log:
2297 Remove #define HIDE_SPOOF_IPS from config.h, should
2298 have been done earlier.
2299
2300
2301 Changes: Modified:
2302 +0 -7 trunk/include/config.h (File Modified)
2303
2304
2305 jilles 2006/06/27 15:29:10 UTC (20060627-1699)
2306 Log:
2307 Bring back ERR_CANTKILLSERVER.
2308
2309
2310 Changes: Modified:
2311 +5 -7 trunk/modules/core/m_kill.c (File Modified)
2312
2313
2314 jilles 2006/06/27 15:18:57 UTC (20060627-1697)
2315 Log:
2316 ip_cloaking module:
2317 - also send RPL_HOSTHIDDEN on -h
2318 - don't allow +h for auth{} spoofed clients
2319
2320
2321 Changes: Modified:
2322 +8 -2 trunk/extensions/ip_cloaking.c (File Modified)
2323
2324
2325 jilles 2006/06/27 15:11:23 UTC (20060627-1695)
2326 Log:
2327 /etc/resolv.conf parsing:
2328 - don't crash (sometimes) if there is a line without an argument
2329 (e.g. 'search' by itself)
2330 - fix handling of lines with leading whitespace
2331
2332
2333 Changes: Modified:
2334 +9 -8 trunk/src/reslib.c (File Modified)
2335
2336
2337 jilles 2006/06/20 14:26:16 UTC (20060620-1683)
2338 Log:
2339 Put back code that terminates DNS queries, which was
2340 removed during the resolver changes.
2341
2342
2343 Changes: Modified:
2344 +4 -0 trunk/src/s_auth.c (File Modified)
2345
2346
2347 nenolod 2006/06/20 09:20:58 UTC (20060620-1681)
2348 Log:
2349 - oh hey, that was in the wrong place
2350
2351
2352 Changes: Modified:
2353 +13 -13 trunk/src/s_auth.c (File Modified)
2354
2355
2356 nenolod 2006/06/20 08:33:20 UTC (20060620-1679)
2357 Log:
2358 - handle a situation where a user can go away before DNS completes
2359
2360
2361 Changes: Modified:
2362 +13 -0 trunk/src/s_auth.c (File Modified)
2363
2364
2365 jilles 2006/06/16 14:43:33 UTC (20060616-1677)
2366 Log:
2367 More dnsbl stuff
2368
2369
2370 Changes: Modified:
2371 +1 -0 trunk/include/blacklist.h (File Modified)
2372 +1 -0 trunk/include/res.h (File Modified)
2373 +33 -2 trunk/src/blacklist.c (File Modified)
2374 +2 -0 trunk/src/client.c (File Modified)
2375 +24 -0 trunk/src/res.c (File Modified)
2376
2377
2378 jilles 2006/06/15 22:32:23 UTC (20060615-1675)
2379 Log:
2380 Don't touch the returned sockaddr (mangle_mapped_sockaddr())
2381 if comm_accept() failed.
2382
2383 Found with valgrind.
2384
2385
2386 Changes: Modified:
2387 +4 -4 trunk/src/listener.c (File Modified)
2388
2389
2390 nenolod 2006/06/15 18:13:04 UTC (20060615-1673)
2391 Log:
2392 - handle unavailable Client/preClient structs
2393
2394
2395 Changes: Modified:
2396 +9 -0 trunk/src/blacklist.c (File Modified)
2397
2398
2399 jilles 2006/06/14 17:52:20 UTC (20060614-1671)
2400 Log:
2401 Add +lf to SGML docs.
2402
2403
2404 Changes: Modified:
2405 +3 -2 trunk/doc/sgml/oper-guide/cmodes.sgml (File Modified)
2406
2407
2408 jilles 2006/06/14 17:48:41 UTC (20060614-1669)
2409 Log:
2410 Also do forwarding if the channel limit (+l) is exceeded.
2411
2412
2413 Changes: Modified:
2414 +1 -1 trunk/help/opers/cmode (File Modified)
2415 +2 -2 trunk/modules/core/m_join.c (File Modified)
2416
2417
2418 beu 2006/06/07 11:53:21 UTC (20060607-1663)
2419 Log:
2420 Post-release lovin':
2421 - Update version to 2.1.0.
2422 - Regenerate configure.
2423
2424
2425 Changes: Modified:
2426 +9 -9 trunk/configure (File Modified)
2427 +1 -1 trunk/configure.ac (File Modified)
2428
2429
2430 beu 2006/06/07 11:42:54 UTC (20060607-1659)
2431 Log:
2432 Comment out example blacklist{} block.
2433
2434
2435 Changes: Modified:
2436 +7 -7 trunk/doc/example.conf (File Modified)
2437 +7 -7 trunk/doc/reference.conf (File Modified)
2438
2439
2440 beu 2006/06/07 10:59:48 UTC (20060607-1653)
2441 Log:
2442 Add note regarding use of AHBL BLs.
2443
2444
2445 Changes: Modified:
2446 +4 -0 trunk/doc/example.conf (File Modified)
2447 +4 -0 trunk/doc/reference.conf (File Modified)
2448
2449
2450 jilles 2006/06/05 15:43:45 UTC (20060605-1646)
2451 Log:
2452 Fix typos.
2453
2454
2455 Changes: Modified:
2456 +2 -2 trunk/CREDITS (File Modified)
2457
2458
2459 jilles 2006/06/05 15:28:22 UTC (20060605-1644)
2460 Log:
2461 Add beu to CREDITS.
2462
2463
2464 Changes: Modified:
2465 +1 -0 trunk/CREDITS (File Modified)
2466
2467
2468 jilles 2006/06/05 00:02:19 UTC (20060605-1640)
2469 Log:
2470 Put more recent ratbox CREDITS here.
2471
2472
2473 Changes: Modified:
2474 +3 -2 trunk/doc/Ratbox-team (File Modified)
2475
2476
2477 jilles 2006/06/04 19:19:02 UTC (20060604-1636)
2478 Log:
2479 Clarify a bit.
2480
2481
2482 Changes: Modified:
2483 +5 -4 trunk/NEWS (File Modified)
2484
2485
2486 jilles 2006/06/04 13:26:04 UTC (20060604-1634)
2487 Log:
2488 Mention that install or make install also avoids modunload crashes.
2489
2490
2491 Changes: Modified:
2492 +2 -1 trunk/BUGS (File Modified)
2493
2494
2495 nenolod 2006/06/04 07:01:42 UTC (20060604-1632)
2496 Log:
2497 - update NEWS a bit
2498
2499
2500 Changes: Modified:
2501 +3 -8 trunk/NEWS (File Modified)
2502
2503
2504 nenolod 2006/06/04 03:06:33 UTC (20060604-1630)
2505 Log:
2506 - further updates
2507
2508
2509 Changes: Modified:
2510 +3 -2 trunk/BUGS (File Modified)
2511
2512
2513 nenolod 2006/06/04 03:05:20 UTC (20060604-1628)
2514 Log:
2515 - add orighost check to hurt.c
2516 - update BUGS info
2517
2518
2519 Changes: Modified:
2520 +1 -6 trunk/BUGS (File Modified)
2521 +1 -1 trunk/extensions/hurt.c (File Modified)
2522
2523
2524 jilles 2006/06/04 03:03:46 UTC (20060604-1626)
2525 Log:
2526 Make kline_exempt exempt from HURT also.
2527
2528
2529 Changes: Modified:
2530 +2 -1 trunk/extensions/hurt.c (File Modified)
2531
2532
2533 jilles 2006/06/04 03:02:27 UTC (20060604-1624)
2534 Log:
2535 Fix mask HEAL propagation.
2536
2537
2538 Changes: Modified:
2539 +6 -3 trunk/extensions/hurt.c (File Modified)
2540
2541
2542 beu 2006/06/04 03:01:05 UTC (20060604-1622)
2543 Log:
2544 - Remove old cruft.
2545 - Update.
2546
2547
2548 Changes: Modified:
2549 +18 -31 trunk/extensions/README (File Modified)
2550
2551
2552 jilles 2006/06/04 02:46:31 UTC (20060604-1620)
2553 Log:
2554 More target change hax.
2555 Ick.
2556
2557
2558 Changes: Modified:
2559 +5 -0 trunk/extensions/hurt.c (File Modified)
2560
2561
2562 jilles 2006/06/04 02:44:47 UTC (20060604-1618)
2563 Log:
2564 Improvements to HURT propagation.
2565
2566
2567 Changes: Modified:
2568 +8 -6 trunk/extensions/hurt.c (File Modified)
2569
2570
2571 nenolod 2006/06/04 02:33:31 UTC (20060604-1616)
2572 Log:
2573 - further simplification
2574
2575
2576 Changes: Modified:
2577 +25 -76 trunk/extensions/hurt.c (File Modified)
2578 +0 -9 trunk/extensions/hurt.h (File Modified)
2579
2580
2581 nenolod 2006/06/04 02:22:52 UTC (20060604-1614)
2582 Log:
2583 - client_exit hook
2584
2585
2586 Changes: Modified:
2587 +13 -0 trunk/extensions/hurt.c (File Modified)
2588
2589
2590 nenolod 2006/06/04 02:17:01 UTC (20060604-1612)
2591 Log:
2592 - cut off at 15 messages instead of 30
2593
2594
2595 Changes: Modified:
2596 +1 -1 trunk/extensions/hurt.h (File Modified)
2597
2598
2599 jilles 2006/06/04 02:16:18 UTC (20060604-1610)
2600 Log:
2601 Squash a warning here.
2602
2603
2604 Changes: Modified:
2605 +1 -3 trunk/src/ircd.c (File Modified)
2606
2607
2608 jilles 2006/06/04 02:11:40 UTC (20060604-1608)
2609 Log:
2610 Don't show servers in /stats l to nonopers if flatten links is enabled.
2611
2612
2613 Changes: Modified:
2614 +3 -1 trunk/modules/m_stats.c (File Modified)
2615
2616
2617 nenolod 2006/06/04 02:05:50 UTC (20060604-1606)
2618 Log:
2619 - hurt expiry
2620
2621
2622 Changes: Modified:
2623 +20 -7 trunk/extensions/hurt.c (File Modified)
2624
2625
2626 nenolod 2006/06/04 01:59:06 UTC (20060604-1603)
2627 Log:
2628 - remove inline stuff (yuck)
2629 - sockaddr should have been sockhost
2630
2631
2632 Changes: Modified:
2633 +22 -31 trunk/extensions/hurt.c (File Modified)
2634
2635
2636 nenolod 2006/06/04 01:56:14 UTC (20060604-1601)
2637 Log:
2638 - make hurt checking actually work
2639
2640
2641 Changes: Modified:
2642 +2 -7 trunk/extensions/hurt.c (File Modified)
2643
2644
2645 jilles 2006/06/04 01:55:34 UTC (20060604-1599)
2646 Log:
2647 Slight tweak to alias{}.
2648
2649
2650 Changes: Modified:
2651 +4 -0 trunk/src/parse.c (File Modified)
2652
2653
2654 nenolod 2006/06/04 01:54:42 UTC (20060604-1597)
2655 Log:
2656 - further simplification
2657
2658
2659 Changes: Modified:
2660 +59 -71 trunk/extensions/hurt.c (File Modified)
2661 +0 -1 trunk/extensions/hurt.h (File Modified)
2662
2663
2664 nenolod 2006/06/04 01:40:14 UTC (20060604-1595)
2665 Log:
2666 - further cleanup (but, it does not compile right now because i've removed the patricia code (well, most of it)
2667
2668
2669 Changes: Modified:
2670 +10 -20 trunk/extensions/hurt.c (File Modified)
2671 +0 -4 trunk/extensions/hurt.h (File Modified)
2672
2673
2674 nenolod 2006/06/04 01:25:26 UTC (20060604-1593)
2675 Log:
2676 - remove some unnecessary code here (hurt_initial_check_event()).
2677
2678
2679 Changes: Modified:
2680 +0 -23 trunk/extensions/hurt.c (File Modified)
2681
2682
2683 nenolod 2006/06/04 01:21:30 UTC (20060604-1591)
2684 Log:
2685 - if PRIVMSG has been crippled (localClient.target_last > CurrentTime), and the PM target is an operator, then allow it through
2686
2687
2688 Changes: Modified:
2689 +8 -0 trunk/modules/core/m_message.c (File Modified)
2690
2691
2692 nenolod 2006/06/04 01:09:52 UTC (20060604-1589)
2693 Log:
2694 - more sane tgchange hax
2695
2696
2697 Changes: Modified:
2698 +2 -1 trunk/extensions/hurt.c (File Modified)
2699
2700
2701 jilles 2006/06/03 23:28:39 UTC (20060603-1587)
2702 Log:
2703 Make HEAL <nick> work.
2704
2705
2706 Changes: Modified:
2707 +40 -43 trunk/extensions/hurt.c (File Modified)
2708
2709
2710 jilles 2006/06/03 23:04:33 UTC (20060603-1585)
2711 Log:
2712 Destroy hurt_clients list on unload.
2713
2714
2715 Changes: Modified:
2716 +7 -0 trunk/extensions/hurt.c (File Modified)
2717
2718
2719 jilles 2006/06/03 22:55:21 UTC (20060603-1583)
2720 Log:
2721 Coding style: no space between a function name and parenthesis.
2722
2723
2724 Changes: Modified:
2725 +43 -43 trunk/extensions/hurt.c (File Modified)
2726
2727
2728 jilles 2006/06/03 22:48:40 UTC (20060603-1581)
2729 Log:
2730 Now works and throws out hurt clients after 30 protocol messages
2731 unless they identify.
2732
2733
2734 Changes: Modified:
2735 +28 -36 trunk/extensions/hurt.c (File Modified)
2736 +1 -7 trunk/extensions/hurt.h (File Modified)
2737
2738
2739 jilles 2006/06/03 22:19:39 UTC (20060603-1579)
2740 Log:
2741 Working addition/lookup.
2742
2743
2744 Changes: Modified:
2745 +8 -0 trunk/extensions/hurt.c (File Modified)
2746
2747
2748 jilles 2006/06/03 22:00:31 UTC (20060603-1577)
2749 Log:
2750 Get rid of hyb6 style propagation (:server COMMAND source).
2751
2752
2753 Changes: Modified:
2754 +18 -22 trunk/extensions/hurt.c (File Modified)
2755
2756
2757 jilles 2006/06/03 21:53:47 UTC (20060603-1575)
2758 Log:
2759 add not-working hurt_add and hurt_find
2760
2761
2762 Changes: Modified:
2763 +13 -5 trunk/extensions/hurt.c (File Modified)
2764
2765
2766 jilles 2006/06/03 21:34:56 UTC (20060603-1573)
2767 Log:
2768 Comment out a lot of stuff so I can load and unload this without crashing.
2769
2770
2771 Changes: Modified:
2772 +17 -6 trunk/extensions/hurt.c (File Modified)
2773
2774
2775 jilles 2006/06/03 21:24:02 UTC (20060603-1571)
2776 Log:
2777 Fix svn:keywords and add a short comment at the top.
2778
2779
2780 Changes: Modified:
2781 +8 -0 trunk/extensions/hurt.c (File Modified) (Property Modified)
2782
2783
2784 jilles 2006/06/03 21:21:44 UTC (20060603-1569)
2785 Log:
2786 - Make hurt module compile
2787 - Link it to the build
2788 - Initial tweaks, use struct Message's min params, ERR_NOPRIVS shows
2789 correct flag name, no CAP_TS6 use etc
2790
2791
2792 Changes: Modified:
2793 +1 -0 trunk/extensions/Makefile.in (File Modified)
2794 +30 -32 trunk/extensions/hurt.c (File Modified)
2795
2796
2797 jilles 2006/06/03 21:06:46 UTC (20060603-1567)
2798 Log:
2799 Put beu's hurt module in trunk.
2800
2801
2802 Changes: Modified:
2803 + - trunk/extensions/hurt.c (File Added)
2804 + - trunk/extensions/hurt.h (File Added)
2805
2806
2807 nenolod 2006/06/02 00:43:35 UTC (20060602-1563)
2808 Log:
2809 - _iprint(): use stderr instead of stdout
2810
2811
2812 Changes: Modified:
2813 +1 -1 trunk/src/s_log.c (File Modified)
2814
2815
2816 jilles 2006/06/01 23:50:54 UTC (20060601-1561)
2817 Log:
2818 - Open fd 0, 1, 2 to /dev/null so we don't get kqueue there
2819 and subsequently destroy our kqueue when we close 0, 1, 2
2820 (broke /restart).
2821 - After closing fd 0, 1, 2 reopen them to /dev/null again
2822 so we don't send messages from malloc etc to a random
2823 user's connection.
2824 - Remove an obsolete comment.
2825
2826
2827 Changes: Modified:
2828 +13 -2 trunk/src/ircd.c (File Modified)
2829
2830
2831 jilles 2006/06/01 22:17:16 UTC (20060601-1559)
2832 Log:
2833 Update NEWS file.
2834
2835
2836 Changes: Modified:
2837 +29 -1 trunk/NEWS (File Modified)
2838
2839
2840 jilles 2006/06/01 20:18:31 UTC (20060601-1551)
2841 Log:
2842 Rerun autoconf.
2843
2844
2845 Changes: Modified:
2846 +1 -1 trunk/configure (File Modified)
2847
2848
2849 jilles 2006/06/01 20:17:21 UTC (20060601-1549)
2850 Log:
2851 Fix openssl version check to also accept versions newer than 0.9.6.
2852
2853
2854 Changes: Modified:
2855 +1 -1 trunk/configure.ac (File Modified)
2856
2857
2858 jilles 2006/06/01 18:18:28 UTC (20060601-1543)
2859 Log:
2860 Oops, need packet.h here.
2861
2862
2863 Changes: Modified:
2864 +1 -0 trunk/modules/m_cmessage.c (File Modified)
2865
2866
2867 jilles 2006/06/01 18:17:00 UTC (20060601-1541)
2868 Log:
2869 End the flood grace period in CPRIVMSG/CNOTICE.
2870
2871
2872 Changes: Modified:
2873 +3 -0 trunk/modules/m_cmessage.c (File Modified)
2874
2875
2876 nenolod 2006/06/01 17:51:07 UTC (20060601-1539)
2877 Log:
2878 - update class::connectfreq documentation
2879
2880
2881 Changes: Modified:
2882 +1 -1 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
2883
2884
2885 nenolod 2006/06/01 17:41:10 UTC (20060601-1537)
2886 Log:
2887 - get rid of the "minimum connection frequency delay" concept, as it is quite silly and does no good anyway
2888
2889
2890 Changes: Modified:
2891 +3 -6 trunk/src/s_serv.c (File Modified)
2892
2893
2894 jilles 2006/06/01 15:27:18 UTC (20060601-1535)
2895 Log:
2896 New RPL_YOUREOPER, from ircd.digi.pl3d.5.2.1.jp3 (1995-1996).
2897
2898
2899 Changes: Modified:
2900 +1 -1 trunk/src/messages.tab (File Modified)
2901
2902
2903 jilles 2006/06/01 13:06:23 UTC (20060601-1533)
2904 Log:
2905 Don't mention that /stats p shows idle times, as it doesn't.
2906
2907
2908 Changes: Modified:
2909 +1 -1 trunk/help/opers/stats (File Modified)
2910 +1 -1 trunk/help/users/stats (File Modified)
2911
2912
2913 jilles 2006/06/01 12:59:03 UTC (20060601-1531)
2914 Log:
2915 /stats A shows DNS servers, it doesn't matter whether ircd
2916 uses ADNS or something else.
2917
2918
2919 Changes: Modified:
2920 +1 -1 trunk/help/opers/stats (File Modified)
2921
2922
2923 jilles 2006/05/30 21:34:57 UTC (20060530-1529)
2924 Log:
2925 get_client_name() fix
2926
2927
2928 Changes: Modified:
2929 +4 -0 trunk/src/client.c (File Modified)
2930
2931
2932 jilles 2006/05/28 13:58:14 UTC (20060528-1527)
2933 Log:
2934 Add some comments.
2935
2936
2937 Changes: Modified:
2938 +6 -0 trunk/src/ircd.c (File Modified)
2939
2940
2941 beu 2006/05/28 09:22:09 UTC (20060528-1521)
2942 Log:
2943 Fix argument order for AC_SEARCH_LIBS (yeah, I fail...)
2944
2945 Changes: Modified:
2946 +16 -17 trunk/configure (File Modified)
2947 +1 -1 trunk/configure.ac (File Modified)
2948
2949
2950 beu 2006/05/28 09:10:43 UTC (20060528-1517)
2951 Log:
2952 Fix build for SunOS/Solaris [libnsl is required for inet_ntoa()].
2953
2954 Changes: Modified:
2955 +135 -0 trunk/configure (File Modified)
2956 +6 -0 trunk/configure.ac (File Modified)
2957
2958
2959 jilles 2006/05/28 03:28:53 UTC (20060528-1515)
2960 Log:
2961 Exit 0 on successful -conftest.
2962
2963
2964 Changes: Modified:
2965 +1 -1 trunk/src/ircd.c (File Modified)
2966
2967
2968 jilles 2006/05/28 03:19:47 UTC (20060528-1513)
2969 Log:
2970 Make the "keep the parent process around" thing work, by opening
2971 a pipe to the child process. This pipe is on fd 0 in the child
2972 process. After successful initialization, the child will write
2973 a byte to this pipe, on fatal errors it will close it without
2974 writing anything.
2975
2976 Somewhat hackish still but should work.
2977
2978
2979 Changes: Modified:
2980 +27 -30 trunk/src/ircd.c (File Modified)
2981
2982
2983 nenolod 2006/05/28 02:37:26 UTC (20060528-1511)
2984 Log:
2985 - convert some error messages to ierror() over fprintf/ilog combination
2986
2987
2988 Changes: Modified:
2989 +3 -6 trunk/src/ircd.c (File Modified)
2990
2991
2992 nenolod 2006/05/28 02:35:58 UTC (20060528-1509)
2993 Log:
2994 - inotice() for loadmodule when in foreground mode
2995
2996
2997 Changes: Modified:
2998 +3 -0 trunk/src/modules.c (File Modified)
2999
3000
3001 nenolod 2006/05/28 02:34:43 UTC (20060528-1507)
3002 Log:
3003 - remove inotice() on loading modules from the config
3004
3005
3006 Changes: Modified:
3007 +0 -3 trunk/src/modules.c (File Modified)
3008
3009
3010 nenolod 2006/05/28 00:11:14 UTC (20060528-1505)
3011 Log:
3012 - usleep for 50000usec in the parent process to allow for startup messages
3013 to be cleanly printed before detaching to shell, this should be more than
3014 enough time really
3015
3016
3017 Changes: Modified:
3018 +3 -0 trunk/src/ircd.c (File Modified)
3019
3020
3021 nenolod 2006/05/28 00:07:11 UTC (20060528-1503)
3022 Log:
3023 - display more errors during normal startup as to try to help people find common problems
3024
3025
3026 Changes: Modified:
3027 +27 -10 trunk/src/ircd.c (File Modified)
3028
3029
3030 nenolod 2006/05/27 23:36:23 UTC (20060527-1501)
3031 Log:
3032 - version bump in preparation of 2.0.0 release
3033
3034
3035 Changes: Modified:
3036 +9 -9 trunk/configure (File Modified)
3037 +1 -1 trunk/configure.ac (File Modified)
3038
3039
3040 jilles 2006/05/27 20:39:47 UTC (20060527-1495)
3041 Log:
3042 Change example.conf operator block from "admin" to "god",
3043 so as to show we encourage per-person operator blocks.
3044
3045
3046 Changes: Modified:
3047 +4 -2 trunk/doc/example.conf (File Modified)
3048
3049
3050 jilles 2006/05/27 20:33:58 UTC (20060527-1493)
3051 Log:
3052 Document alias{} block.
3053
3054
3055 Changes: Modified:
3056 +28 -0 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
3057
3058
3059 jilles 2006/05/27 20:28:00 UTC (20060527-1491)
3060 Log:
3061 Document DNS blacklist stuff in sgml.
3062
3063
3064 Changes: Modified:
3065 +6 -0 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
3066 +39 -1 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
3067
3068
3069 jilles 2006/05/27 20:13:30 UTC (20060527-1489)
3070 Log:
3071 Misc /stats clarifications.
3072
3073
3074 Changes: Modified:
3075 +9 -4 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
3076
3077
3078 jilles 2006/05/27 19:54:37 UTC (20060527-1487)
3079 Log:
3080 Move snomasks into umodes chapter.
3081 Move oprivs chapter down.
3082
3083
3084 Changes: Modified:
3085 +1 -160 trunk/doc/sgml/oper-guide/charybdis-oper-guide.sgml (File Modified)
3086 + - trunk/doc/sgml/oper-guide/snomasks.sgml (File Deleted)
3087 +137 -0 trunk/doc/sgml/oper-guide/umodes.sgml (File Modified)
3088
3089
3090 jilles 2006/05/27 19:09:19 UTC (20060527-1485)
3091 Log:
3092 Mention operator{} user@host change.
3093
3094
3095 Changes: Modified:
3096 +9 -3 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
3097
3098
3099 jilles 2006/05/27 18:58:12 UTC (20060527-1483)
3100 Log:
3101 operator{} block user@host matches against orighost now, not host.
3102 This means that services/+h spoofs do not work in operator{} blocks;
3103 auth{} spoofs still work.
3104
3105
3106 Changes: Modified:
3107 +4 -0 trunk/doc/example.conf (File Modified)
3108 +1 -1 trunk/doc/reference.conf (File Modified)
3109 +2 -2 trunk/modules/m_challenge.c (File Modified)
3110 +1 -1 trunk/modules/m_oper.c (File Modified)
3111
3112
3113 nenolod 2006/05/27 17:24:05 UTC (20060527-1481)
3114 Log:
3115 - inotice/iwarn/ierror() stuff I was working on
3116
3117
3118 Changes: Modified:
3119 +3 -0 trunk/include/s_log.h (File Modified)
3120 +15 -11 trunk/src/ircd.c (File Modified)
3121 +3 -1 trunk/src/modules.c (File Modified)
3122 +1 -1 trunk/src/newconf.c (File Modified)
3123 +54 -0 trunk/src/s_log.c (File Modified)
3124
3125
3126 jilles 2006/05/26 22:54:29 UTC (20060526-1473)
3127 Log:
3128 Oops, don't add blacklists to the list twice on rehash.
3129
3130
3131 Changes: Modified:
3132 +3 -2 trunk/src/blacklist.c (File Modified)
3133
3134
3135 jilles 2006/05/26 22:27:21 UTC (20060526-1471)
3136 Log:
3137 Remove notices to the client about progress of dnsbl lookups.
3138
3139
3140 Changes: Modified:
3141 +0 -4 trunk/src/blacklist.c (File Modified)
3142
3143
3144 jilles 2006/05/26 22:18:23 UTC (20060526-1469)
3145 Log:
3146 Add auth{} flag dnsbl_exempt.
3147
3148
3149 Changes: Modified:
3150 +2 -1 trunk/doc/example.conf (File Modified)
3151 +2 -1 trunk/doc/reference.conf (File Modified)
3152 +2 -0 trunk/include/s_conf.h (File Modified)
3153 +1 -0 trunk/src/newconf.c (File Modified)
3154 +8 -1 trunk/src/s_user.c (File Modified)
3155
3156
3157 jilles 2006/05/26 22:07:49 UTC (20060526-1467)
3158 Log:
3159 Switch alias{} and blacklist{} around, for consistency with example.conf.
3160
3161
3162 Changes: Modified:
3163 +18 -18 trunk/doc/reference.conf (File Modified)
3164
3165
3166 jilles 2006/05/26 21:58:29 UTC (20060526-1465)
3167 Log:
3168 Send a warning to the user if they are dnsbl listed but exempted.
3169
3170
3171 Changes: Modified:
3172 +17 -12 trunk/src/s_user.c (File Modified)
3173
3174
3175 jilles 2006/05/26 21:25:28 UTC (20060526-1463)
3176 Log:
3177 Move throwing out dnsbl listed clients to registration,
3178 and make kline_exempt exempt from it.
3179
3180
3181 Changes: Modified:
3182 +1 -0 trunk/include/blacklist.h (File Modified)
3183 +4 -0 trunk/include/client.h (File Modified)
3184 +15 -16 trunk/src/blacklist.c (File Modified)
3185 +6 -0 trunk/src/client.c (File Modified)
3186 +17 -0 trunk/src/s_user.c (File Modified)
3187
3188
3189 jilles 2006/05/26 21:20:56 UTC (20060526-1461)
3190 Log:
3191 Show refcount in /stats n.
3192
3193
3194 Changes: Modified:
3195 +3 -2 trunk/modules/m_stats.c (File Modified)
3196
3197
3198 jilles 2006/05/26 20:50:41 UTC (20060526-1459)
3199 Log:
3200 Don't look up dnsbls twice if they send USER twice.
3201
3202
3203 Changes: Modified:
3204 +5 -3 trunk/modules/m_user.c (File Modified)
3205
3206
3207 jilles 2006/05/26 20:42:48 UTC (20060526-1457)
3208 Log:
3209 Add /stats n to help files.
3210
3211
3212 Changes: Modified:
3213 +1 -0 trunk/help/opers/stats (File Modified)
3214 +1 -0 trunk/help/users/stats (File Modified)
3215
3216
3217 jilles 2006/05/26 20:36:54 UTC (20060526-1455)
3218 Log:
3219 Only check dnsbls for A records, not AAAA.
3220
3221
3222 Changes: Modified:
3223 +1 -1 trunk/src/blacklist.c (File Modified)
3224
3225
3226 jilles 2006/05/26 20:09:55 UTC (20060526-1453)
3227 Log:
3228 Don't remove non-illegal blacklists on completion of check.
3229 Add debugging notices (not working).
3230
3231
3232 Changes: Modified:
3233 +5 -1 trunk/src/blacklist.c (File Modified)
3234
3235
3236 jilles 2006/05/26 19:58:05 UTC (20060526-1451)
3237 Log:
3238 Don't call register_local_user() if they haven't sent a nick yet.
3239
3240
3241 Changes: Modified:
3242 +1 -1 trunk/src/blacklist.c (File Modified)
3243
3244
3245 jilles 2006/05/26 19:45:28 UTC (20060526-1449)
3246 Log:
3247 Add /stats n, shows dnsbls with counts (counts reset on rehash).
3248
3249
3250 Changes: Modified:
3251 +21 -0 trunk/modules/m_stats.c (File Modified)
3252
3253
3254 jilles 2006/05/26 18:57:36 UTC (20060526-1447)
3255 Log:
3256 More dnsbl rehash fixes, it was adding bogus entries.
3257
3258
3259 Changes: Modified:
3260 +2 -7 trunk/src/newconf.c (File Modified)
3261
3262
3263 jilles 2006/05/26 17:38:52 UTC (20060526-1445)
3264 Log:
3265 Need blacklist.h here.
3266
3267
3268 Changes: Modified:
3269 +1 -0 trunk/src/s_conf.c (File Modified)
3270
3271
3272 nenolod 2006/05/26 17:33:33 UTC (20060526-1443)
3273 Log:
3274 - nuke iauth
3275
3276
3277 Changes: Modified:
3278 +1 -2 trunk/configure (File Modified)
3279 +0 -48 trunk/configure.ac (File Modified)
3280 + - trunk/doc/example-iauth.conf (File Deleted)
3281 + - trunk/iauth/ (File Deleted)
3282
3283
3284 jilles 2006/05/26 17:20:01 UTC (20060526-1441)
3285 Log:
3286 Improve handling of rehashing with blacklists.
3287 Also some coding style tweaks.
3288
3289
3290 Changes: Modified:
3291 +3 -2 trunk/include/blacklist.h (File Modified)
3292 +35 -16 trunk/src/blacklist.c (File Modified)
3293 +2 -0 trunk/src/s_conf.c (File Modified)
3294
3295
3296 jilles 2006/05/25 15:20:48 UTC (20060525-1439)
3297 Log:
3298 Clear can_send cache if a user logs in or out from services.
3299
3300
3301 Changes: Modified:
3302 +2 -0 trunk/modules/m_services.c (File Modified)
3303
3304
3305 jilles 2006/05/23 16:41:33 UTC (20060523-1425)
3306 Log:
3307 Add unsupported/ directory and move m_force.c and m_clearchan.c into it.
3308 This directory is not entered by default.
3309 More stuff needs to be moved into here.
3310
3311
3312 Changes: Modified:
3313 +2 -1 trunk/configure (File Modified)
3314 +1 -0 trunk/configure.ac (File Modified)
3315 +69 -458 trunk/extensions/Makefile.in (File Modified)
3316 + - trunk/extensions/m_clearchan.c (File Deleted)
3317 + - trunk/extensions/m_force.c (File Deleted)
3318 + - trunk/unsupported/ (File Added)
3319 + - trunk/unsupported/Makefile.in (File Added)
3320 + - trunk/unsupported/m_clearchan.c (File Added)
3321 + - trunk/unsupported/m_force.c (File Added)
3322
3323
3324 jilles 2006/05/23 16:32:11 UTC (20060523-1423)
3325 Log:
3326 Logging/wallops for forcejoin/forcepart, numeric fix.
3327 This needs to be moved to the toys section.
3328
3329
3330 Changes: Modified:
3331 +22 -2 trunk/extensions/m_force.c (File Modified)
3332
3333
3334 jilles 2006/05/23 16:06:01 UTC (20060523-1421)
3335 Log:
3336 Fix comments at the top (including copyright).
3337
3338
3339 Changes: Modified:
3340 +3 -2 trunk/extensions/m_omode.c (File Modified)
3341
3342
3343 jilles 2006/05/23 16:01:22 UTC (20060523-1419)
3344 Log:
3345 Add OMODE command to extensions/ for oper mode hacking:
3346 - requires admin privs
3347 - does not work for opped opers
3348 - sends wallops
3349 - sends a ServerMode for opping the oper themselves,
3350 otherwise a mode coming from the oper (not only
3351 does this provide full accountability, it is also
3352 easiest to implement while avoiding channels
3353 messed up with bogus bans etc).
3354
3355
3356 Changes: Modified:
3357 +171 -0 trunk/extensions/Makefile.in (File Modified)
3358 + - trunk/extensions/m_omode.c (File Added)
3359
3360
3361 gxti 2006/05/22 23:02:06 UTC (20060522-1417)
3362 Log:
3363 Metadata fix
3364
3365
3366 Changes: Modified:
3367 + - trunk/include/blacklist.h (Property Modified)
3368 + - trunk/src/blacklist.c (Property Modified)
3369
3370
3371 nenolod 2006/05/22 19:25:09 UTC (20060522-1415)
3372 Log:
3373 - avoid loosing the username forever when calling register_local_user after the blacklist checking lock has been released
3374
3375
3376 Changes: Modified:
3377 +5 -1 trunk/src/blacklist.c (File Modified)
3378
3379
3380 nenolod 2006/05/22 17:13:15 UTC (20060522-1413)
3381 Log:
3382 Initial DNS blacklist support:
3383 - see example.conf for how to use.
3384 - because opm.blitzed.org is currently offline, we recommend ircbl.ahbl.org as a replacement
3385 - tor.ahbl.org is also included because most networks will not want to allow tor
3386 (and we're considering going KoS on tor users here anyway due to abuse)
3387
3388
3389 Changes: Modified:
3390 +18 -0 trunk/doc/example.conf (File Modified)
3391 +66 -0 trunk/doc/reference.conf (File Modified)
3392 + - trunk/include/blacklist.h (File Added)
3393 +2 -0 trunk/include/client.h (File Modified)
3394 +3 -0 trunk/modules/m_user.c (File Modified)
3395 +152 -0 trunk/src/Makefile.in (File Modified)
3396 + - trunk/src/blacklist.c (File Added)
3397 +34 -0 trunk/src/newconf.c (File Modified)
3398 +1 -0 trunk/src/s_auth.c (File Modified)
3399 +4 -0 trunk/src/s_user.c (File Modified)
3400
3401
3402 jilles 2006/05/21 17:38:31 UTC (20060521-1411)
3403 Log:
3404 Remove last bit of lzo stuff (comment in example.conf connect{}).
3405
3406
3407 Changes: Modified:
3408 +0 -4 trunk/doc/example.conf (File Modified)
3409
3410
3411 jilles 2006/05/21 14:46:17 UTC (20060521-1409)
3412 Log:
3413 Show sasl successes and failures in /stats t (like other
3414 things in /stats t, about local clients only).
3415
3416
3417 Changes: Modified:
3418 +2 -0 trunk/include/s_stats.h (File Modified)
3419 +3 -0 trunk/modules/m_sasl.c (File Modified)
3420 +3 -0 trunk/src/s_stats.c (File Modified)
3421
3422
3423 jilles 2006/05/20 20:13:56 UTC (20060520-1405)
3424 Log:
3425 Allow messaging services by nickname without using
3426 target change slots (this was already possible with
3427 user@server notation or services shortcuts).
3428
3429
3430 Changes: Modified:
3431 +2 -2 trunk/modules/core/m_message.c (File Modified)
3432
3433
3434 jilles 2006/05/20 19:28:16 UTC (20060520-1393)
3435 Log:
3436 Abort a safelist if a new /list comes in while one is already in progress.
3437
3438
3439 Changes: Modified:
3440 +16 -0 trunk/modules/m_list_safelist.c (File Modified)
3441
3442
3443 jilles 2006/05/20 19:24:11 UTC (20060520-1391)
3444 Log:
3445 Change $![letter]:[mask] to $~[letter]:[mask]
3446 so both ! and ~ invert an extban.
3447
3448
3449 Changes: Modified:
3450 +2 -0 trunk/src/chmode.c (File Modified)
3451
3452
3453 nenolod 2006/05/20 19:19:00 UTC (20060520-1389)
3454 Log:
3455 - revert due to technical issues
3456
3457
3458 Changes: Modified:
3459 +1 -1 trunk/src/extban.c (File Modified)
3460
3461
3462 nenolod 2006/05/20 19:17:42 UTC (20060520-1387)
3463 Log:
3464 - allow $![letter]:[mask] to also invert an extban, like $~[letter]:[mask], since some people will likely believe that is the correct way of doing it
3465
3466
3467 Changes: Modified:
3468 +1 -1 trunk/src/extban.c (File Modified)
3469
3470
3471 jilles 2006/05/20 18:32:45 UTC (20060520-1385)
3472 Log:
3473 Don't pace /list on a single channel.
3474
3475
3476 Changes: Modified:
3477 +10 -7 trunk/modules/m_list_safelist.c (File Modified)
3478
3479
3480 jilles 2006/05/20 18:15:46 UTC (20060520-1383)
3481 Log:
3482 Add EXTBAN=$:<letters> to 005 if any extban modules are loaded.
3483
3484
3485 Changes: Modified:
3486 +4 -2 trunk/include/supported.h (File Modified)
3487
3488
3489 jilles 2006/05/20 17:21:19 UTC (20060520-1381)
3490 Log:
3491 Extban types are case insensitive; force them to lowercase when added.
3492
3493
3494 Changes: Modified:
3495 +5 -5 trunk/doc/extban.txt (File Modified)
3496 +4 -0 trunk/src/chmode.c (File Modified)
3497 +3 -3 trunk/src/extban.c (File Modified)
3498
3499
3500 jilles 2006/05/20 14:11:07 UTC (20060520-1379)
3501 Log:
3502 sendto_wallops_flags():
3503 - instead of checking IsOper on each client, walk the appropriate list
3504 - instead of sending non-+z wallops from persons to nonopers, send only
3505 +w wallops from persons
3506
3507
3508 Changes: Modified:
3509 +1 -5 trunk/src/send.c (File Modified)
3510
3511
3512 jilles 2006/05/20 13:48:37 UTC (20060520-1377)
3513 Log:
3514 Prefix oper wallops with "WALLOPS - " if they would
3515 otherwise look like operwalls or locops, when sending
3516 them to local users.
3517
3518
3519 Changes: Modified:
3520 +11 -1 trunk/modules/m_wallops.c (File Modified)
3521
3522
3523 jilles 2006/05/20 13:47:22 UTC (20060520-1375)
3524 Log:
3525 Make sure destination field in some sasl numerics
3526 is the user's nick, not the sasl agent or server
3527 name.
3528
3529
3530 Changes: Modified:
3531 +2 -2 trunk/modules/m_sasl.c (File Modified)
3532
3533
3534 beu 2006/05/19 19:24:44 UTC (20060519-1373)
3535 Log:
3536 Add `-I.' to INCLUDES (hurt module has it's own header file...)
3537
3538
3539 Changes: Modified:
3540 +1 -1 trunk/extensions/Makefile.in (File Modified)
3541
3542
3543 jilles 2006/05/19 18:10:55 UTC (20060519-1369)
3544 Log:
3545 Invalidate can_send cache on CHGHOST/SIGNON (change_nick_user_host()).
3546
3547
3548 Changes: Modified:
3549 +1 -0 trunk/src/s_user.c (File Modified)
3550
3551
3552 beu 2006/05/19 18:10:13 UTC (20060519-1367)
3553 Log:
3554 Fix build for when IPv6 is disabled.
3555
3556
3557 Changes: Modified:
3558 +12 -10 trunk/src/s_auth.c (File Modified)
3559
3560
3561 jilles 2006/05/18 18:38:04 UTC (20060518-1365)
3562 Log:
3563 Add information about adding extban types.
3564
3565
3566 Changes: Modified:
3567 +25 -0 trunk/doc/extban.txt (File Modified)
3568
3569
3570 jilles 2006/05/18 17:59:35 UTC (20060518-1363)
3571 Log:
3572 Better extban validation: try to match a new extban from
3573 a local user against its setter to see if it is valid.
3574 Unknown extban types from remotes are no longer hidden.
3575
3576
3577 Changes: Modified:
3578 +4 -3 trunk/doc/extban.txt (File Modified)
3579 +1 -0 trunk/include/channel.h (File Modified)
3580 +2 -6 trunk/src/chmode.c (File Modified)
3581 +32 -0 trunk/src/extban.c (File Modified)
3582
3583
3584 jilles 2006/05/17 20:55:55 UTC (20060517-1359)
3585 Log:
3586 Make sure both .c.o: and .s.o: are followed by the necessary command.
3587
3588
3589 Changes: Modified:
3590 +1 -0 trunk/src/Makefile.in (File Modified)
3591
3592
3593 jilles 2006/05/17 18:07:20 UTC (20060517-1357)
3594 Log:
3595 Add need_sasl auth{} flag to sgml documentation.
3596
3597
3598 Changes: Modified:
3599 +7 -1 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
3600
3601
3602 jilles 2006/05/17 17:50:10 UTC (20060517-1353)
3603 Log:
3604 Document need_sasl auth{} flag in example confs.
3605
3606
3607 Changes: Modified:
3608 +1 -0 trunk/doc/example.conf (File Modified)
3609 +1 -0 trunk/doc/reference.conf (File Modified)
3610
3611
3612 jilles 2006/05/17 17:37:46 UTC (20060517-1349)
3613 Log:
3614 Don't allow TB to set an empty topic.
3615 This would be possible if a server sent bad protocol
3616 and could cause a crash.
3617
3618
3619 Changes: Modified:
3620 +4 -0 trunk/modules/m_tb.c (File Modified)
3621
3622
3623 nenolod 2006/05/17 14:49:13 UTC (20060517-1347)
3624 Log:
3625 - oops
3626
3627
3628 Changes: Modified:
3629 +1 -1 trunk/Makefile.in (File Modified)
3630
3631
3632 nenolod 2006/05/17 14:46:58 UTC (20060517-1345)
3633 Log:
3634 - typo fix
3635
3636
3637 Changes: Modified:
3638 +2 -2 trunk/configure (File Modified)
3639 +1 -1 trunk/configure.ac (File Modified)
3640
3641
3642 nenolod 2006/05/17 14:45:52 UTC (20060517-1343)
3643 Log:
3644 - rebuild configure
3645
3646
3647 Changes: Modified:
3648 +2 -2 trunk/configure (File Modified)
3649
3650
3651 nenolod 2006/05/17 00:52:51 UTC (20060517-1341)
3652 Log:
3653 - makefile fix
3654
3655
3656 Changes: Modified:
3657 +1 -1 trunk/extensions/Makefile.in (File Modified)
3658
3659
3660 nenolod 2006/05/17 00:45:40 UTC (20060517-1339)
3661 Log:
3662 - rename contrib to extensions to bring some clarity to things
3663
3664
3665 Changes: Modified:
3666 +1 -1 trunk/Makefile.in (File Modified)
3667 +1 -1 trunk/configure.ac (File Modified)
3668 +10 -10 trunk/doc/example.conf (File Modified)
3669 +10 -10 trunk/doc/reference.conf (File Modified)
3670 + - trunk/extensions/ (File Added)
3671 + - trunk/extras/ (File Deleted)
3672
3673
3674 nenolod 2006/05/17 00:43:32 UTC (20060517-1337)
3675 Log:
3676 - temporary rename
3677
3678
3679 Changes: Modified:
3680 +1 -1 trunk/Makefile.in (File Modified)
3681 +1 -1 trunk/configure.ac (File Modified)
3682 + - trunk/contrib/ (File Deleted)
3683 + - trunk/extras/ (File Added)
3684
3685
3686 jilles 2006/05/14 13:47:33 UTC (20060514-1333)
3687 Log:
3688 Don't allow servers to QUIT (they should use SQUIT).
3689
3690
3691 Changes: Modified:
3692 +1 -1 trunk/modules/core/m_quit.c (File Modified)
3693
3694
3695 nenolod 2006/05/14 02:09:30 UTC (20060514-1329)
3696 Log:
3697 - keywords
3698
3699
3700 Changes: Modified:
3701 + - trunk/src/fnvhash.s (Property Modified)
3702
3703
3704 nenolod 2006/05/14 01:47:33 UTC (20060514-1327)
3705 Log:
3706 - reduced version of code
3707
3708
3709 Changes: Modified:
3710 +9 -61 trunk/src/fnvhash.s (File Modified)
3711
3712
3713 nenolod 2006/05/14 01:20:24 UTC (20060514-1325)
3714 Log:
3715 - ok, this only works on x86, because amd64 wants pushq/%rbp for stack manipulation
3716
3717
3718 Changes: Modified:
3719 +1 -1 trunk/src/fnvhash.s (File Modified)
3720
3721
3722 jilles 2006/05/14 01:19:25 UTC (20060514-1323)
3723 Log:
3724 Fix orighost matching for klines, etc. Was hashing the visible
3725 host, oops.
3726
3727
3728 Changes: Modified:
3729 +1 -1 trunk/src/hostmask.c (File Modified)
3730
3731
3732 nenolod 2006/05/13 23:49:14 UTC (20060513-1321)
3733 Log:
3734 - integrate fnvhash.s into buildsystem (--enable-ricer-hashing).
3735
3736
3737 Changes: Modified:
3738 +7 -1 trunk/configure (File Modified)
3739 +5 -0 trunk/configure.ac (File Modified)
3740 +5 -6 trunk/src/Makefile.in (File Modified)
3741 +0 -4 trunk/src/fnvhash.s (File Modified)
3742 +0 -2 trunk/src/hash.c (File Modified)
3743
3744
3745 nenolod 2006/05/13 23:35:31 UTC (20060513-1319)
3746 Log:
3747 - regenerate configure
3748
3749
3750 Changes: Modified:
3751 +18 -0 trunk/configure (File Modified)
3752
3753
3754 nenolod 2006/05/13 23:35:15 UTC (20060513-1317)
3755 Log:
3756 - --enable-ricer-hashing option.
3757
3758
3759 Changes: Modified:
3760 +9 -0 trunk/configure.ac (File Modified)
3761 +3 -0 trunk/include/setup.h.in (File Modified)
3762
3763
3764 nenolod 2006/05/13 23:22:47 UTC (20060513-1315)
3765 Log:
3766 - Add assembly versions of the hashing code. They live in src/fnvhash.s, and require an x86 or x64 CPU.
3767
3768
3769 Changes: Modified:
3770 + - trunk/src/fnvhash.s (File Added)
3771 +3 -0 trunk/src/hash.c (File Modified)
3772
3773
3774 jilles 2006/05/12 15:57:25 UTC (20060512-1309)
3775 Log:
3776 Fix syntax error in reference.conf.
3777
3778
3779 Changes: Modified:
3780 +0 -1 trunk/doc/reference.conf (File Modified)
3781
3782
3783 jilles 2006/05/11 16:28:16 UTC (20060511-1307)
3784 Log:
3785 Expand blah.blah and blah:blah to *!*@... instead of ...!*@* for bans
3786 (&& instead of ||...)
3787 Allows stuff like /mode +b 127.0.0.1 to ban that IP.
3788
3789
3790 Changes: Modified:
3791 +1 -1 trunk/src/chmode.c (File Modified)
3792
3793
3794 jilles 2006/05/11 16:16:36 UTC (20060511-1303)
3795 Log:
3796 Documentation for extban.
3797
3798
3799 Changes: Modified:
3800 + - trunk/doc/extban.txt (File Added)
3801
3802
3803 jilles 2006/05/11 15:50:33 UTC (20060511-1301)
3804 Log:
3805 Add extban modules to example confs.
3806
3807
3808 Changes: Modified:
3809 +5 -0 trunk/doc/example.conf (File Modified)
3810 +10 -0 trunk/doc/reference.conf (File Modified)
3811
3812
3813 jilles 2006/05/11 15:43:03 UTC (20060511-1299)
3814 Log:
3815 Initial addition of extended ban types (conditionals).
3816 Allows custom +bqeI checks via modules.
3817 Initial extra types are account (a[:mask]), oper (o),
3818 channel (c:name), realname (r:mask), server (s:mask).
3819
3820
3821 Changes: Modified:
3822 +229 -0 trunk/contrib/Makefile.in (File Modified)
3823 + - trunk/contrib/extb_account.c (File Added)
3824 + - trunk/contrib/extb_channel.c (File Added)
3825 + - trunk/contrib/extb_oper.c (File Added)
3826 + - trunk/contrib/extb_realname.c (File Added)
3827 + - trunk/contrib/extb_server.c (File Added)
3828 +13 -0 trunk/include/channel.h (File Modified)
3829 +1 -0 trunk/src/Makefile.in (File Modified)
3830 +14 -5 trunk/src/channel.c (File Modified)
3831 +91 -0 trunk/src/chmode.c (File Modified)
3832 + - trunk/src/extban.c (File Added)
3833
3834
3835 jilles 2006/05/09 19:28:19 UTC (20060509-1297)
3836 Log:
3837 Do not force +bqeI modes starting with '$' in nick!user@host format.
3838 * and ? characters in them are still assumed to be wildcards.
3839
3840
3841 Changes: Modified:
3842 +6 -0 trunk/src/chmode.c (File Modified)
3843
3844
3845 nenolod 2006/05/08 13:05:25 UTC (20060508-1295)
3846 Log:
3847 - memory leak fix, reported by Lee Hardy <lee@leeh.co.uk>
3848
3849
3850 Changes: Modified:
3851 +4 -0 trunk/modules/m_capab.c (File Modified)
3852
3853
3854 jilles 2006/05/05 19:00:19 UTC (20060505-1291)
3855 Log:
3856 Stop some mixing of client and server protocol.
3857
3858
3859 Changes: Modified:
3860 +6 -0 trunk/modules/core/m_nick.c (File Modified)
3861 +4 -2 trunk/modules/m_pass.c (File Modified)
3862 +6 -0 trunk/modules/m_sasl.c (File Modified)
3863 +6 -0 trunk/modules/m_user.c (File Modified)
3864
3865
3866 nenolod 2006/05/05 15:06:00 UTC (20060505-1287)
3867 Log:
3868 - additional revert
3869
3870
3871 Changes: Modified:
3872 +0 -2 trunk/include/s_newconf.h (File Modified)
3873 +0 -4 trunk/include/s_serv.h (File Modified)
3874 +0 -1 trunk/src/newconf.c (File Modified)
3875 +1 -13 trunk/src/s_serv.c (File Modified)
3876
3877
3878 nenolod 2006/05/05 15:03:53 UTC (20060505-1285)
3879 Log:
3880 - revert LZOLink patch for now
3881
3882
3883 Changes: Modified:
3884 +0 -1 trunk/servlink/Makefile.in (File Modified)
3885 +0 -16 trunk/servlink/README (File Modified)
3886 +2 -36 trunk/servlink/control.c (File Modified)
3887 +0 -3 trunk/servlink/control.h (File Modified)
3888 +7 -5955 trunk/servlink/io.c (File Modified)
3889 + - trunk/servlink/lzoconf.h (File Deleted)
3890 + - trunk/servlink/lzodefs.h (File Deleted)
3891 + - trunk/servlink/minilzo.c (File Deleted)
3892 + - trunk/servlink/minilzo.h (File Deleted)
3893 +0 -1 trunk/servlink/servlink.h (File Modified)
3894
3895
3896 nenolod 2006/05/05 13:37:26 UTC (20060505-1283)
3897 Log:
3898 - more stuff here
3899
3900
3901 Changes: Modified:
3902 +4 -2 trunk/servlink/control.c (File Modified)
3903 +2 -1 trunk/servlink/io.c (File Modified)
3904
3905
3906 nenolod 2006/05/05 04:21:59 UTC (20060505-1281)
3907 Log:
3908 - oops
3909
3910
3911 Changes: Modified:
3912 +2 -2 trunk/servlink/io.c (File Modified)
3913
3914
3915 nenolod 2006/05/05 04:15:09 UTC (20060505-1279)
3916 Log:
3917 - paranoia, prevent segfaults
3918
3919
3920 Changes: Modified:
3921 +2 -2 trunk/servlink/io.c (File Modified)
3922
3923
3924 nenolod 2006/05/05 03:49:15 UTC (20060505-1277)
3925 Log:
3926 - more optimal servlink code
3927
3928
3929 Changes: Modified:
3930 +21 -8 trunk/servlink/io.c (File Modified)
3931
3932
3933 nenolod 2006/05/05 03:33:12 UTC (20060505-1275)
3934 Log:
3935 - more efficient read strategy
3936
3937
3938 Changes: Modified:
3939 +15 -3 trunk/servlink/io.c (File Modified)
3940
3941
3942 nenolod 2006/05/05 03:23:07 UTC (20060505-1273)
3943 Log:
3944 - use lzo_uintp cast to make LZO happy
3945
3946
3947 Changes: Modified:
3948 +3 -3 trunk/servlink/io.c (File Modified)
3949
3950
3951 nenolod 2006/05/05 03:09:46 UTC (20060505-1271)
3952 Log:
3953 - lzolink patch. not highly tested yet, will need extensive testing before 2.0 release
3954
3955
3956 Changes: Modified:
3957 +4 -0 trunk/doc/example.conf (File Modified)
3958 +2 -1 trunk/include/s_newconf.h (File Modified)
3959 +4 -0 trunk/include/s_serv.h (File Modified)
3960 +1 -0 trunk/servlink/Makefile.in (File Modified)
3961 +16 -0 trunk/servlink/README (File Modified)
3962 +34 -2 trunk/servlink/control.c (File Modified)
3963 +3 -0 trunk/servlink/control.h (File Modified)
3964 +5929 -7 trunk/servlink/io.c (File Modified)
3965 + - trunk/servlink/lzoconf.h (File Added)
3966 + - trunk/servlink/lzodefs.h (File Added)
3967 + - trunk/servlink/minilzo.c (File Added)
3968 + - trunk/servlink/minilzo.h (File Added)
3969 +1 -0 trunk/servlink/servlink.h (File Modified)
3970 +1 -0 trunk/src/newconf.c (File Modified)
3971 +14 -2 trunk/src/s_serv.c (File Modified)
3972
3973
3974 nenolod 2006/04/30 16:51:11 UTC (20060430-1269)
3975 Log:
3976 - remove imalloc, it was a concept that probably wouldn't have worked properly
3977
3978
3979 Changes: Modified:
3980 +0 -977 trunk/libcharybdis/Makefile.in (File Modified)
3981 + - trunk/libcharybdis/imalloc.c (File Deleted)
3982 + - trunk/libcharybdis/imalloc.h (File Deleted)
3983
3984
3985 nenolod 2006/04/29 03:04:39 UTC (20060429-1267)
3986 Log:
3987 - disable imalloc for now
3988
3989
3990 Changes: Modified:
3991 +33 -7 trunk/libcharybdis/imalloc.c (File Modified)
3992
3993
3994 nenolod 2006/04/29 02:47:22 UTC (20060429-1265)
3995 Log:
3996 - remove unneeded debug code
3997
3998
3999 Changes: Modified:
4000 +0 -6 trunk/libcharybdis/imalloc.c (File Modified)
4001
4002
4003 nenolod 2006/04/29 02:46:00 UTC (20060429-1263)
4004 Log:
4005 - minimum allocation size is 32 bytes, not 16 due to dlink_list overhead
4006
4007
4008 Changes: Modified:
4009 +6 -4 trunk/libcharybdis/imalloc.c (File Modified)
4010
4011
4012 nenolod 2006/04/29 02:40:23 UTC (20060429-1261)
4013 Log:
4014 - more stuff here, imalloc remains disabled for now
4015
4016
4017 Changes: Modified:
4018 +2 -3 trunk/libcharybdis/imalloc.c (File Modified)
4019
4020
4021 nenolod 2006/04/29 02:27:03 UTC (20060429-1259)
4022 Log:
4023 - more progress
4024
4025
4026 Changes: Modified:
4027 +13 -4 trunk/libcharybdis/imalloc.c (File Modified)
4028
4029
4030 nenolod 2006/04/29 02:21:48 UTC (20060429-1257)
4031 Log:
4032 - more tweaks
4033
4034
4035 Changes: Modified:
4036 +1 -1 trunk/libcharybdis/imalloc.c (File Modified)
4037 +2 -0 trunk/src/ircd.c (File Modified)
4038
4039
4040 nenolod 2006/04/29 02:13:05 UTC (20060429-1255)
4041 Log:
4042 - roll back libircd crap
4043
4044
4045 Changes: Modified:
4046 +1 -1 trunk/libcharybdis/Makefile.in (File Modified)
4047 +4 -0 trunk/libcharybdis/imalloc.c (File Modified)
4048 +29 -0 trunk/src/.depend (File Modified)
4049 +6 -21 trunk/src/Makefile.in (File Modified)
4050 +3 -218 trunk/src/ircd.c (File Modified)
4051 + - trunk/src/ircd_linker.c (File Deleted)
4052 + - trunk/src/main.c (File Deleted)
4053
4054
4055 nenolod 2006/04/29 01:57:30 UTC (20060429-1253)
4056 Log:
4057 - realloc(), free() implementation
4058
4059
4060 Changes: Modified:
4061 +141 -0 trunk/libcharybdis/imalloc.c (File Modified)
4062
4063
4064 nenolod 2006/04/29 01:12:55 UTC (20060429-1251)
4065 Log:
4066 - malloc(), calloc() implementation
4067
4068
4069 Changes: Modified:
4070 +78 -3 trunk/libcharybdis/imalloc.c (File Modified)
4071
4072
4073 nenolod 2006/04/29 00:41:14 UTC (20060429-1249)
4074 Log:
4075 - block_free(), block_find(), retune_heaps() implementation
4076
4077
4078 Changes: Modified:
4079 +146 -1 trunk/libcharybdis/imalloc.c (File Modified)
4080
4081
4082 nenolod 2006/04/28 21:43:10 UTC (20060428-1246)
4083 Log:
4084 - block_destroy code, block_allocate code.
4085
4086
4087 Changes: Modified:
4088 +81 -4 trunk/libcharybdis/imalloc.c (File Modified)
4089
4090
4091 nenolod 2006/04/28 21:04:19 UTC (20060428-1244)
4092 Log:
4093 - block_new() code
4094
4095
4096 Changes: Modified:
4097 +57 -0 trunk/libcharybdis/imalloc.c (File Modified)
4098
4099
4100 nenolod 2006/04/28 20:34:53 UTC (20060428-1242)
4101 Log:
4102 - disable imalloc again :P
4103
4104
4105 Changes: Modified:
4106 +1 -1 trunk/libcharybdis/imalloc.c (File Modified)
4107
4108
4109 nenolod 2006/04/28 20:34:31 UTC (20060428-1240)
4110 Log:
4111 - fix warning
4112
4113
4114 Changes: Modified:
4115 +1 -1 trunk/libcharybdis/imalloc.c (File Modified)
4116
4117
4118 nenolod 2006/04/28 20:34:03 UTC (20060428-1238)
4119 Log:
4120 - fix typo
4121
4122
4123 Changes: Modified:
4124 +2 -2 trunk/libcharybdis/imalloc.c (File Modified)
4125
4126
4127 nenolod 2006/04/28 20:32:20 UTC (20060428-1236)
4128 Log:
4129 - constructor code for imalloc engine (malloc_init())
4130
4131
4132 Changes: Modified:
4133 +35 -2 trunk/libcharybdis/imalloc.c (File Modified)
4134
4135
4136 nenolod 2006/04/28 20:22:37 UTC (20060428-1234)
4137 Log:
4138 - imalloc engine improvements
4139
4140
4141 Changes: Modified:
4142 +60 -6 trunk/libcharybdis/imalloc.c (File Modified)
4143
4144
4145 nenolod 2006/04/28 19:51:10 UTC (20060428-1232)
4146 Log:
4147 - replace mmap() code with direct brk()/sbrk() calls.
4148
4149
4150 Changes: Modified:
4151 +32 -10 trunk/libcharybdis/imalloc.c (File Modified)
4152
4153
4154 nenolod 2006/04/28 19:26:44 UTC (20060428-1230)
4155 Log:
4156 - remove outdated i_malloc() interfaces
4157
4158
4159 Changes: Modified:
4160 +1 -44 trunk/libcharybdis/imalloc.c (File Modified)
4161
4162
4163 nenolod 2006/04/28 15:04:38 UTC (20060428-1228)
4164 Log:
4165 - redisable imalloc (sorry!)
4166
4167
4168 Changes: Modified:
4169 +1 -1 trunk/libcharybdis/imalloc.c (File Modified)
4170
4171
4172 nenolod 2006/04/28 15:03:12 UTC (20060428-1226)
4173 Log:
4174 - correct GET_PAGE_SLOT() macro
4175
4176
4177 Changes: Modified:
4178 +2 -2 trunk/libcharybdis/imalloc.c (File Modified)
4179
4180
4181 nenolod 2006/04/28 15:01:53 UTC (20060428-1224)
4182 Log:
4183 - oops forgot to commit it with imalloc turned off
4184
4185
4186 Changes: Modified:
4187 +1 -1 trunk/libcharybdis/imalloc.c (File Modified)
4188
4189
4190 nenolod 2006/04/28 15:01:29 UTC (20060428-1222)
4191 Log:
4192 - cleanups
4193
4194
4195 Changes: Modified:
4196 +11 -11 trunk/libcharybdis/imalloc.c (File Modified)
4197 +8 -2 trunk/libcharybdis/imalloc.h (File Modified)
4198
4199
4200 nenolod 2006/04/28 14:56:20 UTC (20060428-1220)
4201 Log:
4202 - lowlevel imalloc code
4203
4204
4205 Changes: Modified:
4206 +278 -16 trunk/libcharybdis/imalloc.c (File Modified)
4207 + - trunk/libcharybdis/imalloc.h (File Added)
4208
4209
4210 nenolod 2006/04/26 14:53:05 UTC (20060426-1218)
4211 Log:
4212 - fix bindings
4213
4214
4215 Changes: Modified:
4216 +3 -3 trunk/libcharybdis/imalloc.c (File Modified)
4217
4218
4219 nenolod 2006/04/26 14:51:53 UTC (20060426-1216)
4220 Log:
4221 remove #ifndef
4222
4223
4224 Changes: Modified:
4225 +0 -1 trunk/libcharybdis/imalloc.c (File Modified)
4226
4227
4228 nenolod 2006/04/26 14:50:01 UTC (20060426-1214)
4229 Log:
4230 - add imalloc engine, however the actual engine itself has not been written yet (just the bindings for if the imalloc option is unavailable, which are forcefully used at present)
4231
4232
4233 Changes: Modified:
4234 +115 -0 trunk/libcharybdis/Makefile.in (File Modified)
4235 + - trunk/libcharybdis/imalloc.c (File Added)
4236
4237
4238 nenolod 2006/04/26 14:37:24 UTC (20060426-1212)
4239 Log:
4240 - increment configure Id
4241
4242
4243 Changes: Modified:
4244 +2208 -1 trunk/configure (File Modified)
4245
4246
4247 nenolod 2006/04/26 14:33:37 UTC (20060426-1210)
4248 Log:
4249 - bootstrap for imalloc code
4250
4251
4252 Changes: Modified:
4253 +54 -1 trunk/configure.ac (File Modified)
4254 +27 -0 trunk/include/setup.h.in (File Modified)
4255
4256
4257 jilles 2006/04/25 14:52:37 UTC (20060425-1208)
4258 Log:
4259 Clarify interaction of spoofs and channel bans/operator{} blocks.
4260
4261
4262 Changes: Modified:
4263 +4 -1 trunk/doc/sgml/oper-guide/cmodes.sgml (File Modified)
4264 +6 -1 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
4265
4266
4267 nenolod 2006/04/24 13:42:18 UTC (20060424-1206)
4268 Log:
4269 - move rehash checking &c into a timed event (idea stolen from ratbox3)
4270
4271
4272 Changes: Modified:
4273 +30 -22 trunk/src/ircd.c (File Modified)
4274
4275
4276 jilles 2006/04/22 17:07:07 UTC (20060422-1204)
4277 Log:
4278 If shared{} blocks deny something, the command
4279 is silently ignored.
4280
4281
4282 Changes: Modified:
4283 +1 -0 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
4284
4285
4286 jilles 2006/04/22 10:26:56 UTC (20060422-1202)
4287 Log:
4288 Move up IsService check so we don't store a non-service
4289 in preClient->sasl_agent.
4290
4291
4292 Changes: Modified:
4293 +6 -6 trunk/modules/m_sasl.c (File Modified)
4294
4295
4296 gxti 2006/04/22 03:53:40 UTC (20060422-1198)
4297 Log:
4298 SASL ENCAP messages originate from the server, not the agent. Check the correct cptr for service status.
4299 Add some more sanity checks on agent strings.
4300
4301
4302 Changes: Modified:
4303 +13 -11 trunk/modules/m_sasl.c (File Modified)
4304
4305
4306 jilles 2006/04/21 16:28:56 UTC (20060421-1194)
4307 Log:
4308 Unknown clients can have an ID too now so make sure to remove
4309 them from the hash if they exit.
4310
4311
4312 Changes: Modified:
4313 +3 -0 trunk/src/client.c (File Modified)
4314
4315
4316 jilles 2006/04/21 16:21:02 UTC (20060421-1192)
4317 Log:
4318 Only accept sasl from servers in a service{} block.
4319 Not tested but this must go in.
4320
4321
4322 Changes: Modified:
4323 +6 -0 trunk/modules/m_sasl.c (File Modified)
4324 +3 -0 trunk/modules/m_signon.c (File Modified)
4325
4326
4327 jilles 2006/04/19 15:52:08 UTC (20060419-1190)
4328 Log:
4329 Only process SAVE messages targetting registered users,
4330 not servers or unregistered connections. Could cause
4331 a crash when bad protocol was received.
4332
4333
4334 Changes: Modified:
4335 +5 -1 trunk/modules/core/m_nick.c (File Modified)
4336
4337
4338 nenolod 2006/04/19 03:44:55 UTC (20060419-1186)
4339 Log:
4340 - fix QJM buffer overflow vulnerability (fucking GXTi)
4341
4342
4343 Changes: Modified:
4344 +3 -3 trunk/src/s_user.c (File Modified)
4345
4346
4347 jilles 2006/04/18 23:28:33 UTC (20060418-1184)
4348 Log:
4349 Mention /scan umodes under oper_spy privilege.
4350
4351
4352 Changes: Modified:
4353 +3 -2 trunk/doc/sgml/oper-guide/oprivs.sgml (File Modified)
4354
4355
4356 jilles 2006/04/18 23:05:05 UTC (20060418-1182)
4357 Log:
4358 Mention that overlapping cluster blocks are a bad thing.
4359
4360
4361 Changes: Modified:
4362 +5 -0 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
4363
4364
4365 jilles 2006/04/18 22:57:47 UTC (20060418-1180)
4366 Log:
4367 - Document cluster{} and shared{} blocks.
4368 - Mention that service{} does not allow wildcards.
4369
4370
4371 Changes: Modified:
4372 +222 -1 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
4373
4374
4375 jilles 2006/04/18 22:22:36 UTC (20060418-1178)
4376 Log:
4377 Document exempt{} and service{} blocks, point to reference.conf for
4378 general{}, channel{} and serverhide{}.
4379
4380
4381 Changes: Modified:
4382 +88 -1 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
4383
4384
4385 jilles 2006/04/18 22:02:17 UTC (20060418-1176)
4386 Log:
4387 Document ~ in lists of values better.
4388
4389
4390 Changes: Modified:
4391 +7 -0 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
4392
4393
4394 jilles 2006/04/18 21:51:18 UTC (20060418-1174)
4395 Log:
4396 More detailed CNOTICE, CPRIVMSG descriptions.
4397
4398
4399 Changes: Modified:
4400 +9 -0 trunk/doc/sgml/oper-guide/ucommands.sgml (File Modified)
4401
4402
4403 jilles 2006/04/18 13:49:18 UTC (20060418-1172)
4404 Log:
4405 Oops, need both Revision and Id on modules.
4406
4407
4408 Changes: Modified:
4409 + - trunk/modules/sno_routing.c (Property Modified)
4410
4411
4412 jilles 2006/04/17 22:26:12 UTC (20060417-1170)
4413 Log:
4414 Tweak header comment a bit (filename, Id).
4415
4416
4417 Changes: Modified:
4418 +1 -1 trunk/modules/sno_routing.c (File Modified) (Property Modified)
4419
4420
4421 jilles 2006/04/17 00:13:57 UTC (20060417-1166)
4422 Log:
4423 Add GLINE and UNGLINE.
4424
4425
4426 Changes: Modified:
4427 +40 -0 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
4428
4429
4430 jilles 2006/04/16 13:07:49 UTC (20060416-1156)
4431 Log:
4432 New configure with proper Id.
4433
4434
4435 Changes: Modified:
4436 +3 -1 trunk/configure (File Modified)
4437
4438
4439 jilles 2006/04/16 13:06:04 UTC (20060416-1154)
4440 Log:
4441 Change #include directives for in6addr_any, hopefully compiles better now.
4442
4443
4444 Changes: Modified:
4445 +3 -1 trunk/configure.ac (File Modified)
4446
4447
4448 jilles 2006/04/09 20:20:32 UTC (20060409-1152)
4449 Log:
4450 Encourage putting actual administrative information
4451 in the admin{} block.
4452
4453
4454 Changes: Modified:
4455 +3 -3 trunk/doc/example.conf (File Modified)
4456
4457
4458 gxti 2006/04/08 01:36:41 UTC (20060408-1150)
4459 Log:
4460 New auth{} flag need_sasl to reject connecting users who have not authenticated by the time they register.
4461
4462
4463 Changes: Modified:
4464 +9 -7 trunk/include/s_conf.h (File Modified)
4465 +1 -0 trunk/src/newconf.c (File Modified)
4466 +10 -0 trunk/src/s_user.c (File Modified)
4467
4468
4469 jilles 2006/04/07 22:52:35 UTC (20060407-1146)
4470 Log:
4471 - Change to glines = no in example confs
4472 - Point to clustered/remote KLINE/UNKLINE in notices if glines
4473 are disabled.
4474
4475
4476 Changes: Modified:
4477 +1 -1 trunk/doc/example.conf (File Modified)
4478 +1 -1 trunk/doc/reference.conf (File Modified)
4479 +2 -2 trunk/modules/m_gline.c (File Modified)
4480
4481
4482 nenolod 2006/04/06 13:35:20 UTC (20060406-1144)
4483 Log:
4484 - forward-port QJM fix from 1.1
4485
4486
4487 Changes: Modified:
4488 +2 -0 trunk/src/s_user.c (File Modified)
4489
4490
4491 nenolod 2006/04/06 13:33:39 UTC (20060406-1142)
4492 Log:
4493 - add switch to configure to disable the block allocator
4494
4495
4496 Changes: Modified:
4497 +18 -0 trunk/configure (File Modified)
4498 +9 -0 trunk/configure.ac (File Modified)
4499 +0 -6 trunk/include/config.h (File Modified)
4500 +3 -0 trunk/include/setup.h.in (File Modified)
4501
4502
4503 gxti 2006/04/02 08:30:17 UTC (20060402-1118)
4504 Log:
4505 Fix wierd error that would exit SASL users with "Overridden"
4506
4507 Changes: Modified:
4508 +1 -1 trunk/modules/m_signon.c (File Modified)
4509
4510
4511 jilles 2006/03/30 10:11:21 UTC (20060330-1116)
4512 Log:
4513 Remove obsolete XXX comment about lazylinks.
4514
4515
4516 Changes: Modified:
4517 +0 -3 trunk/contrib/m_ojoin.c (File Modified)
4518
4519
4520 jilles 2006/03/30 02:22:18 UTC (20060330-1114)
4521 Log:
4522 OJOIN: make sure to send the wallops remotely for #channels
4523
4524
4525 Changes: Modified:
4526 +5 -0 trunk/contrib/m_ojoin.c (File Modified)
4527
4528
4529 gxti 2006/03/30 02:14:42 UTC (20060330-1112)
4530 Log:
4531 Accountability for OJOIN (contrib module)
4532
4533 Changes: Modified:
4534 +6 -0 trunk/contrib/m_ojoin.c (File Modified)
4535
4536
4537 nenolod 2006/03/29 22:55:25 UTC (20060329-1110)
4538 Log:
4539 - move more stuff over to ircd_state
4540
4541
4542 Changes: Modified:
4543 +1 -1 trunk/libcharybdis/linebuf.c (File Modified)
4544 +1 -1 trunk/libcharybdis/tools.c (File Modified)
4545 +9 -0 trunk/src/ircd_state.c (File Modified)
4546 +3 -3 trunk/src/patricia.c (File Modified)
4547
4548
4549 nenolod 2006/03/29 22:49:53 UTC (20060329-1108)
4550 Log:
4551 - move more stuff out of libircd and into ircd_state.c
4552
4553
4554 Changes: Modified:
4555 +5 -5 trunk/src/channel.c (File Modified)
4556 +4 -4 trunk/src/client.c (File Modified)
4557 +12 -0 trunk/src/ircd_state.c (File Modified)
4558
4559
4560 nenolod 2006/03/29 22:46:12 UTC (20060329-1106)
4561 Log:
4562 - this is just barrels of fun
4563
4564
4565 Changes: Modified:
4566 + - trunk/include/ircd_state.h (File Added)
4567 +1 -1 trunk/src/Makefile.in (File Modified)
4568 +2 -1 trunk/src/channel.c (File Modified)
4569 +3 -52 trunk/src/ircd.c (File Modified)
4570 +100 -3 trunk/src/ircd_state.c (File Modified)
4571
4572
4573 jilles 2006/03/26 22:51:26 UTC (20060326-1100)
4574 Log:
4575 It's .include, not #include.
4576
4577
4578 Changes: Modified:
4579 +3 -1 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
4580
4581
4582 jilles 2006/03/26 22:35:04 UTC (20060326-1098)
4583 Log:
4584 More consistent section titles.
4585
4586
4587 Changes: Modified:
4588 +1 -1 trunk/doc/sgml/oper-guide/cmodes.sgml (File Modified)
4589 +8 -6 trunk/doc/sgml/oper-guide/snomasks.sgml (File Modified)
4590 +5 -5 trunk/doc/sgml/oper-guide/umodes.sgml (File Modified)
4591
4592
4593 jilles 2006/03/23 11:15:26 UTC (20060323-1096)
4594 Log:
4595 Mention possible exceeding of +j/+l due to propagation
4596 delays between servers.
4597
4598
4599 Changes: Modified:
4600 +8 -0 trunk/doc/sgml/oper-guide/cmodes.sgml (File Modified)
4601
4602
4603 jilles 2006/03/23 11:04:43 UTC (20060323-1094)
4604 Log:
4605 Formatting nits:
4606 - "text" -> <quote>text</quote>
4607 - <filename>
4608 - a few more
4609
4610
4611 Changes: Modified:
4612 +1 -1 trunk/doc/sgml/oper-guide/cmodes.sgml (File Modified)
4613 +19 -19 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
4614 +1 -1 trunk/doc/sgml/oper-guide/snomasks.sgml (File Modified)
4615 +1 -1 trunk/doc/sgml/oper-guide/umodes.sgml (File Modified)
4616
4617
4618 jilles 2006/03/23 01:23:57 UTC (20060323-1092)
4619 Log:
4620 Remove text about deprecation of glines.
4621
4622
4623 Changes: Modified:
4624 +0 -4 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
4625
4626
4627 jilles 2006/03/23 00:20:59 UTC (20060323-1090)
4628 Log:
4629 - Add description of umode +D, deaf.
4630 - Mention CALLERID 005 token with umode +g.
4631
4632
4633 Changes: Modified:
4634 +24 -0 trunk/doc/sgml/oper-guide/umodes.sgml (File Modified)
4635
4636
4637 jilles 2006/03/19 15:57:54 UTC (20060319-1088)
4638 Log:
4639 Strip off a leading colon in services shortcuts (aliases).
4640
4641
4642 Changes: Modified:
4643 +2 -0 trunk/src/parse.c (File Modified)
4644
4645
4646 jilles 2006/03/17 23:20:30 UTC (20060317-1086)
4647 Log:
4648 Add no_oper_invis contrib module, denies opers setting
4649 themselves invisible (except hidden_oper's).
4650
4651
4652 Changes: Modified:
4653 +42 -0 trunk/contrib/Makefile.in (File Modified)
4654 + - trunk/contrib/no_oper_invis.c (File Added)
4655
4656
4657 jilles 2006/03/17 21:02:06 UTC (20060317-1084)
4658 Log:
4659 Mention /stats E, make the other /stats descriptions more consistent.
4660
4661
4662 Changes: Modified:
4663 +13 -7 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
4664
4665
4666 jilles 2006/03/17 18:01:32 UTC (20060317-1082)
4667 Log:
4668 Mention that the KILL reason and oper will appear on channels.
4669
4670
4671 Changes: Modified:
4672 +3 -0 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
4673
4674
4675 jilles 2006/03/17 15:49:35 UTC (20060317-1080)
4676 Log:
4677 Mention /mode #channel f to query forward channel from outside.
4678
4679
4680 Changes: Modified:
4681 +4 -0 trunk/doc/sgml/oper-guide/cmodes.sgml (File Modified)
4682
4683
4684 jilles 2006/03/17 15:13:00 UTC (20060317-1074)
4685 Log:
4686 Port over RATBOX_2_1 r20960 (anfl):
4687 client connect notices to +C should be hiding the extra
4688 fields for spoofed users
4689
4690
4691 Changes: Modified:
4692 +2 -1 trunk/src/s_user.c (File Modified)
4693
4694
4695 jilles 2006/03/15 17:07:32 UTC (20060315-1072)
4696 Log:
4697 Add a chapter with our extra user commands:
4698 ACCEPT, CNOTICE, CPRIVMSG, HELP, KNOCK, MONITOR.
4699
4700
4701 Changes: Modified:
4702 +181 -0 trunk/doc/sgml/oper-guide/charybdis-oper-guide.sgml (File Modified)
4703 + - trunk/doc/sgml/oper-guide/ucommands.sgml (File Added)
4704
4705
4706 jilles 2006/03/15 14:31:14 UTC (20060315-1070)
4707 Log:
4708 Do not put by <server>: in SQUIT reasons to servers
4709 other than the one being exited.
4710
4711
4712 Changes: Modified:
4713 +1 -1 trunk/src/client.c (File Modified)
4714
4715
4716 jilles 2006/03/14 19:16:18 UTC (20060314-1068)
4717 Log:
4718 Regenerate configure.
4719
4720
4721 Changes: Modified:
4722 +1162 -1159 trunk/configure (File Modified)
4723
4724
4725 jilles 2006/03/14 19:15:34 UTC (20060314-1066)
4726 Log:
4727 Move the warning flags down so they do not mess up
4728 checks like for -Wl,-export-dynamic.
4729
4730
4731 Changes: Modified:
4732 +33 -30 trunk/configure.ac (File Modified)
4733
4734
4735 nenolod 2006/03/14 14:53:54 UTC (20060314-1064)
4736 Log:
4737 - more work here
4738
4739
4740 Changes: Modified:
4741 +2 -1 trunk/iauth/Makefile.in (File Modified)
4742
4743
4744 nenolod 2006/03/14 14:51:39 UTC (20060314-1062)
4745 Log:
4746 - build iauth makefile
4747
4748
4749 Changes: Modified:
4750 +3 -2 trunk/configure (File Modified)
4751 +1 -0 trunk/configure.ac (File Modified)
4752
4753
4754 nenolod 2006/03/14 14:50:54 UTC (20060314-1060)
4755 Log:
4756 - Makefile
4757
4758
4759 Changes: Modified:
4760 + - trunk/iauth/Makefile.in (File Added)
4761
4762
4763 nenolod 2006/03/14 14:46:12 UTC (20060314-1058)
4764 Log:
4765 - add iauth.conf.example from irc2.11
4766
4767
4768 Changes: Modified:
4769 + - trunk/doc/example-iauth.conf (File Added)
4770
4771
4772 nenolod 2006/03/14 14:38:33 UTC (20060314-1056)
4773 Log:
4774 - wow, i found some docs on this thing
4775
4776
4777 Changes: Modified:
4778 + - trunk/doc/technical/iauth-internals.txt (File Added)
4779
4780
4781 nenolod 2006/03/14 14:36:46 UTC (20060314-1054)
4782 Log:
4783 - no longer applicable
4784
4785
4786 Changes: Modified:
4787 + - trunk/authdaemon/ (File Deleted)
4788
4789
4790 nenolod 2006/03/14 14:27:52 UTC (20060314-1052)
4791 Log:
4792 - remove libircd.so on make clean (oops)
4793
4794
4795 Changes: Modified:
4796 +1 -1 trunk/src/Makefile.in (File Modified)
4797
4798
4799 nenolod 2006/03/14 14:25:50 UTC (20060314-1050)
4800 Log:
4801 - merge iauth source for experimentation
4802
4803
4804 Changes: Modified:
4805 + - trunk/iauth/ (File Added)
4806 + - trunk/iauth/a_conf.c (File Added)
4807 + - trunk/iauth/a_conf_def.h (File Added)
4808 + - trunk/iauth/a_conf_ext.h (File Added)
4809 + - trunk/iauth/a_defines.h (File Added)
4810 + - trunk/iauth/a_externs.h (File Added)
4811 + - trunk/iauth/a_io.c (File Added)
4812 + - trunk/iauth/a_io_ext.h (File Added)
4813 + - trunk/iauth/a_log.c (File Added)
4814 + - trunk/iauth/a_log_def.h (File Added)
4815 + - trunk/iauth/a_log_ext.h (File Added)
4816 + - trunk/iauth/a_struct_def.h (File Added)
4817 + - trunk/iauth/iauth.c (File Added)
4818 + - trunk/iauth/mod_lhex.c (File Added)
4819 + - trunk/iauth/mod_lhex_ext.h (File Added)
4820 + - trunk/iauth/mod_pipe.c (File Added)
4821 + - trunk/iauth/mod_pipe_ext.h (File Added)
4822 + - trunk/iauth/mod_rfc931.c (File Added)
4823 + - trunk/iauth/mod_rfc931_ext.h (File Added)
4824 + - trunk/iauth/mod_socks.c (File Added)
4825 + - trunk/iauth/mod_socks_ext.h (File Added)
4826 + - trunk/iauth/mod_webproxy.c (File Added)
4827 + - trunk/iauth/mod_webproxy_ext.h (File Added)
4828
4829
4830 jilles 2006/03/12 16:05:39 UTC (20060312-1044)
4831 Log:
4832 User /quote help index was not sorted properly.
4833
4834
4835 Changes: Modified:
4836 +2 -2 trunk/help/Makefile.in (File Modified)
4837 +8 -8 trunk/help/users/index (File Modified)
4838
4839
4840 jilles 2006/03/12 15:57:27 UTC (20060312-1038)
4841 Log:
4842 Add SCAN help file.
4843
4844
4845 Changes: Modified:
4846 +25 -8 trunk/help/opers/index (File Modified)
4847 + - trunk/help/opers/scan (File Added)
4848
4849
4850 jilles 2006/03/12 15:27:06 UTC (20060312-1032)
4851 Log:
4852 SGML docs:
4853 - Document SCAN UMODES
4854 - Add details about the IP address field in MASKTRACE/CHANTRACE/SCAN UMODES
4855
4856
4857 Changes: Modified:
4858 +41 -0 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
4859
4860
4861 jilles 2006/03/10 15:28:58 UTC (20060310-1028)
4862 Log:
4863 Add our copyright information to /info (part of release-1.1 r1026).
4864
4865
4866 Changes: Modified:
4867 +1 -0 trunk/src/version.c.SH (File Modified)
4868
4869
4870 jilles 2006/03/10 00:16:30 UTC (20060310-1020)
4871 Log:
4872 Fix some compile warnings.
4873
4874
4875 Changes: Modified:
4876 +1 -1 trunk/modules/core/m_join.c (File Modified)
4877 +2 -2 trunk/modules/core/m_nick.c (File Modified)
4878 +0 -1 trunk/modules/core/m_sjoin.c (File Modified)
4879 +1 -1 trunk/modules/m_scan.c (File Modified)
4880 +4 -4 trunk/modules/m_signon.c (File Modified)
4881
4882
4883 jilles 2006/03/09 15:54:20 UTC (20060309-1012)
4884 Log:
4885 RSFNC: OK, actually consider unknowns also for detecting a collide.
4886 Otherwise we can get two clients with the same nick.
4887
4888
4889 Changes: Modified:
4890 +1 -1 trunk/modules/m_services.c (File Modified)
4891
4892
4893 nenolod 2006/03/09 15:32:14 UTC (20060309-1006)
4894 Log:
4895 - charybdis profiling stuff
4896 - move all channel mode logic into src/chmode.c from modules/core/m_mode.c
4897 - update .depend
4898
4899
4900 Changes: Modified:
4901 +0 -8 trunk/configure (File Modified)
4902 +1 -8 trunk/configure.ac (File Modified)
4903 +18 -0 trunk/include/channel.h (File Modified)
4904 +0 -1322 trunk/modules/core/m_mode.c (File Modified)
4905 +335 -260 trunk/src/.depend (File Modified)
4906 +1569 -0 trunk/src/Makefile.in (File Modified)
4907 + - trunk/src/chmode.c (File Added)
4908 +16 -1 trunk/src/ircd.c (File Modified)
4909 +11 -0 trunk/src/main.c (File Modified)
4910 +11 -0 trunk/src/modules.c (File Modified)
4911
4912
4913 jilles 2006/03/09 14:33:38 UTC (20060309-1004)
4914 Log:
4915 RSFNC: Do not send kills to servers for unknowns
4916
4917
4918 Changes: Modified:
4919 +4 -2 trunk/modules/m_services.c (File Modified)
4920
4921
4922 jilles 2006/03/09 14:25:01 UTC (20060309-1002)
4923 Log:
4924 Describe service{} blocks in reference.conf.
4925
4926
4927 Changes: Modified:
4928 +12 -0 trunk/doc/reference.conf (File Modified)
4929
4930
4931 jilles 2006/03/09 01:14:34 UTC (20060309-996)
4932 Log:
4933 Replace this list of modes with pointers to other documentation.
4934
4935
4936 Changes: Modified:
4937 +6 -50 trunk/doc/modes.txt (File Modified)
4938
4939
4940 jilles 2006/03/08 00:10:46 UTC (20060308-986)
4941 Log:
4942 Name the variable for the channel pointer 'chptr' instead of 'cptr',
4943 looks too much like an old-ircd client pointer otherwise.
4944
4945
4946 Changes: Modified:
4947 +7 -7 trunk/contrib/m_findforwards.c (File Modified)
4948
4949
4950 jilles 2006/03/08 00:09:27 UTC (20060308-984)
4951 Log:
4952 findforwards:
4953 - note truncation of the list (perhaps sending multiple
4954 notices is better)
4955 - clarify in a comment that /findforwards on a nonexistent
4956 channel can be useful
4957 - sendto_one_notice() requires that the text start with
4958 a colon
4959
4960
4961 Changes: Modified:
4962 +9 -3 trunk/contrib/m_findforwards.c (File Modified)
4963
4964
4965 jilles 2006/03/07 23:33:48 UTC (20060307-982)
4966 Log:
4967 When we close a local server's link, always include the
4968 name of the client causing the exit in the reason in the
4969 SQUIT we send them (replacing them with us). This makes
4970 sure server notices for stuff like "Not enough arguments
4971 to server command" are different on the two sides.
4972
4973
4974 Changes: Modified:
4975 +7 -5 trunk/src/client.c (File Modified)
4976
4977
4978 gxti 2006/03/07 22:58:03 UTC (20060307-980)
4979 Log:
4980 New contrib module m_findforwards.c
4981
4982
4983 Changes: Modified:
4984 +112 -0 trunk/contrib/Makefile.in (File Modified)
4985 + - trunk/contrib/m_findforwards.c (File Added)
4986
4987
4988 jilles 2006/03/07 22:21:29 UTC (20060307-968)
4989 Log:
4990 Whoops, don't show real host behind auth{} spoof in
4991 spoof notices if hide_spoof_ips is enabled.
4992
4993 From ratbox (part of initial HIDE_SPOOF_IPS to conf patch)
4994
4995
4996 Changes: Modified:
4997 +3 -2 trunk/src/s_conf.c (File Modified)
4998
4999
5000 jilles 2006/03/07 12:54:53 UTC (20060307-962)
5001 Log:
5002 Add dalnet-style /identify that sends to nickserv or chanserv.
5003
5004
5005 Changes: Modified:
5006 +102 -0 trunk/contrib/Makefile.in (File Modified)
5007 + - trunk/contrib/m_identify.c (File Added)
5008
5009
5010 jilles 2006/03/07 12:26:20 UTC (20060307-958)
5011 Log:
5012 Document alias{} blocks a bit better.
5013
5014
5015 Changes: Modified:
5016 +9 -0 trunk/doc/reference.conf (File Modified)
5017
5018
5019 nenolod 2006/03/06 04:01:20 UTC (20060306-948)
5020 Log:
5021 - add aliases to /stats m (data usage is not counted though, sorry)
5022
5023
5024 Changes: Modified:
5025 +1 -0 trunk/include/s_conf.h (File Modified)
5026 +3 -0 trunk/src/newconf.c (File Modified)
5027 +15 -0 trunk/src/parse.c (File Modified)
5028
5029
5030 nenolod 2006/03/06 03:43:02 UTC (20060306-946)
5031 Log:
5032 - remove m_sshortcut as it's no longer relevant
5033
5034
5035 Changes: Modified:
5036 +0 -145 trunk/modules/Makefile.in (File Modified)
5037 + - trunk/modules/m_sshortcut.c (File Deleted)
5038
5039
5040 nenolod 2006/03/06 03:41:31 UTC (20060306-944)
5041 Log:
5042 - support for aliases, needs some more work before it can be backported to the 1.2 branch (jilles changed this to use
5043 targets instead of my original idea :P)
5044
5045
5046 Changes: Modified:
5047 +32 -0 trunk/doc/example.conf (File Modified)
5048 +35 -0 trunk/doc/reference.conf (File Modified)
5049 +4 -0 trunk/include/parse.h (File Modified)
5050 +7 -0 trunk/include/s_conf.h (File Modified)
5051 +82 -0 trunk/src/newconf.c (File Modified)
5052 +78 -0 trunk/src/parse.c (File Modified)
5053 +16 -0 trunk/src/s_conf.c (File Modified)
5054
5055
5056 jilles 2006/03/05 23:33:56 UTC (20060305-942)
5057 Log:
5058 Remove some spaces after tabs. ??
5059
5060
5061 Changes: Modified:
5062 +18 -18 trunk/src/newconf.c (File Modified)
5063
5064
5065 jilles 2006/03/05 23:15:38 UTC (20060305-940)
5066 Log:
5067 Global /who:
5068 - make sure to clear all marks also if the who was aborted
5069 because of too many matches
5070 - give ERR_TOOMANYMATCHES if too many matches
5071 - clarify comments
5072
5073 ratbox RATBOX_2_2 r22003 (jilles)
5074
5075
5076 Changes: Modified:
5077 +28 -26 trunk/modules/m_who.c (File Modified)
5078
5079
5080 nenolod 2006/03/05 09:45:50 UTC (20060305-936)
5081 Log:
5082 - devel is 2.0
5083
5084
5085 Changes: Modified:
5086 +9 -9 trunk/configure (File Modified)
5087 +1 -1 trunk/configure.ac (File Modified)
5088
5089
5090 nenolod 2006/03/05 03:39:14 UTC (20060305-932)
5091 Log:
5092 - add /rehash nickdelay to clear out the nickdelay tables (hack hack!)
5093
5094
5095 Changes: Modified:
5096 +2 -1 trunk/include/s_newconf.h (File Modified)
5097 +20 -0 trunk/modules/m_rehash.c (File Modified)
5098 +1 -1 trunk/src/s_newconf.c (File Modified)
5099
5100
5101 gxti 2006/03/05 03:38:33 UTC (20060305-930)
5102 Log:
5103 Pull quiet_on_ban from the config as only people who can't configure their ircd properly turn this off.
5104
5105
5106 Changes: Modified:
5107 +0 -1 trunk/doc/example.conf (File Modified)
5108 +0 -3 trunk/doc/reference.conf (File Modified)
5109 +0 -1 trunk/include/s_conf.h (File Modified)
5110 +0 -6 trunk/modules/m_info.c (File Modified)
5111 +1 -1 trunk/src/channel.c (File Modified)
5112 +0 -1 trunk/src/newconf.c (File Modified)
5113
5114
5115 gxti 2006/03/05 00:48:56 UTC (20060305-928)
5116 Log:
5117 Missing header in m_chghost.c
5118
5119 Changes: Modified:
5120 +1 -0 trunk/modules/m_chghost.c (File Modified)
5121
5122
5123 gxti 2006/02/28 19:53:33 UTC (20060228-926)
5124 Log:
5125 Relocate QJM code to a seperate function(change_nick_user_host)
5126 Change CHGHOST to use change_nick_user_host instead of just setting it
5127
5128
5129 Changes: Modified:
5130 +3 -0 trunk/include/s_user.h (File Modified)
5131 +1 -1 trunk/modules/m_chghost.c (File Modified)
5132 +3 -78 trunk/modules/m_signon.c (File Modified)
5133 +89 -0 trunk/src/s_user.c (File Modified)
5134
5135
5136 jilles 2006/02/28 13:24:51 UTC (20060228-924)
5137 Log:
5138 Restore /stats a (dns servers, admin-only).
5139
5140
5141 Changes: Modified:
5142 +1 -0 trunk/include/res.h (File Modified)
5143 +5 -8 trunk/modules/m_stats.c (File Modified)
5144 +16 -0 trunk/src/res.c (File Modified)
5145
5146
5147 nenolod 2006/02/23 18:29:24 UTC (20060223-920)
5148 Log:
5149 - Add CHARYBDIS_PROFILE if we are profiling.
5150 - Remove -static from CFLAGS when profiling because this is really unnecessary.
5151 - Remove duplicate --enable-epoll entry.
5152
5153
5154 Changes: Modified:
5155 +1595 -15 trunk/configure (File Modified)
5156 +30 -11 trunk/configure.ac (File Modified)
5157 +3 -0 trunk/include/setup.h.in (File Modified)
5158
5159
5160 nenolod 2006/02/23 18:17:21 UTC (20060223-918)
5161 Log:
5162 - Add CHARYBDIS_C_GCC_TRY_FLAGS. Guess where this is from. Just guess.
5163
5164
5165 Changes: Modified:
5166 +28 -0 trunk/aclocal.m4 (File Modified)
5167
5168
5169 jilles 2006/02/23 13:25:48 UTC (20060223-916)
5170 Log:
5171 Allow requesting forward channel and quiet list in same mode command.
5172
5173
5174 Changes: Modified:
5175 +1 -1 trunk/modules/core/m_mode.c (File Modified)
5176
5177
5178 jilles 2006/02/22 00:06:41 UTC (20060222-912)
5179 Log:
5180 Add description of xline wildcards.
5181
5182
5183 Changes: Modified:
5184 +14 -3 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
5185
5186
5187 gxti 2006/02/21 23:54:57 UTC (20060221-908)
5188 Log:
5189 Stop throwing out LOGIN from non-bursting servers as this interferes with SASL.
5190
5191
5192 Changes: Modified:
5193 +0 -4 trunk/modules/m_services.c (File Modified)
5194
5195
5196 nenolod 2006/02/21 02:25:43 UTC (20060221-906)
5197 Log:
5198 typo
5199
5200
5201 Changes: Modified:
5202 +1 -1 trunk/include/hook.h (File Modified)
5203
5204
5205 nenolod 2006/02/20 22:34:50 UTC (20060220-904)
5206 Log:
5207 call_hook, not hook_call
5208
5209
5210 Changes: Modified:
5211 +1 -1 trunk/modules/core/m_join.c (File Modified)
5212
5213
5214 nenolod 2006/02/20 22:05:41 UTC (20060220-902)
5215 Log:
5216 Add h_channel_join, a hook that's fired (for modules) when a channel is joined.
5217 Could be useful for a number of things.
5218
5219
5220 Changes: Modified:
5221 +9 -0 trunk/modules/core/m_join.c (File Modified)
5222
5223
5224 nenolod 2006/02/20 21:35:40 UTC (20060220-900)
5225 Log:
5226 New type: hook_data_channel_activity, used primarily for joins and parts from a channel.
5227
5228
5229 Changes: Modified:
5230 +7 -0 trunk/include/hook.h (File Modified)
5231
5232
5233 gxti 2006/02/20 21:27:46 UTC (20060220-896)
5234 Log:
5235 Burst LOGIN on registration if the user was already identified (i.e. from SIGNON)
5236
5237
5238 Changes: Modified:
5239 +15 -0 trunk/modules/m_services.c (File Modified)
5240
5241
5242 jilles 2006/02/20 11:26:45 UTC (20060220-894)
5243 Log:
5244 Clarify snomask +f, +k, +u.
5245
5246
5247 Changes: Modified:
5248 +8 -4 trunk/doc/sgml/oper-guide/snomasks.sgml (File Modified)
5249
5250
5251 jilles 2006/02/20 11:26:22 UTC (20060220-892)
5252 Log:
5253 Cmode +p and +s may be set simultaneously.
5254
5255
5256 Changes: Modified:
5257 +1 -0 trunk/doc/sgml/oper-guide/cmodes.sgml (File Modified)
5258
5259
5260 nenolod 2006/02/20 05:20:38 UTC (20060220-890)
5261 Log:
5262 actually, we should check the data version on each reload (oops)
5263
5264
5265 Changes: Modified:
5266 +6 -6 trunk/src/main.c (File Modified)
5267
5268
5269 nenolod 2006/02/20 05:17:22 UTC (20060220-888)
5270 Log:
5271 more work on the loader
5272
5273
5274 Changes: Modified:
5275 +45 -21 trunk/src/main.c (File Modified)
5276
5277
5278 nenolod 2006/02/20 04:04:42 UTC (20060220-886)
5279 Log:
5280 Add prototype ircd_state.c
5281
5282
5283 Changes: Modified:
5284 + - trunk/src/ircd_state.c (File Added)
5285
5286
5287 jilles 2006/02/19 00:41:15 UTC (20060219-882)
5288 Log:
5289 Smaller improvements.
5290
5291
5292 Changes: Modified:
5293 +18 -8 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
5294
5295
5296 jilles 2006/02/19 00:15:39 UTC (20060219-880)
5297 Log:
5298 Add a lot of stuff here.
5299
5300
5301 Changes: Modified:
5302 +210 -16 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
5303
5304
5305 jilles 2006/02/18 22:55:32 UTC (20060218-878)
5306 Log:
5307 Add +o, +t and +v cmodes and add a lot of information to other cmodes.
5308
5309
5310 Changes: Modified:
5311 +81 -10 trunk/doc/sgml/oper-guide/cmodes.sgml (File Modified)
5312
5313
5314 jilles 2006/02/18 21:57:54 UTC (20060218-873)
5315 Log:
5316 Invex doesn't trump +r or (sic) +J.
5317
5318
5319 Changes: Modified:
5320 +0 -2 trunk/doc/sgml/oper-guide/cmodes.sgml (File Modified)
5321
5322
5323 nenolod 2006/02/18 21:56:00 UTC (20060218-871)
5324 Log:
5325 Check to make sure a module is not loaded before loading it.
5326
5327
5328 Changes: Modified:
5329 +6 -1 trunk/src/ircd_parser.y (File Modified)
5330
5331
5332 nenolod 2006/02/16 18:54:16 UTC (20060216-869)
5333 Log:
5334 - Add a missing comma in the HeaderMessages array
5335 - Only send "Your hostname is too long ..." if that really is the case
5336
5337
5338 Changes: Modified:
5339 +2 -2 trunk/src/s_auth.c (File Modified)
5340
5341
5342 nenolod 2006/02/16 14:25:09 UTC (20060216-867)
5343 Log:
5344 build_symtable() will have already bailed here, so no need to check
5345 explicitly whether or not charybdis_main is NULL.
5346
5347
5348 Changes: Modified:
5349 +7 -16 trunk/src/main.c (File Modified)
5350
5351
5352 nenolod 2006/02/16 14:05:37 UTC (20060216-865)
5353 Log:
5354 Data structure versioning, part 1.
5355
5356
5357 Changes: Modified:
5358 +10 -1 trunk/include/ircd_defs.h (File Modified)
5359 +2 -0 trunk/src/ircd.c (File Modified)
5360 +15 -3 trunk/src/main.c (File Modified)
5361
5362
5363 nenolod 2006/02/16 06:51:59 UTC (20060216-863)
5364 Log:
5365 build a symbol table and use that instead of doing a raw dlsym on everything
5366
5367
5368 Changes: Modified:
5369 + - trunk/include/ircd_linker.h (File Added)
5370 +71 -1 trunk/src/Makefile.in (File Modified)
5371 + - trunk/src/ircd_linker.c (File Added)
5372 +16 -4 trunk/src/main.c (File Modified)
5373
5374
5375 nenolod 2006/02/15 23:15:08 UTC (20060215-861)
5376 Log:
5377 The launcher now calls io_loop() instead of charybdis_main().
5378 This is so that we do not have to reinitialize *everything* later.
5379
5380
5381 Changes: Modified:
5382 +1 -0 trunk/include/ircd.h (File Modified)
5383 +6 -7 trunk/src/ircd.c (File Modified)
5384 +13 -1 trunk/src/main.c (File Modified)
5385
5386
5387 nenolod 2006/02/15 23:05:22 UTC (20060215-859)
5388 Log:
5389 Use global binding on libircd.so.
5390
5391
5392 Changes: Modified:
5393 +1 -1 trunk/src/main.c (File Modified)
5394
5395
5396 nenolod 2006/02/15 22:49:16 UTC (20060215-857)
5397 Log:
5398 - most of the IRCd is now a shared library, ircd is just a launcher that opens libircd.so and runs it now.
5399 (it will do more later)
5400
5401
5402 Changes: Modified:
5403 +14 -12 trunk/include/config.h (File Modified)
5404 +1 -1 trunk/libcharybdis/Makefile.in (File Modified)
5405 +31 -5 trunk/src/Makefile.in (File Modified)
5406 +78 -1 trunk/src/ircd.c (File Modified)
5407 + - trunk/src/main.c (File Added)
5408
5409
5410 nenolod 2006/02/15 03:27:43 UTC (20060215-855)
5411 Log:
5412 Add whitespace here, oops.
5413
5414
5415 Changes: Modified:
5416 +1 -1 trunk/CREDITS (File Modified)
5417
5418
5419 nenolod 2006/02/15 01:34:19 UTC (20060215-851)
5420 Log:
5421 Properly copy over the IP address here instead of using a cheap hack.
5422 Because the hack didn't work right except on IPv6. :|
5423
5424
5425 Changes: Modified:
5426 +12 -2 trunk/src/s_newconf.c (File Modified)
5427
5428
5429 jilles 2006/02/15 01:33:43 UTC (20060215-849)
5430 Log:
5431 Revert reject cache notice to ratbox's, which more
5432 clearly suggests what's happening.
5433
5434
5435 Changes: Modified:
5436 +4 -1 trunk/src/reject.c (File Modified)
5437
5438
5439 nenolod 2006/02/15 01:30:41 UTC (20060215-847)
5440 Log:
5441 Fix the openssl status in the overview information.
5442
5443
5444 Changes: Modified:
5445 +1 -3 trunk/configure (File Modified)
5446 +1 -3 trunk/configure.ac (File Modified)
5447
5448
5449 jilles 2006/02/15 00:53:32 UTC (20060215-843)
5450 Log:
5451 - Add simple exempt{} block (127.0.0.1) to example.conf.
5452 - Remove mention of deny{}.
5453
5454
5455 Changes: Modified:
5456 +5 -0 trunk/doc/example.conf (File Modified)
5457 +1 -1 trunk/doc/reference.conf (File Modified)
5458
5459
5460 jilles 2006/02/15 00:37:34 UTC (20060215-839)
5461 Log:
5462 example.conf: add some comments at the start
5463 reference.conf: some ircd-ratbox -> charybdis
5464
5465
5466 Changes: Modified:
5467 +11 -0 trunk/doc/example.conf (File Modified)
5468 +6 -5 trunk/doc/reference.conf (File Modified)
5469
5470
5471 jilles 2006/02/15 00:27:59 UTC (20060215-833)
5472 Log:
5473 Rename m_createauthonly module to createauthonly
5474 as this is not a module providing an m_function
5475 (command).
5476
5477
5478 Changes: Modified:
5479 +1 -38 trunk/contrib/Makefile.in (File Modified)
5480 + - trunk/contrib/createauthonly.c (File Added)
5481 + - trunk/contrib/m_createauthonly.c (File Deleted)
5482
5483
5484 jilles 2006/02/15 00:22:08 UTC (20060215-831)
5485 Log:
5486 Add to example confs commented lines for:
5487 createauthonly.so, ip_cloaking.so, sno_farconnect.so,
5488 sno_globalkline.so, sno_globaloper.so.
5489
5490
5491 Changes: Modified:
5492 +5 -1 trunk/doc/example.conf (File Modified)
5493 +9 -1 trunk/doc/reference.conf (File Modified)
5494
5495
5496 jilles 2006/02/15 00:12:24 UTC (20060215-829)
5497 Log:
5498 - Unbreak connecting to connect{}s with hostnames
5499 instead of IP addresses (broken with new resolver).
5500 - Try to do A/AAAA query based on aftype in
5501 connect{} (doesn't seem to work fully).
5502
5503
5504 Changes: Modified:
5505 +19 -2 trunk/libcharybdis/commio.c (File Modified)
5506
5507
5508 jilles 2006/02/14 22:54:37 UTC (20060214-827)
5509 Log:
5510 Unbreak /rehash dns.
5511
5512
5513 Changes: Modified:
5514 +1 -0 trunk/src/res.c (File Modified)
5515
5516
5517 jilles 2006/02/14 22:40:55 UTC (20060214-825)
5518 Log:
5519 Preserve Hybrid Id and add one of our own.
5520
5521
5522 Changes: Modified:
5523 +2 -1 trunk/src/res.c (File Modified) (Property Modified)
5524 +2 -1 trunk/src/reslib.c (File Modified) (Property Modified)
5525
5526
5527 jilles 2006/02/14 22:17:17 UTC (20060214-821)
5528 Log:
5529 Add anfl and Androsyn to CREDITS.
5530 They wrote a lot of ratbox code we use, both before and after the fork.
5531
5532
5533 Changes: Modified:
5534 +2 -0 trunk/CREDITS (File Modified)
5535
5536
5537 nenolod 2006/02/14 21:39:42 UTC (20060214-819)
5538 Log:
5539 Hostname validity check.
5540
5541
5542 Changes: Modified:
5543 +42 -3 trunk/src/s_auth.c (File Modified)
5544
5545
5546 nenolod 2006/02/14 21:02:12 UTC (20060214-817)
5547 Log:
5548 Version bump to 1.2.0.
5549
5550
5551 Changes: Modified:
5552 +9 -9 trunk/configure (File Modified)
5553 +1 -1 trunk/configure.ac (File Modified)
5554
5555
5556 nenolod 2006/02/14 20:55:24 UTC (20060214-815)
5557 Log:
5558 - Missed a spot in the IPv6 code here. Should be usable now.
5559
5560
5561 Changes: Modified:
5562 +2 -2 trunk/src/res.c (File Modified)
5563
5564
5565 nenolod 2006/02/14 20:52:15 UTC (20060214-813)
5566 Log:
5567 Alright, so, this massive commit does the following:
5568 - Removes adns
5569 - Adds a resolver based on the undernet and hybrid one.
5570 - Tries to clean up a giant mess in the header dependencies (encountered during the above)
5571 - Makes a check in ./configure be posixly correct
5572 - Simplifies the auth code and DNS callbacks
5573
5574 Needs testing. Especially under IPv6. I probably fucked something up there. I will test it later.
5575
5576
5577 Changes: Modified:
5578 +1 -1 trunk/Makefile.in (File Modified)
5579 + - trunk/adns/ (File Deleted)
5580 +148 -80 trunk/configure (File Modified)
5581 +1 -2 trunk/configure.ac (File Modified)
5582 +6 -0 trunk/include/client.h (File Modified)
5583 +1 -0 trunk/include/packet.h (File Modified)
5584 +153 -41 trunk/include/res.h (File Modified)
5585 + - trunk/include/reslib.h (File Added)
5586 +4 -33 trunk/libcharybdis/commio.c (File Modified)
5587 +930 -1449 trunk/modules/.depend (File Modified)
5588 +3 -0 trunk/modules/m_stats.c (File Modified)
5589 +417 -621 trunk/src/.depend (File Modified)
5590 +1 -1 trunk/src/.indent.pro (File Modified)
5591 +2069 -289 trunk/src/Makefile.in (File Modified)
5592 + - trunk/src/adns.c (File Deleted)
5593 + - trunk/src/res.c (File Added)
5594 + - trunk/src/reslib.c (File Added)
5595 +11 -50 trunk/src/s_auth.c (File Modified)
5596 +4 -26 trunk/src/s_newconf.c (File Modified)
5597
5598
5599 nenolod 2006/02/13 20:14:51 UTC (20060213-811)
5600 Log:
5601 Document the NOBALLOC feature.
5602
5603
5604 Changes: Modified:
5605 +7 -1 trunk/include/config.h (File Modified)
5606
5607
5608 jilles 2006/02/12 20:50:51 UTC (20060212-806)
5609 Log:
5610 commands.sgml changes
5611
5612
5613 Changes: Modified:
5614 +126 -51 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
5615
5616
5617 jilles 2006/02/12 19:58:28 UTC (20060212-804)
5618 Log:
5619 connect{} changes.
5620
5621
5622 Changes: Modified:
5623 +11 -4 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
5624
5625
5626 jilles 2006/02/12 19:47:43 UTC (20060212-802)
5627 Log:
5628 Improve description of class{} block (in particular,
5629 mention server classes as well as client classes).
5630
5631
5632 Changes: Modified:
5633 +41 -3 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
5634
5635
5636 jilles 2006/02/12 19:37:35 UTC (20060212-800)
5637 Log:
5638 In comment:
5639 -/* sendq: servers need a higher sendq as they send more data */
5640 +/* sendq: servers need a higher sendq as they are sent more data */
5641
5642
5643 Changes: Modified:
5644 +1 -1 trunk/doc/reference.conf (File Modified)
5645
5646
5647 jilles 2006/02/12 19:33:35 UTC (20060212-798)
5648 Log:
5649 Add modules{} block.
5650
5651
5652 Changes: Modified:
5653 +28 -0 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
5654
5655
5656 jilles 2006/02/12 17:31:44 UTC (20060212-796)
5657 Log:
5658 Add general::oper_snomask, snomask on oper up for opers
5659 that have umode +s set on oper up, but do not have
5660 a specific snomask setting in their operator block.
5661 If this is empty or not specified, +s is used as before.
5662
5663
5664 Changes: Modified:
5665 +4 -1 trunk/doc/example.conf (File Modified)
5666 +7 -1 trunk/doc/reference.conf (File Modified)
5667 +1 -0 trunk/include/client.h (File Modified)
5668 +1 -0 trunk/include/s_conf.h (File Modified)
5669 +32 -0 trunk/src/newconf.c (File Modified)
5670 +1 -0 trunk/src/s_conf.c (File Modified)
5671 +13 -3 trunk/src/s_user.c (File Modified)
5672
5673
5674 nenolod 2006/02/12 07:27:54 UTC (20060212-794)
5675 Log:
5676 fix error
5677
5678 Changes: Modified:
5679 +1 -1 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
5680
5681
5682 nenolod 2006/02/12 07:13:38 UTC (20060212-792)
5683 Log:
5684 Add MASKTRACE and CHANTRACE commands.
5685
5686
5687 Changes: Modified:
5688 +23 -5 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
5689
5690
5691 nenolod 2006/02/12 06:39:51 UTC (20060212-790)
5692 Log:
5693 document loadmodule directive
5694
5695
5696 Changes: Modified:
5697 +12 -3 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
5698
5699
5700 nenolod 2006/02/12 06:36:19 UTC (20060212-788)
5701 Log:
5702 finish this up
5703
5704
5705 Changes: Modified:
5706 +29 -3 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
5707
5708
5709 nenolod 2006/02/12 06:29:55 UTC (20060212-786)
5710 Log:
5711 q:lines are no longer living in the ircd.conf either
5712
5713
5714 Changes: Modified:
5715 +0 -8 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
5716
5717
5718 nenolod 2006/02/12 04:28:54 UTC (20060212-784)
5719 Log:
5720 remove k:line, d:line, x:line as they are their own files now
5721
5722
5723 Changes: Modified:
5724 +0 -29 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
5725
5726
5727 jilles 2006/02/12 03:55:38 UTC (20060212-782)
5728 Log:
5729 New place for operator::snomask.
5730
5731
5732 Changes: Modified:
5733 +9 -9 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
5734
5735
5736 nenolod 2006/02/12 03:46:29 UTC (20060212-780)
5737 Log:
5738 Document connect {}.
5739
5740
5741 Changes: Modified:
5742 +101 -20 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
5743
5744
5745 jilles 2006/02/12 03:42:26 UTC (20060212-778)
5746 Log:
5747 example.conf: move operator::snomask to a more logical place,
5748 more sensible default
5749 reference.conf: add operator::snomask
5750
5751
5752 Changes: Modified:
5753 +3 -3 trunk/doc/example.conf (File Modified)
5754 +3 -0 trunk/doc/reference.conf (File Modified)
5755
5756
5757 jilles 2006/02/12 03:34:24 UTC (20060212-776)
5758 Log:
5759 Allow specifying +D (deaf), +Q (noforward) and +R (regonlymsg)
5760 in those conf entries that take umodes like <name1>, <name2>, ...
5761
5762
5763 Changes: Modified:
5764 +3 -0 trunk/doc/reference.conf (File Modified)
5765 +3 -0 trunk/src/newconf.c (File Modified)
5766
5767
5768 nenolod 2006/02/12 03:33:02 UTC (20060212-774)
5769 Log:
5770 Remove H:line
5771
5772
5773 Changes: Modified:
5774 +0 -7 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
5775
5776
5777 nenolod 2006/02/12 03:30:32 UTC (20060212-772)
5778 Log:
5779 Aesthetic changes.
5780
5781
5782 Changes: Modified:
5783 +2 -0 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
5784
5785
5786 nenolod 2006/02/12 03:28:34 UTC (20060212-770)
5787 Log:
5788 s/allow/auth
5789
5790
5791 Changes: Modified:
5792 +1 -1 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
5793
5794
5795 nenolod 2006/02/12 03:26:36 UTC (20060212-768)
5796 Log:
5797 fix
5798
5799
5800 Changes: Modified:
5801 +1 -1 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
5802
5803
5804 nenolod 2006/02/12 03:25:40 UTC (20060212-766)
5805 Log:
5806 Document operator {} blocks.
5807
5808
5809 Changes: Modified:
5810 +65 -17 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
5811
5812
5813 jilles 2006/02/12 03:18:31 UTC (20060212-764)
5814 Log:
5815 auth{}: clarify/add some details
5816
5817
5818 Changes: Modified:
5819 +14 -7 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
5820
5821
5822 nenolod 2006/02/12 03:11:11 UTC (20060212-762)
5823 Log:
5824 auth{}: Move a paragraph.
5825
5826
5827 Changes: Modified:
5828 +3 -3 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
5829
5830
5831 nenolod 2006/02/12 03:02:10 UTC (20060212-760)
5832 Log:
5833 Document auth{} blocks.
5834
5835
5836 Changes: Modified:
5837 +107 -43 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
5838
5839
5840 jilles 2006/02/12 02:23:21 UTC (20060212-758)
5841 Log:
5842 Add umode +R.
5843
5844
5845 Changes: Modified:
5846 +2 -1 trunk/doc/sgml/oper-guide/umodes.sgml (File Modified)
5847
5848
5849 jilles 2006/02/12 02:19:41 UTC (20060212-756)
5850 Log:
5851 Add umode +R, prevents unidentified clients from
5852 sending private messages or notices. /accept'ed
5853 clients and opers are exempt.
5854 Due to the /accept part, this is only checked
5855 at the target's server, may want to change
5856 this?
5857
5858
5859 Changes: Modified:
5860 +1 -0 trunk/help/opers/umode (File Modified)
5861 +1 -0 trunk/help/users/umode (File Modified)
5862 +2 -0 trunk/include/client.h (File Modified)
5863 +1 -0 trunk/include/numeric.h (File Modified)
5864 +11 -1 trunk/modules/core/m_message.c (File Modified)
5865 +9 -1 trunk/modules/m_cmessage.c (File Modified)
5866 +1 -1 trunk/src/messages.tab (File Modified)
5867 +1 -1 trunk/src/s_user.c (File Modified)
5868
5869
5870 jilles 2006/02/12 01:26:44 UTC (20060212-754)
5871 Log:
5872 Don't allow a nick change if banned or quieted (and not
5873 voiced or opped) on a channel. This uses numeric 435
5874 (bahamut's "cannot change to a banned nick") because
5875 bahamut/ircu's 437 and hyperion's 438 already have
5876 another meaning for us.
5877
5878
5879 Changes: Modified:
5880 +2 -0 trunk/include/channel.h (File Modified)
5881 +1 -0 trunk/include/numeric.h (File Modified)
5882 +9 -0 trunk/modules/core/m_nick.c (File Modified)
5883 +38 -0 trunk/src/channel.c (File Modified)
5884 +1 -1 trunk/src/messages.tab (File Modified)
5885
5886
5887 jilles 2006/02/11 20:55:03 UTC (20060211-752)
5888 Log:
5889 KNOCK:
5890 - respect ban exceptions
5891 - also deny a knock if quieted
5892
5893
5894 Changes: Modified:
5895 +2 -1 trunk/modules/m_knock.c (File Modified)
5896
5897
5898 jilles 2006/02/11 19:42:32 UTC (20060211-750)
5899 Log:
5900 Reverse bad substitution in comment.
5901
5902
5903 Changes: Modified:
5904 +1 -1 trunk/src/channel.c (File Modified)
5905
5906
5907 jilles 2006/02/11 19:04:47 UTC (20060211-748)
5908 Log:
5909 - set DynSpoof flag for clients spoofed at registration
5910 - add orighost instead of host to the hostname hash
5911
5912
5913 Changes: Modified:
5914 +5 -1 trunk/src/s_user.c (File Modified)
5915
5916
5917 jilles 2006/02/11 16:59:13 UTC (20060211-746)
5918 Log:
5919 sendto_common_channels_local_butone(): nicer way to skip the user themselves.
5920
5921
5922 Changes: Modified:
5923 +2 -3 trunk/src/send.c (File Modified)
5924
5925
5926 gxti 2006/02/10 02:44:34 UTC (20060210-744)
5927 Log:
5928 Change login field semantics in SVSLOGIN/SIGNON to allow both no-change and logout.
5929
5930
5931 Changes: Modified:
5932 +17 -7 trunk/modules/m_signon.c (File Modified)
5933
5934
5935 gxti 2006/02/09 02:44:48 UTC (20060209-742)
5936 Log:
5937 Correct minimum args on ENCAP SASL to avoid nasty core.
5938
5939
5940 Changes: Modified:
5941 +1 -1 trunk/modules/m_sasl.c (File Modified)
5942
5943
5944 jilles 2006/02/09 01:14:21 UTC (20060209-740)
5945 Log:
5946 Style nits: sptr can't ever be NULL, don't compare truth
5947 values with YES.
5948
5949
5950 Changes: Modified:
5951 +2 -3 trunk/modules/m_scan.c (File Modified)
5952
5953
5954 jilles 2006/02/09 01:04:56 UTC (20060209-738)
5955 Log:
5956 - Comment out scan_cmodes() prototype to suppress warning
5957 - Correct minimum parameter count for mo_scan()
5958
5959
5960 Changes: Modified:
5961 +2 -2 trunk/modules/m_scan.c (File Modified)
5962
5963
5964 jilles 2006/02/09 00:56:16 UTC (20060209-736)
5965 Log:
5966 SCAN UMODES:
5967 - Include full command in operspy notice
5968 - Allow global scans (no-list used, mask not used) without operspy
5969 - Use ERR_NOPRIVS numeric
5970
5971
5972 Changes: Modified:
5973 +21 -9 trunk/modules/m_scan.c (File Modified)
5974
5975
5976 jilles 2006/02/08 23:45:23 UTC (20060208-734)
5977 Log:
5978 Cancel out the >3 default if < is given; this way
5979 any </> specification fully overrides the default.
5980
5981
5982 Changes: Modified:
5983 +3 -0 trunk/modules/m_list_safelist.c (File Modified)
5984
5985
5986 jilles 2006/02/08 23:13:44 UTC (20060208-732)
5987 Log:
5988 - Call mo_list() from m_list() to reduce code duplication
5989 - Default to >3, rather arbitrarily (conf option?)
5990 - Make < and > mean less than and greater than again
5991
5992
5993 Changes: Modified:
5994 +16 -47 trunk/modules/m_list_safelist.c (File Modified)
5995
5996
5997 jilles 2006/02/08 22:20:43 UTC (20060208-730)
5998 Log:
5999 When processing topic burst, hide connecting server
6000 on netburst if flatten links is enabled.
6001
6002
6003 Changes: Modified:
6004 +9 -2 trunk/modules/m_tb.c (File Modified)
6005
6006
6007 nenolod 2006/02/08 22:03:57 UTC (20060208-728)
6008 Log:
6009 - remove PENALTY token
6010
6011
6012 Changes: Modified:
6013 +0 -1 trunk/include/supported.h (File Modified)
6014
6015
6016 nenolod 2006/02/08 22:00:03 UTC (20060208-726)
6017 Log:
6018 005 fixups:
6019 - Add PENALTY because we have a pace-wait system.
6020 - Add FNC due to SAVE and RSFNC
6021 - Add q to MAXLIST.
6022
6023
6024 Changes: Modified:
6025 +4 -2 trunk/include/supported.h (File Modified)
6026
6027
6028 nenolod 2006/02/08 21:55:57 UTC (20060208-724)
6029 Log:
6030 mkay, indent went nuts here
6031
6032
6033 Changes: Modified:
6034 +4 -6 trunk/modules/m_list_safelist.c (File Modified)
6035
6036
6037 nenolod 2006/02/08 21:51:28 UTC (20060208-722)
6038 Log:
6039 Implement SAFELIST. The old ratbox method is now called m_list_ratbox.c,
6040 and can be used instead. The SAFELIST implementation is the one used by
6041 default, as most users/networks will be used to it.
6042
6043
6044 Changes: Modified:
6045 +1 -0 trunk/NEWS (File Modified)
6046 +14 -0 trunk/include/client.h (File Modified)
6047 +5 -0 trunk/include/hash.h (File Modified)
6048 +404 -272 trunk/modules/Makefile.in (File Modified)
6049 + - trunk/modules/m_list.c (File Deleted)
6050 + - trunk/modules/m_list_ratbox.c (File Added)
6051 + - trunk/modules/m_list_safelist.c (File Added)
6052 +5 -5 trunk/src/hash.c (File Modified)
6053
6054
6055 jilles 2006/02/08 21:02:52 UTC (20060208-720)
6056 Log:
6057 Clear invites on a lowerTS JOIN or SJOIN.
6058 This should complete kick_on_split_riding protection.
6059
6060
6061 Changes: Modified:
6062 +5 -0 trunk/modules/core/m_join.c (File Modified)
6063 +5 -1 trunk/modules/core/m_sjoin.c (File Modified)
6064
6065
6066 jilles 2006/02/08 20:26:58 UTC (20060208-718)
6067 Log:
6068 Like in ratbox, send and interpret timestamps on invites.
6069
6070
6071 Changes: Modified:
6072 +9 -2 trunk/modules/m_invite.c (File Modified)
6073
6074
6075 jilles 2006/02/07 12:48:28 UTC (20060207-716)
6076 Log:
6077 Add +S (network service) umode. Just for completeness, users or opers
6078 cannot set this.
6079
6080
6081 Changes: Modified:
6082 +19 -0 trunk/doc/sgml/oper-guide/umodes.sgml (File Modified)
6083
6084
6085 nenolod 2006/02/06 20:04:23 UTC (20060206-714)
6086 Log:
6087 update NEWS a bit
6088
6089
6090 Changes: Modified:
6091 +35 -2 trunk/NEWS (File Modified)
6092
6093
6094 gxti 2006/02/06 04:42:14 UTC (20060206-712)
6095 Log:
6096 Split off a PreClient structure for data to be freed on registation (i.e. password).
6097 New hook introduce_client for post-registration messages.
6098 Fix b0rked SASL numerics.
6099 Burst REALHOST post-introduction for spoofed-on-registration clients.
6100 Rearrange SVSLOGIN arguments so that allowednicks is at the end; optional.
6101 Pre-registration signon support.
6102
6103
6104 Changes: Modified:
6105 +10 -0 trunk/configure (File Modified)
6106 +2 -0 trunk/configure.ac (File Modified)
6107 +14 -4 trunk/include/client.h (File Modified)
6108 +1 -0 trunk/include/hook.h (File Modified)
6109 +1 -0 trunk/include/numeric.h (File Modified)
6110 +3 -0 trunk/include/setup.h.in (File Modified)
6111 +16 -0 trunk/modules/m_chghost.c (File Modified)
6112 +25 -21 trunk/modules/m_sasl.c (File Modified)
6113 +63 -30 trunk/modules/m_signon.c (File Modified)
6114 +18 -0 trunk/src/client.c (File Modified)
6115 +2 -0 trunk/src/hook.c (File Modified)
6116 +5 -5 trunk/src/messages.tab (File Modified)
6117 +2 -0 trunk/src/s_serv.c (File Modified)
6118 +28 -2 trunk/src/s_user.c (File Modified)
6119
6120
6121 gxti 2006/02/06 03:10:01 UTC (20060206-710)
6122 Log:
6123 Update hook documentation.
6124
6125
6126 Changes: Modified:
6127 +30 -0 trunk/doc/hooks.txt (File Modified)
6128
6129
6130 jilles 2006/02/05 22:44:03 UTC (20060205-708)
6131 Log:
6132 Improve @/# handling in match_esc().
6133
6134
6135 Changes: Modified:
6136 +21 -13 trunk/src/match.c (File Modified)
6137
6138
6139 nenolod 2006/02/05 21:09:04 UTC (20060205-706)
6140 Log:
6141 backtrack instead of bailing out when handling a mismatched escape
6142
6143
6144 Changes: Modified:
6145 +1 -1 trunk/src/match.c (File Modified)
6146
6147
6148 nenolod 2006/02/05 20:33:39 UTC (20060205-704)
6149 Log:
6150 Denote Entrope as being a contributor, since we used his match() routines from ircu/srvx.
6151
6152 Changes: Modified:
6153 +2 -1 trunk/CREDITS (File Modified)
6154
6155
6156 nenolod 2006/02/05 20:24:55 UTC (20060205-702)
6157 Log:
6158 Fix the escape brokenness and pick up a more efficient matching algorithm,
6159 via ircu (Entrope, Runaway et al.). Where do we lose? Nowhere.
6160 Patch sent upstream. They can do whatever they want with it, *shrug*.
6161
6162
6163 Changes: Modified:
6164 +147 -161 trunk/src/match.c (File Modified)
6165
6166
6167 jilles 2006/02/04 20:13:39 UTC (20060204-700)
6168 Log:
6169 If flatten links is enabled, fake the origins of some ServerModes
6170 sent to clients so that the server sending the netburst is hidden.
6171 Most mode hacks still show the true source.
6172
6173
6174 Changes: Modified:
6175 +17 -4 trunk/modules/core/m_mode.c (File Modified)
6176 +20 -10 trunk/modules/core/m_sjoin.c (File Modified)
6177
6178
6179 jilles 2006/02/04 18:26:55 UTC (20060204-698)
6180 Log:
6181 - When exiting a local server, send SQUIT <them> :<reason> (no matter
6182 where the exit originated).
6183 - When receiving an SQUIT for a server themselves
6184 (IsMe(target_p) || target_p == client_p)
6185 close their link and send a local server notice.
6186
6187
6188 Changes: Modified:
6189 +16 -9 trunk/modules/core/m_squit.c (File Modified)
6190 +6 -3 trunk/src/client.c (File Modified)
6191
6192
6193 nenolod 2006/02/04 04:37:10 UTC (20060204-696)
6194 Log:
6195 Hooking into the wrong hook, whoops. :P
6196
6197
6198 Changes: Modified:
6199 +3 -5 trunk/contrib/m_createauthonly.c (File Modified)
6200 +6 -10 trunk/modules/core/m_join.c (File Modified)
6201
6202
6203 nenolod 2006/02/04 04:11:17 UTC (20060204-694)
6204 Log:
6205 this doesn't work right, right now :P
6206
6207
6208 Changes: Modified:
6209 +40 -0 trunk/contrib/Makefile.in (File Modified)
6210 + - trunk/contrib/m_createauthonly.c (File Added)
6211 +6 -0 trunk/include/hook.h (File Modified)
6212 +26 -1 trunk/modules/core/m_join.c (File Modified)
6213 +1 -1 trunk/src/ircd.c (File Modified)
6214
6215
6216 nenolod 2006/02/04 03:11:05 UTC (20060204-692)
6217 Log:
6218 Make can_join() hookable.
6219
6220
6221 Changes: Modified:
6222 +12 -1 trunk/src/channel.c (File Modified)
6223
6224
6225 nenolod 2006/02/04 03:04:20 UTC (20060204-690)
6226 Log:
6227 add 'int approved;' to the channel event hook
6228
6229
6230 Changes: Modified:
6231 +1 -0 trunk/include/hook.h (File Modified)
6232
6233
6234 gxti 2006/02/04 02:50:03 UTC (20060204-688)
6235 Log:
6236 Use SIDs in SASL ENCAP origin.
6237 Ignore responses from other agents once the first SASL response has been received for a client.
6238
6239
6240 Changes: Modified:
6241 +9 -5 trunk/modules/m_sasl.c (File Modified)
6242
6243
6244 gxti 2006/02/04 01:44:17 UTC (20060204-686)
6245 Log:
6246 Removed stray debug code.
6247
6248
6249 Changes: Modified:
6250 +1 -1 trunk/modules/m_sasl.c (File Modified)
6251
6252
6253 jilles 2006/02/03 22:39:24 UTC (20060203-684)
6254 Log:
6255 Don't complain "unknown MODE flag" if a non-oper attempts
6256 to unset an oper only umode they do not have.
6257 This is to prevent unwanted error messages when users/bots
6258 do things like MODE <nick> +i-sw.
6259
6260
6261 Changes: Modified:
6262 +4 -2 trunk/src/s_user.c (File Modified)
6263
6264
6265 jilles 2006/02/03 22:32:03 UTC (20060203-682)
6266 Log:
6267 Fix client_exit hook name and only call it for local exits that are not
6268 IsAnyServer.
6269
6270
6271 Changes: Modified:
6272 +3 -2 trunk/modules/m_sasl.c (File Modified)
6273
6274
6275 gxti 2006/02/03 21:41:48 UTC (20060203-680)
6276 Log:
6277 Fix SASL logic to actually use stored agent UID.
6278 Change instances of SASL code that use sendto_one_prefix for ENCAP.
6279 Add abort code for exiting clients.
6280
6281
6282 Changes: Modified:
6283 +18 -9 trunk/modules/m_sasl.c (File Modified)
6284
6285
6286 jilles 2006/02/03 20:25:01 UTC (20060203-678)
6287 Log:
6288 Port over ratbox 2.2 /challenge. This is slightly more secure
6289 (better crypto, longer keys, challenge timeout) and has better
6290 client scripts.
6291
6292 The respond tool is no longer part of the ircd tree but a
6293 separate package, currently available from
6294 http://respond.ircd-ratbox.org (we should mirror/... this).
6295
6296
6297 Changes: Modified:
6298 +65 -310 trunk/doc/challenge.txt (File Modified)
6299 +5 -5 trunk/include/client.h (File Modified)
6300 +3 -0 trunk/include/irc_string.h (File Modified)
6301 +3 -0 trunk/include/numeric.h (File Modified)
6302 +94 -50 trunk/modules/m_challenge.c (File Modified)
6303 +1 -2 trunk/src/client.c (File Modified)
6304 +125 -0 trunk/src/irc_string.c (File Modified)
6305 +2 -2 trunk/src/messages.tab (File Modified)
6306 + - trunk/tools/rsa_respond/ (File Deleted)
6307
6308
6309 gxti 2006/02/03 20:05:09 UTC (20060203-676)
6310 Log:
6311 Preliminary SASL support.
6312
6313
6314 Changes: Modified:
6315 +7 -0 trunk/include/client.h (File Modified)
6316 +6 -0 trunk/include/numeric.h (File Modified)
6317 +1 -0 trunk/modules/Makefile.in (File Modified)
6318 +1 -1 trunk/modules/core/m_nick.c (File Modified)
6319 +175 -1 trunk/modules/m_cap.c (File Modified)
6320 + - trunk/modules/m_sasl.c (File Added)
6321 +2 -0 trunk/modules/m_user.c (File Modified)
6322 +5 -5 trunk/src/messages.tab (File Modified)
6323 +8 -2 trunk/src/s_user.c (File Modified)
6324
6325
6326 jilles 2006/02/03 18:13:03 UTC (20060203-674)
6327 Log:
6328 SIGNON: make logout also apply remotely.
6329
6330
6331 Changes: Modified:
6332 +7 -2 trunk/modules/m_signon.c (File Modified)
6333
6334
6335 gxti 2006/02/03 17:45:04 UTC (20060203-672)
6336 Log:
6337 Use an asterisk when sending empty logins in SIGNON.
6338
6339
6340 Changes: Modified:
6341 +5 -5 trunk/modules/m_signon.c (File Modified)
6342
6343
6344 jilles 2006/02/03 17:38:31 UTC (20060203-670)
6345 Log:
6346 SIGNON: Only add whowas entry (add_history()) and wipe
6347 accepts (del_all_accepts()) if nick changed.
6348
6349
6350 Changes: Modified:
6351 +5 -3 trunk/modules/m_signon.c (File Modified)
6352
6353
6354 jilles 2006/02/03 17:26:52 UTC (20060203-668)
6355 Log:
6356 SIGNON: slight fixes to collision code:
6357 - don't kill if target_p == source_p (nick unchanged or only changed case)
6358 - add comment that SAVE support is missing
6359 - use sendto_realops_snomask() instead of sendto_realops_flags()
6360
6361
6362 Changes: Modified:
6363 +9 -6 trunk/modules/m_signon.c (File Modified)
6364
6365
6366 jilles 2006/02/03 17:19:26 UTC (20060203-666)
6367 Log:
6368 Fix up kills for bad nick/user/host on SIGNON.
6369
6370
6371 Changes: Modified:
6372 +16 -6 trunk/modules/m_signon.c (File Modified)
6373
6374
6375 jilles 2006/02/03 16:50:56 UTC (20060203-664)
6376 Log:
6377 If changing to a nick with a digit, only allow the UID.
6378
6379
6380 Changes: Modified:
6381 +4 -0 trunk/modules/m_signon.c (File Modified)
6382
6383
6384 gxti 2006/02/03 04:20:31 UTC (20060203-661)
6385 Log:
6386 Cleaned up SIGNON patch for mainline with quit-join-mode support.
6387 Strip leading digits from logins that are not purely numeric.
6388
6389
6390 Changes: Modified:
6391 +3 -0 trunk/include/numeric.h (File Modified)
6392 +2 -0 trunk/include/send.h (File Modified)
6393 +1 -0 trunk/modules/Makefile.in (File Modified)
6394 +456 -3 trunk/modules/m_services.c (File Modified)
6395 + - trunk/modules/m_signon.c (File Added)
6396 +2 -2 trunk/src/messages.tab (File Modified)
6397 +98 -0 trunk/src/send.c (File Modified)
6398
6399
6400 jilles 2006/02/02 14:10:16 UTC (20060202-659)
6401 Log:
6402 Remove old server notice umodes from example confs.
6403
6404
6405 Changes: Modified:
6406 +1 -2 trunk/doc/example.conf (File Modified)
6407 +4 -17 trunk/doc/reference.conf (File Modified)
6408
6409
6410 jilles 2006/02/01 15:11:42 UTC (20060201-657)
6411 Log:
6412 Add snomask help file (forgot this earlier).
6413
6414
6415 Changes: Modified:
6416 + - trunk/help/opers/snomask (File Added)
6417
6418
6419 jilles 2006/01/31 12:50:36 UTC (20060131-655)
6420 Log:
6421 Add umode +l (receive locops).
6422
6423
6424 Changes: Modified:
6425 +11 -0 trunk/doc/sgml/oper-guide/umodes.sgml (File Modified)
6426
6427
6428 jilles 2006/01/31 12:44:21 UTC (20060131-653)
6429 Log:
6430 We don't plan to implement cmode +R (quiet unidentified) and
6431 umode +I (deny invite) for 1.1, so comment them out from the
6432 docs.
6433
6434
6435 Changes: Modified:
6436 +2 -0 trunk/doc/sgml/oper-guide/cmodes.sgml (File Modified)
6437 +2 -0 trunk/doc/sgml/oper-guide/umodes.sgml (File Modified)
6438
6439
6440 jilles 2006/01/31 12:40:38 UTC (20060131-651)
6441 Log:
6442 Improve snomask usage description.
6443
6444
6445 Changes: Modified:
6446 +9 -5 trunk/doc/sgml/oper-guide/snomasks.sgml (File Modified)
6447
6448
6449 jilles 2006/01/31 12:33:01 UTC (20060131-649)
6450 Log:
6451 Mention the word snomask with umode +s (needs to be a link really).
6452
6453
6454 Changes: Modified:
6455 +1 -1 trunk/doc/sgml/oper-guide/umodes.sgml (File Modified)
6456
6457
6458 jilles 2006/01/31 12:28:58 UTC (20060131-647)
6459 Log:
6460 Add snomask +Z (operspy notices).
6461
6462
6463 Changes: Modified:
6464 +10 -0 trunk/doc/sgml/oper-guide/snomasks.sgml (File Modified)
6465
6466
6467 jilles 2006/01/31 12:23:29 UTC (20060131-645)
6468 Log:
6469 Misc updates/clarifications.
6470
6471
6472 Changes: Modified:
6473 +8 -6 trunk/doc/sgml/oper-guide/oprivs.sgml (File Modified)
6474
6475
6476 jilles 2006/01/31 12:15:29 UTC (20060131-643)
6477 Log:
6478 Document snomasks.
6479
6480
6481 Changes: Modified:
6482 +139 -0 trunk/doc/sgml/oper-guide/charybdis-oper-guide.sgml (File Modified)
6483 + - trunk/doc/sgml/oper-guide/snomasks.sgml (File Added)
6484 +3 -85 trunk/doc/sgml/oper-guide/umodes.sgml (File Modified)
6485
6486
6487 jilles 2006/01/30 01:07:43 UTC (20060130-641)
6488 Log:
6489 - Allow ENCAP REALHOST outside burst
6490 - Fix comment describing race condition: this can only happen
6491 on a local whois with use_whois_actually enabled
6492
6493
6494 Changes: Modified:
6495 +4 -6 trunk/modules/m_chghost.c (File Modified)
6496
6497
6498 jilles 2006/01/29 21:42:06 UTC (20060129-639)
6499 Log:
6500 Add sno_globaloper.c, remote oper up notices generated from user mode changes.
6501
6502
6503 Changes: Modified:
6504 +39 -0 trunk/contrib/Makefile.in (File Modified)
6505 + - trunk/contrib/sno_globaloper.c (File Added)
6506
6507
6508 jilles 2006/01/29 21:26:53 UTC (20060129-637)
6509 Log:
6510 Pass along old umodes and snomask in umode_changed hook,
6511 changing its parameter type from struct Client *
6512 to hook_data_umode_changed *. (For a new client, both
6513 are zero.)
6514
6515 The IP cloaking module now fully ignores umode changes
6516 where +h didn't change.
6517
6518
6519 Changes: Modified:
6520 +7 -2 trunk/contrib/ip_cloaking.c (File Modified)
6521 +7 -0 trunk/include/hook.h (File Modified)
6522 +18 -4 trunk/src/s_user.c (File Modified)
6523
6524
6525 nenolod 2006/01/29 20:41:26 UTC (20060129-635)
6526 Log:
6527 move libcharybdis-provided function initialisation into libcharybdis_init().
6528
6529
6530 Changes: Modified:
6531 +32 -11 trunk/src/ircd.c (File Modified)
6532
6533
6534 jilles 2006/01/29 20:40:55 UTC (20060129-633)
6535 Log:
6536 Make +f notices (local host, global host, global user@host, local class)
6537 netwide. Exceeding /quote set max remains local.
6538
6539
6540 Changes: Modified:
6541 +4 -4 trunk/src/s_conf.c (File Modified)
6542
6543
6544 jilles 2006/01/29 20:32:44 UTC (20060129-631)
6545 Log:
6546 Netwide notices about attempts to join juped channels.
6547
6548
6549 Changes: Modified:
6550 +1 -1 trunk/modules/core/m_join.c (File Modified)
6551
6552
6553 jilles 2006/01/29 19:57:17 UTC (20060129-629)
6554 Log:
6555 Send server notices about failed oper attempts globally.
6556 Successful remote oper attempt notices will be generated
6557 from the mode changes.
6558
6559
6560 Changes: Modified:
6561 +3 -3 trunk/modules/m_challenge.c (File Modified)
6562 +2 -2 trunk/modules/m_oper.c (File Modified)
6563
6564
6565 jilles 2006/01/29 19:56:11 UTC (20060129-627)
6566 Log:
6567 Rest of infrastructure for sending server notices globally.
6568 Uses a new L_NETWIDE level on sendto_realops_snomask().
6569
6570
6571 Changes: Modified:
6572 +1 -0 trunk/include/send.h (File Modified)
6573 +31 -4 trunk/src/send.c (File Modified)
6574
6575
6576 jilles 2006/01/29 18:55:28 UTC (20060129-625)
6577 Log:
6578 Add general::global_snotices conf option to control
6579 whether we send out SNOTEs. Does not do anything yet.
6580
6581
6582 Changes: Modified:
6583 +1 -0 trunk/doc/example.conf (File Modified)
6584 +6 -0 trunk/doc/reference.conf (File Modified)
6585 +1 -0 trunk/include/s_conf.h (File Modified)
6586 +6 -0 trunk/modules/m_info.c (File Modified)
6587 +1 -0 trunk/src/newconf.c (File Modified)
6588 +1 -0 trunk/src/s_conf.c (File Modified)
6589
6590
6591 jilles 2006/01/29 13:47:35 UTC (20060129-623)
6592 Log:
6593 Only accept SNOTE from servers.
6594
6595
6596 Changes: Modified:
6597 +2 -0 trunk/modules/m_snote.c (File Modified)
6598
6599
6600 jilles 2006/01/29 13:25:06 UTC (20060129-621)
6601 Log:
6602 Correct parv indices so this actually works.
6603
6604
6605 Changes: Modified:
6606 +2 -2 trunk/modules/m_snote.c (File Modified)
6607
6608
6609 jilles 2006/01/29 13:16:10 UTC (20060129-619)
6610 Log:
6611 s/scan/snote/g
6612
6613
6614 Changes: Modified:
6615 +3 -3 trunk/modules/m_snote.c (File Modified)
6616
6617
6618 nenolod 2006/01/29 04:51:26 UTC (20060129-617)
6619 Log:
6620 Add m_snote.c, SNOTE propagator.
6621
6622
6623 Changes: Modified:
6624 +86 -0 trunk/modules/Makefile.in (File Modified)
6625 + - trunk/modules/m_snote.c (File Added)
6626
6627
6628 nenolod 2006/01/29 03:25:01 UTC (20060129-615)
6629 Log:
6630 start seeding the 1.1 NEWS file
6631
6632
6633 Changes: Modified:
6634 +4 -0 trunk/NEWS (File Modified)
6635
6636
6637 nenolod 2006/01/29 03:03:02 UTC (20060129-613)
6638 Log:
6639 rename some modules to more descriptive names...
6640
6641
6642 Changes: Modified:
6643 +2 -131 trunk/contrib/Makefile.in (File Modified)
6644 + - trunk/contrib/globalconnexit.c (File Deleted)
6645 + - trunk/contrib/globallineactive.c (File Deleted)
6646 + - trunk/contrib/sno_farconnect.c (File Added)
6647 + - trunk/contrib/sno_globalkline.c (File Added)
6648 +1 -120 trunk/modules/Makefile.in (File Modified)
6649 + - trunk/modules/networknotice.c (File Deleted)
6650 + - trunk/modules/sno_routing.c (File Added)
6651
6652
6653 jilles 2006/01/28 22:02:18 UTC (20060128-611)
6654 Log:
6655 Add networknotice (global netjoin/netsplit notices with counts/reasons).
6656 Uses FLAGS2_FLOODDONE bit on servers.
6657
6658
6659 Changes: Modified:
6660 +3 -0 trunk/include/client.h (File Modified)
6661 +121 -1 trunk/modules/Makefile.in (File Modified)
6662 + - trunk/modules/networknotice.c (File Added)
6663
6664
6665 jilles 2006/01/28 21:44:33 UTC (20060128-609)
6666 Log:
6667 Don't show servers in /trace to nonopers if flatten links is enabled.
6668
6669
6670 Changes: Modified:
6671 +8 -5 trunk/modules/m_trace.c (File Modified)
6672
6673
6674 jilles 2006/01/28 16:45:46 UTC (20060128-607)
6675 Log:
6676 CHGHOST:
6677 - use RPL_HOSTHIDDEN numeric also when resetting hostname to original
6678 - send back confirmation to source, if local client
6679 - send a +s server notice if the source is neither a server nor a service (+S)
6680
6681
6682 Changes: Modified:
6683 +5 -1 trunk/modules/m_chghost.c (File Modified)
6684
6685
6686 jilles 2006/01/28 16:01:05 UTC (20060128-605)
6687 Log:
6688 Use sendto_realops_snomask_from() to make the
6689 server notices appear to come from the affected
6690 user's server.
6691
6692
6693 Changes: Modified:
6694 +5 -6 trunk/contrib/globalconnexit.c (File Modified)
6695 +6 -6 trunk/contrib/globallineactive.c (File Modified)
6696
6697
6698 jilles 2006/01/28 16:00:14 UTC (20060128-603)
6699 Log:
6700 Add sendto_realops_snomask_from(), allows
6701 specification of apparent source server.
6702
6703
6704 Changes: Modified:
6705 +1 -0 trunk/include/send.h (File Modified)
6706 +41 -1 trunk/src/send.c (File Modified)
6707
6708
6709 jilles 2006/01/28 15:30:20 UTC (20060128-601)
6710 Log:
6711 Revert r579. Keep host, not orighost in oper up notice.
6712 It would be inconsistent to have orighost there, and we
6713 don't want to mess up all server notices by putting both
6714 host and orighost.
6715
6716
6717 Changes: Modified:
6718 +1 -1 trunk/src/s_user.c (File Modified)
6719
6720
6721 jilles 2006/01/28 15:27:10 UTC (20060128-599)
6722 Log:
6723 Include the IP address in operlog/foperlog.
6724
6725
6726 Changes: Modified:
6727 +10 -8 trunk/modules/m_challenge.c (File Modified)
6728 +8 -6 trunk/modules/m_oper.c (File Modified)
6729
6730
6731 jilles 2006/01/28 15:17:01 UTC (20060128-597)
6732 Log:
6733 Call umode_changed hook on oper up.
6734
6735
6736 Changes: Modified:
6737 +1 -0 trunk/src/s_user.c (File Modified)
6738
6739
6740 jilles 2006/01/28 15:13:27 UTC (20060128-595)
6741 Log:
6742 Add globalconnexit contrib module, shows remote client connects/exits
6743 except netsplits/netjoin on snomask +F.
6744 Notice formatting will probably change somewhat still.
6745
6746
6747 Changes: Modified:
6748 +80 -0 trunk/contrib/Makefile.in (File Modified)
6749 + - trunk/contrib/globalconnexit.c (File Added)
6750
6751
6752 jilles 2006/01/28 14:54:44 UTC (20060128-593)
6753 Log:
6754 Declare snomask_modes[] so modules can provide snomasks.
6755
6756
6757 Changes: Modified:
6758 +2 -0 trunk/include/snomask.h (File Modified)
6759
6760
6761 jilles 2006/01/28 14:40:10 UTC (20060128-591)
6762 Log:
6763 Replace user_signon hook with two new hooks: new_local_user
6764 and new_remote_user.
6765 These are called right before the user is introduced to the
6766 rest of the network.
6767
6768
6769 Changes: Modified:
6770 +2 -1 trunk/include/hook.h (File Modified)
6771 +2 -0 trunk/modules/core/m_nick.c (File Modified)
6772 +4 -2 trunk/src/hook.c (File Modified)
6773 +2 -3 trunk/src/s_user.c (File Modified)
6774
6775
6776 nenolod 2006/01/28 01:51:45 UTC (20060128-589)
6777 Log:
6778 Change requirements from L_ADMIN to L_OPER for SCAN UMODES.
6779
6780
6781 Changes: Modified:
6782 +2 -2 trunk/modules/m_scan.c (File Modified)
6783
6784
6785 jilles 2006/01/27 19:45:11 UTC (20060127-587)
6786 Log:
6787 Update doc/technical/send.txt.
6788
6789
6790 Changes: Modified:
6791 +91 -131 trunk/doc/technical/send.txt (File Modified)
6792
6793
6794 jilles 2006/01/27 14:44:19 UTC (20060127-585)
6795 Log:
6796 Add chantrace and masktrace to help files.
6797
6798
6799 Changes: Modified:
6800 + - trunk/help/opers/chantrace (File Added)
6801 +27 -20 trunk/help/opers/index (File Modified)
6802 + - trunk/help/opers/masktrace (File Added)
6803 +2 -0 trunk/help/opers/operspy (File Modified)
6804
6805
6806 jilles 2006/01/27 14:41:47 UTC (20060127-583)
6807 Log:
6808 Port over chantrace from ratbox 2.2 (anfl/androsyn)
6809 Shows etrace-like output for all users in a channel,
6810 in particular IP addresses.
6811
6812
6813 Changes: Modified:
6814 +75 -2 trunk/modules/m_etrace.c (File Modified)
6815
6816
6817 jilles 2006/01/27 13:49:21 UTC (20060127-581)
6818 Log:
6819 Port over ratbox 2.2 r21727 (anfl):
6820 add some logging when we drop servers in places where we only notify opers
6821
6822
6823 Changes: Modified:
6824 +31 -0 trunk/modules/core/m_server.c (File Modified)
6825
6826
6827 nenolod 2006/01/27 01:00:48 UTC (20060127-579)
6828 Log:
6829 display orighost in operup message
6830
6831
6832 Changes: Modified:
6833 +1 -1 trunk/src/s_user.c (File Modified)
6834
6835
6836 jilles 2006/01/26 17:13:21 UTC (20060126-577)
6837 Log:
6838 Add globallineactive contrib module, a hack which can often
6839 show k/d/g/x line active for remote clients.
6840
6841
6842 Changes: Modified:
6843 +52 -0 trunk/contrib/Makefile.in (File Modified)
6844 + - trunk/contrib/globallineactive.c (File Added)
6845
6846
6847 jilles 2006/01/26 16:34:00 UTC (20060126-575)
6848 Log:
6849 Show IP field in the same way as MASKTRACE:
6850 "255.255.255.255" if it's unknown (remote TS5 client)
6851 and "0" if we or the remote server are purposely
6852 hiding it.
6853
6854
6855 Changes: Modified:
6856 +12 -1 trunk/modules/m_scan.c (File Modified)
6857
6858
6859 jilles 2006/01/26 16:25:22 UTC (20060126-573)
6860 Log:
6861 scan umodes:
6862 - don't show servers in a global scan
6863 - don't show ip if it's spoofed and hide_spoof_ips is enabled
6864
6865
6866 Changes: Modified:
6867 +4 -1 trunk/modules/m_scan.c (File Modified)
6868
6869
6870 nenolod 2006/01/26 16:06:57 UTC (20060126-571)
6871 Log:
6872 Implement SCAN UMODES.
6873
6874
6875 Changes: Modified:
6876 +3 -0 trunk/include/numeric.h (File Modified)
6877 +128 -2 trunk/modules/m_scan.c (File Modified)
6878 +2 -2 trunk/src/messages.tab (File Modified)
6879
6880
6881 nenolod 2006/01/26 15:06:43 UTC (20060126-569)
6882 Log:
6883 more oops
6884
6885
6886 Changes: Modified:
6887 +1 -1 trunk/modules/m_scan.c (File Modified)
6888
6889
6890 nenolod 2006/01/26 15:06:03 UTC (20060126-567)
6891 Log:
6892 parv[0] should be parv[1].
6893
6894
6895 Changes: Modified:
6896 +1 -1 trunk/modules/m_scan.c (File Modified)
6897
6898
6899 nenolod 2006/01/26 15:05:04 UTC (20060126-565)
6900 Log:
6901 another oops
6902
6903
6904 Changes: Modified:
6905 +1 -1 trunk/modules/m_scan.c (File Modified)
6906
6907
6908 nenolod 2006/01/26 15:00:41 UTC (20060126-563)
6909 Log:
6910 fix mistake here
6911
6912
6913 Changes: Modified:
6914 +2 -2 trunk/modules/m_scan.c (File Modified)
6915
6916
6917 nenolod 2006/01/26 14:58:36 UTC (20060126-561)
6918 Log:
6919 framework for scan command
6920
6921
6922 Changes: Modified:
6923 +113 -0 trunk/modules/Makefile.in (File Modified)
6924 + - trunk/modules/m_scan.c (File Added)
6925
6926
6927 nenolod 2006/01/26 14:12:14 UTC (20060126-559)
6928 Log:
6929 Add TRACEMASK from ratbox 3.0 (r21780 -- androsyn).
6930
6931
6932 Changes: Modified:
6933 +2 -0 trunk/include/irc_string.h (File Modified)
6934 +157 -1 trunk/modules/m_etrace.c (File Modified)
6935 +129 -90 trunk/src/match.c (File Modified)
6936
6937
6938 nenolod 2006/01/23 15:57:12 UTC (20060123-557)
6939 Log:
6940 orighost may live in a different hash bucket (likely the case), lets check it standalone
6941
6942
6943 Changes: Modified:
6944 +39 -3 trunk/src/hostmask.c (File Modified)
6945
6946
6947 nenolod 2006/01/23 15:11:11 UTC (20060123-555)
6948 Log:
6949 SVN didn't check modules/ somehow, hrmm.
6950
6951
6952 Changes: Modified:
6953 +1 -1 trunk/modules/m_kline.c (File Modified)
6954 +6 -6 trunk/modules/m_stats.c (File Modified)
6955
6956
6957 nenolod 2006/01/23 15:01:41 UTC (20060123-553)
6958 Log:
6959 Track hostmask entries for client_p->orighost, if available.
6960 Not throughly tested, but seems to work fine.
6961
6962
6963 Changes: Modified:
6964 +8 -4 trunk/include/hostmask.h (File Modified)
6965 +14 -10 trunk/src/hostmask.c (File Modified)
6966
6967
6968 jilles 2006/01/22 19:14:11 UTC (20060122-549)
6969 Log:
6970 Pass on SQUIT reasons more.
6971
6972
6973 Changes: Modified:
6974 +17 -19 trunk/src/client.c (File Modified)
6975
6976
6977 jilles 2006/01/21 17:25:27 UTC (20060121-543)
6978 Log:
6979 Use IsOperAdmin() instead of IsAdmin() for admin-only server notices.
6980 This way, hidden admins also get them.
6981
6982
6983 Changes: Modified:
6984 +4 -4 trunk/src/send.c (File Modified)
6985
6986
6987 jilles 2006/01/20 22:26:17 UTC (20060120-541)
6988 Log:
6989 From ircd-ratbox 2.2 (r21339 anfl):
6990 ms_kill() should be using find_person(), not find_client()
6991 otherwise it can generate a core.
6992
6993
6994 Changes: Modified:
6995 +1 -1 trunk/modules/core/m_kill.c (File Modified)
6996
6997
6998 jilles 2006/01/18 22:56:51 UTC (20060118-539)
6999 Log:
7000 Add m_error to core_module_table, so it is loaded by default.
7001
7002
7003 Changes: Modified:
7004 +1 -0 trunk/src/modules.c (File Modified)
7005
7006
7007 jilles 2006/01/18 00:28:30 UTC (20060118-536)
7008 Log:
7009 comment is a const char *, not char *.
7010
7011
7012 Changes: Modified:
7013 +1 -1 trunk/include/hook.h (File Modified)
7014
7015
7016 jilles 2006/01/18 00:10:02 UTC (20060118-534)
7017 Log:
7018 Fix a long standing hybrid 7 bug: when getting a read error
7019 on a server, report_error() is called with a %d instead of
7020 a %s in the format string ("Lost connection" in +d).
7021
7022
7023 Changes: Modified:
7024 +1 -1 trunk/src/client.c (File Modified)
7025
7026
7027 jilles 2006/01/16 17:21:11 UTC (20060116-532)
7028 Log:
7029 Clarifications.
7030
7031
7032 Changes: Modified:
7033 +12 -7 trunk/doc/technical/capab.txt (File Modified)
7034
7035
7036 nenolod 2006/01/16 04:46:11 UTC (20060116-530)
7037 Log:
7038 Add document describing capabilities and what they mean.
7039
7040
7041 Changes: Modified:
7042 + - trunk/doc/technical/capab.txt (File Added)
7043
7044
7045 jilles 2006/01/16 01:19:24 UTC (20060116-528)
7046 Log:
7047 Change client_exit hook to pass all exit_client() parameters.
7048
7049
7050 Changes: Modified:
7051 +8 -0 trunk/include/hook.h (File Modified)
7052 +6 -1 trunk/src/client.c (File Modified)
7053
7054
7055 jilles 2006/01/15 21:51:42 UTC (20060115-526)
7056 Log:
7057 Add client_exit hook, called in exit_client() for all
7058 clients of all types, except clients exiting because
7059 of netsplits (QS). The only thing done before it is
7060 marking the client as "closing" (to prevent
7061 recursion).
7062
7063
7064 Changes: Modified:
7065 +1 -0 trunk/include/hook.h (File Modified)
7066 +2 -0 trunk/src/client.c (File Modified)
7067 +2 -0 trunk/src/hook.c (File Modified)
7068
7069
7070 jilles 2006/01/15 21:06:36 UTC (20060115-524)
7071 Log:
7072 Improve the code that calculates the nnnS nnnC counts
7073 in RPL_TRACESERVER.
7074
7075 From ircd-ratbox RATBOX_2_2 r21650 and r21678 (anfl/jilles).
7076
7077
7078 Changes: Modified:
7079 +43 -36 trunk/modules/m_trace.c (File Modified)
7080
7081
7082 jilles 2006/01/15 20:55:27 UTC (20060115-522)
7083 Log:
7084 Add server_eob hook.
7085 Planning to use this for netsplit/join notices.
7086
7087
7088 Changes: Modified:
7089 +1 -0 trunk/include/hook.h (File Modified)
7090 +2 -0 trunk/modules/m_pong.c (File Modified)
7091 +2 -0 trunk/src/hook.c (File Modified)
7092
7093
7094 jilles 2006/01/15 20:01:51 UTC (20060115-520)
7095 Log:
7096 Default motd: ircd-ratbox -> charybdis
7097
7098
7099 Changes: Modified:
7100 +1 -1 trunk/doc/ircd.motd (File Modified)
7101
7102
7103 jilles 2006/01/15 19:35:03 UTC (20060115-518)
7104 Log:
7105 Shouldn't use the UMODE_ALL alias here; instead UMODE_SERVNOTICE.
7106
7107
7108 Changes: Modified:
7109 +4 -4 trunk/src/s_user.c (File Modified)
7110
7111
7112 jilles 2006/01/15 19:12:28 UTC (20060115-516)
7113 Log:
7114 - Remove obsolete EOB help file
7115 - Document snomask in the help files
7116 - Update indexes
7117
7118
7119 Changes: Modified:
7120 + - trunk/help/opers/eob (File Deleted)
7121 +13 -12 trunk/help/opers/index (File Modified)
7122 +1 -13 trunk/help/opers/umode (File Modified)
7123 +7 -7 trunk/help/users/index (File Modified)
7124
7125
7126 nenolod 2006/01/15 17:50:43 UTC (20060115-514)
7127 Log:
7128 Bail if snomask to parse is not given. Pointy hat to myself.
7129
7130
7131 Changes: Modified:
7132 +3 -0 trunk/src/snomask.c (File Modified)
7133
7134
7135 gxti 2006/01/15 17:48:44 UTC (20060115-512)
7136 Log:
7137 Remove m_flags from autoconf
7138
7139
7140 Changes: Modified:
7141 +0 -1 trunk/contrib/Makefile.in (File Modified)
7142
7143
7144 nenolod 2006/01/15 17:44:55 UTC (20060115-510)
7145 Log:
7146 remove m_flags
7147
7148
7149 Changes: Modified:
7150 + - trunk/contrib/m_flags.c (File Deleted)
7151
7152
7153 jilles 2006/01/15 17:22:19 UTC (20060115-508)
7154 Log:
7155 If +s is in oper_only_umodes, clear snomask on deoper.
7156
7157
7158 Changes: Modified:
7159 +5 -0 trunk/src/s_user.c (File Modified)
7160
7161
7162 gxti 2006/01/15 17:16:50 UTC (20060115-506)
7163 Log:
7164 Fix incorrect default settings for nicklen and topiclen in ./configure help entries.
7165
7166
7167 Changes: Modified:
7168 +2 -2 trunk/configure (File Modified)
7169 +2 -2 trunk/configure.ac (File Modified)
7170
7171
7172 jilles 2006/01/15 17:15:56 UTC (20060115-504)
7173 Log:
7174 Remove the old server notice umodes.
7175 Default oper only umodes is now +s.
7176 Please make sure all remaining umodes still work.
7177
7178
7179 Changes: Modified:
7180 +3 -21 trunk/include/client.h (File Modified)
7181 +0 -12 trunk/src/newconf.c (File Modified)
7182 +1 -1 trunk/src/s_conf.c (File Modified)
7183 +12 -12 trunk/src/s_user.c (File Modified)
7184
7185
7186 jilles 2006/01/15 17:00:27 UTC (20060115-502)
7187 Log:
7188 operator::flags nick_changes now controls +n snomask instead of +n umode.
7189
7190
7191 Changes: Modified:
7192 +8 -8 trunk/src/s_user.c (File Modified)
7193
7194
7195 jilles 2006/01/15 16:53:16 UTC (20060115-500)
7196 Log:
7197 Move down h_umode_changed hook call after umode allowed checks
7198 (so it will not see +a if someone tries to set it but is not
7199 allowed to).
7200
7201
7202 Changes: Modified:
7203 +2 -3 trunk/src/s_user.c (File Modified)
7204
7205
7206 jilles 2006/01/15 16:40:33 UTC (20060115-498)
7207 Log:
7208 Move over non-+s server notices (hopefully, all of them).
7209
7210
7211 Changes: Modified:
7212 +1 -1 trunk/contrib/spy_admin_notice.c (File Modified)
7213 +1 -1 trunk/contrib/spy_info_notice.c (File Modified)
7214 +1 -1 trunk/contrib/spy_links_notice.c (File Modified)
7215 +1 -1 trunk/contrib/spy_motd_notice.c (File Modified)
7216 +3 -3 trunk/contrib/spy_stats_notice.c (File Modified)
7217 +1 -1 trunk/contrib/spy_stats_p_notice.c (File Modified)
7218 +2 -2 trunk/contrib/spy_trace_notice.c (File Modified)
7219 +1 -1 trunk/contrib/spy_whois_notice.c (File Modified)
7220 +1 -1 trunk/contrib/spy_whois_notice_global.c (File Modified)
7221 +2 -2 trunk/libcharybdis/event.c (File Modified)
7222 +2 -2 trunk/modules/core/m_join.c (File Modified)
7223 +1 -1 trunk/modules/core/m_kill.c (File Modified)
7224 +3 -3 trunk/modules/core/m_message.c (File Modified)
7225 +11 -11 trunk/modules/core/m_nick.c (File Modified)
7226 +2 -2 trunk/modules/core/m_server.c (File Modified)
7227 +1 -1 trunk/modules/core/m_sjoin.c (File Modified)
7228 +1 -1 trunk/modules/m_post.c (File Modified)
7229 +1 -1 trunk/modules/m_services.c (File Modified)
7230 +2 -2 trunk/src/channel.c (File Modified)
7231 +3 -3 trunk/src/client.c (File Modified)
7232 +1 -1 trunk/src/hash.c (File Modified)
7233 +5 -5 trunk/src/s_conf.c (File Modified)
7234 +2 -2 trunk/src/s_log.c (File Modified)
7235 +4 -4 trunk/src/s_user.c (File Modified)
7236
7237
7238 jilles 2006/01/15 16:18:59 UTC (20060115-496)
7239 Log:
7240 Rename SNO_SPAMBOT to SNO_BOTS and add SNO_OPERSPY.
7241
7242
7243 Changes: Modified:
7244 +2 -1 trunk/include/snomask.h (File Modified)
7245 +2 -2 trunk/src/snomask.c (File Modified)
7246
7247
7248 jilles 2006/01/15 16:08:28 UTC (20060115-494)
7249 Log:
7250 s/sendto_realops_flags(UMODE_ALL,/sendto_realops_snomask(SNO_GENERAL,/
7251
7252
7253 Changes: Modified:
7254 +1 -1 trunk/contrib/example_module.c (File Modified)
7255 +2 -2 trunk/include/ircd_defs.h (File Modified)
7256 +6 -6 trunk/modules/core/m_error.c (File Modified)
7257 +1 -1 trunk/modules/core/m_join.c (File Modified)
7258 +2 -2 trunk/modules/core/m_kill.c (File Modified)
7259 +1 -1 trunk/modules/core/m_message.c (File Modified)
7260 +1 -1 trunk/modules/core/m_mode.c (File Modified)
7261 +14 -14 trunk/modules/core/m_nick.c (File Modified)
7262 +18 -18 trunk/modules/core/m_server.c (File Modified)
7263 +1 -1 trunk/modules/core/m_sjoin.c (File Modified)
7264 +1 -1 trunk/modules/core/m_squit.c (File Modified)
7265 +4 -4 trunk/modules/m_challenge.c (File Modified)
7266 +4 -4 trunk/modules/m_dline.c (File Modified)
7267 +13 -13 trunk/modules/m_gline.c (File Modified)
7268 +5 -5 trunk/modules/m_kline.c (File Modified)
7269 +2 -2 trunk/modules/m_oper.c (File Modified)
7270 +1 -1 trunk/modules/m_pong.c (File Modified)
7271 +13 -13 trunk/modules/m_rehash.c (File Modified)
7272 +4 -4 trunk/modules/m_resv.c (File Modified)
7273 +16 -16 trunk/modules/m_set.c (File Modified)
7274 +3 -3 trunk/modules/m_svinfo.c (File Modified)
7275 +6 -6 trunk/modules/m_xline.c (File Modified)
7276 +1 -1 trunk/src/adns.c (File Modified)
7277 +2 -2 trunk/src/channel.c (File Modified)
7278 +1 -1 trunk/src/listener.c (File Modified)
7279 +1 -1 trunk/src/s_auth.c (File Modified)
7280 +15 -15 trunk/src/s_conf.c (File Modified)
7281 +3 -3 trunk/src/s_user.c (File Modified)
7282 +7 -7 trunk/src/send.c (File Modified)
7283
7284
7285 jilles 2006/01/15 15:34:12 UTC (20060115-492)
7286 Log:
7287 On oper up:
7288 - set +s snomask if +s umode set but no snomasks
7289 - put numerics in more logical order
7290
7291
7292 Changes: Modified:
7293 +3 -1 trunk/src/s_user.c (File Modified)
7294
7295
7296 jilles 2006/01/15 15:12:39 UTC (20060115-490)
7297 Log:
7298 parse_snobuf_to_mask(): default to + at start
7299 allows stuff like /mode jilles +s C
7300
7301
7302 Changes: Modified:
7303 +1 -1 trunk/src/snomask.c (File Modified)
7304
7305
7306 jilles 2006/01/15 15:04:34 UTC (20060115-488)
7307 Log:
7308 Changes to user_mode() snomask handling.
7309 - show snomask (if not 0) on /mode <nick>
7310 - show snomask once at the end if +s/-s used
7311 - only parse 1 parameter for umode changes
7312 - don't crash on /mode <nick> +s
7313 - /mode <nick> -s clears snomask, doesn't use parameter
7314 - set umode +s iff snomask is not 0
7315 - snomask is not propagated, but umode +s is
7316
7317
7318 Changes: Modified:
7319 +97 -72 trunk/src/s_user.c (File Modified)
7320
7321
7322 nenolod 2006/01/15 10:36:32 UTC (20060115-486)
7323 Log:
7324 Convert some messages over to snomask.
7325
7326
7327 Changes: Modified:
7328 +29 -29 trunk/src/client.c (File Modified)
7329 +2 -2 trunk/src/ircd.c (File Modified)
7330 +13 -13 trunk/src/modules.c (File Modified)
7331 +1 -1 trunk/src/newconf.c (File Modified)
7332 +5 -5 trunk/src/parse.c (File Modified)
7333 +1 -1 trunk/src/restart.c (File Modified)
7334 +4 -4 trunk/src/s_newconf.c (File Modified)
7335 +11 -11 trunk/src/s_serv.c (File Modified)
7336
7337
7338 nenolod 2006/01/15 10:28:42 UTC (20060115-484)
7339 Log:
7340 include snomask.h from client.h
7341
7342
7343 Changes: Modified:
7344 +1 -0 trunk/include/client.h (File Modified)
7345
7346
7347 nenolod 2006/01/15 10:28:18 UTC (20060115-482)
7348 Log:
7349 make the snomask parser display snomasks properly, and make sure snomasks are applied to o:lines properly
7350
7351
7352 Changes: Modified:
7353 +1 -0 trunk/src/newconf.c (File Modified)
7354 +2 -1 trunk/src/snomask.c (File Modified)
7355
7356
7357 nenolod 2006/01/15 10:17:52 UTC (20060115-480)
7358 Log:
7359 should start with +, not \0. Whoops. :)
7360
7361
7362 Changes: Modified:
7363 +1 -1 trunk/src/snomask.c (File Modified)
7364
7365
7366 nenolod 2006/01/15 10:14:17 UTC (20060115-478)
7367 Log:
7368 core snomask support.
7369
7370
7371 Changes: Modified:
7372 +3 -0 trunk/doc/example.conf (File Modified)
7373 +2 -0 trunk/include/client.h (File Modified)
7374 +2 -0 trunk/include/numeric.h (File Modified)
7375 +2 -0 trunk/include/s_newconf.h (File Modified)
7376 +63 -0 trunk/include/send.h (File Modified)
7377 + - trunk/include/snomask.h (File Added)
7378 +1 -0 trunk/src/Makefile.in (File Modified)
7379 +1 -1 trunk/src/messages.tab (File Modified)
7380 +8 -0 trunk/src/newconf.c (File Modified)
7381 +12 -0 trunk/src/s_user.c (File Modified)
7382 +235 -0 trunk/src/send.c (File Modified)
7383 + - trunk/src/snomask.c (File Added)
7384
7385
7386 nenolod 2006/01/15 05:32:44 UTC (20060115-474)
7387 Log:
7388 add a blank line after the license info.
7389
7390
7391 Changes: Modified:
7392 +1 -1 trunk/CREDITS (File Modified)
7393
7394
7395 jilles 2006/01/14 19:59:18 UTC (20060114-472)
7396 Log:
7397 Extend copyright to 2006.
7398
7399
7400 Changes: Modified:
7401 +1 -1 trunk/doc/sgml/oper-guide/charybdis-oper-guide.sgml (File Modified)
7402
7403
7404 jilles 2006/01/14 19:56:24 UTC (20060114-470)
7405 Log:
7406 - Fix up book id.
7407 - Give some credit to dancer-ircd/hyperion, Andrew Suffield.
7408
7409
7410 Changes: Modified:
7411 +1 -1 trunk/doc/sgml/oper-guide/charybdis-oper-guide.sgml (File Modified)
7412 +5 -0 trunk/doc/sgml/oper-guide/intro.sgml (File Modified)
7413
7414
7415 jilles 2006/01/14 19:52:16 UTC (20060114-468)
7416 Log:
7417 Add oper privileges document.
7418
7419
7420 Changes: Modified:
7421 +162 -0 trunk/doc/sgml/oper-guide/charybdis-oper-guide.sgml (File Modified)
7422 + - trunk/doc/sgml/oper-guide/oprivs.sgml (File Added)
7423
7424
7425 jilles 2006/01/14 18:45:57 UTC (20060114-466)
7426 Log:
7427 Capitalize message names in services shortcuts (for consistency).
7428
7429
7430 Changes: Modified:
7431 +6 -6 trunk/modules/m_sshortcut.c (File Modified)
7432
7433
7434 jilles 2006/01/13 16:53:35 UTC (20060113-464)
7435 Log:
7436 Remove C++ comment.
7437
7438
7439 Changes: Modified:
7440 +1 -1 trunk/src/patricia.c (File Modified)
7441
7442
7443 jilles 2006/01/13 13:45:56 UTC (20060113-462)
7444 Log:
7445 Remove obsolete 'nextconnect' variable.
7446
7447
7448 Changes: Modified:
7449 +0 -1 trunk/include/ircd.h (File Modified)
7450 +0 -2 trunk/src/client.c (File Modified)
7451 +0 -1 trunk/src/ircd.c (File Modified)
7452
7453
7454 jilles 2006/01/13 13:02:54 UTC (20060113-460)
7455 Log:
7456 Remove this remnant of the hybrid 6 ziplinks implementation.
7457
7458
7459 Changes: Modified:
7460 + - trunk/include/s_zip.h (File Deleted)
7461
7462
7463 jilles 2006/01/09 16:05:47 UTC (20060109-458)
7464 Log:
7465 Make clone limiting work on orighost, not host (so it
7466 looks through services cloaks). Lightly tested, please
7467 test/review.
7468
7469
7470 Changes: Modified:
7471 +2 -0 trunk/modules/m_chghost.c (File Modified)
7472 +1 -1 trunk/src/client.c (File Modified)
7473 +1 -1 trunk/src/s_conf.c (File Modified)
7474
7475
7476 jilles 2006/01/09 15:51:02 UTC (20060109-456)
7477 Log:
7478 Don't forget to link me_realhost() into the command hash.
7479
7480 Pointy hat to: myself
7481
7482
7483 Changes: Modified:
7484 +1 -1 trunk/modules/m_chghost.c (File Modified)
7485
7486
7487 jilles 2006/01/09 14:46:59 UTC (20060109-454)
7488 Log:
7489 It's call_hook, not hook_call.
7490
7491
7492 Changes: Modified:
7493 +1 -1 trunk/src/s_user.c (File Modified)
7494
7495
7496 jilles 2006/01/09 14:45:36 UTC (20060109-452)
7497 Log:
7498 Add unreject help file.
7499
7500
7501 Changes: Modified:
7502 + - trunk/help/opers/unreject (File Added)
7503
7504
7505 jilles 2006/01/09 14:41:41 UTC (20060109-450)
7506 Log:
7507 Link the all-important 42 module to the build :P
7508
7509
7510 Changes: Modified:
7511 +1 -0 trunk/contrib/Makefile.in (File Modified)
7512
7513
7514 jilles 2006/01/08 19:12:10 UTC (20060108-448)
7515 Log:
7516 Mention /rehash help.
7517
7518
7519 Changes: Modified:
7520 +1 -0 trunk/help/opers/rehash (File Modified)
7521
7522
7523 nenolod 2006/01/06 14:56:49 UTC (20060106-446)
7524 Log:
7525 Add h_user_signon hook.
7526
7527
7528 Changes: Modified:
7529 +1 -0 trunk/include/hook.h (File Modified)
7530 +2 -0 trunk/src/hook.c (File Modified)
7531 +4 -0 trunk/src/s_user.c (File Modified)
7532
7533
7534 jilles 2006/01/06 02:30:23 UTC (20060106-444)
7535 Log:
7536 Oops, forgot to set orighost for remote client introductions.
7537
7538
7539 Changes: Modified:
7540 +1 -0 trunk/modules/core/m_nick.c (File Modified)
7541
7542
7543 jilles 2006/01/06 01:40:44 UTC (20060106-442)
7544 Log:
7545 Use TS6 forms in services shortcuts, if possible.
7546
7547
7548 Changes: Modified:
7549 +3 -3 trunk/modules/m_sshortcut.c (File Modified)
7550
7551
7552 jilles 2006/01/06 01:31:19 UTC (20060106-440)
7553 Log:
7554 - Start out default_umodes conf entry from the empty set instead of +i.
7555 - Move oper_only_umodes check to where default_umodes is used, as
7556 oper_only_umodes may not be set yet while we're reading the conf.
7557
7558
7559 Changes: Modified:
7560 +6 -7 trunk/src/newconf.c (File Modified)
7561 +1 -1 trunk/src/s_user.c (File Modified)
7562
7563
7564 jilles 2006/01/06 01:00:44 UTC (20060106-438)
7565 Log:
7566 Move #define HIDE_SPOOF_IPS to general::hide_spoof_ips conf option.
7567
7568
7569 Changes: Modified:
7570 +1 -0 trunk/doc/example.conf (File Modified)
7571 +7 -0 trunk/doc/reference.conf (File Modified)
7572 +0 -7 trunk/include/config.h.dist (File Modified)
7573 +1 -0 trunk/include/s_conf.h (File Modified)
7574 +6 -0 trunk/modules/m_info.c (File Modified)
7575 +9 -18 trunk/src/client.c (File Modified)
7576 +1 -0 trunk/src/newconf.c (File Modified)
7577 +1 -0 trunk/src/s_conf.c (File Modified)
7578
7579
7580 jilles 2006/01/06 00:14:18 UTC (20060106-436)
7581 Log:
7582 - Allow NULL target_ip in show_ip() (indicates message is being
7583 sent to local opers)
7584 - Add show_ip_conf(), like show_ip() but for a CONF_CLIENT
7585 confitem
7586 - Using these, remove all uses of #define HIDE_SPOOF_IPS except
7587 those in src/client.c
7588
7589 From ratbox 2.2 svn (anfl)
7590
7591
7592 Changes: Modified:
7593 +1 -0 trunk/include/client.h (File Modified)
7594 +21 -2 trunk/src/client.c (File Modified)
7595 +2 -4 trunk/src/hostmask.c (File Modified)
7596 +1 -5 trunk/src/s_conf.c (File Modified)
7597 +4 -8 trunk/src/s_user.c (File Modified)
7598
7599
7600 nenolod 2006/01/06 00:01:30 UTC (20060106-434)
7601 Log:
7602 Fire off events properly.
7603
7604
7605 Changes: Modified:
7606 +7 -3 trunk/src/s_user.c (File Modified)
7607
7608
7609 nenolod 2006/01/05 23:42:13 UTC (20060105-432)
7610 Log:
7611 make sure modules which depend on umode information get the message upon connection (oops)
7612
7613
7614 Changes: Modified:
7615 +3 -0 trunk/src/s_user.c (File Modified)
7616
7617
7618 jilles 2006/01/05 23:33:33 UTC (20060105-430)
7619 Log:
7620 Replace usage of HIDE_SPOOF_IPS with show_ip() in etrace.
7621 From ratbox 2.2 svn.
7622
7623
7624 Changes: Modified:
7625 +3 -7 trunk/modules/m_etrace.c (File Modified)
7626
7627
7628 nenolod 2006/01/05 23:27:27 UTC (20060105-428)
7629 Log:
7630 Replace silly `default_invisible' option with more versatile default_umodes.
7631
7632
7633 Changes: Modified:
7634 +2 -2 trunk/Makefile.in (File Modified)
7635 +12 -1 trunk/doc/example.conf (File Modified)
7636 +14 -7 trunk/doc/reference.conf (File Modified)
7637 +2 -4 trunk/include/s_conf.h (File Modified)
7638 +0 -6 trunk/modules/m_info.c (File Modified)
7639 +4 -0 trunk/src/modules.c (File Modified)
7640 +41 -1 trunk/src/newconf.c (File Modified)
7641 +2 -2 trunk/src/s_conf.c (File Modified)
7642 +3 -4 trunk/src/s_user.c (File Modified)
7643
7644
7645 jilles 2006/01/02 14:30:45 UTC (20060102-426)
7646 Log:
7647 Add temporary nick resvs with the proper duration,
7648 not 60 times too long.
7649
7650
7651 Changes: Modified:
7652 +1 -1 trunk/modules/m_resv.c (File Modified)
7653
7654
7655 jilles 2006/01/02 14:21:31 UTC (20060102-424)
7656 Log:
7657 Add kick on split riding. See reference.conf for more details.
7658
7659
7660 Changes: Modified:
7661 +1 -0 trunk/doc/example.conf (File Modified)
7662 +16 -0 trunk/doc/reference.conf (File Modified)
7663 +1 -0 trunk/include/s_conf.h (File Modified)
7664 +56 -0 trunk/modules/core/m_sjoin.c (File Modified)
7665 +6 -0 trunk/modules/m_info.c (File Modified)
7666 +1 -0 trunk/src/newconf.c (File Modified)
7667 +1 -0 trunk/src/s_conf.c (File Modified)
7668
7669
7670 nenolod 2005/12/27 06:07:24 UTC (20051227-422)
7671 Log:
7672 New credits, denoting GXTi as being on the core team.
7673
7674
7675 Changes: Modified:
7676 +16 -5 trunk/CREDITS (File Modified)
7677
7678
7679 nenolod 2005/12/24 05:50:12 UTC (20051224-420)
7680 Log:
7681 better cloaking algorithm
7682
7683
7684 Changes: Modified:
7685 +14 -7 trunk/contrib/ip_cloaking.c (File Modified)
7686
7687
7688 nenolod 2005/12/23 21:43:09 UTC (20051223-418)
7689 Log:
7690 don't do redundant bitshifting.
7691
7692
7693 Changes: Modified:
7694 +2 -2 trunk/contrib/ip_cloaking.c (File Modified)
7695
7696
7697 jilles 2005/12/23 21:15:41 UTC (20051223-416)
7698 Log:
7699 Add ip_cloaking.so.
7700
7701
7702 Changes: Modified:
7703 +1 -0 trunk/contrib/Makefile.in (File Modified)
7704
7705
7706 jilles 2005/12/23 21:15:25 UTC (20051223-414)
7707 Log:
7708 Set the DynSpoof flag properly.
7709
7710
7711 Changes: Modified:
7712 +4 -0 trunk/contrib/ip_cloaking.c (File Modified)
7713
7714
7715 nenolod 2005/12/23 08:11:04 UTC (20051223-412)
7716 Log:
7717 first go at an ip_cloaking implementation for charybdis.
7718
7719
7720 Changes: Modified:
7721 + - trunk/contrib/ip_cloaking.c (File Added)
7722
7723
7724 nenolod 2005/12/23 07:25:47 UTC (20051223-410)
7725 Log:
7726 Add libcharybdis to contrib/ includes.
7727
7728
7729 Changes: Modified:
7730 +1 -1 trunk/contrib/Makefile.in (File Modified)
7731
7732
7733 nenolod 2005/12/23 02:40:07 UTC (20051223-408)
7734 Log:
7735 add h_umode_changed hook for modules that provide usermodes.
7736
7737
7738 Changes: Modified:
7739 +1 -0 trunk/include/hook.h (File Modified)
7740 +2 -1 trunk/src/hook.c (File Modified)
7741 +3 -0 trunk/src/s_user.c (File Modified)
7742
7743
7744 jilles 2005/12/19 16:52:45 UTC (20051219-406)
7745 Log:
7746 Show quiets in /stats z.
7747
7748
7749 Changes: Modified:
7750 +15 -10 trunk/src/s_stats.c (File Modified)
7751
7752
7753 nenolod 2005/12/19 15:33:16 UTC (20051219-404)
7754 Log:
7755 remove old ratbox-services stuff from configure. pointed out with a pointy stick via
7756
7757
7758 Changes: Modified:
7759 +0 -12 trunk/configure (File Modified)
7760 +0 -9 trunk/configure.ac (File Modified)
7761 +0 -3 trunk/include/setup.h.in (File Modified)
7762
7763
7764 nenolod 2005/12/19 15:30:32 UTC (20051219-402)
7765 Log:
7766 change various buffer sizes to = topiclen.
7767
7768
7769 Changes: Modified:
7770 +3 -4 trunk/include/ircd_defs.h (File Modified)
7771
7772
7773 jon 2005/12/12 19:32:18 UTC (20051212-400)
7774 Log:
7775 - Partial commit test, partial ego strokage ;)
7776
7777
7778 Changes: Modified:
7779 +2 -1 trunk/CREDITS (File Modified)
7780
7781
7782 nenolod 2005/12/12 18:12:46 UTC (20051212-398)
7783 Log:
7784 More kqueue corrections.
7785
7786 Changes: Modified:
7787 +8 -2 trunk/libcharybdis/kqueue.c (File Modified)
7788
7789
7790 nenolod 2005/12/12 06:27:59 UTC (20051212-396)
7791 Log:
7792 We want to use EV_ENABLE to enable tracking, as per the kqueue manpage.
7793 Not sure why this wasn't this way to begin with.
7794
7795
7796 Changes: Modified:
7797 +3 -3 trunk/libcharybdis/kqueue.c (File Modified)
7798
7799
7800 jilles 2005/12/11 16:39:52 UTC (20051211-394)
7801 Log:
7802 example.conf tweaks:
7803 Comment out serverinfo::vhost, serverinfo::vhost6 and listen::host,
7804 most people do not need this.
7805 Enable serverinfo::hub.
7806
7807
7808 Changes: Modified:
7809 +14 -11 trunk/doc/example.conf (File Modified)
7810
7811
7812 nenolod 2005/12/10 04:37:54 UTC (20051210-392)
7813 Log:
7814 Match properly, was backwards before, making connect "*.mask" { } blocks not work properly.
7815
7816
7817 Changes: Modified:
7818 +1 -1 trunk/src/s_serv.c (File Modified)
7819
7820
7821 nenolod 2005/12/07 18:46:56 UTC (20051207-390)
7822 Log:
7823 header include changes
7824
7825
7826 Changes: Modified:
7827 +1 -20 trunk/libcharybdis/devpoll.c (File Modified)
7828 +1 -21 trunk/libcharybdis/epoll.c (File Modified)
7829 +1 -19 trunk/libcharybdis/kqueue.c (File Modified)
7830 +1 -18 trunk/libcharybdis/poll.c (File Modified)
7831 +2 -3 trunk/libcharybdis/ports.c (File Modified)
7832 +1 -21 trunk/libcharybdis/select.c (File Modified)
7833
7834
7835 nenolod 2005/12/07 16:34:40 UTC (20051207-388)
7836 Log:
7837 s/ilog/libcharybdis_{die,log,restart}/g
7838
7839
7840 Changes: Modified:
7841 +7 -9 trunk/libcharybdis/balloc.c (File Modified)
7842 +4 -29 trunk/libcharybdis/commio.c (File Modified)
7843 +5 -8 trunk/libcharybdis/devpoll.c (File Modified)
7844 +4 -4 trunk/libcharybdis/epoll.c (File Modified)
7845 +2 -2 trunk/libcharybdis/kqueue.c (File Modified)
7846 +3 -0 trunk/libcharybdis/libcharybdis.h (File Modified)
7847 +3 -14 trunk/libcharybdis/memory.c (File Modified)
7848 +3 -3 trunk/libcharybdis/ports.c (File Modified)
7849
7850
7851 nenolod 2005/12/07 16:21:24 UTC (20051207-386)
7852 Log:
7853 Use the right callbacks in the function code.
7854
7855 Changes: Modified:
7856 +2 -2 trunk/libcharybdis/libcharybdis.c (File Modified)
7857
7858
7859 nenolod 2005/12/07 16:18:43 UTC (20051207-384)
7860 Log:
7861 More work, it builds again!
7862
7863
7864 Changes: Modified:
7865 +1 -0 trunk/libcharybdis/Makefile.in (File Modified)
7866 +138 -4 trunk/libcharybdis/commio.c (File Modified)
7867 + - trunk/libcharybdis/libcharybdis.c (File Added)
7868 + - trunk/libcharybdis/libcharybdis.h (File Added)
7869
7870
7871 nenolod 2005/12/07 15:15:59 UTC (20051207-382)
7872 Log:
7873 Move some stuff around.
7874
7875
7876 Changes: Modified:
7877 + - trunk/include/memory.h (File Deleted)
7878 + - trunk/include/tools.h (File Deleted)
7879 +8 -1 trunk/libcharybdis/Makefile.in (File Modified)
7880 + - trunk/libcharybdis/memory.c (File Added)
7881 + - trunk/libcharybdis/memory.h (File Added)
7882 + - trunk/libcharybdis/snprintf.c (File Added)
7883 + - trunk/libcharybdis/tools.c (File Added)
7884 + - trunk/libcharybdis/tools.h (File Added)
7885 +1000 -1062 trunk/modules/.depend (File Modified)
7886 +421 -455 trunk/src/.depend (File Modified)
7887 +0 -1191 trunk/src/Makefile.in (File Modified)
7888 + - trunk/src/memory.c (File Deleted)
7889 + - trunk/src/snprintf.c (File Deleted)
7890 + - trunk/src/tools.c (File Deleted)
7891
7892
7893 nenolod 2005/12/07 15:08:37 UTC (20051207-380)
7894 Log:
7895 move more headers into libcharybdis
7896
7897 Changes: Modified:
7898 + - trunk/include/balloc.h (File Deleted)
7899 + - trunk/include/event.h (File Deleted)
7900 + - trunk/libcharybdis/balloc.h (File Added)
7901 + - trunk/libcharybdis/event.h (File Added)
7902 +924 -1020 trunk/modules/.depend (File Modified)
7903 +327 -406 trunk/src/.depend (File Modified)
7904
7905
7906 nenolod 2005/12/07 15:06:15 UTC (20051207-378)
7907 Log:
7908 balloc, events -> libcharybdis
7909
7910 Changes: Modified:
7911 +1 -1 trunk/libcharybdis/Makefile.in (File Modified)
7912 + - trunk/libcharybdis/balloc.c (File Added)
7913 + - trunk/libcharybdis/event.c (File Added)
7914 +0 -1008 trunk/src/Makefile.in (File Modified)
7915 + - trunk/src/balloc.c (File Deleted)
7916 + - trunk/src/event.c (File Deleted)
7917
7918
7919 nenolod 2005/12/07 15:00:41 UTC (20051207-376)
7920 Log:
7921 More fun
7922
7923 Changes: Modified:
7924 + - trunk/include/commio.h (File Deleted)
7925 + - trunk/include/linebuf.h (File Deleted)
7926 + - trunk/libcharybdis/commio.h (File Added)
7927 + - trunk/libcharybdis/linebuf.h (File Added)
7928 +1644 -530 trunk/modules/.depend (File Modified)
7929 +1 -1 trunk/modules/Makefile.in (File Modified)
7930 +720 -284 trunk/src/.depend (File Modified)
7931
7932
7933 nenolod 2005/12/07 14:54:12 UTC (20051207-374)
7934 Log:
7935 Makefile reworking -- moving libcharybdis headers into proper location.
7936
7937 Changes: Modified:
7938 +1 -1 trunk/adns/Makefile.in (File Modified)
7939 +1 -1 trunk/src/Makefile.in (File Modified)
7940
7941
7942 nenolod 2005/12/07 14:47:30 UTC (20051207-372)
7943 Log:
7944 Document proposed authdaemon protocol.
7945
7946 Changes: Modified:
7947 + - trunk/authdaemon/protocol.txt (File Added)
7948
7949
7950 nenolod 2005/12/07 14:42:23 UTC (20051207-370)
7951 Log:
7952 Makefile oops
7953
7954 Changes: Modified:
7955 +2 -2 trunk/libcharybdis/Makefile.in (File Modified)
7956
7957
7958 nenolod 2005/12/07 14:38:33 UTC (20051207-368)
7959 Log:
7960 Remove dead makefile from generation
7961
7962 Changes: Modified:
7963 +1 -2 trunk/configure (File Modified)
7964 +0 -1 trunk/configure.ac (File Modified)
7965
7966
7967 nenolod 2005/12/07 14:36:56 UTC (20051207-366)
7968 Log:
7969 libcharybdisIO -> libcharybdis
7970
7971 Changes: Modified:
7972 +1 -1 trunk/src/Makefile.in (File Modified)
7973
7974
7975 nenolod 2005/12/07 14:35:50 UTC (20051207-364)
7976 Log:
7977 More restructuring.
7978
7979 Changes: Modified:
7980 + - trunk/libcharybdis/Makefile.in (File Added)
7981 + - trunk/libcharybdis/commio.c (File Added)
7982 + - trunk/libcharybdis/devpoll.c (File Added)
7983 + - trunk/libcharybdis/epoll.c (File Added)
7984 + - trunk/libcharybdis/io/ (File Deleted)
7985 + - trunk/libcharybdis/kqueue.c (File Added)
7986 + - trunk/libcharybdis/linebuf.c (File Added)
7987 + - trunk/libcharybdis/log/ (File Deleted)
7988 + - trunk/libcharybdis/poll.c (File Added)
7989 + - trunk/libcharybdis/ports.c (File Added)
7990 + - trunk/libcharybdis/select.c (File Added)
7991
7992
7993 nenolod 2005/12/07 14:33:31 UTC (20051207-362)
7994 Log:
7995 Blah kill makefile
7996
7997 Changes: Modified:
7998 + - trunk/libcharybdis/Makefile.in (File Deleted)
7999
8000
8001 nenolod 2005/12/07 14:33:10 UTC (20051207-360)
8002 Log:
8003 Blah kill makefile
8004
8005 Changes: Modified:
8006 +2 -4 trunk/libcharybdis/io/Makefile.in (File Modified)
8007
8008
8009 nenolod 2005/12/06 19:52:25 UTC (20051206-358)
8010 Log:
8011 add authdaemon dir for later hacking
8012
8013
8014 Changes: Modified:
8015 + - trunk/authdaemon/ (File Added)
8016
8017
8018 nenolod 2005/12/06 19:49:25 UTC (20051206-356)
8019 Log:
8020 linebuf -> libcharybdisIO
8021
8022
8023 Changes: Modified:
8024 +1 -1 trunk/libcharybdis/io/Makefile.in (File Modified)
8025 + - trunk/libcharybdis/io/linebuf.c (File Added)
8026 + - trunk/libcharybdis/log/ (File Added)
8027 + - trunk/libcharybdis/log/Makefile.in (File Added)
8028 +0 -687 trunk/src/Makefile.in (File Modified)
8029 + - trunk/src/linebuf.c (File Deleted)
8030
8031
8032 nenolod 2005/12/06 19:47:43 UTC (20051206-354)
8033 Log:
8034 Solaris 10 I/O ports support
8035
8036 Changes: Modified:
8037 + - trunk/libcharybdis/io/ports.c (File Added)
8038
8039
8040 nenolod 2005/12/06 19:15:13 UTC (20051206-352)
8041 Log:
8042 libcharybdis stuff
8043
8044
8045 Changes: Modified:
8046 +1 -1 trunk/Makefile.in (File Modified)
8047 +3 -1 trunk/configure (File Modified)
8048 +133 -10 trunk/configure.ac (File Modified)
8049 + - trunk/libcharybdis/ (File Added)
8050 + - trunk/libcharybdis/Makefile.in (File Added)
8051 + - trunk/libcharybdis/io/ (File Added)
8052 +4 -2 trunk/libcharybdis/io/Makefile.in (File Modified)
8053 +2 -3 trunk/src/Makefile.in (File Modified)
8054 + - trunk/src/io/ (File Deleted)
8055
8056
8057 nenolod 2005/12/06 18:57:28 UTC (20051206-350)
8058 Log:
8059 split IO stuff into libcharybdisIO.
8060
8061
8062 Changes: Modified:
8063 + - trunk/src/commio.c (File Deleted)
8064 + - trunk/src/devpoll.c (File Deleted)
8065 + - trunk/src/epoll.c (File Deleted)
8066 + - trunk/src/io/ (File Added)
8067 + - trunk/src/io/Makefile.in (File Added)
8068 + - trunk/src/io/commio.c (File Added)
8069 + - trunk/src/io/devpoll.c (File Added)
8070 + - trunk/src/io/epoll.c (File Added)
8071 + - trunk/src/io/kqueue.c (File Added)
8072 + - trunk/src/io/poll.c (File Added)
8073 + - trunk/src/io/select.c (File Added)
8074 + - trunk/src/kqueue.c (File Deleted)
8075 + - trunk/src/poll.c (File Deleted)
8076 + - trunk/src/select.c (File Deleted)
8077
8078
8079 nenolod 2005/12/06 18:51:20 UTC (20051206-348)
8080 Log:
8081 Version bump: 1.1.0
8082
8083
8084 Changes: Modified:
8085 +86 -155 trunk/configure (File Modified)
8086 +1 -1 trunk/configure.ac (File Modified)
8087
8088
8089 jilles 2005/12/04 01:56:31 UTC (20051204-346)
8090 Log:
8091 Remove mentions of mkkeypair/cryptlinks.
8092
8093
8094 Changes: Modified:
8095 +1 -3 trunk/doc/challenge.txt (File Modified)
8096
8097
8098 jilles 2005/12/02 17:57:29 UTC (20051202-344)
8099 Log:
8100 Clarify serverinfo{} description.
8101
8102
8103 Changes: Modified:
8104 +13 -5 trunk/doc/sgml/oper-guide/config.sgml (File Modified)
8105
8106
8107 jilles 2005/12/02 17:41:44 UTC (20051202-342)
8108 Log:
8109 Some hyperion1->charybdis changes, and fixes in charybdis descriptions.
8110
8111
8112 Changes: Modified:
8113 +14 -41 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
8114
8115
8116 jilles 2005/12/02 17:38:53 UTC (20051202-340)
8117 Log:
8118 Improvements also applicable to hyperion 1.x.
8119
8120
8121 Changes: Modified:
8122 +4 -5 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
8123
8124
8125 jilles 2005/12/02 17:08:45 UTC (20051202-338)
8126 Log:
8127 - Add +F description
8128 - General improvements and changes to charybdis
8129
8130
8131 Changes: Modified:
8132 +27 -14 trunk/doc/sgml/oper-guide/cmodes.sgml (File Modified)
8133
8134
8135 jilles 2005/12/02 16:43:45 UTC (20051202-336)
8136 Log:
8137 The server notice umodes only have an effect
8138 for opers. ("sendto_realops_flags", so having
8139 the umode is not enough, they must also be
8140 opered)
8141
8142
8143 Changes: Modified:
8144 +13 -14 trunk/doc/sgml/oper-guide/umodes.sgml (File Modified)
8145
8146
8147 jilles 2005/12/02 16:39:40 UTC (20051202-334)
8148 Log:
8149 Updates to umodes docs.
8150
8151
8152 Changes: Modified:
8153 +25 -27 trunk/doc/sgml/oper-guide/umodes.sgml (File Modified)
8154
8155
8156 nenolod 2005/11/25 19:37:36 UTC (20051125-332)
8157 Log:
8158 Add SGML documentation.
8159
8160 Changes: Modified:
8161 + - trunk/doc/sgml/ (File Added)
8162 + - trunk/doc/sgml/oper-guide/ (File Added)
8163 + - trunk/doc/sgml/oper-guide/charybdis-oper-guide.sgml (File Added)
8164 + - trunk/doc/sgml/oper-guide/cmodes.sgml (File Added)
8165 + - trunk/doc/sgml/oper-guide/commands.sgml (File Added)
8166 + - trunk/doc/sgml/oper-guide/config.sgml (File Added)
8167 + - trunk/doc/sgml/oper-guide/intro.sgml (File Added)
8168 + - trunk/doc/sgml/oper-guide/stylesheet.dsl (File Added)
8169 + - trunk/doc/sgml/oper-guide/umodes.sgml (File Added)
8170
8171
8172 jilles 2005/11/21 11:04:33 UTC (20051121-330)
8173 Log:
8174 Make operwall flag restrict setting umode +z.
8175 This repairs this flag broken in charybdis-1.0.
8176
8177
8178 Changes: Modified:
8179 +41 -0 trunk/contrib/m_flags.c (File Modified)
8180 +9 -0 trunk/src/s_user.c (File Modified)
8181
8182
8183 jilles 2005/11/21 10:29:37 UTC (20051121-328)
8184 Log:
8185 Don't complain/reset remote clients +n. I'm still not
8186 convinced propagating all umodes is the way to go, oh
8187 well.
8188
8189
8190 Changes: Modified:
8191 +1 -1 trunk/src/s_user.c (File Modified)
8192
8193
8194 jilles 2005/11/21 10:21:42 UTC (20051121-326)
8195 Log:
8196 - Require admin flag for oper /chghost (if it's enabled
8197 which is not default)
8198 - Give error message on nonexistant nick
8199
8200
8201 Changes: Modified:
8202 +12 -0 trunk/modules/m_chghost.c (File Modified)
8203
8204
8205 nenolod 2005/11/20 21:10:14 UTC (20051120-324)
8206 Log:
8207 Incorporated jilles' dynspoof patch with a few minor changes.
8208
8209 Changes: Modified:
8210 +5 -2 trunk/include/client.h (File Modified)
8211 +1 -0 trunk/include/numeric.h (File Modified)
8212 +75 -4 trunk/modules/m_chghost.c (File Modified)
8213 +2 -21 trunk/modules/m_stats.c (File Modified)
8214 +2 -8 trunk/modules/m_trace.c (File Modified)
8215 +2 -0 trunk/src/client.c (File Modified)
8216 +3 -0 trunk/src/s_user.c (File Modified)
8217
8218
8219 nenolod 2005/11/20 21:02:01 UTC (20051120-322)
8220 Log:
8221 Update NEWS.
8222
8223 Changes: Modified:
8224 +5 -0 trunk/NEWS (File Modified)
8225
8226
8227 jilles 2005/11/17 22:38:52 UTC (20051117-320)
8228 Log:
8229 Make show_ip() far less braindead.
8230
8231 Obtained from: ratbox 2.2 SVN
8232
8233
8234 Changes: Modified:
8235 +14 -85 trunk/src/client.c (File Modified)
8236
8237
8238 jilles 2005/11/15 16:33:26 UTC (20051115-318)
8239 Log:
8240 Instead of not showing channels at all for whoising services,
8241 only show channels the requester is also on. If operspying
8242 services, show all the channels.
8243
8244
8245 Changes: Modified:
8246 +37 -40 trunk/modules/m_whois.c (File Modified)
8247
8248
8249 jilles 2005/11/15 15:59:00 UTC (20051115-316)
8250 Log:
8251 - Show real errno if we fail to connect to a server
8252 - Don't show server IPs on IRC if a server goes dead
8253 during handshake
8254
8255
8256 Changes: Modified:
8257 +2 -5 trunk/src/s_serv.c (File Modified)
8258
8259
8260 jilles 2005/11/15 15:28:18 UTC (20051115-314)
8261 Log:
8262 Revert hybrid 7.2 aline code. It causes too many problems.
8263
8264
8265 Changes: Modified:
8266 +1 -47 trunk/NEWS (File Modified)
8267 + - trunk/include/aline.h (File Deleted)
8268 +53 -6 trunk/modules/m_dline.c (File Modified)
8269 +212 -16 trunk/modules/m_kline.c (File Modified)
8270 +37 -8 trunk/modules/m_resv.c (File Modified)
8271 +45 -24 trunk/modules/m_xline.c (File Modified)
8272 +0 -485 trunk/src/Makefile.in (File Modified)
8273 + - trunk/src/aline.c (File Deleted)
8274
8275
8276 jilles 2005/11/07 10:47:33 UTC (20051107-312)
8277 Log:
8278 Incorporate recent ratbox monitor bugfixes (could crash).
8279
8280
8281 Changes: Modified:
8282 +16 -0 trunk/modules/m_monitor.c (File Modified)
8283 +4 -3 trunk/src/monitor.c (File Modified)
8284
8285
8286 jilles 2005/10/24 23:10:06 UTC (20051024-310)
8287 Log:
8288 Fix /invite UID leak.
8289
8290 Found by logiclrd@EFnet.
8291
8292
8293 Changes: Modified:
8294 +3 -2 trunk/modules/m_invite.c (File Modified)
8295
8296
8297 nenolod 2005/10/23 05:28:02 UTC (20051023-308)
8298 Log:
8299 Don't show what channels a service is in.
8300
8301 Changes: Modified:
8302 +1 -0 trunk/NEWS (File Modified)
8303 +40 -35 trunk/modules/m_whois.c (File Modified)
8304
8305
8306 nenolod 2005/10/23 05:21:13 UTC (20051023-306)
8307 Log:
8308 Update version to 1.0.3.
8309
8310
8311 Changes: Modified:
8312 +9 -9 trunk/configure (File Modified)
8313 +1 -1 trunk/configure.ac (File Modified)
8314
8315
8316 jilles 2005/10/22 17:12:51 UTC (20051022-304)
8317 Log:
8318 Update NEWS.
8319
8320
8321 Changes: Modified:
8322 +7 -1 trunk/NEWS (File Modified)
8323
8324
8325 jilles 2005/10/22 17:11:32 UTC (20051022-302)
8326 Log:
8327 Make sure we don't return alloca() (LOCAL_COPY) ed space.
8328 More static buffers :(
8329
8330
8331 Changes: Modified:
8332 +12 -4 trunk/src/aline.c (File Modified)
8333
8334
8335 jilles 2005/10/18 21:52:35 UTC (20051018-300)
8336 Log:
8337 Make operspy mode (/mode !#channel showing parameters
8338 even if not on channel) work again.
8339
8340
8341 Changes: Modified:
8342 +4 -4 trunk/src/channel.c (File Modified)
8343
8344
8345 jilles 2005/10/16 22:04:15 UTC (20051016-298)
8346 Log:
8347 Call server_introduced hook on TS6 remote server
8348 introduction (ms_sid()).
8349
8350
8351 Changes: Modified:
8352 +6 -0 trunk/modules/core/m_server.c (File Modified)
8353
8354
8355 nenolod 2005/10/16 08:29:57 UTC (20051016-296)
8356 Log:
8357 Cyrix boxes are wierd.
8358
8359 Changes: Modified:
8360 +2 -1 trunk/modules/m_services.c (File Modified)
8361
8362
8363 nenolod 2005/10/16 08:23:39 UTC (20051016-294)
8364 Log:
8365 More paranoia.
8366
8367 Changes: Modified:
8368 +1 -1 trunk/include/client.h (File Modified)
8369 +3 -1 trunk/modules/m_services.c (File Modified)
8370
8371
8372 nenolod 2005/10/16 08:07:40 UTC (20051016-292)
8373 Log:
8374 heh
8375
8376 Changes: Modified:
8377 +1 -6 trunk/modules/m_services.c (File Modified)
8378
8379
8380 nenolod 2005/10/16 08:00:24 UTC (20051016-290)
8381 Log:
8382 Disable a check that doesn't always seem to work right for some reason.
8383
8384 Changes: Modified:
8385 +2 -0 trunk/modules/m_services.c (File Modified)
8386
8387
8388 nenolod 2005/10/15 04:58:18 UTC (20051015-288)
8389 Log:
8390 Update NEWS.
8391
8392
8393 Changes: Modified:
8394 +4 -1 trunk/NEWS (File Modified)
8395
8396
8397 nenolod 2005/10/15 04:53:12 UTC (20051015-286)
8398 Log:
8399 1.0.2
8400
8401
8402 Changes: Modified:
8403 +9 -9 trunk/configure (File Modified)
8404 +1 -1 trunk/configure.ac (File Modified)
8405
8406
8407 jilles 2005/10/08 22:30:18 UTC (20051008-284)
8408 Log:
8409 Apply http://www.ircd-ratbox.org/download/ratbox-trace.diff.
8410
8411
8412 Changes: Modified:
8413 +3 -13 trunk/modules/m_trace.c (File Modified)
8414
8415
8416 jilles 2005/10/06 11:00:22 UTC (20051006-282)
8417 Log:
8418 Don't send empty RPL_WHOISCHANNELS on remote whois.
8419
8420 Pointy hat to: jilles
8421
8422
8423 Changes: Modified:
8424 +1 -1 trunk/modules/m_whois.c (File Modified)
8425
8426
8427 nenolod 2005/10/02 21:30:55 UTC (20051002-280)
8428 Log:
8429 Update NEWS.
8430
8431
8432 Changes: Modified:
8433 +3 -0 trunk/NEWS (File Modified)
8434
8435
8436 nenolod 2005/10/02 21:28:23 UTC (20051002-278)
8437 Log:
8438 Modular umode support.
8439
8440
8441 Changes: Modified:
8442 +0 -9 trunk/include/client.h (File Modified)
8443 +2 -1 trunk/include/s_user.h (File Modified)
8444 +1 -1 trunk/include/tools.h (File Modified)
8445 +2 -2 trunk/modules/core/m_nick.c (File Modified)
8446 +3 -0 trunk/src/ircd.c (File Modified)
8447 +1 -1 trunk/src/messages.tab (File Modified)
8448 +2 -2 trunk/src/s_serv.c (File Modified)
8449 +37 -59 trunk/src/s_user.c (File Modified)
8450 +21 -0 trunk/src/tools.c (File Modified)
8451
8452
8453 jilles 2005/10/02 20:23:15 UTC (20051002-276)
8454 Log:
8455 Optionally do forced nick change to the UID instead of kill
8456 on nick collisions, see doc/collision_fnc.txt for more
8457 details.
8458
8459
8460 Changes: Modified:
8461 + - trunk/doc/collision_fnc.txt (File Added)
8462 +1 -0 trunk/doc/example.conf (File Modified)
8463 +8 -0 trunk/doc/reference.conf (File Modified)
8464 +1 -0 trunk/include/numeric.h (File Modified)
8465 +1 -0 trunk/include/s_conf.h (File Modified)
8466 +2 -1 trunk/include/s_serv.h (File Modified)
8467 +1 -0 trunk/include/s_stats.h (File Modified)
8468 +275 -95 trunk/modules/core/m_nick.c (File Modified)
8469 +1 -1 trunk/src/messages.tab (File Modified)
8470 +1 -0 trunk/src/newconf.c (File Modified)
8471 +1 -0 trunk/src/s_conf.c (File Modified)
8472 +1 -0 trunk/src/s_serv.c (File Modified)
8473 +2 -2 trunk/src/s_stats.c (File Modified)
8474
8475
8476 nenolod 2005/10/02 19:50:18 UTC (20051002-274)
8477 Log:
8478 Update NEWS.
8479
8480
8481 Modified:
8482 trunk/NEWS (File Modified)
8483
8484
8485 jilles 2005/09/28 15:45:31 UTC (20050928-272)
8486 Log:
8487 Don't allow lookups by uid in /monitor + and /monitor s.
8488
8489
8490 Modified:
8491 trunk/modules/m_monitor.c (File Modified)
8492
8493
8494 jilles 2005/09/28 13:05:01 UTC (20050928-270)
8495 Log:
8496 Stop garbage +j being set in cases like +j aaa:bbb by
8497 initializing the variables properly.
8498
8499 Reported by kyle.
8500
8501
8502 Modified:
8503 trunk/modules/core/m_mode.c (File Modified)
8504 trunk/modules/core/m_sjoin.c (File Modified)
8505
8506
8507 jilles 2005/09/25 15:51:54 UTC (20050925-268)
8508 Log:
8509 Apply flags to the proper server in me_gcap().
8510
8511
8512 Modified:
8513 trunk/modules/m_capab.c (File Modified)
8514
8515
8516 jilles 2005/09/22 23:13:46 UTC (20050922-266)
8517 Log:
8518 Use find_named_client() instead of find_client() to check
8519 for nick collisions.
8520
8521
8522 Modified:
8523 trunk/modules/core/m_nick.c (File Modified)
8524
8525
8526 nenolod 2005/09/22 05:55:25 UTC (20050922-264)
8527 Log:
8528 - Replace old 381 numeric with a new, more positive one!
8529
8530
8531 Modified:
8532 trunk/src/messages.tab (File Modified)
8533
8534
8535 jilles 2005/09/22 00:38:45 UTC (20050922-262)
8536 Log:
8537 Make it compile again.
8538
8539
8540 Modified:
8541 trunk/src/channel.c (File Modified)
8542 trunk/src/client.c (File Modified)
8543 trunk/src/ircd.c (File Modified)
8544 trunk/src/packet.c (File Modified)
8545
8546
8547 nenolod 2005/09/22 00:02:59 UTC (20050922-260)
8548 Log:
8549 - Prevent UID disclosure in cmode setting.
8550
8551
8552 Modified:
8553 trunk/NEWS (File Modified)
8554 trunk/modules/core/m_mode.c (File Modified)
8555
8556
8557 nenolod 2005/09/21 23:57:17 UTC (20050921-258)
8558 Log:
8559 A different check which prevents UID disclosure.
8560
8561
8562 Modified:
8563 trunk/modules/core/m_kick.c (File Modified)
8564
8565
8566 nenolod 2005/09/21 23:46:04 UTC (20050921-256)
8567 Log:
8568 - Eliminate a potential UID leak in m_kick. (As seen on EFnet.)
8569
8570
8571 Modified:
8572 trunk/modules/core/m_kick.c (File Modified)
8573
8574
8575 nenolod 2005/09/21 23:35:12 UTC (20050921-254)
8576 Log:
8577 - Revert atheme coding style changes. We don't really need berkeley prototypes, that's overkill.
8578
8579
8580 Modified:
8581 trunk/NEWS (File Modified)
8582 trunk/modules/m_accept.c (File Modified)
8583 trunk/modules/m_admin.c (File Modified)
8584 trunk/modules/m_away.c (File Modified)
8585 trunk/modules/m_cap.c (File Modified)
8586 trunk/modules/m_capab.c (File Modified)
8587 trunk/modules/m_challenge.c (File Modified)
8588 trunk/modules/m_chghost.c (File Modified)
8589 trunk/modules/m_close.c (File Modified)
8590 trunk/modules/m_cmessage.c (File Modified)
8591 trunk/modules/m_connect.c (File Modified)
8592 trunk/modules/m_dline.c (File Modified)
8593 trunk/modules/m_encap.c (File Modified)
8594 trunk/modules/m_etrace.c (File Modified)
8595 trunk/modules/m_gline.c (File Modified)
8596 trunk/modules/m_help.c (File Modified)
8597 trunk/modules/m_info.c (File Modified)
8598 trunk/modules/m_invite.c (File Modified)
8599 trunk/modules/m_ison.c (File Modified)
8600 trunk/modules/m_kline.c (File Modified)
8601 trunk/modules/m_knock.c (File Modified)
8602 trunk/modules/m_links.c (File Modified)
8603 trunk/modules/m_list.c (File Modified)
8604 trunk/modules/m_locops.c (File Modified)
8605 trunk/modules/m_lusers.c (File Modified)
8606 trunk/modules/m_map.c (File Modified)
8607 trunk/modules/m_monitor.c (File Modified)
8608 trunk/modules/m_motd.c (File Modified)
8609 trunk/modules/m_names.c (File Modified)
8610 trunk/modules/m_oper.c (File Modified)
8611 trunk/modules/m_operspy.c (File Modified)
8612 trunk/modules/m_pass.c (File Modified)
8613 trunk/modules/m_ping.c (File Modified)
8614 trunk/modules/m_pong.c (File Modified)
8615 trunk/modules/m_post.c (File Modified)
8616 trunk/modules/m_rehash.c (File Modified)
8617 trunk/modules/m_restart.c (File Modified)
8618 trunk/modules/m_resv.c (File Modified)
8619 trunk/modules/m_services.c (File Modified)
8620 trunk/modules/m_set.c (File Modified)
8621 trunk/modules/m_sshortcut.c (File Modified)
8622 trunk/modules/m_stats.c (File Modified)
8623 trunk/modules/m_svinfo.c (File Modified)
8624 trunk/modules/m_tb.c (File Modified)
8625 trunk/modules/m_testline.c (File Modified)
8626 trunk/modules/m_testmask.c (File Modified)
8627 trunk/modules/m_time.c (File Modified)
8628 trunk/modules/m_topic.c (File Modified)
8629 trunk/modules/m_trace.c (File Modified)
8630 trunk/modules/m_unreject.c (File Modified)
8631 trunk/modules/m_user.c (File Modified)
8632 trunk/modules/m_userhost.c (File Modified)
8633 trunk/modules/m_users.c (File Modified)
8634 trunk/modules/m_version.c (File Modified)
8635 trunk/modules/m_wallops.c (File Modified)
8636 trunk/modules/m_who.c (File Modified)
8637 trunk/modules/m_whois.c (File Modified)
8638 trunk/modules/m_whowas.c (File Modified)
8639 trunk/modules/m_xline.c (File Modified)
8640 trunk/src/adns.c (File Modified)
8641 trunk/src/aline.c (File Modified)
8642 trunk/src/cache.c (File Modified)
8643 trunk/src/channel.c (File Modified)
8644 trunk/src/class.c (File Modified)
8645 trunk/src/client.c (File Modified)
8646 trunk/src/commio.c (File Modified)
8647 trunk/src/event.c (File Modified)
8648 trunk/src/hash.c (File Modified)
8649 trunk/src/hostmask.c (File Modified)
8650 trunk/src/ircd.c (File Modified)
8651 trunk/src/kdparse.c (File Modified)
8652 trunk/src/linebuf.c (File Modified)
8653 trunk/src/listener.c (File Modified)
8654 trunk/src/modules.c (File Modified)
8655 trunk/src/monitor.c (File Modified)
8656 trunk/src/newconf.c (File Modified)
8657 trunk/src/packet.c (File Modified)
8658 trunk/src/parse.c (File Modified)
8659 trunk/src/reject.c (File Modified)
8660 trunk/src/s_auth.c (File Modified)
8661 trunk/src/s_conf.c (File Modified)
8662 trunk/src/s_gline.c (File Modified)
8663 trunk/src/s_log.c (File Modified)
8664 trunk/src/s_newconf.c (File Modified)
8665 trunk/src/s_serv.c (File Modified)
8666 trunk/src/s_stats.c (File Modified)
8667 trunk/src/s_user.c (File Modified)
8668 trunk/src/send.c (File Modified)
8669 trunk/src/whowas.c (File Modified)
8670
8671
8672 nenolod 2005/09/21 23:24:34 UTC (20050921-252)
8673 Log:
8674 - More coding style niceities. Pretty much got client.h squared away.
8675
8676
8677 Modified:
8678 trunk/modules/m_dline.c (File Modified)
8679 trunk/modules/m_gline.c (File Modified)
8680 trunk/modules/m_kline.c (File Modified)
8681 trunk/modules/m_rehash.c (File Modified)
8682 trunk/modules/m_resv.c (File Modified)
8683 trunk/modules/m_stats.c (File Modified)
8684 trunk/modules/m_testline.c (File Modified)
8685 trunk/modules/m_user.c (File Modified)
8686 trunk/modules/m_xline.c (File Modified)
8687
8688
8689 jilles 2005/09/21 22:37:13 UTC (20050921-250)
8690 Log:
8691 - Propagate quiets (+q) on netjoins
8692 - Clear +q list too on lowerTS sjoin from TS6 source
8693
8694
8695 Modified:
8696 trunk/modules/core/m_sjoin.c (File Modified)
8697 trunk/src/s_serv.c (File Modified)
8698
8699
8700 jilles 2005/09/21 15:49:43 UTC (20050921-248)
8701 Log:
8702 Second argument to whois is always a nick, never a uid.
8703 This prevents /whois other.server uid to get information
8704 about that uid.
8705
8706
8707 Modified:
8708 trunk/modules/m_whois.c (File Modified)
8709
8710
8711 jilles 2005/09/21 15:43:45 UTC (20050921-246)
8712 Log:
8713 Don't allow local users to use uids in user mode.
8714
8715
8716 Modified:
8717 trunk/src/s_user.c (File Modified)
8718
8719
8720 jilles 2005/09/21 15:42:56 UTC (20050921-244)
8721 Log:
8722 Make it compile again.
8723
8724
8725 Modified:
8726 trunk/src/s_stats.c (File Modified)
8727
8728
8729 jilles 2005/09/21 15:09:11 UTC (20050921-242)
8730 Log:
8731 Fix propagation of empty SJOIN.
8732
8733
8734 Modified:
8735 trunk/modules/core/m_sjoin.c (File Modified)
8736
8737
8738 nenolod 2005/09/21 06:13:45 UTC (20050921-240)
8739 Log:
8740 Some atheme-style niceties here.
8741
8742
8743 Modified:
8744 trunk/modules/m_accept.c (File Modified)
8745 trunk/modules/m_admin.c (File Modified)
8746 trunk/modules/m_away.c (File Modified)
8747 trunk/modules/m_cap.c (File Modified)
8748 trunk/modules/m_capab.c (File Modified)
8749 trunk/modules/m_challenge.c (File Modified)
8750 trunk/modules/m_chghost.c (File Modified)
8751 trunk/modules/m_close.c (File Modified)
8752 trunk/modules/m_cmessage.c (File Modified)
8753 trunk/modules/m_connect.c (File Modified)
8754 trunk/modules/m_dline.c (File Modified)
8755 trunk/modules/m_encap.c (File Modified)
8756 trunk/modules/m_etrace.c (File Modified)
8757 trunk/modules/m_gline.c (File Modified)
8758 trunk/modules/m_help.c (File Modified)
8759 trunk/modules/m_info.c (File Modified)
8760 trunk/modules/m_invite.c (File Modified)
8761 trunk/modules/m_ison.c (File Modified)
8762 trunk/modules/m_kline.c (File Modified)
8763 trunk/modules/m_knock.c (File Modified)
8764 trunk/modules/m_links.c (File Modified)
8765 trunk/modules/m_list.c (File Modified)
8766 trunk/modules/m_locops.c (File Modified)
8767 trunk/modules/m_lusers.c (File Modified)
8768 trunk/modules/m_map.c (File Modified)
8769 trunk/modules/m_monitor.c (File Modified)
8770 trunk/modules/m_motd.c (File Modified)
8771 trunk/modules/m_names.c (File Modified)
8772 trunk/modules/m_oper.c (File Modified)
8773 trunk/modules/m_operspy.c (File Modified)
8774 trunk/modules/m_pass.c (File Modified)
8775 trunk/modules/m_ping.c (File Modified)
8776 trunk/modules/m_pong.c (File Modified)
8777 trunk/modules/m_post.c (File Modified)
8778 trunk/modules/m_rehash.c (File Modified)
8779 trunk/modules/m_restart.c (File Modified)
8780 trunk/modules/m_resv.c (File Modified)
8781 trunk/modules/m_services.c (File Modified)
8782 trunk/modules/m_set.c (File Modified)
8783 trunk/modules/m_sshortcut.c (File Modified)
8784 trunk/modules/m_stats.c (File Modified)
8785 trunk/modules/m_svinfo.c (File Modified)
8786 trunk/modules/m_tb.c (File Modified)
8787 trunk/modules/m_testline.c (File Modified)
8788 trunk/modules/m_testmask.c (File Modified)
8789 trunk/modules/m_time.c (File Modified)
8790 trunk/modules/m_topic.c (File Modified)
8791 trunk/modules/m_trace.c (File Modified)
8792 trunk/modules/m_unreject.c (File Modified)
8793 trunk/modules/m_user.c (File Modified)
8794 trunk/modules/m_userhost.c (File Modified)
8795 trunk/modules/m_users.c (File Modified)
8796 trunk/modules/m_version.c (File Modified)
8797 trunk/modules/m_wallops.c (File Modified)
8798 trunk/modules/m_who.c (File Modified)
8799 trunk/modules/m_whois.c (File Modified)
8800 trunk/modules/m_whowas.c (File Modified)
8801 trunk/modules/m_xline.c (File Modified)
8802
8803
8804 nenolod 2005/09/21 05:26:03 UTC (20050921-238)
8805 Log:
8806 Some initial tweaks to make it somewhat meet our coding standards, nowhere near done yet.
8807
8808
8809 Modified:
8810 trunk/.indent.pro (File Modified)
8811 trunk/include/charybdis.h (File Added)
8812 trunk/include/client.h (File Modified)
8813 trunk/modules/.indent.pro (File Modified)
8814 trunk/src/.indent.pro (File Modified)
8815 trunk/src/adns.c (File Modified)
8816 trunk/src/aline.c (File Modified)
8817 trunk/src/cache.c (File Modified)
8818 trunk/src/channel.c (File Modified)
8819 trunk/src/class.c (File Modified)
8820 trunk/src/client.c (File Modified)
8821 trunk/src/commio.c (File Modified)
8822 trunk/src/event.c (File Modified)
8823 trunk/src/hash.c (File Modified)
8824 trunk/src/hostmask.c (File Modified)
8825 trunk/src/ircd.c (File Modified)
8826 trunk/src/kdparse.c (File Modified)
8827 trunk/src/linebuf.c (File Modified)
8828 trunk/src/listener.c (File Modified)
8829 trunk/src/modules.c (File Modified)
8830 trunk/src/monitor.c (File Modified)
8831 trunk/src/newconf.c (File Modified)
8832 trunk/src/packet.c (File Modified)
8833 trunk/src/parse.c (File Modified)
8834 trunk/src/reject.c (File Modified)
8835 trunk/src/s_auth.c (File Modified)
8836 trunk/src/s_conf.c (File Modified)
8837 trunk/src/s_gline.c (File Modified)
8838 trunk/src/s_log.c (File Modified)
8839 trunk/src/s_newconf.c (File Modified)
8840 trunk/src/s_serv.c (File Modified)
8841 trunk/src/s_stats.c (File Modified)
8842 trunk/src/s_user.c (File Modified)
8843 trunk/src/send.c (File Modified)
8844 trunk/src/whowas.c (File Modified)
8845
8846
8847 nenolod 2005/09/21 04:31:10 UTC (20050921-236)
8848 Log:
8849 - Add parse_aline() via ircd-hybrid-7.2. This stuff lives in src/aline.c.
8850 - Convert a few modules towards using this code.
8851 - Make a note about this change in NEWS.
8852
8853
8854 Modified:
8855 trunk/NEWS (File Modified)
8856 trunk/include/aline.h (File Added)
8857 trunk/modules/m_dline.c (File Modified)
8858 trunk/modules/m_kline.c (File Modified)
8859 trunk/modules/m_resv.c (File Modified)
8860 trunk/modules/m_xline.c (File Modified)
8861 trunk/src/Makefile.in (File Modified)
8862 trunk/src/aline.c (File Added)
8863
8864
8865 nenolod 2005/09/21 00:20:28 UTC (20050921-234)
8866 Log:
8867 - Update NEWS document.
8868
8869
8870 Modified:
8871 trunk/NEWS (File Modified)
8872
8873
8874 jilles 2005/09/20 18:27:19 UTC (20050920-232)
8875 Log:
8876 Use find_named_person() instead of find_person() in services shortcuts.
8877
8878
8879 Modified:
8880 trunk/modules/m_sshortcut.c (File Modified)
8881
8882
8883 jilles 2005/09/18 22:18:59 UTC (20050918-230)
8884 Log:
8885 Fix propagation of empty channels (+P).
8886
8887
8888 Modified:
8889 trunk/modules/core/m_sjoin.c (File Modified)
8890 trunk/src/s_serv.c (File Modified)
8891
8892
8893 jilles 2005/09/18 22:18:04 UTC (20050918-228)
8894 Log:
8895 Use same comparison for +f.
8896
8897
8898 Modified:
8899 trunk/modules/core/m_join.c (File Modified)
8900
8901
8902 jilles 2005/09/18 18:48:13 UTC (20050918-226)
8903 Log:
8904 Retire server-server non-encap CHGHOST, and clean it up a bit.
8905
8906
8907 Modified:
8908 trunk/modules/m_chghost.c (File Modified)
8909
8910
8911 jilles 2005/09/18 14:26:20 UTC (20050918-224)
8912 Log:
8913 Use TS6 form for SQUIT wallops.
8914
8915
8916 Modified:
8917 trunk/modules/core/m_squit.c (File Modified)
8918
8919
8920 jilles 2005/09/18 14:25:54 UTC (20050918-222)
8921 Log:
8922 Propagate nick changes for remote clients in TS6 form if possible;
8923 simplify the code a bit.
8924
8925
8926 Modified:
8927 trunk/modules/core/m_nick.c (File Modified)
8928
8929
8930 jilles 2005/09/18 14:16:43 UTC (20050918-220)
8931 Log:
8932 Only clear oper_only_umodes on deoper for local clients.
8933
8934
8935 Modified:
8936 trunk/src/s_user.c (File Modified)
8937
8938
8939 nenolod 2005/09/18 06:14:39 UTC (20050918-218)
8940 Log:
8941 - Don't enable use_whois_actually in the default config, makes cloaking
8942 only useful for vanity.
8943
8944
8945 Modified:
8946 trunk/doc/example.conf (File Modified)
8947
8948
8949 jilles 2005/09/18 00:00:12 UTC (20050918-216)
8950 Log:
8951 Fix linebuf raw code to not truncate lines longer than
8952 510 characters. This stops ziplinks corruption at
8953 the initial burst if the other side sends a lot.
8954
8955
8956 Modified:
8957 trunk/src/linebuf.c (File Modified)
8958
8959
8960 nenolod 2005/09/13 03:26:36 UTC (20050913-214)
8961 Log:
8962 - Add +r to channel_modes().
8963
8964
8965 Modified:
8966 trunk/src/channel.c (File Modified)
8967
8968
8969 nenolod 2005/09/13 00:11:52 UTC (20050913-212)
8970 Log:
8971 Update NEWS.
8972
8973
8974 Modified:
8975 trunk/NEWS (File Modified)
8976
8977
8978 nenolod 2005/09/12 23:49:25 UTC (20050912-210)
8979 Log:
8980 err, nvm. wrong project :-P
8981
8982
8983 Modified:
8984 trunk/src/match.c (File Modified)
8985
8986
8987 nenolod 2005/09/12 23:49:00 UTC (20050912-208)
8988 Log:
8989 make sure we don't crash on match(NULL, test)
8990
8991
8992 Modified:
8993 trunk/src/match.c (File Modified)
8994
8995
8996 jilles 2005/09/12 23:40:03 UTC (20050912-206)
8997 Log:
8998 Add remote rehash, /rehash <server> and /rehash <option> <server>,
8999 flags = rehash in shared{}.
9000 Uses :<source> ENCAP <target> REHASH [option].
9001
9002
9003 Modified:
9004 trunk/doc/example.conf (File Modified)
9005 trunk/doc/reference.conf (File Modified)
9006 trunk/help/opers/rehash (File Modified)
9007 trunk/include/s_newconf.h (File Modified)
9008 trunk/modules/m_rehash.c (File Modified)
9009 trunk/modules/m_stats.c (File Modified)
9010 trunk/src/newconf.c (File Modified)
9011
9012
9013 jilles 2005/09/12 22:48:44 UTC (20050912-204)
9014 Log:
9015 Initialize flags to 0 in conf_set_shared_flags() and
9016 conf_set_cluster_flags().
9017
9018
9019 Modified:
9020 trunk/src/newconf.c (File Modified)
9021
9022
9023 jilles 2005/09/12 22:14:16 UTC (20050912-202)
9024 Log:
9025 Don't allow a forward from a #channel to an &channel.
9026 Error message is Illegal channel name.
9027
9028
9029 Modified:
9030 trunk/modules/core/m_mode.c (File Modified)
9031
9032
9033 nenolod 2005/09/12 21:56:51 UTC (20050912-200)
9034 Log:
9035 - change version to 1.0.1
9036
9037
9038 Modified:
9039 trunk/configure (File Modified)
9040 trunk/configure.ac (File Modified)
9041
9042
9043 nenolod 2005/09/12 21:56:28 UTC (20050912-198)
9044 Log:
9045 Update NEWS.
9046
9047
9048 Modified:
9049 trunk/NEWS (File Modified)
9050
9051
9052 jilles 2005/09/12 21:55:58 UTC (20050912-196)
9053 Log:
9054 Services shortcuts changes:
9055 - Require umode +S on target
9056 - Use ERR_SERVICESDOWN (440) for error message
9057 - Fix check for empty string
9058
9059
9060 Modified:
9061 trunk/include/numeric.h (File Modified)
9062 trunk/modules/m_sshortcut.c (File Modified)
9063 trunk/src/messages.tab (File Modified)
9064
9065
9066 nenolod 2005/09/12 21:24:30 UTC (20050912-194)
9067 Log:
9068 s/IsChanService/IsService/g;
9069
9070
9071 Modified:
9072 trunk/modules/m_sshortcut.c (File Modified)
9073
9074
9075 nenolod 2005/09/12 21:23:42 UTC (20050912-192)
9076 Log:
9077 Add check for service validity in shortcut routines.
9078
9079
9080 Modified:
9081 trunk/modules/m_sshortcut.c (File Modified)
9082
9083
9084 jilles 2005/09/12 15:30:26 UTC (20050912-190)
9085 Log:
9086 Don't allow forwarding to a -F channel the setter is not on.
9087
9088
9089 Modified:
9090 trunk/modules/core/m_mode.c (File Modified)
9091
9092
9093 jilles 2005/09/12 13:55:56 UTC (20050912-188)
9094 Log:
9095 Describe identify_service and identify_command in
9096 reference.conf.
9097
9098
9099 Modified:
9100 trunk/doc/reference.conf (File Modified)
9101
9102
9103 jilles 2005/09/12 13:37:11 UTC (20050912-186)
9104 Log:
9105 More helpfile updates.
9106
9107
9108 Modified:
9109 trunk/help/Makefile.in (File Modified)
9110 trunk/help/opers/die (File Modified)
9111 trunk/help/opers/join (File Modified)
9112 trunk/help/opers/links (File Modified)
9113 trunk/help/opers/lusers (File Modified)
9114 trunk/help/opers/map (File Added)
9115 trunk/help/opers/motd (File Modified)
9116 trunk/help/opers/names (File Modified)
9117 trunk/help/opers/notice (File Modified)
9118 trunk/help/opers/operspy (File Modified)
9119 trunk/help/opers/part (File Modified)
9120 trunk/help/opers/privmsg (File Modified)
9121 trunk/help/opers/restart (File Modified)
9122 trunk/help/opers/set (File Modified)
9123 trunk/help/opers/stats (File Modified)
9124 trunk/help/opers/trace (File Modified)
9125 trunk/help/opers/version (File Modified)
9126 trunk/help/users/notice (File Modified)
9127 trunk/help/users/privmsg (File Modified)
9128 trunk/help/users/stats (File Modified)
9129
9130
9131 jilles 2005/09/12 11:18:40 UTC (20050912-184)
9132 Log:
9133 Update help files.
9134
9135
9136 Modified:
9137 trunk/help/opers/cmode (File Modified)
9138 trunk/help/opers/umode (File Modified)
9139 trunk/help/opers/wallops (File Modified)
9140 trunk/help/opers/who (File Modified)
9141 trunk/help/users/umode (File Modified)
9142
9143
9144 jilles 2005/09/12 11:11:18 UTC (20050912-182)
9145 Log:
9146 Include cmode +r in 004 and 005.
9147
9148
9149 Modified:
9150 trunk/include/supported.h (File Modified)
9151 trunk/src/messages.tab (File Modified)
9152
9153
9154 jilles 2005/09/12 10:53:35 UTC (20050912-180)
9155 Log:
9156 No need to clear all 3 buffers in channel_modes().
9157
9158
9159 Modified:
9160 trunk/src/channel.c (File Modified)
9161
9162
9163 jilles 2005/09/12 10:31:54 UTC (20050912-178)
9164 Log:
9165 - Fix multiple +f modes per line
9166 - -f shouldn't take a parameter
9167
9168
9169 Modified:
9170 trunk/modules/core/m_mode.c (File Modified)
9171
9172
9173 jilles 2005/09/12 10:04:27 UTC (20050912-176)
9174 Log:
9175 Channel mode +Q now prevents forwarding to or through
9176 a channel, just like in hyperion, not from a channel.
9177
9178
9179 Modified:
9180 trunk/modules/core/m_join.c (File Modified)
9181
9182
9183 jilles 2005/09/12 09:36:21 UTC (20050912-174)
9184 Log:
9185 Complete +F/+Q propagation.
9186
9187
9188 Modified:
9189 trunk/modules/core/m_join.c (File Modified)
9190 trunk/modules/core/m_sjoin.c (File Modified)
9191 trunk/src/channel.c (File Modified)
9192
9193
9194 nenolod 2005/09/12 06:10:29 UTC (20050912-172)
9195 Log:
9196 - A few minor fixes.
9197
9198
9199 Modified:
9200 trunk/modules/core/m_join.c (File Modified)
9201 trunk/modules/m_services.c (File Modified)
9202
9203
9204 nenolod 2005/09/12 04:15:44 UTC (20050912-170)
9205 Log:
9206 - Fix netsplit obfuscation.
9207
9208
9209 Modified:
9210 trunk/src/client.c (File Modified)
9211
9212
9213 nenolod 2005/09/12 04:07:36 UTC (20050912-168)
9214 Log:
9215 - Fix another /stats p related bug.
9216
9217
9218 Modified:
9219 trunk/src/client.c (File Modified)
9220
9221
9222 nenolod 2005/09/12 03:57:13 UTC (20050912-166)
9223 Log:
9224 - Update example.conf.
9225
9226
9227 Modified:
9228 trunk/doc/example.conf (File Modified)
9229
9230
9231 nenolod 2005/09/12 03:52:56 UTC (20050912-164)
9232 Log:
9233 - Fix a minor bug here, and re-release 1.0.
9234
9235
9236 Modified:
9237 trunk/modules/core/m_nick.c (File Modified)
9238
9239
9240 nenolod 2005/09/12 03:19:51 UTC (20050912-162)
9241 Log:
9242 - Add bursted clients to /stats p list.
9243
9244
9245 Modified:
9246 trunk/modules/core/m_nick.c (File Modified)
9247
9248
9249 nenolod 2005/09/12 03:15:28 UTC (20050912-160)
9250 Log:
9251 - Add identify_service, identify_command options to the example.conf,
9252 newconf parser.
9253
9254
9255 Modified:
9256 trunk/NEWS (File Modified)
9257 trunk/doc/example.conf (File Modified)
9258 trunk/src/newconf.c (File Modified)
9259
9260
9261 nenolod 2005/09/12 03:00:04 UTC (20050912-158)
9262 Log:
9263 - Add services shortcuts.
9264
9265
9266 Modified:
9267 trunk/modules/Makefile.in (File Modified)
9268 trunk/modules/m_sshortcut.c (File Added)
9269
9270
9271 nenolod 2005/09/12 02:46:00 UTC (20050912-156)
9272 Log:
9273 - put back checks i removed by mistake
9274
9275
9276 Modified:
9277 trunk/modules/core/m_join.c (File Modified)
9278
9279
9280 nenolod 2005/09/12 02:42:09 UTC (20050912-154)
9281 Log:
9282 - Implement channel mode +Q, which disables forwarding.
9283 - Make forwarding usable by everyone.
9284 - Implement channel mode +F which bypasses authority checks on a target
9285 set with this mode
9286 - Update NEWS.
9287
9288
9289 Modified:
9290 trunk/NEWS (File Modified)
9291 trunk/include/channel.h (File Modified)
9292 trunk/include/supported.h (File Modified)
9293 trunk/modules/core/m_join.c (File Modified)
9294 trunk/modules/core/m_mode.c (File Modified)
9295 trunk/src/messages.tab (File Modified)
9296
9297
9298 nenolod 2005/09/12 02:13:26 UTC (20050912-152)
9299 Log:
9300 - Fix account handling brokenness.
9301
9302
9303 Modified:
9304 trunk/modules/m_services.c (File Modified)
9305
9306
9307 jilles 2005/09/12 02:04:09 UTC (20050912-150)
9308 Log:
9309 Identify to services via server password hack. Still
9310 needs config file parts, like
9311 identifyservice = "nickserv@services.int";
9312 identifycommand = "IDENTIFY";
9313
9314
9315 Modified:
9316 trunk/include/s_conf.h (File Modified)
9317 trunk/src/s_user.c (File Modified)
9318
9319
9320 jilles 2005/09/12 01:59:46 UTC (20050912-148)
9321 Log:
9322 Make send.c compile.
9323
9324
9325 Modified:
9326 trunk/src/send.c (File Modified)
9327
9328
9329 nenolod 2005/09/12 01:18:24 UTC (20050912-146)
9330 Log:
9331 - Handle this better.
9332
9333
9334 Modified:
9335 trunk/src/send.c (File Modified)
9336
9337
9338 nenolod 2005/09/12 01:16:34 UTC (20050912-144)
9339 Log:
9340 If the source is not a client, don't send to normal users.
9341
9342
9343 Modified:
9344 trunk/src/send.c (File Modified)
9345
9346
9347 nenolod 2005/09/12 01:07:01 UTC (20050912-142)
9348 Log:
9349 - Make /wallops behave as wallops in other ircds.
9350
9351
9352 Modified:
9353 trunk/modules/m_wallops.c (File Modified)
9354 trunk/src/send.c (File Modified)
9355
9356
9357 nenolod 2005/09/12 00:53:16 UTC (20050912-140)
9358 Log:
9359 - charybdis-1.0
9360
9361
9362 Modified:
9363 trunk/NEWS (File Modified)
9364 trunk/configure (File Modified)
9365 trunk/configure.ac (File Modified)
9366
9367
9368 nenolod 2005/09/12 00:48:18 UTC (20050912-138)
9369 Log:
9370 - Remove efnet configuration.
9371 - Rename example.conf as reference.conf, and replace the default
9372 example.conf with one suitable for AthemeNET.
9373 - Update makefile to reflect these changes.
9374
9375
9376 Modified:
9377 trunk/doc/Makefile.in (File Modified)
9378 trunk/doc/example.conf (File Modified)
9379 trunk/doc/example.efnet.conf (File Deleted)
9380 trunk/doc/reference.conf (File Added)
9381
9382
9383 nenolod 2005/09/12 00:30:48 UTC (20050912-136)
9384 Log:
9385 - Don't display opers who are /away.
9386
9387
9388 Modified:
9389 trunk/modules/m_stats.c (File Modified)
9390
9391
9392 jilles 2005/09/12 00:21:20 UTC (20050912-134)
9393 Log:
9394 Put cmode +f in 004 and 005.
9395
9396
9397 Modified:
9398 trunk/include/supported.h (File Modified)
9399 trunk/src/messages.tab (File Modified)
9400
9401
9402 jilles 2005/09/12 00:15:13 UTC (20050912-132)
9403 Log:
9404 Add user umode +Q which prevents a user from
9405 being forwarded.
9406
9407
9408 Modified:
9409 trunk/include/client.h (File Modified)
9410 trunk/modules/core/m_join.c (File Modified)
9411 trunk/src/messages.tab (File Modified)
9412 trunk/src/s_user.c (File Modified)
9413
9414
9415 jilles 2005/09/11 23:47:02 UTC (20050911-130)
9416 Log:
9417 Implement channel forwarding in m_join(). As in
9418 hyperion, failing to join because of +i, +r or +j
9419 can cause you to be forwarded, potentially
9420 recursively. Unlike hyperion, a single numeric
9421 is sent in case of a successful forward, otherwise
9422 the ircd acts if there were no forward.
9423
9424
9425 Modified:
9426 trunk/include/numeric.h (File Modified)
9427 trunk/modules/core/m_join.c (File Modified)
9428 trunk/src/messages.tab (File Modified)
9429
9430
9431 jilles 2005/09/11 22:57:53 UTC (20050911-128)
9432 Log:
9433 Allow servers to set oper-only cmodes as well.
9434
9435
9436 Modified:
9437 trunk/modules/core/m_mode.c (File Modified)
9438
9439
9440 jilles 2005/09/11 22:48:37 UTC (20050911-126)
9441 Log:
9442 Add cmode +f which takes a channel name, settable
9443 only by opers for now. Does not do anything yet.
9444
9445
9446 Modified:
9447 trunk/include/channel.h (File Modified)
9448 trunk/modules/core/m_join.c (File Modified)
9449 trunk/modules/core/m_mode.c (File Modified)
9450 trunk/modules/core/m_sjoin.c (File Modified)
9451 trunk/src/channel.c (File Modified)
9452
9453
9454 jilles 2005/09/11 20:48:09 UTC (20050911-124)
9455 Log:
9456 Fully initialize 'mode' in ms_join() and ms_sjoin()
9457 to avoid old +j garbage from being used.
9458
9459
9460 Modified:
9461 trunk/modules/core/m_join.c (File Modified)
9462 trunk/modules/core/m_sjoin.c (File Modified)
9463
9464
9465 jilles 2005/09/11 19:41:53 UTC (20050911-122)
9466 Log:
9467 - only touch join_count/join_delta if join throttling
9468 is enabled on the channel
9469 - reset join_count/join_delta to 0 if -j is set
9470
9471
9472 Modified:
9473 trunk/modules/core/m_join.c (File Modified)
9474 trunk/modules/core/m_mode.c (File Modified)
9475 trunk/modules/core/m_sjoin.c (File Modified)
9476
9477
9478 jilles 2005/09/11 18:57:20 UTC (20050911-120)
9479 Log:
9480 Also start a new "period" for join throttling for remote joins,
9481 if necessary. Make the code slightly clearer.
9482
9483
9484 Modified:
9485 trunk/modules/core/m_join.c (File Modified)
9486 trunk/src/channel.c (File Modified)
9487
9488
9489 jilles 2005/09/11 18:12:20 UTC (20050911-118)
9490 Log:
9491 Some +j improvements, still broken.
9492
9493
9494 Modified:
9495 trunk/modules/core/m_join.c (File Modified)
9496 trunk/modules/core/m_sjoin.c (File Modified)
9497
9498
9499 jilles 2005/09/11 16:44:36 UTC (20050911-116)
9500 Log:
9501 Only do +z processing for +m channels the sender is on,
9502 as bans/quiets are currently only checked locally.
9503
9504
9505 Modified:
9506 trunk/modules/core/m_message.c (File Modified)
9507
9508
9509 jilles 2005/09/11 16:01:02 UTC (20050911-114)
9510 Log:
9511 - Add max_bans_large configuration option, defaulting to 500, to
9512 limit the number of bans in a +L channel
9513 - Change b/e/I to b/e/I/q in texts
9514
9515
9516 Modified:
9517 trunk/doc/example.conf (File Modified)
9518 trunk/include/s_conf.h (File Modified)
9519 trunk/modules/core/m_mode.c (File Modified)
9520 trunk/modules/m_info.c (File Modified)
9521 trunk/src/newconf.c (File Modified)
9522 trunk/src/s_conf.c (File Modified)
9523
9524
9525 jilles 2005/09/11 15:20:38 UTC (20050911-112)
9526 Log:
9527 Store invite for +gi channels.
9528 Note that +gi is significantly weaker access control than +i.
9529
9530
9531 Modified:
9532 trunk/modules/m_invite.c (File Modified)
9533
9534
9535 jilles 2005/09/11 14:38:35 UTC (20050911-110)
9536 Log:
9537 Nonops are allowed to see +q lists.
9538
9539
9540 Modified:
9541 trunk/modules/core/m_mode.c (File Modified)
9542
9543
9544 jilles 2005/09/11 14:27:59 UTC (20050911-108)
9545 Log:
9546 Invalidate can_send() cache on -q.
9547
9548
9549 Modified:
9550 trunk/modules/core/m_mode.c (File Modified)
9551
9552
9553 nenolod 2005/09/11 07:01:01 UTC (20050911-106)
9554 Log:
9555 - Make sure sjoin doesnt crash the ircd if it's blank. :X
9556
9557
9558 Modified:
9559 trunk/modules/core/m_sjoin.c (File Modified)
9560
9561
9562 nenolod 2005/09/11 06:28:20 UTC (20050911-104)
9563 Log:
9564 - Allow blank SJOINs -- for permanant channels.
9565
9566
9567 Modified:
9568 trunk/modules/core/m_sjoin.c (File Modified)
9569
9570
9571 nenolod 2005/09/11 06:12:40 UTC (20050911-102)
9572 Log:
9573 - Burst permanant channels.
9574
9575
9576 Modified:
9577 trunk/src/s_serv.c (File Modified)
9578
9579
9580 nenolod 2005/09/11 06:08:42 UTC (20050911-100)
9581 Log:
9582 - Fix handling of permanant channels.
9583
9584
9585 Modified:
9586 trunk/modules/core/m_join.c (File Modified)
9587
9588
9589 nenolod 2005/09/11 03:37:47 UTC (20050911-98)
9590 Log:
9591 - Run indent on core modules.
9592 - Add propagation of join throttle settings.
9593
9594
9595 Modified:
9596 trunk/modules/core/m_die.c (File Modified)
9597 trunk/modules/core/m_error.c (File Modified)
9598 trunk/modules/core/m_join.c (File Modified)
9599 trunk/modules/core/m_kick.c (File Modified)
9600 trunk/modules/core/m_kill.c (File Modified)
9601 trunk/modules/core/m_message.c (File Modified)
9602 trunk/modules/core/m_mode.c (File Modified)
9603 trunk/modules/core/m_nick.c (File Modified)
9604 trunk/modules/core/m_part.c (File Modified)
9605 trunk/modules/core/m_quit.c (File Modified)
9606 trunk/modules/core/m_server.c (File Modified)
9607 trunk/modules/core/m_sjoin.c (File Modified)
9608 trunk/modules/core/m_squit.c (File Modified)
9609
9610
9611 nenolod 2005/09/11 00:31:11 UTC (20050911-96)
9612 Log:
9613 - Fix mistake in commit message.
9614
9615
9616 Modified:
9617 trunk/ChangeLog (File Modified)
9618
9619
9620 nenolod 2005/09/11 00:30:36 UTC (20050911-94)
9621 Log:
9622 - Channel throttling.
9623
9624
9625 Modified:
9626 trunk/NEWS (File Modified)
9627 trunk/include/supported.h (File Modified)
9628 trunk/modules/core/m_mode.c (File Modified)
9629 trunk/src/messages.tab (File Modified)
9630
9631
9632 nenolod 2005/09/10 23:56:31 UTC (20050910-92)
9633 Log:
9634 - Channel throttle logic fixes.
9635
9636
9637 Modified:
9638 trunk/include/channel.h (File Modified)
9639
9640
9641 nenolod 2005/09/10 23:55:45 UTC (20050910-90)
9642 Log:
9643 - Add the throttle logic.
9644
9645
9646 Modified:
9647 trunk/include/channel.h (File Modified)
9648 trunk/include/numeric.h (File Modified)
9649 trunk/modules/core/m_join.c (File Modified)
9650 trunk/src/channel.c (File Modified)
9651 trunk/src/messages.tab (File Modified)
9652
9653
9654 nenolod 2005/09/10 20:10:09 UTC (20050910-88)
9655 Log:
9656 - Cosmetic fixes to CREDITS.
9657
9658
9659 Modified:
9660 trunk/CREDITS (File Modified)
9661
9662
9663 nenolod 2005/09/10 19:54:51 UTC (20050910-86)
9664 Log:
9665 - Better channel_modes() from ShadowIRCd 4.
9666
9667
9668 Modified:
9669 trunk/include/channel.h (File Modified)
9670 trunk/src/channel.c (File Modified)
9671
9672
9673 nenolod 2005/09/10 19:01:56 UTC (20050910-84)
9674 Log:
9675 - Strip colour codes from parts.
9676
9677
9678 Modified:
9679 trunk/modules/core/m_part.c (File Modified)
9680
9681
9682 nenolod 2005/09/10 19:01:00 UTC (20050910-82)
9683 Log:
9684 - Strip colour codes from quits.
9685
9686
9687 Modified:
9688 trunk/modules/core/m_quit.c (File Modified)
9689
9690
9691 nenolod 2005/09/10 18:59:00 UTC (20050910-80)
9692 Log:
9693 - add +c/+g/+z to channel_modes().
9694
9695
9696 Modified:
9697 trunk/src/channel.c (File Modified)
9698
9699
9700 nenolod 2005/09/10 18:56:03 UTC (20050910-78)
9701 Log:
9702 - Add +g to 004/005 numerics.
9703
9704
9705 Modified:
9706 trunk/include/supported.h (File Modified)
9707 trunk/src/messages.tab (File Modified)
9708
9709
9710 nenolod 2005/09/10 18:54:51 UTC (20050910-76)
9711 Log:
9712 - Add +cgz to set_final_mode() in both join/sjoin.
9713 - Implement channel mode +g: Free invite.
9714
9715
9716 Modified:
9717 trunk/include/channel.h (File Modified)
9718 trunk/modules/core/m_join.c (File Modified)
9719 trunk/modules/core/m_mode.c (File Modified)
9720 trunk/modules/core/m_sjoin.c (File Modified)
9721 trunk/modules/m_invite.c (File Modified)
9722
9723
9724 nenolod 2005/09/10 18:16:51 UTC (20050910-74)
9725 Log:
9726 - Make sure /stats p uses the right list.
9727
9728
9729 Modified:
9730 trunk/modules/m_stats.c (File Modified)
9731
9732
9733 nenolod 2005/09/10 18:16:27 UTC (20050910-72)
9734 Log:
9735 - local oper list becomes local_oper_list.
9736 - all opers are stored on oper_list for /stats p.
9737
9738
9739 Modified:
9740 trunk/include/ircd.h (File Modified)
9741 trunk/modules/m_stats.c (File Modified)
9742 trunk/modules/m_trace.c (File Modified)
9743 trunk/src/client.c (File Modified)
9744 trunk/src/ircd.c (File Modified)
9745 trunk/src/s_user.c (File Modified)
9746 trunk/src/send.c (File Modified)
9747
9748
9749 nenolod 2005/09/10 07:03:09 UTC (20050910-70)
9750 Log:
9751 - Remove ENABLE_SERVICES legacy define.
9752
9753
9754 Modified:
9755 trunk/configure (File Modified)
9756 trunk/configure.ac (File Modified)
9757 trunk/include/client.h (File Modified)
9758 trunk/include/m_info.h (File Modified)
9759 trunk/include/s_conf.h (File Modified)
9760 trunk/modules/Makefile.in (File Modified)
9761 trunk/modules/core/m_kick.c (File Modified)
9762 trunk/modules/core/m_mode.c (File Modified)
9763 trunk/modules/core/m_nick.c (File Modified)
9764 trunk/modules/core/m_sjoin.c (File Modified)
9765 trunk/modules/m_services.c (File Modified)
9766 trunk/src/channel.c (File Modified)
9767 trunk/src/newconf.c (File Modified)
9768 trunk/src/s_conf.c (File Modified)
9769 trunk/src/s_serv.c (File Modified)
9770 trunk/src/s_user.c (File Modified)
9771
9772
9773 nenolod 2005/09/10 06:47:19 UTC (20050910-68)
9774 Log:
9775 - New reject message, ala ircu.
9776
9777
9778 Modified:
9779 trunk/src/reject.c (File Modified)
9780
9781
9782 nenolod 2005/09/10 06:27:05 UTC (20050910-66)
9783 Log:
9784 - Reduce 'broadcast storm' effect in m_chghost.
9785
9786
9787 Modified:
9788 trunk/modules/m_chghost.c (File Modified)
9789
9790
9791 nenolod 2005/09/10 06:22:38 UTC (20050910-64)
9792 Log:
9793 - Add +z to RPL_ISUPPORT, RPL_MYINFO.
9794
9795
9796 Modified:
9797 trunk/include/supported.h (File Modified)
9798 trunk/src/messages.tab (File Modified)
9799
9800
9801 nenolod 2005/09/10 06:21:43 UTC (20050910-62)
9802 Log:
9803 - Implement +z.
9804
9805
9806 Modified:
9807 trunk/include/channel.h (File Modified)
9808 trunk/modules/core/m_message.c (File Modified)
9809 trunk/modules/core/m_mode.c (File Modified)
9810
9811
9812 nenolod 2005/09/10 06:03:27 UTC (20050910-60)
9813 Log:
9814 - use sendto_one_numeric() in some places.
9815
9816
9817 Modified:
9818 trunk/modules/core/m_mode.c (File Modified)
9819
9820
9821 nenolod 2005/09/10 05:40:25 UTC (20050910-58)
9822 Log:
9823 - Implement channel mode +c -- colour stripping.
9824
9825
9826 Modified:
9827 trunk/include/irc_string.h (File Modified)
9828 trunk/include/supported.h (File Modified)
9829 trunk/modules/core/m_message.c (File Modified)
9830 trunk/modules/core/m_mode.c (File Modified)
9831 trunk/src/irc_string.c (File Modified)
9832 trunk/src/messages.tab (File Modified)
9833
9834
9835 nenolod 2005/09/10 05:29:17 UTC (20050910-56)
9836 Log:
9837 - Add +qLP to CHANMODES 005 numeric.
9838
9839
9840 Modified:
9841 trunk/include/supported.h (File Modified)
9842
9843
9844 nenolod 2005/09/10 05:12:55 UTC (20050910-54)
9845 Log:
9846 Move credits files to doc/.
9847
9848
9849 Modified:
9850 trunk/Hybrid-team (File Deleted)
9851 trunk/Ratbox-team (File Deleted)
9852 trunk/doc/Hybrid-team (File Added)
9853 trunk/doc/Ratbox-team (File Added)
9854
9855
9856 nenolod 2005/09/10 05:11:15 UTC (20050910-52)
9857 Log:
9858 - Rename Ratbox credits as Ratbox-team.
9859 - Add in our own CREDITS.
9860
9861
9862 Modified:
9863 trunk/CREDITS (File Deleted)
9864 trunk/CREDITS (File Added)
9865 trunk/Ratbox-team (File Added)
9866
9867
9868 nenolod 2005/09/10 05:03:03 UTC (20050910-50)
9869 Log:
9870 - Quietcache fixes.
9871
9872
9873 Modified:
9874 trunk/modules/core/m_mode.c (File Modified)
9875
9876
9877 nenolod 2005/09/10 04:43:41 UTC (20050910-48)
9878 Log:
9879 - Rebuild configure.
9880
9881
9882 Modified:
9883 trunk/autom4te.cache/ (File Deleted)
9884 trunk/configure (File Modified)
9885
9886
9887 nenolod 2005/09/10 03:25:41 UTC (20050910-46)
9888 Log:
9889 Add +q to messages.tab.
9890
9891
9892 Modified:
9893 trunk/src/messages.tab (File Modified)
9894
9895
9896 nenolod 2005/09/10 03:17:39 UTC (20050910-44)
9897 Log:
9898 - port m_sjoin stuff to TS6 JOIN syntax.
9899
9900
9901 Modified:
9902 trunk/modules/core/m_join.c (File Modified)
9903
9904
9905 nenolod 2005/09/10 03:15:50 UTC (20050910-42)
9906 Log:
9907 - Implement channel mode +q (quiet)
9908
9909
9910 Modified:
9911 trunk/include/channel.h (File Modified)
9912 trunk/modules/core/m_mode.c (File Modified)
9913 trunk/src/channel.c (File Modified)
9914
9915
9916 jilles 2005/09/10 03:03:05 UTC (20050910-40)
9917 Log:
9918 Add +L/+P for set_final_mode().
9919
9920
9921 Modified:
9922 trunk/modules/core/m_sjoin.c (File Modified)
9923
9924
9925 jilles 2005/09/10 02:59:22 UTC (20050910-38)
9926 Log:
9927 Add +L/+P in channel_modes().
9928
9929
9930 Modified:
9931 trunk/src/channel.c (File Modified)
9932
9933
9934 jilles 2005/09/10 02:55:10 UTC (20050910-36)
9935 Log:
9936 - Use MODE_PERMANENT, not MODE_PERMANANT
9937 - Actually use chm_staff()
9938
9939 It compiles but is not otherwise tested.
9940
9941
9942 Modified:
9943 trunk/include/channel.h (File Modified)
9944 trunk/modules/core/m_mode.c (File Modified)
9945 trunk/modules/core/m_sjoin.c (File Modified)
9946 trunk/src/channel.c (File Modified)
9947
9948
9949 nenolod 2005/09/10 02:53:04 UTC (20050910-34)
9950 Log:
9951 - Ok, patchlevel.h is fixed now.
9952
9953
9954 Modified:
9955 trunk/include/patchlevel.h (File Modified)
9956
9957
9958 nenolod 2005/09/10 02:45:47 UTC (20050910-32)
9959 Log:
9960 - *sigh*
9961
9962
9963 Modified:
9964 trunk/include/patchlevel.h (File Modified)
9965 trunk/src/version.c.SH (File Modified)
9966
9967
9968 nenolod 2005/09/10 02:43:00 UTC (20050910-30)
9969 Log:
9970 - Fix compilation issue with version.c.
9971
9972
9973 Modified:
9974 trunk/src/version.c.SH (File Modified)
9975
9976
9977 nenolod 2005/09/10 02:33:47 UTC (20050910-28)
9978 Log:
9979 - Server hostmasking fixed in +datadrain ala hybrid 7.2, so we remove
9980 this from the BUGS file.
9981
9982
9983 Modified:
9984 trunk/BUGS (File Modified)
9985
9986
9987 jilles 2005/09/10 02:30:22 UTC (20050910-26)
9988 Log:
9989 Mangle all netsplit messages if flatten links is enabled.
9990
9991
9992 Modified:
9993 trunk/src/client.c (File Modified)
9994
9995
9996 nenolod 2005/09/10 02:26:22 UTC (20050910-24)
9997 Log:
9998 - jilles pointed out that /stats p needed severe changes -- implement
9999 them
10000
10001
10002 Modified:
10003 trunk/modules/m_stats.c (File Modified)
10004
10005
10006 nenolod 2005/09/10 02:24:18 UTC (20050910-22)
10007 Log:
10008 Rename RELNOTES to NEWS.
10009
10010
10011 Modified:
10012 trunk/NEWS (File Added)
10013 trunk/RELNOTES (File Deleted)
10014
10015
10016 nenolod 2005/09/10 02:24:03 UTC (20050910-20)
10017 Log:
10018 Update RELNOTES.
10019
10020
10021 Modified:
10022 trunk/RELNOTES (File Modified)
10023
10024
10025 nenolod 2005/09/10 02:22:34 UTC (20050910-18)
10026 Log:
10027 - Make /stats p work globally.
10028 - Change 'OPER(s)' to 'staff members'
10029
10030
10031 Modified:
10032 trunk/modules/m_stats.c (File Modified)
10033
10034
10035 nenolod 2005/09/10 02:19:01 UTC (20050910-16)
10036 Log:
10037 - add modes, +LP to RPL_MYINFO.
10038
10039
10040 Modified:
10041 trunk/src/messages.tab (File Modified)
10042
10043
10044 nenolod 2005/09/10 02:16:42 UTC (20050910-14)
10045 Log:
10046 More stuff to RELNOTES.
10047
10048
10049 Modified:
10050 trunk/RELNOTES (File Modified)
10051
10052
10053 nenolod 2005/09/10 01:32:27 UTC (20050910-12)
10054 Log:
10055 - Implement +P.
10056
10057
10058 Modified:
10059 trunk/modules/core/m_sjoin.c (File Modified)
10060 trunk/src/channel.c (File Modified)
10061
10062
10063 nenolod 2005/09/10 01:28:47 UTC (20050910-10)
10064 Log:
10065 - Implement list limit exceed modes -- +L.
10066
10067
10068 Modified:
10069 trunk/modules/core/m_mode.c (File Modified)
10070
10071
10072 nenolod 2005/09/10 01:26:55 UTC (20050910-8)
10073 Log:
10074 - Add handlers for modes +L, +P.
10075
10076
10077 Modified:
10078 trunk/include/channel.h (File Modified)
10079 trunk/modules/core/m_mode.c (File Modified)
10080
10081
10082 nenolod 2005/09/10 01:02:21 UTC (20050910-6)
10083 Log:
10084 Update properties on *everything*.
10085
10086
10087 Modified:
10088 trunk/.cvsignore (Property Modified)
10089 trunk/.indent.pro (Property Modified)
10090 trunk/BUGS (File Modified) (Property Modified)
10091 trunk/CREDITS (File Modified) (Property Modified)
10092 trunk/ChangeLog (Property Modified)
10093 trunk/Hybrid-team (File Modified) (Property Modified)
10094 trunk/INSTALL (File Modified) (Property Modified)
10095 trunk/LICENSE (File Modified) (Property Modified)
10096 trunk/Makefile.in (File Modified) (Property Modified)
10097 trunk/README.FIRST (File Modified) (Property Modified)
10098 trunk/RELNOTES (File Modified) (Property Modified)
10099 trunk/SVN-Access (Property Modified)
10100 trunk/aclocal.m4 (File Modified) (Property Modified)
10101 trunk/adns/.cvsignore (Property Modified)
10102 trunk/adns/COPYING (Property Modified)
10103 trunk/adns/GPL-vs-LGPL (Property Modified)
10104 trunk/adns/Makefile.in (File Modified) (Property Modified)
10105 trunk/adns/README (Property Modified)
10106 trunk/adns/README.ircd (Property Modified)
10107 trunk/adns/adns.h (File Modified) (Property Modified)
10108 trunk/adns/check.c (File Modified) (Property Modified)
10109 trunk/adns/dlist.h (File Modified) (Property Modified)
10110 trunk/adns/event.c (File Modified) (Property Modified)
10111 trunk/adns/general.c (File Modified) (Property Modified)
10112 trunk/adns/internal.h (File Modified) (Property Modified)
10113 trunk/adns/parse.c (File Modified) (Property Modified)
10114 trunk/adns/query.c (File Modified) (Property Modified)
10115 trunk/adns/reply.c (File Modified) (Property Modified)
10116 trunk/adns/setup.c (File Modified) (Property Modified)
10117 trunk/adns/transmit.c (File Modified) (Property Modified)
10118 trunk/adns/tvarith.h (File Modified) (Property Modified)
10119 trunk/adns/types.c (File Modified) (Property Modified)
10120 trunk/configure (File Modified) (Property Modified)
10121 trunk/configure.ac (File Modified) (Property Modified)
10122 trunk/contrib/.cvsignore (Property Modified)
10123 trunk/contrib/.indent.pro (Property Modified)
10124 trunk/contrib/Makefile.in (File Modified) (Property Modified)
10125 trunk/contrib/README (File Modified) (Property Modified)
10126 trunk/contrib/example_module.c (File Modified) (Property Modified)
10127 trunk/contrib/m_42.c (File Modified) (Property Modified)
10128 trunk/contrib/m_clearchan.c (File Modified) (Property Modified)
10129 trunk/contrib/m_flags.c (File Modified) (Property Modified)
10130 trunk/contrib/m_force.c (File Modified) (Property Modified)
10131 trunk/contrib/m_mkpasswd.c (File Modified) (Property Modified)
10132 trunk/contrib/m_ojoin.c (File Modified) (Property Modified)
10133 trunk/contrib/m_okick.c (File Modified) (Property Modified)
10134 trunk/contrib/m_olist.c (File Modified) (Property Modified)
10135 trunk/contrib/m_opme.c (File Modified) (Property Modified)
10136 trunk/contrib/spy_admin_notice.c (File Modified) (Property Modified)
10137 trunk/contrib/spy_info_notice.c (File Modified) (Property Modified)
10138 trunk/contrib/spy_links_notice.c (File Modified) (Property Modified)
10139 trunk/contrib/spy_motd_notice.c (File Modified) (Property Modified)
10140 trunk/contrib/spy_stats_notice.c (File Modified) (Property Modified)
10141 trunk/contrib/spy_stats_p_notice.c (File Modified) (Property Modified)
10142 trunk/contrib/spy_trace_notice.c (File Modified) (Property Modified)
10143 trunk/contrib/spy_whois_notice.c (File Modified) (Property Modified)
10144 trunk/contrib/spy_whois_notice_global.c (File Modified) (Property Modified)
10145 trunk/doc/.cvsignore (Property Modified)
10146 trunk/doc/CIDR.txt (File Modified) (Property Modified)
10147 trunk/doc/Makefile.in (File Modified) (Property Modified)
10148 trunk/doc/README.cidr_bans (File Modified) (Property Modified)
10149 trunk/doc/Tao-of-IRC.940110 (Property Modified)
10150 trunk/doc/challenge.txt (File Modified) (Property Modified)
10151 trunk/doc/example.conf (File Modified) (Property Modified)
10152 trunk/doc/example.efnet.conf (File Modified) (Property Modified)
10153 trunk/doc/hooks.txt (File Modified) (Property Modified)
10154 trunk/doc/index.txt (File Modified) (Property Modified)
10155 trunk/doc/ircd.8 (File Modified) (Property Modified)
10156 trunk/doc/ircd.motd (Property Modified)
10157 trunk/doc/logfiles.txt (File Modified) (Property Modified)
10158 trunk/doc/modeg.txt (File Modified) (Property Modified)
10159 trunk/doc/modes.txt (File Modified) (Property Modified)
10160 trunk/doc/monitor.txt (File Modified) (Property Modified)
10161 trunk/doc/old/Authors (Property Modified)
10162 trunk/doc/operguide.txt (File Modified) (Property Modified)
10163 trunk/doc/opermyth.txt (Property Modified)
10164 trunk/doc/server-version-info (File Modified) (Property Modified)
10165 trunk/doc/services.txt (File Modified) (Property Modified)
10166 trunk/doc/technical/README.TSora (Property Modified)
10167 trunk/doc/technical/cluster.txt (File Modified) (Property Modified)
10168 trunk/doc/technical/event.txt (File Modified) (Property Modified)
10169 trunk/doc/technical/fd-management.txt (File Modified) (Property Modified)
10170 trunk/doc/technical/file-management.txt (File Modified) (Property Modified)
10171 trunk/doc/technical/hostmask.txt (File Modified) (Property Modified)
10172 trunk/doc/technical/index.txt (File Modified) (Property Modified)
10173 trunk/doc/technical/linebuf.txt (File Modified) (Property Modified)
10174 trunk/doc/technical/network.txt (File Modified) (Property Modified)
10175 trunk/doc/technical/rfc1459.txt (Property Modified)
10176 trunk/doc/technical/send.txt (File Modified) (Property Modified)
10177 trunk/doc/technical/ts5.txt (File Modified) (Property Modified)
10178 trunk/doc/technical/ts6.txt (File Modified) (Property Modified)
10179 trunk/doc/tgchange.txt (File Modified) (Property Modified)
10180 trunk/doc/whats-new-2.0.txt (File Modified) (Property Modified)
10181 trunk/doc/whats-new-2.1.txt (File Modified) (Property Modified)
10182 trunk/help/Makefile.in (File Modified) (Property Modified)
10183 trunk/help/opers/accept (Property Modified)
10184 trunk/help/opers/admin (Property Modified)
10185 trunk/help/opers/away (Property Modified)
10186 trunk/help/opers/capab (Property Modified)
10187 trunk/help/opers/challenge (Property Modified)
10188 trunk/help/opers/close (Property Modified)
10189 trunk/help/opers/cmode (Property Modified)
10190 trunk/help/opers/cnotice (Property Modified)
10191 trunk/help/opers/connect (Property Modified)
10192 trunk/help/opers/cprivmsg (Property Modified)
10193 trunk/help/opers/credits (Property Modified)
10194 trunk/help/opers/die (Property Modified)
10195 trunk/help/opers/dline (Property Modified)
10196 trunk/help/opers/eob (Property Modified)
10197 trunk/help/opers/error (Property Modified)
10198 trunk/help/opers/etrace (Property Modified)
10199 trunk/help/opers/gline (Property Modified)
10200 trunk/help/opers/help (Property Modified)
10201 trunk/help/opers/index (Property Modified)
10202 trunk/help/opers/info (Property Modified)
10203 trunk/help/opers/invite (Property Modified)
10204 trunk/help/opers/ison (Property Modified)
10205 trunk/help/opers/join (Property Modified)
10206 trunk/help/opers/kick (Property Modified)
10207 trunk/help/opers/kill (Property Modified)
10208 trunk/help/opers/kline (Property Modified)
10209 trunk/help/opers/knock (Property Modified)
10210 trunk/help/opers/links (Property Modified)
10211 trunk/help/opers/list (Property Modified)
10212 trunk/help/opers/locops (Property Modified)
10213 trunk/help/opers/lusers (Property Modified)
10214 trunk/help/opers/modlist (Property Modified)
10215 trunk/help/opers/modload (Property Modified)
10216 trunk/help/opers/modrestart (Property Modified)
10217 trunk/help/opers/modunload (Property Modified)
10218 trunk/help/opers/motd (Property Modified)
10219 trunk/help/opers/names (Property Modified)
10220 trunk/help/opers/nick (Property Modified)
10221 trunk/help/opers/notice (Property Modified)
10222 trunk/help/opers/oper (Property Modified)
10223 trunk/help/opers/operspy (Property Modified)
10224 trunk/help/opers/operwall (Property Modified)
10225 trunk/help/opers/part (Property Modified)
10226 trunk/help/opers/pass (Property Modified)
10227 trunk/help/opers/ping (Property Modified)
10228 trunk/help/opers/pong (Property Modified)
10229 trunk/help/opers/post (Property Modified)
10230 trunk/help/opers/privmsg (Property Modified)
10231 trunk/help/opers/quit (Property Modified)
10232 trunk/help/opers/rehash (Property Modified)
10233 trunk/help/opers/restart (Property Modified)
10234 trunk/help/opers/resv (Property Modified)
10235 trunk/help/opers/server (Property Modified)
10236 trunk/help/opers/set (Property Modified)
10237 trunk/help/opers/sjoin (Property Modified)
10238 trunk/help/opers/squit (Property Modified)
10239 trunk/help/opers/stats (Property Modified)
10240 trunk/help/opers/svinfo (Property Modified)
10241 trunk/help/opers/testgecos (Property Modified)
10242 trunk/help/opers/testline (Property Modified)
10243 trunk/help/opers/testmask (Property Modified)
10244 trunk/help/opers/time (Property Modified)
10245 trunk/help/opers/topic (Property Modified)
10246 trunk/help/opers/trace (Property Modified)
10247 trunk/help/opers/uhelp (Property Modified)
10248 trunk/help/opers/umode (Property Modified)
10249 trunk/help/opers/undline (Property Modified)
10250 trunk/help/opers/ungline (Property Modified)
10251 trunk/help/opers/unkline (Property Modified)
10252 trunk/help/opers/unresv (Property Modified)
10253 trunk/help/opers/unxline (Property Modified)
10254 trunk/help/opers/user (Property Modified)
10255 trunk/help/opers/userhost (Property Modified)
10256 trunk/help/opers/users (Property Modified)
10257 trunk/help/opers/version (Property Modified)
10258 trunk/help/opers/wallops (Property Modified)
10259 trunk/help/opers/who (Property Modified)
10260 trunk/help/opers/whois (Property Modified)
10261 trunk/help/opers/whowas (Property Modified)
10262 trunk/help/opers/xline (Property Modified)
10263 trunk/help/users/index (Property Modified)
10264 trunk/help/users/info (Property Modified)
10265 trunk/help/users/notice (Property Modified)
10266 trunk/help/users/privmsg (Property Modified)
10267 trunk/help/users/stats (Property Modified)
10268 trunk/help/users/umode (Property Modified)
10269 trunk/include/.cvsignore (Property Modified)
10270 trunk/include/.indent.pro (Property Modified)
10271 trunk/include/balloc.h (File Modified) (Property Modified)
10272 trunk/include/cache.h (File Modified) (Property Modified)
10273 trunk/include/channel.h (File Modified) (Property Modified)
10274 trunk/include/class.h (File Modified) (Property Modified)
10275 trunk/include/client.h (File Modified) (Property Modified)
10276 trunk/include/commio.h (File Modified) (Property Modified)
10277 trunk/include/common.h (File Modified) (Property Modified)
10278 trunk/include/config.h (File Modified) (Property Modified)
10279 trunk/include/config.h.dist (File Modified) (Property Modified)
10280 trunk/include/defaults.h (File Modified) (Property Modified)
10281 trunk/include/event.h (File Modified) (Property Modified)
10282 trunk/include/hash.h (File Modified) (Property Modified)
10283 trunk/include/hook.h (File Modified) (Property Modified)
10284 trunk/include/hostmask.h (File Modified) (Property Modified)
10285 trunk/include/irc_string.h (File Modified) (Property Modified)
10286 trunk/include/ircd.h (File Modified) (Property Modified)
10287 trunk/include/ircd_defs.h (File Modified) (Property Modified)
10288 trunk/include/ircd_getopt.h (File Modified) (Property Modified)
10289 trunk/include/ircd_signal.h (File Modified) (Property Modified)
10290 trunk/include/linebuf.h (File Modified) (Property Modified)
10291 trunk/include/listener.h (File Modified) (Property Modified)
10292 trunk/include/m_info.h (File Modified) (Property Modified)
10293 trunk/include/memory.h (File Modified) (Property Modified)
10294 trunk/include/modules.h (File Modified) (Property Modified)
10295 trunk/include/monitor.h (File Modified) (Property Modified)
10296 trunk/include/msg.h (File Modified) (Property Modified)
10297 trunk/include/newconf.h (File Modified) (Property Modified)
10298 trunk/include/numeric.h (File Modified) (Property Modified)
10299 trunk/include/packet.h (File Modified) (Property Modified)
10300 trunk/include/parse.h (File Modified) (Property Modified)
10301 trunk/include/patchlevel.h (File Modified) (Property Modified)
10302 trunk/include/patricia.h (File Modified) (Property Modified)
10303 trunk/include/reject.h (File Modified) (Property Modified)
10304 trunk/include/res.h (File Modified) (Property Modified)
10305 trunk/include/restart.h (File Modified) (Property Modified)
10306 trunk/include/s_auth.h (File Modified) (Property Modified)
10307 trunk/include/s_conf.h (File Modified) (Property Modified)
10308 trunk/include/s_gline.h (File Modified) (Property Modified)
10309 trunk/include/s_log.h (File Modified) (Property Modified)
10310 trunk/include/s_newconf.h (File Modified) (Property Modified)
10311 trunk/include/s_serv.h (File Modified) (Property Modified)
10312 trunk/include/s_stats.h (File Modified) (Property Modified)
10313 trunk/include/s_user.h (File Modified) (Property Modified)
10314 trunk/include/s_zip.h (File Modified) (Property Modified)
10315 trunk/include/scache.h (File Modified) (Property Modified)
10316 trunk/include/send.h (File Modified) (Property Modified)
10317 trunk/include/serno.h (Property Modified)
10318 trunk/include/setup.h.in (Property Modified)
10319 trunk/include/sprintf_irc.h (File Modified) (Property Modified)
10320 trunk/include/stdinc.h (File Modified) (Property Modified)
10321 trunk/include/supported.h (File Modified) (Property Modified)
10322 trunk/include/tools.h (File Modified) (Property Modified)
10323 trunk/include/whowas.h (File Modified) (Property Modified)
10324 trunk/install-sh (File Modified) (Property Modified)
10325 trunk/modules/.cvsignore (Property Modified)
10326 trunk/modules/.depend (Property Modified)
10327 trunk/modules/.indent.pro (Property Modified)
10328 trunk/modules/Makefile.in (File Modified) (Property Modified)
10329 trunk/modules/core/m_die.c (File Modified) (Property Modified)
10330 trunk/modules/core/m_error.c (File Modified) (Property Modified)
10331 trunk/modules/core/m_join.c (File Modified) (Property Modified)
10332 trunk/modules/core/m_kick.c (File Modified) (Property Modified)
10333 trunk/modules/core/m_kill.c (File Modified) (Property Modified)
10334 trunk/modules/core/m_message.c (File Modified) (Property Modified)
10335 trunk/modules/core/m_mode.c (File Modified) (Property Modified)
10336 trunk/modules/core/m_nick.c (File Modified) (Property Modified)
10337 trunk/modules/core/m_part.c (File Modified) (Property Modified)
10338 trunk/modules/core/m_quit.c (File Modified) (Property Modified)
10339 trunk/modules/core/m_server.c (File Modified) (Property Modified)
10340 trunk/modules/core/m_sjoin.c (File Modified) (Property Modified)
10341 trunk/modules/core/m_squit.c (File Modified) (Property Modified)
10342 trunk/modules/m_accept.c (File Modified) (Property Modified)
10343 trunk/modules/m_admin.c (File Modified) (Property Modified)
10344 trunk/modules/m_away.c (File Modified) (Property Modified)
10345 trunk/modules/m_cap.c (File Modified) (Property Modified)
10346 trunk/modules/m_capab.c (File Modified) (Property Modified)
10347 trunk/modules/m_challenge.c (File Modified) (Property Modified)
10348 trunk/modules/m_chghost.c (File Modified) (Property Modified)
10349 trunk/modules/m_close.c (File Modified) (Property Modified)
10350 trunk/modules/m_cmessage.c (File Modified) (Property Modified)
10351 trunk/modules/m_connect.c (File Modified) (Property Modified)
10352 trunk/modules/m_dline.c (File Modified) (Property Modified)
10353 trunk/modules/m_encap.c (File Modified) (Property Modified)
10354 trunk/modules/m_etrace.c (File Modified) (Property Modified)
10355 trunk/modules/m_gline.c (File Modified) (Property Modified)
10356 trunk/modules/m_help.c (File Modified) (Property Modified)
10357 trunk/modules/m_info.c (File Modified) (Property Modified)
10358 trunk/modules/m_invite.c (File Modified) (Property Modified)
10359 trunk/modules/m_ison.c (File Modified) (Property Modified)
10360 trunk/modules/m_kline.c (File Modified) (Property Modified)
10361 trunk/modules/m_knock.c (File Modified) (Property Modified)
10362 trunk/modules/m_links.c (File Modified) (Property Modified)
10363 trunk/modules/m_list.c (File Modified) (Property Modified)
10364 trunk/modules/m_locops.c (File Modified) (Property Modified)
10365 trunk/modules/m_lusers.c (File Modified) (Property Modified)
10366 trunk/modules/m_map.c (File Modified) (Property Modified)
10367 trunk/modules/m_monitor.c (File Modified) (Property Modified)
10368 trunk/modules/m_motd.c (File Modified) (Property Modified)
10369 trunk/modules/m_names.c (File Modified) (Property Modified)
10370 trunk/modules/m_oper.c (File Modified) (Property Modified)
10371 trunk/modules/m_operspy.c (File Modified) (Property Modified)
10372 trunk/modules/m_pass.c (File Modified) (Property Modified)
10373 trunk/modules/m_ping.c (File Modified) (Property Modified)
10374 trunk/modules/m_pong.c (File Modified) (Property Modified)
10375 trunk/modules/m_post.c (File Modified) (Property Modified)
10376 trunk/modules/m_rehash.c (File Modified) (Property Modified)
10377 trunk/modules/m_restart.c (File Modified) (Property Modified)
10378 trunk/modules/m_resv.c (File Modified) (Property Modified)
10379 trunk/modules/m_services.c (File Modified) (Property Modified)
10380 trunk/modules/m_set.c (File Modified) (Property Modified)
10381 trunk/modules/m_stats.c (File Modified) (Property Modified)
10382 trunk/modules/m_svinfo.c (File Modified) (Property Modified)
10383 trunk/modules/m_tb.c (File Modified) (Property Modified)
10384 trunk/modules/m_testline.c (File Modified) (Property Modified)
10385 trunk/modules/m_testmask.c (File Modified) (Property Modified)
10386 trunk/modules/m_time.c (File Modified) (Property Modified)
10387 trunk/modules/m_topic.c (File Modified) (Property Modified)
10388 trunk/modules/m_trace.c (File Modified) (Property Modified)
10389 trunk/modules/m_unreject.c (File Modified) (Property Modified)
10390 trunk/modules/m_user.c (File Modified) (Property Modified)
10391 trunk/modules/m_userhost.c (File Modified) (Property Modified)
10392 trunk/modules/m_users.c (File Modified) (Property Modified)
10393 trunk/modules/m_version.c (File Modified) (Property Modified)
10394 trunk/modules/m_wallops.c (File Modified) (Property Modified)
10395 trunk/modules/m_who.c (File Modified) (Property Modified)
10396 trunk/modules/m_whois.c (File Modified) (Property Modified)
10397 trunk/modules/m_whowas.c (File Modified) (Property Modified)
10398 trunk/modules/m_xline.c (File Modified) (Property Modified)
10399 trunk/modules/static_modules.c.SH (File Modified) (Property Modified)
10400 trunk/servlink/.cvsignore (Property Modified)
10401 trunk/servlink/.indent.pro (Property Modified)
10402 trunk/servlink/Makefile.in (File Modified) (Property Modified)
10403 trunk/servlink/README (File Modified) (Property Modified)
10404 trunk/servlink/TODO (File Modified) (Property Modified)
10405 trunk/servlink/control.c (File Modified) (Property Modified)
10406 trunk/servlink/control.h (File Modified) (Property Modified)
10407 trunk/servlink/io.c (File Modified) (Property Modified)
10408 trunk/servlink/io.h (File Modified) (Property Modified)
10409 trunk/servlink/servlink.c (File Modified) (Property Modified)
10410 trunk/servlink/servlink.h (File Modified) (Property Modified)
10411 trunk/src/.cvsignore (Property Modified)
10412 trunk/src/.depend (Property Modified)
10413 trunk/src/.indent.pro (Property Modified)
10414 trunk/src/Makefile.in (File Modified) (Property Modified)
10415 trunk/src/adns.c (File Modified) (Property Modified)
10416 trunk/src/balloc.c (File Modified) (Property Modified)
10417 trunk/src/cache.c (File Modified) (Property Modified)
10418 trunk/src/channel.c (File Modified) (Property Modified)
10419 trunk/src/class.c (File Modified) (Property Modified)
10420 trunk/src/client.c (File Modified) (Property Modified)
10421 trunk/src/commio.c (File Modified) (Property Modified)
10422 trunk/src/devpoll.c (File Modified) (Property Modified)
10423 trunk/src/epoll.c (File Modified) (Property Modified)
10424 trunk/src/event.c (File Modified) (Property Modified)
10425 trunk/src/getopt.c (File Modified) (Property Modified)
10426 trunk/src/hash.c (File Modified) (Property Modified)
10427 trunk/src/hook.c (File Modified) (Property Modified)
10428 trunk/src/hostmask.c (File Modified) (Property Modified)
10429 trunk/src/irc_string.c (File Modified) (Property Modified)
10430 trunk/src/ircd.c (File Modified) (Property Modified)
10431 trunk/src/ircd_lexer.l (File Modified) (Property Modified)
10432 trunk/src/ircd_parser.y (File Modified) (Property Modified)
10433 trunk/src/ircd_signal.c (File Modified) (Property Modified)
10434 trunk/src/kdparse.c (File Modified) (Property Modified)
10435 trunk/src/kqueue.c (File Modified) (Property Modified)
10436 trunk/src/linebuf.c (File Modified) (Property Modified)
10437 trunk/src/listener.c (File Modified) (Property Modified)
10438 trunk/src/match.c (File Modified) (Property Modified)
10439 trunk/src/memory.c (File Modified) (Property Modified)
10440 trunk/src/messages.tab (File Modified) (Property Modified)
10441 trunk/src/modules.c (File Modified) (Property Modified)
10442 trunk/src/monitor.c (File Modified) (Property Modified)
10443 trunk/src/newconf.c (File Modified) (Property Modified)
10444 trunk/src/numeric.c (File Modified) (Property Modified)
10445 trunk/src/packet.c (File Modified) (Property Modified)
10446 trunk/src/parse.c (File Modified) (Property Modified)
10447 trunk/src/patricia.c (File Modified) (Property Modified)
10448 trunk/src/poll.c (File Modified) (Property Modified)
10449 trunk/src/reject.c (File Modified) (Property Modified)
10450 trunk/src/restart.c (File Modified) (Property Modified)
10451 trunk/src/s_auth.c (File Modified) (Property Modified)
10452 trunk/src/s_conf.c (File Modified) (Property Modified)
10453 trunk/src/s_gline.c (File Modified) (Property Modified)
10454 trunk/src/s_log.c (File Modified) (Property Modified)
10455 trunk/src/s_newconf.c (File Modified) (Property Modified)
10456 trunk/src/s_serv.c (File Modified) (Property Modified)
10457 trunk/src/s_stats.c (File Modified) (Property Modified)
10458 trunk/src/s_user.c (File Modified) (Property Modified)
10459 trunk/src/scache.c (File Modified) (Property Modified)
10460 trunk/src/select.c (File Modified) (Property Modified)
10461 trunk/src/send.c (File Modified) (Property Modified)
10462 trunk/src/snprintf.c (File Modified) (Property Modified)
10463 trunk/src/tools.c (File Modified) (Property Modified)
10464 trunk/src/version.c.SH (File Modified) (Property Modified)
10465 trunk/src/whowas.c (File Modified) (Property Modified)
10466 trunk/tools/.cvsignore (Property Modified)
10467 trunk/tools/Makefile.in (File Modified) (Property Modified)
10468 trunk/tools/README (File Modified) (Property Modified)
10469 trunk/tools/README.mkpasswd (File Modified) (Property Modified)
10470 trunk/tools/convertilines.c (File Modified) (Property Modified)
10471 trunk/tools/convertklines.c (File Modified) (Property Modified)
10472 trunk/tools/mkkeypair (Property Modified)
10473 trunk/tools/mkpasswd.c (File Modified) (Property Modified)
10474 trunk/tools/rsa_respond/.cvsignore (Property Modified)
10475 trunk/tools/rsa_respond/Makefile (File Modified) (Property Modified)
10476 trunk/tools/rsa_respond/README (File Modified) (Property Modified)
10477 trunk/tools/rsa_respond/challenge.irc (File Modified) (Property Modified)
10478 trunk/tools/rsa_respond/challenge.pl (File Modified) (Property Modified)
10479 trunk/tools/rsa_respond/respond.c (File Modified) (Property Modified)
10480 trunk/tools/rsa_respond/rsa_respond-insecure.diff (File Modified) (Property Modified)
10481 trunk/tools/untabify (File Modified) (Property Modified)
10482 trunk/tools/viconf.c (File Modified) (Property Modified)
10483
10484
10485 nenolod 2005/09/10 00:57:52 UTC (20050910-4)
10486 Log:
10487 - Update RELNOTES.
10488
10489
10490 Modified:
10491 trunk/RELNOTES (File Modified)
10492
10493
10494 nenolod 2005/09/10 00:50:51 UTC (20050910-2)
10495 Log:
10496 - Make version.c use our serial, not ratbox's.
10497
10498
10499 Modified:
10500 trunk/src/version.c.SH (File Modified)
10501
10502
10503 leeh 2005/09/06 15:59:08 UTC (20050906_2-20748)
10504 Log:
10505 - update RELNOTES
10506 - revved patchlevel to 2.1.5
10507
10508
10509 Modified:
10510 ircd-ratbox/branches/RATBOX_2_1/RELNOTES (File Modified)
10511 ircd-ratbox/branches/RATBOX_2_1/include/patchlevel.h (File Modified)
10512
10513
10514 leeh 2005/09/06 15:58:31 UTC (20050906_1-20746)
10515 Log:
10516 - fix buffer overflow and unterminated buffer when removing TS6 bans
10517 - fix rebuilding of SJOIN
10518
10519
10520 Modified:
10521 ircd-ratbox/branches/RATBOX_2_1/modules/core/m_sjoin.c (File Modified)
10522
10523
10524 androsyn 2005/09/06 02:31:24 UTC (20050906_0-20728)
10525 Log:
10526 have servlink report if it gets an uncompressed error message when it gets inflate failures
10527
10528 Modified:
10529 ircd-ratbox/branches/RATBOX_2_1/servlink/io.c (File Modified)
10530
10531
10532 leeh 2005/08/31 20:59:02 UTC (20050831_0-20702)
10533 Log:
10534 - extend our copyrights to 2005.
10535
10536
10537 Modified:
10538 ircd-ratbox/branches/RATBOX_2_1/modules/core/m_die.c (File Modified)
10539 ircd-ratbox/branches/RATBOX_2_1/modules/core/m_error.c (File Modified)
10540 ircd-ratbox/branches/RATBOX_2_1/modules/core/m_join.c (File Modified)
10541 ircd-ratbox/branches/RATBOX_2_1/modules/core/m_kick.c (File Modified)
10542 ircd-ratbox/branches/RATBOX_2_1/modules/core/m_kill.c (File Modified)
10543 ircd-ratbox/branches/RATBOX_2_1/modules/core/m_message.c (File Modified)
10544 ircd-ratbox/branches/RATBOX_2_1/modules/core/m_mode.c (File Modified)
10545 ircd-ratbox/branches/RATBOX_2_1/modules/core/m_nick.c (File Modified)
10546 ircd-ratbox/branches/RATBOX_2_1/modules/core/m_part.c (File Modified)
10547 ircd-ratbox/branches/RATBOX_2_1/modules/core/m_quit.c (File Modified)
10548 ircd-ratbox/branches/RATBOX_2_1/modules/core/m_server.c (File Modified)
10549 ircd-ratbox/branches/RATBOX_2_1/modules/core/m_sjoin.c (File Modified)
10550 ircd-ratbox/branches/RATBOX_2_1/modules/core/m_squit.c (File Modified)
10551 ircd-ratbox/branches/RATBOX_2_1/modules/m_accept.c (File Modified)
10552 ircd-ratbox/branches/RATBOX_2_1/modules/m_admin.c (File Modified)
10553 ircd-ratbox/branches/RATBOX_2_1/modules/m_away.c (File Modified)
10554 ircd-ratbox/branches/RATBOX_2_1/modules/m_capab.c (File Modified)
10555 ircd-ratbox/branches/RATBOX_2_1/modules/m_challenge.c (File Modified)
10556 ircd-ratbox/branches/RATBOX_2_1/modules/m_close.c (File Modified)
10557 ircd-ratbox/branches/RATBOX_2_1/modules/m_connect.c (File Modified)
10558 ircd-ratbox/branches/RATBOX_2_1/modules/m_dline.c (File Modified)
10559 ircd-ratbox/branches/RATBOX_2_1/modules/m_encap.c (File Modified)
10560 ircd-ratbox/branches/RATBOX_2_1/modules/m_etrace.c (File Modified)
10561 ircd-ratbox/branches/RATBOX_2_1/modules/m_gline.c (File Modified)
10562 ircd-ratbox/branches/RATBOX_2_1/modules/m_help.c (File Modified)
10563 ircd-ratbox/branches/RATBOX_2_1/modules/m_info.c (File Modified)
10564 ircd-ratbox/branches/RATBOX_2_1/modules/m_invite.c (File Modified)
10565 ircd-ratbox/branches/RATBOX_2_1/modules/m_ison.c (File Modified)
10566 ircd-ratbox/branches/RATBOX_2_1/modules/m_kline.c (File Modified)
10567 ircd-ratbox/branches/RATBOX_2_1/modules/m_knock.c (File Modified)
10568 ircd-ratbox/branches/RATBOX_2_1/modules/m_links.c (File Modified)
10569 ircd-ratbox/branches/RATBOX_2_1/modules/m_list.c (File Modified)
10570 ircd-ratbox/branches/RATBOX_2_1/modules/m_locops.c (File Modified)
10571 ircd-ratbox/branches/RATBOX_2_1/modules/m_lusers.c (File Modified)
10572 ircd-ratbox/branches/RATBOX_2_1/modules/m_motd.c (File Modified)
10573 ircd-ratbox/branches/RATBOX_2_1/modules/m_names.c (File Modified)
10574 ircd-ratbox/branches/RATBOX_2_1/modules/m_oper.c (File Modified)
10575 ircd-ratbox/branches/RATBOX_2_1/modules/m_operspy.c (File Modified)
10576 ircd-ratbox/branches/RATBOX_2_1/modules/m_pass.c (File Modified)
10577 ircd-ratbox/branches/RATBOX_2_1/modules/m_ping.c (File Modified)
10578 ircd-ratbox/branches/RATBOX_2_1/modules/m_pong.c (File Modified)
10579 ircd-ratbox/branches/RATBOX_2_1/modules/m_post.c (File Modified)
10580 ircd-ratbox/branches/RATBOX_2_1/modules/m_rehash.c (File Modified)
10581 ircd-ratbox/branches/RATBOX_2_1/modules/m_restart.c (File Modified)
10582 ircd-ratbox/branches/RATBOX_2_1/modules/m_resv.c (File Modified)
10583 ircd-ratbox/branches/RATBOX_2_1/modules/m_set.c (File Modified)
10584 ircd-ratbox/branches/RATBOX_2_1/modules/m_stats.c (File Modified)
10585 ircd-ratbox/branches/RATBOX_2_1/modules/m_svinfo.c (File Modified)
10586 ircd-ratbox/branches/RATBOX_2_1/modules/m_tb.c (File Modified)
10587 ircd-ratbox/branches/RATBOX_2_1/modules/m_testline.c (File Modified)
10588 ircd-ratbox/branches/RATBOX_2_1/modules/m_topic.c (File Modified)
10589 ircd-ratbox/branches/RATBOX_2_1/modules/m_trace.c (File Modified)
10590 ircd-ratbox/branches/RATBOX_2_1/modules/m_unreject.c (File Modified)
10591 ircd-ratbox/branches/RATBOX_2_1/modules/m_user.c (File Modified)
10592 ircd-ratbox/branches/RATBOX_2_1/modules/m_userhost.c (File Modified)
10593 ircd-ratbox/branches/RATBOX_2_1/modules/m_users.c (File Modified)
10594 ircd-ratbox/branches/RATBOX_2_1/modules/m_version.c (File Modified)
10595 ircd-ratbox/branches/RATBOX_2_1/modules/m_wallops.c (File Modified)
10596 ircd-ratbox/branches/RATBOX_2_1/modules/m_who.c (File Modified)
10597 ircd-ratbox/branches/RATBOX_2_1/modules/m_whois.c (File Modified)
10598 ircd-ratbox/branches/RATBOX_2_1/modules/m_whowas.c (File Modified)
10599 ircd-ratbox/branches/RATBOX_2_1/modules/m_xline.c (File Modified)
10600 ircd-ratbox/branches/RATBOX_2_1/modules/static_modules.c.SH (File Modified)
10601 ircd-ratbox/branches/RATBOX_2_1/src/adns.c (File Modified)
10602 ircd-ratbox/branches/RATBOX_2_1/src/balloc.c (File Modified)
10603 ircd-ratbox/branches/RATBOX_2_1/src/cache.c (File Modified)
10604 ircd-ratbox/branches/RATBOX_2_1/src/channel.c (File Modified)
10605 ircd-ratbox/branches/RATBOX_2_1/src/class.c (File Modified)
10606 ircd-ratbox/branches/RATBOX_2_1/src/client.c (File Modified)
10607 ircd-ratbox/branches/RATBOX_2_1/src/commio.c (File Modified)
10608 ircd-ratbox/branches/RATBOX_2_1/src/devpoll.c (File Modified)
10609 ircd-ratbox/branches/RATBOX_2_1/src/epoll.c (File Modified)
10610 ircd-ratbox/branches/RATBOX_2_1/src/event.c (File Modified)
10611 ircd-ratbox/branches/RATBOX_2_1/src/getopt.c (File Modified)
10612 ircd-ratbox/branches/RATBOX_2_1/src/hash.c (File Modified)
10613 ircd-ratbox/branches/RATBOX_2_1/src/hostmask.c (File Modified)
10614 ircd-ratbox/branches/RATBOX_2_1/src/irc_string.c (File Modified)
10615 ircd-ratbox/branches/RATBOX_2_1/src/ircd.c (File Modified)
10616 ircd-ratbox/branches/RATBOX_2_1/src/kdparse.c (File Modified)
10617 ircd-ratbox/branches/RATBOX_2_1/src/kqueue.c (File Modified)
10618 ircd-ratbox/branches/RATBOX_2_1/src/linebuf.c (File Modified)
10619 ircd-ratbox/branches/RATBOX_2_1/src/listener.c (File Modified)
10620 ircd-ratbox/branches/RATBOX_2_1/src/memory.c (File Modified)
10621 ircd-ratbox/branches/RATBOX_2_1/src/modules.c (File Modified)
10622 ircd-ratbox/branches/RATBOX_2_1/src/numeric.c (File Modified)
10623 ircd-ratbox/branches/RATBOX_2_1/src/packet.c (File Modified)
10624 ircd-ratbox/branches/RATBOX_2_1/src/parse.c (File Modified)
10625 ircd-ratbox/branches/RATBOX_2_1/src/poll.c (File Modified)
10626 ircd-ratbox/branches/RATBOX_2_1/src/reject.c (File Modified)
10627 ircd-ratbox/branches/RATBOX_2_1/src/restart.c (File Modified)
10628 ircd-ratbox/branches/RATBOX_2_1/src/s_auth.c (File Modified)
10629 ircd-ratbox/branches/RATBOX_2_1/src/s_conf.c (File Modified)
10630 ircd-ratbox/branches/RATBOX_2_1/src/s_gline.c (File Modified)
10631 ircd-ratbox/branches/RATBOX_2_1/src/s_log.c (File Modified)
10632 ircd-ratbox/branches/RATBOX_2_1/src/s_newconf.c (File Modified)
10633 ircd-ratbox/branches/RATBOX_2_1/src/s_serv.c (File Modified)
10634 ircd-ratbox/branches/RATBOX_2_1/src/s_stats.c (File Modified)
10635 ircd-ratbox/branches/RATBOX_2_1/src/s_user.c (File Modified)
10636 ircd-ratbox/branches/RATBOX_2_1/src/scache.c (File Modified)
10637 ircd-ratbox/branches/RATBOX_2_1/src/select.c (File Modified)
10638 ircd-ratbox/branches/RATBOX_2_1/src/send.c (File Modified)
10639 ircd-ratbox/branches/RATBOX_2_1/src/tools.c (File Modified)
10640 ircd-ratbox/branches/RATBOX_2_1/src/version.c.SH (File Modified)
10641 ircd-ratbox/branches/RATBOX_2_1/src/whowas.c (File Modified)
10642
10643
10644 leeh 2005/08/26 13:07:25 UTC (20050826_1-20692)
10645 Log:
10646 - update RELNOTES
10647 - revved patchlevel to 2.1.4
10648
10649
10650 Modified:
10651 ircd-ratbox/branches/RATBOX_2_1/RELNOTES (File Modified)
10652 ircd-ratbox/branches/RATBOX_2_1/include/patchlevel.h (File Modified)
10653
10654
10655 leeh 2005/08/26 12:22:52 UTC (20050826_0-20690)
10656 Log:
10657 - add TARGMAX to 005
10658 - remove the +1 from ->uid in struct Client
10659 - fix checking of accept entries in m_accept.c
10660
10661
10662 Modified:
10663 ircd-ratbox/branches/RATBOX_2_1/include/client.h (File Modified)
10664 ircd-ratbox/branches/RATBOX_2_1/include/supported.h (File Modified)
10665 ircd-ratbox/branches/RATBOX_2_1/modules/m_accept.c (File Modified)
10666 ircd-ratbox/branches/RATBOX_2_1/src/s_user.c (File Modified)
10667
10668
10669 leeh 2005/08/23 19:28:33 UTC (20050823_0-20664)
10670 Log:
10671 - via jilles, fix possibility of RPL_WHOISCHANNELS being cut when we
10672 send it over TS6
10673
10674
10675 Modified:
10676 ircd-ratbox/branches/RATBOX_2_1/modules/m_whois.c (File Modified)
10677
10678
10679 leeh 2005/08/22 20:13:32 UTC (20050822_1-20640)
10680 Log:
10681 - remove an unused variable
10682
10683
10684 Modified:
10685 ircd-ratbox/branches/RATBOX_2_1/src/channel.c (File Modified)
10686
10687
10688 androsyn 2005/08/22 10:38:59 UTC (20050822_0-20638)
10689 Log:
10690 don't burst a TS5 name in burst_TS6. -via jillies
10691
10692 Modified:
10693 ircd-ratbox/branches/RATBOX_2_1/src/s_serv.c (File Modified)
10694
10695
10696 leeh 2005/08/21 12:17:12 UTC (20050821_1-20626)
10697 Log:
10698 - via jilles, make nickchanges invalidate any cached bans for
10699 quiet_on_ban
10700
10701
10702 Modified:
10703 ircd-ratbox/branches/RATBOX_2_1/include/channel.h (File Modified)
10704 ircd-ratbox/branches/RATBOX_2_1/modules/core/m_nick.c (File Modified)
10705 ircd-ratbox/branches/RATBOX_2_1/modules/m_services.c (File Modified)
10706 ircd-ratbox/branches/RATBOX_2_1/src/channel.c (File Modified)
10707
10708
10709 leeh 2005/08/21 11:25:46 UTC (20050821_0-20624)
10710 Log:
10711 - fix some char vs byte usage to make adns compile cleanly with gcc4
10712
10713
10714 Modified:
10715 ircd-ratbox/branches/RATBOX_2_1/adns/event.c (File Modified)
10716 ircd-ratbox/branches/RATBOX_2_1/adns/general.c (File Modified)
10717 ircd-ratbox/branches/RATBOX_2_1/adns/internal.h (File Modified)
10718 ircd-ratbox/branches/RATBOX_2_1/adns/parse.c (File Modified)
10719 ircd-ratbox/branches/RATBOX_2_1/adns/query.c (File Modified)
10720 ircd-ratbox/branches/RATBOX_2_1/adns/reply.c (File Modified)
10721 ircd-ratbox/branches/RATBOX_2_1/adns/transmit.c (File Modified)
10722 ircd-ratbox/branches/RATBOX_2_1/adns/types.c (File Modified)
10723
10724
10725 androsyn 2005/07/31 05:12:43 UTC (20050731_0-20607)
10726 Log:
10727 userhost should allow 5 userhost checks, not 4
10728
10729 Modified:
10730 ircd-ratbox/branches/RATBOX_2_1/modules/m_userhost.c (File Modified)
10731
10732
10733 leeh 2005/07/17 20:10:30 UTC (20050717_2-20587)
10734 Log:
10735 - another darwin fix
10736
10737
10738 Modified:
10739 ircd-ratbox/branches/RATBOX_2_1/src/monitor.c (File Modified)
10740
10741
10742 leeh 2005/07/17 18:55:27 UTC (20050717_1-20583)
10743 Log:
10744 - darwin fixes
10745
10746
10747 Modified:
10748 ircd-ratbox/branches/RATBOX_2_1/adns/Makefile.in (File Modified)
10749 ircd-ratbox/branches/RATBOX_2_1/include/ircd_defs.h (File Modified)
10750 ircd-ratbox/branches/RATBOX_2_1/include/newconf.h (File Modified)
10751 ircd-ratbox/branches/RATBOX_2_1/include/s_conf.h (File Modified)
10752 ircd-ratbox/branches/RATBOX_2_1/modules/Makefile.in (File Modified)
10753 ircd-ratbox/branches/RATBOX_2_1/modules/m_challenge.c (File Modified)
10754 ircd-ratbox/branches/RATBOX_2_1/src/hash.c (File Modified)
10755 ircd-ratbox/branches/RATBOX_2_1/src/whowas.c (File Modified)
10756
10757
10758 leeh 2005/07/17 17:00:02 UTC (20050717_0-20575)
10759 Log:
10760 - remove bogus extern of abort_list
10761
10762
10763 Modified:
10764 ircd-ratbox/branches/RATBOX_2_1/include/ircd.h (File Modified)
10765
10766
10767 androsyn 2005/07/08 00:37:30 UTC (20050708_0-20553)
10768 Log:
10769 svn repo access stuff
10770
10771 Modified:
10772 ircd-ratbox/branches/RATBOX_2_1/SVN-Access (File Added)
10773
10774
10775 androsyn 2005/07/07 21:01:50 UTC (20050707_1-20547)
10776 Log:
10777 test commit
10778
10779
10780 Modified:
10781 ircd-ratbox/branches/RATBOX_2_1/RELNOTES (File Modified)
10782
10783
10784 androsyn 2005/07/07 21:01:50 UTC (20050707_0-20547)
10785 Log:
10786 test commit
10787
10788
10789 Modified:
10790 ircd-ratbox/branches/RATBOX_2_1/RELNOTES (File Modified)
10791
10792
10793 androsyn 2005/07/05 14:01:52 UTC (20050705_2-19423)
10794 Log:
10795 revert omotd..i thought it was a good idea..oh well
10796
10797 Modified:
10798 ircd-ratbox/branches/RATBOX_2_1/modules/m_motd.c (File Modified)
10799
10800
10801 androsyn 2005/07/05 04:55:42 UTC (20050705_1-19411)
10802 Log:
10803 Commas are bad things in channel keys
10804
10805
10806 Modified:
10807 ircd-ratbox/branches/RATBOX_2_1/modules/core/m_mode.c (File Modified)
10808
10809
10810 androsyn 2005/07/05 04:16:51 UTC (20050705_0-19405)
10811 Log:
10812 Add OMOTD command to display oper motd
10813
10814
10815 Modified:
10816 ircd-ratbox/branches/RATBOX_2_1/modules/m_motd.c (File Modified)
10817
10818
10819 androsyn 2005/07/04 08:27:58 UTC (20050704_0-19391)
10820 Log:
10821 set m->prev = NULL in dlinkAdd, as it could possibly cause issues
10822
10823 Modified:
10824 ircd-ratbox/branches/RATBOX_2_1/include/tools.h (File Modified)
10825
10826
10827 leeh 2005/06/22 22:10:50 UTC (20050622_0)
10828
10829 Modified files: (Branch: RATBOX_2_1)
10830 modules m_whois.c
10831 Log:
10832 - stop testing whois for protocol violations, as they can be caused in
10833 ircds going all the way back to the original ircd2.8
10834
10835 Revision Changes Path
10836 1.147.4.1 +20 -2 ircd-ratbox/modules/m_whois.c
10837
10838
10839
10840 leeh 2005/06/16 23:10:21 UTC (20050616_0)
10841
10842 Modified files: (Branch: RATBOX_2_1)
10843 modules m_time.c
10844 Log:
10845 - remove some 2.2 code
10846
10847 Revision Changes Path
10848 1.45.8.2 +5 -4 ircd-ratbox/modules/m_time.c
10849
10850
10851
10852 androsyn 2005/06/15 18:55:24 UTC (20050615_2)
10853
10854 Modified files: (Branch: RATBOX_2_1)
10855 modules m_time.c
10856 Log:
10857 backport of the silly december 31st bug
10858
10859 Revision Changes Path
10860 1.45.8.1 +6 -7 ircd-ratbox/modules/m_time.c
10861
10862
10863
10864 leeh 2005/06/15 13:51:57 UTC (20050615_1)
10865
10866 Modified files: (Branch: RATBOX_2_1)
10867 . RELNOTES
10868 include patchlevel.h
10869 Log:
10870 - revved patchlevel to 2.1.3
10871
10872 Revision Changes Path
10873 1.114.2.3 +18 -0 ircd-ratbox/RELNOTES
10874 7.73.2.3 +1 -1 ircd-ratbox/include/patchlevel.h
10875
10876
10877
10878 leeh 2005/06/15 01:54:00 UTC (20050615_0)
10879
10880 Modified files: (Branch: RATBOX_2_1)
10881 include client.h
10882 modules m_accept.c
10883 modules/core m_nick.c
10884 src client.c
10885 Log:
10886 - stop removing a clients own list of accepted clients when they do a
10887 nickchange
10888 - clean up the accept code so its less retarded
10889
10890 Revision Changes Path
10891 7.266.4.3 +2 -2 ircd-ratbox/include/client.h
10892 1.161.4.5 +16 -2 ircd-ratbox/modules/core/m_nick.c
10893 1.59.4.1 +3 -2 ircd-ratbox/modules/m_accept.c
10894 7.492.4.1 +9 -63 ircd-ratbox/src/client.c
10895
10896
10897
10898 leeh 2005/06/14 12:44:47 UTC (20050614_0)
10899
10900 Modified files: (Branch: RATBOX_2_1)
10901 include event.h
10902 modules m_links.c
10903 src event.c ircd.c newconf.c
10904 Log:
10905 - remove a defn of links_cache_list in m_links.c which was causing
10906 the flattened links update to be ignored
10907 - add eventUpdate(), and make links_delay update on rehash
10908
10909 Revision Changes Path
10910 1.19.8.1 +2 -0 ircd-ratbox/include/event.h
10911 1.70.4.1 +1 -2 ircd-ratbox/modules/m_links.c
10912 7.47.4.1 +25 -0 ircd-ratbox/src/event.c
10913 7.374.4.1 +1 -1 ircd-ratbox/src/ircd.c
10914 7.202.4.5 +2 -0 ircd-ratbox/src/newconf.c
10915
10916
10917
10918 leeh 2005/06/12 02:23:01 UTC (20050612_2)
10919
10920 Modified files: (Branch: RATBOX_2_1)
10921 doc services.txt
10922 src newconf.c
10923 Log:
10924 - make the conf parser apply service {}; on rehash
10925
10926 Revision Changes Path
10927 7.2.4.2 +8 -2 ircd-ratbox/doc/services.txt
10928 7.202.4.4 +24 -4 ircd-ratbox/src/newconf.c
10929
10930
10931
10932 leeh 2005/06/12 02:10:30 UTC (20050612_1)
10933
10934 Modified files: (Branch: RATBOX_2_1)
10935 include m_info.h
10936 Log:
10937 - show ENABLE_SERVICES define in info
10938
10939 Revision Changes Path
10940 7.56.4.2 +6 -0 ircd-ratbox/include/m_info.h
10941
10942
10943
10944 leeh 2005/06/12 01:44:37 UTC (20050612_0)
10945
10946 Modified files: (Branch: RATBOX_2_1)
10947 modules m_services.c m_stats.c
10948 Log:
10949 - via jilles, make m_services.c hook into stats U and display service
10950 blocks
10951
10952 Revision Changes Path
10953 1.6.4.7 +20 -1 ircd-ratbox/modules/m_services.c
10954 1.243.4.3 +4 -4 ircd-ratbox/modules/m_stats.c
10955
10956
10957
10958 leeh 2005/06/11 20:33:12 UTC (20050611_3)
10959
10960 Modified files: (Branch: RATBOX_2_1)
10961 . configure configure.ac
10962 Log:
10963 - default build to -O2
10964
10965 Revision Changes Path
10966 7.249.2.2 +4 -4 ircd-ratbox/configure
10967 7.63.2.2 +4 -4 ircd-ratbox/configure.ac
10968
10969
10970
10971 leeh 2005/06/11 20:26:02 UTC (20050611_2)
10972
10973 Modified files: (Branch: RATBOX_2_1)
10974 doc example.conf example.efnet.conf
10975 include client.h s_conf.h s_newconf.h
10976 modules m_info.c
10977 modules/core m_join.c m_nick.c
10978 src channel.c newconf.c s_conf.c s_user.c
10979 Log:
10980 - remove no_oper_resvs from general {};
10981 - add resv_exempt to auth {}; flags, exempts a user from nick/channel resvs
10982
10983 Revision Changes Path
10984 7.261.4.3 +1 -3 ircd-ratbox/doc/example.conf
10985 7.89.4.3 +3 -3 ircd-ratbox/doc/example.efnet.conf
10986 7.266.4.2 +3 -0 ircd-ratbox/include/client.h
10987 7.315.4.1 +3 -2 ircd-ratbox/include/s_conf.h
10988 7.46.4.1 +2 -3 ircd-ratbox/include/s_newconf.h
10989 1.164.4.1 +4 -4 ircd-ratbox/modules/core/m_join.c
10990 1.161.4.4 +2 -2 ircd-ratbox/modules/core/m_nick.c
10991 1.122.4.1 +1 -7 ircd-ratbox/modules/m_info.c
10992 7.436.4.1 +1 -1 ircd-ratbox/src/channel.c
10993 7.202.4.3 +1 -1 ircd-ratbox/src/newconf.c
10994 7.511.4.2 +0 -1 ircd-ratbox/src/s_conf.c
10995 7.342.4.1 +8 -0 ircd-ratbox/src/s_user.c
10996
10997
10998
10999 leeh 2005/06/11 20:06:22 UTC (20050611_1)
11000
11001 Modified files: (Branch: RATBOX_2_1)
11002 modules/core m_mode.c m_nick.c
11003 src s_newconf.c
11004 Log:
11005 - 2.0 sync:
11006 - raise max temptime to a year
11007 - tidy up BMASK
11008 - require 9 parameters in ms_nick(), 10 in ms_uid()
11009
11010 Revision Changes Path
11011 1.121.4.2 +23 -9 ircd-ratbox/modules/core/m_mode.c
11012 1.161.4.3 +23 -3 ircd-ratbox/modules/core/m_nick.c
11013 7.67.4.1 +2 -2 ircd-ratbox/src/s_newconf.c
11014
11015
11016
11017 leeh 2005/06/11 16:35:25 UTC (20050611_0)
11018
11019 Modified files: (Branch: RATBOX_2_1)
11020 modules m_services.c
11021 Log:
11022 - only show services logged in info when its a local client
11023
11024 Revision Changes Path
11025 1.6.4.6 +4 -1 ircd-ratbox/modules/m_services.c
11026
11027
11028
11029 androsyn 2005/06/03 19:12:17 UTC (20050603_1)
11030
11031 Modified files: (Branch: RATBOX_2_1)
11032 src match.c
11033 Log:
11034 passing a pointer to a pointer is not what was intended, oops
11035
11036 Revision Changes Path
11037 7.42.4.1 +3 -3 ircd-ratbox/src/match.c
11038
11039
11040
11041 leeh 2005/06/03 11:18:11 UTC (20050603_0)
11042
11043 Modified files: (Branch: RATBOX_2_1)
11044 doc services.txt
11045 Log:
11046 - update services.txt with FNC
11047
11048 Revision Changes Path
11049 7.2.4.1 +7 -0 ircd-ratbox/doc/services.txt
11050
11051
11052
11053 androsyn 2005/05/30 16:47:27 UTC (20050530_0)
11054
11055 Modified files: (Branch: RATBOX_2_1)
11056 modules m_resv.c
11057 Log:
11058 use target_server and not parv[3] to check if the target server is us. thanks to jilles for the patch
11059
11060 Revision Changes Path
11061 1.74.4.3 +2 -2 ircd-ratbox/modules/m_resv.c
11062
11063
11064
11065 leeh 2005/05/19 12:44:47 UTC (20050519_1)
11066
11067 Modified files: (Branch: RATBOX_2_1)
11068 src s_auth.c
11069 Log:
11070 - add some uniqueness into auth process for bopm
11071
11072 Revision Changes Path
11073 7.192.4.3 +5 -0 ircd-ratbox/src/s_auth.c
11074
11075
11076
11077 leeh 2005/05/19 08:50:26 UTC (20050519_0)
11078
11079 Modified files: (Branch: RATBOX_2_1)
11080 contrib m_mkpasswd.c m_ojoin.c m_olist.c m_opme.c
11081 Log:
11082 - make contrib/ compile
11083
11084 Revision Changes Path
11085 1.12.8.1 +2 -1 ircd-ratbox/contrib/m_mkpasswd.c
11086 1.24.6.1 +2 -1 ircd-ratbox/contrib/m_ojoin.c
11087 1.14.6.1 +2 -1 ircd-ratbox/contrib/m_olist.c
11088 1.44.6.1 +2 -1 ircd-ratbox/contrib/m_opme.c
11089
11090
11091
11092 androsyn 2005/05/18 22:01:55 UTC (20050518_0)
11093
11094 Modified files: (Branch: RATBOX_2_1)
11095 modules m_monitor.c
11096 Log:
11097 Don't allow MONITOR from an unregistered client
11098
11099 Revision Changes Path
11100 1.3.4.1 +2 -2 ircd-ratbox/modules/m_monitor.c
11101
11102
11103
11104 leeh 2005/05/17 13:16:11 UTC (20050517_0)
11105
11106 Modified files: (Branch: RATBOX_2_1)
11107 doc example.conf example.efnet.conf
11108 include class.h
11109 src class.c messages.tab newconf.c
11110 Log:
11111 - remove sendq_eob, its become more of a hindrance than a benefit.
11112 - sync example.efnet.conf cluster {}; with example.conf
11113
11114 Revision Changes Path
11115 7.261.4.2 +0 -3 ircd-ratbox/doc/example.conf
11116 7.89.4.2 +17 -12 ircd-ratbox/doc/example.efnet.conf
11117 7.25.4.1 +0 -3 ircd-ratbox/include/class.h
11118 7.68.4.1 +2 -8 ircd-ratbox/src/class.c
11119 7.126.4.1 +1 -1 ircd-ratbox/src/messages.tab
11120 7.202.4.2 +0 -7 ircd-ratbox/src/newconf.c
11121
11122
11123
11124 leeh 2005/05/11 22:39:00 UTC (20050511_5)
11125
11126 Modified files: (Branch: RATBOX_2_1)
11127 . RELNOTES
11128 include patchlevel.h
11129 Log:
11130 - update RELNOTES
11131 - revved patchlevel to 2.1.2
11132
11133 Revision Changes Path
11134 1.114.2.2 +17 -0 ircd-ratbox/RELNOTES
11135 7.73.2.2 +1 -1 ircd-ratbox/include/patchlevel.h
11136
11137
11138
11139 leeh 2005/05/11 22:29:18 UTC (20050511_4)
11140
11141 Modified files: (Branch: RATBOX_2_1)
11142 . configure configure.ac
11143 Log:
11144 - raise default topiclen to 160.
11145
11146 Revision Changes Path
11147 7.249.2.1 +3 -3 ircd-ratbox/configure
11148 7.63.2.1 +3 -3 ircd-ratbox/configure.ac
11149
11150
11151
11152 leeh 2005/05/11 22:22:13 UTC (20050511_3)
11153
11154 Modified files: (Branch: RATBOX_2_1)
11155 modules m_services.c
11156 Log:
11157 - add a current tsinfo param to RSFNC, only accept the fnc if the clients
11158 tsinfo matches this
11159
11160 Revision Changes Path
11161 1.6.4.5 +23 -7 ircd-ratbox/modules/m_services.c
11162
11163
11164
11165 leeh 2005/05/11 21:58:41 UTC (20050511_2)
11166
11167 Modified files: (Branch: RATBOX_2_1)
11168 modules m_services.c
11169 Log:
11170 - monitor_signoff() the client we're nickchanging
11171
11172 Revision Changes Path
11173 1.6.4.4 +3 -1 ircd-ratbox/modules/m_services.c
11174
11175
11176
11177 leeh 2005/05/11 21:52:51 UTC (20050511_1)
11178
11179 Modified files: (Branch: RATBOX_2_1)
11180 modules m_trace.c
11181 Log:
11182 - fix various UID problems with trace
11183
11184 Revision Changes Path
11185 1.107.4.1 +16 -9 ircd-ratbox/modules/m_trace.c
11186
11187
11188
11189 leeh 2005/05/11 21:22:02 UTC (20050511_0)
11190
11191 Modified files: (Branch: RATBOX_2_1)
11192 help/opers dline kline
11193 modules m_resv.c m_stats.c
11194 modules/core m_mode.c
11195 Log:
11196 - sync with 2.0
11197 - tidy up kline/dline help to note they dont accept nick as target
11198 - disallow bans beginning with ':' over bmask
11199 - disallow bans with a space in chm_ban
11200 - stop counting hidden opers in stats p
11201 - match() parameters in remote unresv were inverted, causing it to fail
11202 - fix possibility of clients setting blank keys
11203
11204 Revision Changes Path
11205 1.2.18.1 +1 -4 ircd-ratbox/help/opers/dline
11206 1.2.24.1 +1 -1 ircd-ratbox/help/opers/kline
11207 1.121.4.1 +15 -5 ircd-ratbox/modules/core/m_mode.c
11208 1.74.4.2 +2 -2 ircd-ratbox/modules/m_resv.c
11209 1.243.4.2 +5 -3 ircd-ratbox/modules/m_stats.c
11210
11211
11212
11213 leeh 2005/05/08 22:37:18 UTC (20050508_0)
11214
11215 Modified files: (Branch: RATBOX_2_1)
11216 src send.c
11217 Log:
11218 - fix problems with amd64 and the way we do va_list
11219
11220 Revision Changes Path
11221 7.286.4.1 +35 -21 ircd-ratbox/src/send.c
11222
11223
11224
11225 leeh 2005/05/07 13:35:57 UTC (20050507_1)
11226
11227 Modified files: (Branch: RATBOX_2_1)
11228 modules m_services.c
11229 Log:
11230 - tidy up the kill notifications for RSFNC
11231
11232 Revision Changes Path
11233 1.6.4.3 +9 -2 ircd-ratbox/modules/m_services.c
11234
11235
11236
11237 leeh 2005/05/07 10:35:54 UTC (20050507_0)
11238
11239 Modified files: (Branch: RATBOX_2_1)
11240 include s_serv.h
11241 modules m_services.c
11242 src s_serv.c
11243 Log:
11244 - some more rserv stuff:
11245 - add RSFNC capability
11246 - fix up RSFNC, kill existing clients if they exist.
11247
11248 Revision Changes Path
11249 7.97.4.1 +3 -1 ircd-ratbox/include/s_serv.h
11250 1.6.4.2 +24 -13 ircd-ratbox/modules/m_services.c
11251 7.426.4.1 +1 -0 ircd-ratbox/src/s_serv.c
11252
11253
11254
11255 leeh 2005/05/06 23:50:29 UTC (20050506_0)
11256
11257 Modified files: (Branch: RATBOX_2_1)
11258 modules m_services.c
11259 Log:
11260 - first stab at a FNC implementation for rserv
11261
11262 Revision Changes Path
11263 1.6.4.1 +86 -2 ircd-ratbox/modules/m_services.c
11264
11265
11266
11267 leeh 2005/05/03 09:30:51 UTC (20050503_0)
11268
11269 Modified files: (Branch: RATBOX_2_1)
11270 help/opers umode
11271 Log:
11272 - remove a tab
11273
11274 Revision Changes Path
11275 1.5.4.2 +1 -1 ircd-ratbox/help/opers/umode
11276
11277
11278
11279 leeh 2005/05/02 22:46:52 UTC (20050502_0)
11280
11281 Modified files: (Branch: RATBOX_2_1)
11282 src newconf.c
11283 Log:
11284 - add links_delay back
11285
11286 Revision Changes Path
11287 7.202.4.1 +15 -0 ircd-ratbox/src/newconf.c
11288
11289
11290
11291 leeh 2005/04/27 21:50:30 UTC (20050427_1)
11292
11293 Modified files: (Branch: RATBOX_2_1)
11294 help/opers umode
11295 help/users umode
11296 Log:
11297 - swap tabs for spaces
11298
11299 Revision Changes Path
11300 1.5.4.1 +1 -1 ircd-ratbox/help/opers/umode
11301 1.2.4.1 +1 -1 ircd-ratbox/help/users/umode
11302
11303
11304
11305 leeh 2005/04/27 21:38:20 UTC (20050427_0)
11306
11307 Modified files: (Branch: RATBOX_2_1)
11308 include m_info.h
11309 Log:
11310 - remove the CLIENT_FLOOD define from m_info.h, as the informations already
11311 contained in the client_flood conf option
11312 - remove a couple of unused defines from info
11313
11314 Revision Changes Path
11315 7.56.4.1 +0 -20 ircd-ratbox/include/m_info.h
11316
11317
11318
11319 androsyn 2005/04/26 16:04:29 UTC (20050426_0)
11320
11321 Modified files: (Branch: RATBOX_2_1)
11322 src s_conf.c
11323 Log:
11324 use the correct field and swap to host byte order when displaying the Unauthorised connection message
11325
11326 Revision Changes Path
11327 7.511.4.1 +2 -2 ircd-ratbox/src/s_conf.c
11328
11329
11330
11331 leeh 2005/04/17 13:31:34 UTC (20050417_0)
11332
11333 Modified files: (Branch: RATBOX_2_1)
11334 doc example.conf example.efnet.conf
11335 Log:
11336 - fix missing closing comment tag
11337
11338 Revision Changes Path
11339 7.261.4.1 +1 -1 ircd-ratbox/doc/example.conf
11340 7.89.4.1 +1 -1 ircd-ratbox/doc/example.efnet.conf
11341
11342
11343
11344 leeh 2005/04/12 18:44:21 UTC (20050412_2)
11345
11346 Modified files: (Branch: RATBOX_2_1)
11347 . RELNOTES
11348 include patchlevel.h
11349 Log:
11350 - revved patchlevel to 2.1.1
11351
11352 Revision Changes Path
11353 1.114.2.1 +11 -0 ircd-ratbox/RELNOTES
11354 7.73.2.1 +1 -1 ircd-ratbox/include/patchlevel.h
11355
11356
11357
11358 leeh 2005/04/12 18:36:31 UTC (20050412_1)
11359
11360 Modified files: (Branch: RATBOX_2_1)
11361 modules m_kline.c
11362 Log:
11363 - sync up remote kline reasons, so theyre consistent with what happens
11364 when we add local klines - notably the "Temporary K-line x min" and
11365 date added to reason.
11366
11367 Revision Changes Path
11368 1.200.4.1 +14 -5 ircd-ratbox/modules/m_kline.c
11369
11370
11371
11372 leeh 2005/04/12 01:52:06 UTC (20050412_0)
11373
11374 Modified files: (Branch: RATBOX_2_1)
11375 doc monitor.txt
11376 Log:
11377 - force the monitor spec to state RPL_MONONLINE must give n!u@h
11378
11379 Revision Changes Path
11380 1.3.4.2 +1 -4 ircd-ratbox/doc/monitor.txt
11381
11382
11383
11384 androsyn 2005/04/08 22:00:05 UTC (20050408_0)
11385
11386 Modified files: (Branch: RATBOX_2_1)
11387 src commio.c
11388 Log:
11389 used the data pointer we saved, not what just got nulled
11390
11391 Revision Changes Path
11392 1.27.4.1 +1 -1 ircd-ratbox/src/commio.c
11393
11394
11395
11396 leeh 2005/04/05 12:14:32 UTC (20050405_0)
11397
11398 Modified files: (Branch: RATBOX_2_1)
11399 modules m_resv.c m_xline.c
11400 Log:
11401 - fix broken propagation of xline/resv
11402
11403 Revision Changes Path
11404 1.74.4.1 +2 -2 ircd-ratbox/modules/m_resv.c
11405 1.67.4.1 +2 -2 ircd-ratbox/modules/m_xline.c
11406
11407
11408
11409 leeh 2005/04/04 18:32:37 UTC (20050404_1)
11410
11411 Modified files: (Branch: RATBOX_2_1)
11412 src s_auth.c
11413 Log:
11414 - properly increment bad auth count for stats T when we timeout an auth
11415
11416 Revision Changes Path
11417 7.192.4.2 +1 -0 ircd-ratbox/src/s_auth.c
11418
11419
11420
11421 leeh 2005/04/04 17:24:14 UTC (20050404_0)
11422
11423 Modified files: (Branch: RATBOX_2_1)
11424 doc monitor.txt
11425 include client.h
11426 modules/core m_nick.c
11427 Log:
11428 - fix a bit that didnt make sense in monitor.txt
11429 - make HOSTIPLEN always v6 sized, so we can always store a v6 clients ip
11430
11431 Revision Changes Path
11432 1.3.4.1 +1 -1 ircd-ratbox/doc/monitor.txt
11433 7.266.4.1 +2 -4 ircd-ratbox/include/client.h
11434 1.161.4.2 +2 -13 ircd-ratbox/modules/core/m_nick.c
11435
11436
11437
11438 androsyn 2005/03/28 21:55:44 UTC (20050328_1)
11439
11440 Modified files: (Branch: RATBOX_2_1)
11441 src s_auth.c
11442 Log:
11443 removing dlink nodes from auth_poll_list twice is bad
11444
11445 Revision Changes Path
11446 7.192.4.1 +0 -1 ircd-ratbox/src/s_auth.c
11447
11448
11449
11450 leeh 2005/03/28 02:17:38 UTC (20050328_0)
11451
11452 Modified files: (Branch: RATBOX_2_1)
11453 modules m_stats.c
11454 Log:
11455 - move stats L back to RPL_STATSLINKINFO, im not quite sure why this got
11456 changed to RPL_STATSDEBUG
11457
11458 Revision Changes Path
11459 1.243.4.1 +4 -4 ircd-ratbox/modules/m_stats.c
11460
11461
11462
11463 leeh 2005/03/27 02:19:04 UTC (20050327_0)
11464
11465 Added files: (Branch: RATBOX_2_1)
11466 doc tgchange.txt
11467 Log:
11468 - add some documentation about target change
11469
11470 Revision Changes Path
11471 1.1.2.1 +38 -0 ircd-ratbox/doc/tgchange.txt (new)
11472
11473
11474
11475 leeh 2005/03/25 16:46:29 UTC (20050325_1)
11476
11477 Modified files: (Branch: RATBOX_2_1)
11478 include supported.h
11479 modules/core m_message.c
11480 Log:
11481 - remove extra argument to 005
11482 - disallow messaging of UIDs
11483
11484 Revision Changes Path
11485 7.5.4.2 +1 -1 ircd-ratbox/include/supported.h
11486 1.162.4.2 +11 -3 ircd-ratbox/modules/core/m_message.c
11487
11488
11489
11490 leeh 2005/03/25 14:20:13 UTC (20050325_0)
11491
11492 Modified files: (Branch: RATBOX_2_1)
11493 src parse.c
11494 Log:
11495 - fix a longstanding parser bug with wrong limit checking, causing us to
11496 accept one less parameter than we're allowed to accept.
11497
11498 Revision Changes Path
11499 7.187.4.1 +7 -4 ircd-ratbox/src/parse.c
11500
11501
11502
11503 leeh 2005/03/24 13:41:45 UTC (20050324_0)
11504
11505 Modified files: (Branch: RATBOX_2_1)
11506 modules/core m_message.c
11507 Log:
11508 - exempt users messaging themselves from target change
11509
11510 Revision Changes Path
11511 1.162.4.1 +5 -1 ircd-ratbox/modules/core/m_message.c
11512
11513
11514
11515 leeh 2005/03/22 13:15:53 UTC (20050322_0)
11516
11517 Modified files: (Branch: RATBOX_2_1)
11518 include supported.h
11519 Log:
11520 - stop violating MAXPARA on 005.
11521
11522 Revision Changes Path
11523 7.5.4.1 +3 -4 ircd-ratbox/include/supported.h
11524
11525
11526
11527 leeh 2005/03/20 17:41:00 UTC (20050320_1)
11528
11529 Modified files: (Branch: RATBOX_2_1)
11530 modules/core m_nick.c
11531 Log:
11532 - dont store an ipv6 sockhost if we're not compiled with v6 support
11533
11534 Revision Changes Path
11535 1.161.4.1 +13 -2 ircd-ratbox/modules/core/m_nick.c
11536
11537
11538
11539 leeh 2005/03/20 00:32:04 UTC (20050320_0)
11540
11541 Modified files: (Branch: RATBOX_2_1)
11542 include stdinc.h
11543 Log:
11544 - remove some vms includes
11545
11546 Revision Changes Path
11547 1.19.4.1 +0 -46 ircd-ratbox/include/stdinc.h
11548
11549
11550
11551 leeh 2005/03/18 16:47:38 UTC (20050318_1)
11552
11553 Modified files: (Branch: RATBOX_2_1)
11554 . ChangeLog
11555 include serno.h
11556 Log:
11557 - force commit for new branch
11558
11559 Revision Changes Path
11560 1.1694.2.1 +0 -0 ircd-ratbox/ChangeLog
11561 7.5463.2.1 +0 -0 ircd-ratbox/include/serno.h
11562
11563
11564
11565 leeh 2005/03/18 16:44:47 UTC (20050318_0)
11566
11567 Modified files:
11568 . RELNOTES configure configure.ac
11569 include patchlevel.h
11570 Log:
11571 - revved patchlevel to 2.1.0
11572
11573 Revision Changes Path
11574 1.114 +6 -2 ircd-ratbox/RELNOTES
11575 7.249 +11 -11 ircd-ratbox/configure
11576 7.63 +3 -3 ircd-ratbox/configure.ac
11577 7.73 +1 -1 ircd-ratbox/include/patchlevel.h
11578
11579
11580
11581 leeh 2005/03/04 13:31:32 EST (20050304_2)
11582
11583 Modified files:
11584 . RELNOTES
11585 include patchlevel.h
11586 Log:
11587 - update RELNOTES
11588 - revved patchlevel to 2.1.0beta2
11589
11590 Revision Changes Path
11591 1.113 +12 -0 ircd-ratbox/RELNOTES
11592 7.72 +1 -1 ircd-ratbox/include/patchlevel.h
11593
11594
11595
11596 leeh 2005/03/04 13:27:05 EST (20050304_1)
11597
11598 Modified files:
11599 doc whats-new-2.1.txt
11600 src channel.c
11601 Log:
11602 - update whats-new-2.1
11603 - when we're handling global NAMES, dont output channels if there are no
11604 members within them we can show.
11605
11606 Revision Changes Path
11607 7.3 +9 -2 ircd-ratbox/doc/whats-new-2.1.txt
11608 7.436 +12 -2 ircd-ratbox/src/channel.c
11609
11610
11611
11612 androsyn 2005/03/04 12:38:07 EST (20050304_0)
11613
11614 Modified files:
11615 src patricia.c
11616 Log:
11617 That would be a node_heap not a prefix_heap..oops
11618
11619 Revision Changes Path
11620 7.30 +1 -1 ircd-ratbox/src/patricia.c
11621
11622
11623
11624 androsyn 2005/02/26 19:38:35 EST (20050227_4)
11625
11626 Modified files:
11627 include stdinc.h
11628 Log:
11629 sort out some alloca related stupidness. if we have gcc just use the builtin for it
11630 otherwise..the other macros might work????
11631
11632 Revision Changes Path
11633 1.19 +15 -6 ircd-ratbox/include/stdinc.h
11634
11635
11636
11637 androsyn 2005/02/26 19:26:04 EST (20050227_3)
11638
11639 Modified files:
11640 . configure configure.ac
11641 Log:
11642 i hate autoconf
11643
11644 Revision Changes Path
11645 7.248 +5 -5 ircd-ratbox/configure
11646 7.62 +5 -5 ircd-ratbox/configure.ac
11647
11648
11649
11650 androsyn 2005/02/26 19:15:55 EST (20050227_2)
11651
11652 Modified files:
11653 . configure configure.ac
11654 Log:
11655 i hate autoconf
11656
11657 Revision Changes Path
11658 7.247 +3 -2 ircd-ratbox/configure
11659 7.61 +3 -2 ircd-ratbox/configure.ac
11660
11661
11662
11663 androsyn 2005/02/26 19:13:45 EST (20050227_1)
11664
11665 Modified files:
11666 . configure configure.ac
11667 Log:
11668 doh
11669
11670 Revision Changes Path
11671 7.246 +6 -6 ircd-ratbox/configure
11672 7.60 +4 -4 ircd-ratbox/configure.ac
11673
11674
11675
11676 androsyn 2005/02/26 19:10:17 EST (20050227_0)
11677
11678 Modified files:
11679 . configure configure.ac
11680 include stdinc.h
11681 Log:
11682 Doh these changes got put on RATBOX_2_0 when they were meant for
11683 head..oops...
11684 Also merged in the monitor heap size stuff, not that i think monitor has
11685 been moved to head
11686
11687 Revision Changes Path
11688 7.245 +12 -3 ircd-ratbox/configure
11689 7.59 +11 -3 ircd-ratbox/configure.ac
11690 1.18 +57 -20 ircd-ratbox/include/stdinc.h
11691
11692
11693
11694 androsyn 2005/02/26 18:52:24 EST (20050226_0)
11695
11696 Modified files:
11697 include stdinc.h
11698 Log:
11699 Add more robust alloca checking
11700
11701 Revision Changes Path
11702 1.17 +20 -11 ircd-ratbox/include/stdinc.h
11703
11704
11705
11706 leeh 2005/02/24 15:27:17 EST (20050224_9)
11707
11708 Modified files:
11709 contrib m_42.c
11710 Log:
11711 - fix the copyright on m_42.c :p
11712
11713 Revision Changes Path
11714 1.4 +2 -2 ircd-ratbox/contrib/m_42.c
11715
11716
11717
11718 leeh 2005/02/24 15:22:53 EST (20050224_8)
11719
11720 Modified files:
11721 include supported.h
11722 modules m_dline.c
11723 Log:
11724 - fix a core in undline on bad masks
11725 - remove an unwanted space from beginning of second 005 numeric
11726
11727 Revision Changes Path
11728 7.5 +1 -1 ircd-ratbox/include/supported.h
11729 1.49 +8 -1 ircd-ratbox/modules/m_dline.c
11730
11731
11732
11733 leeh 2005/02/24 15:18:59 EST (20050224_7)
11734
11735 Modified files:
11736 modules m_monitor.c
11737 Log:
11738 - use max_monitor when adding nicknames
11739 - add in monitor s
11740 that should be everything now..
11741
11742 Revision Changes Path
11743 1.3 +90 -1 ircd-ratbox/modules/m_monitor.c
11744
11745
11746
11747 androsyn 2005/02/24 15:13:52 EST (20050224_6)
11748
11749 Modified files:
11750 contrib m_42.c
11751 Log:
11752 42
11753
11754 Revision Changes Path
11755 1.3 +1 -1 ircd-ratbox/contrib/m_42.c
11756
11757
11758
11759 androsyn 2005/02/24 15:13:06 EST (20050224_5)
11760
11761 Modified files:
11762 contrib m_42.c
11763 Log:
11764 42
11765
11766 Revision Changes Path
11767 1.2 +1 -1 ircd-ratbox/contrib/m_42.c
11768
11769
11770
11771 androsyn 2005/02/24 15:12:12 EST (20050224_4)
11772
11773 Added files:
11774 contrib m_42.c
11775 Log:
11776 The Answer to Life, the Universe, and Everything
11777
11778 Revision Changes Path
11779 1.1 +35 -0 ircd-ratbox/contrib/m_42.c (new)
11780
11781
11782
11783 leeh 2005/02/24 14:53:04 EST (20050224_3)
11784
11785 Modified files:
11786 include monitor.h
11787 modules m_monitor.c
11788 src ircd.c monitor.c
11789 Log:
11790 - call init_monitor() on startup
11791 - add in support for adding/deleting/listing monitor entries
11792
11793 Revision Changes Path
11794 7.2 +3 -1 ircd-ratbox/include/monitor.h
11795 1.2 +155 -1 ircd-ratbox/modules/m_monitor.c
11796 7.374 +2 -0 ircd-ratbox/src/ircd.c
11797 7.3 +15 -4 ircd-ratbox/src/monitor.c
11798
11799
11800
11801 leeh 2005/02/23 21:20:10 EST (20050224_2)
11802
11803 Modified files:
11804 doc example.conf example.efnet.conf
11805 include s_conf.h supported.h
11806 modules Makefile.in
11807 src client.c newconf.c s_conf.c
11808 Added files:
11809 modules m_monitor.c
11810 Log:
11811 - add the max_monitor config option
11812 - advertise MONITOR=%d in 005
11813 - clear a local clients monitor list on exit
11814 - add the framework for the MONITOR command
11815 - bed.
11816
11817 Revision Changes Path
11818 7.261 +5 -0 ircd-ratbox/doc/example.conf
11819 7.89 +5 -0 ircd-ratbox/doc/example.efnet.conf
11820 7.315 +1 -0 ircd-ratbox/include/s_conf.h
11821 7.4 +4 -2 ircd-ratbox/include/supported.h
11822 1.119 +1 -0 ircd-ratbox/modules/Makefile.in
11823 1.1 +95 -0 ircd-ratbox/modules/m_monitor.c (new)
11824 7.492 +1 -0 ircd-ratbox/src/client.c
11825 7.202 +1 -0 ircd-ratbox/src/newconf.c
11826 7.511 +1 -0 ircd-ratbox/src/s_conf.c
11827
11828
11829
11830 leeh 2005/02/23 20:57:51 EST (20050224_1)
11831
11832 Modified files:
11833 . configure configure.ac
11834 include setup.h.in
11835 src monitor.c
11836 Log:
11837 - move MONITOR_HEAP_SIZE over to configure
11838
11839 Revision Changes Path
11840 7.244 ircd-ratbox/configure
11841 7.58 +4 -2 ircd-ratbox/configure.ac
11842 7.95 +3 -0 ircd-ratbox/include/setup.h.in
11843 7.2 +0 -2 ircd-ratbox/src/monitor.c
11844
11845
11846
11847 leeh 2005/02/23 20:48:08 EST (20050224_0)
11848
11849 Modified files:
11850 doc monitor.txt
11851 include client.h numeric.h
11852 modules/core m_nick.c
11853 src Makefile.in client.c messages.tab
11854 s_user.c
11855 Added files:
11856 include monitor.h
11857 src monitor.c
11858 Log:
11859 - first half of my server-side notify list implementation..
11860
11861 Revision Changes Path
11862 1.3 +2 -2 ircd-ratbox/doc/monitor.txt
11863 7.266 +3 -0 ircd-ratbox/include/client.h
11864 7.1 +30 -0 ircd-ratbox/include/monitor.h (new)
11865 7.58 +6 -0 ircd-ratbox/include/numeric.h
11866 1.161 +17 -3 ircd-ratbox/modules/core/m_nick.c
11867 7.155 +1 -0 ircd-ratbox/src/Makefile.in
11868 7.491 +3 -0 ircd-ratbox/src/client.c
11869 7.126 +5 -5 ircd-ratbox/src/messages.tab
11870 7.1 +182 -0 ircd-ratbox/src/monitor.c (new)
11871 7.342 +2 -0 ircd-ratbox/src/s_user.c
11872
11873
11874
11875 leeh 2005/02/23 18:42:59 EST (20050223_0)
11876
11877 Modified files:
11878 include hash.h
11879 Log:
11880 - double the size of the client and channel hashtables (64k -> 128k and
11881 32k -> 64k). The improvements are quite significant..
11882
11883 Revision Changes Path
11884 7.54 +4 -4 ircd-ratbox/include/hash.h
11885
11886
11887
11888 leeh 2005/02/22 14:55:56 EST (20050222_1)
11889
11890 Modified files:
11891 doc monitor.txt
11892 modules m_services.c
11893 Log:
11894 - remove a couple of unused vars
11895 - update monitor.txt
11896
11897 Revision Changes Path
11898 1.2 +14 -0 ircd-ratbox/doc/monitor.txt
11899 1.6 +1 -4 ircd-ratbox/modules/m_services.c
11900
11901
11902
11903 leeh 2005/02/21 19:47:24 EST (20050222_0)
11904
11905 Added files:
11906 doc monitor.txt
11907 Log:
11908 - add in my documentation on the upcoming MONITOR command
11909
11910 Revision Changes Path
11911 1.1 +100 -0 ircd-ratbox/doc/monitor.txt (new)
11912
11913
11914
11915 leeh 2005/02/21 12:09:34 EST (20050221_0)
11916
11917 Modified files:
11918 . configure configure.ac
11919 doc whats-new-2.1.txt
11920 tools README.mkpasswd
11921 Removed files:
11922 src crypt.c
11923 Log:
11924 - update whats-new-2.1.txt some more
11925 - we dont have vms mkpasswd anymore
11926 - remove the unused crypt.c
11927
11928 Revision Changes Path
11929 7.243 +3 -6 ircd-ratbox/configure
11930 7.57 +2 -4 ircd-ratbox/configure.ac
11931 7.2 +2 -0 ircd-ratbox/doc/whats-new-2.1.txt
11932 7.13 +0 -504 ircd-ratbox/src/crypt.c (dead)
11933 1.9 +0 -3 ircd-ratbox/tools/README.mkpasswd
11934
11935
11936
11937 leeh 2005/02/19 12:38:09 EST (20050219_3)
11938
11939 Modified files:
11940 doc example.conf example.efnet.conf
11941 include ircd.h
11942 modules m_pong.c
11943 src channel.c client.c ircd.c s_conf.c
11944 Log:
11945 - rework the splitcode, splitservers is now how many servers we've marked as
11946 EOB, rather than how many are linked. Thus pull ourselves out of
11947 splitmode immediately once this is satisfied
11948
11949 Revision Changes Path
11950 7.260 +8 -9 ircd-ratbox/doc/example.conf
11951 7.88 +10 -11 ircd-ratbox/doc/example.efnet.conf
11952 7.83 +1 -0 ircd-ratbox/include/ircd.h
11953 1.60 +2 -1 ircd-ratbox/modules/m_pong.c
11954 7.435 +16 -36 ircd-ratbox/src/channel.c
11955 7.490 +2 -0 ircd-ratbox/src/client.c
11956 7.373 +2 -1 ircd-ratbox/src/ircd.c
11957 7.510 +11 -3 ircd-ratbox/src/s_conf.c
11958
11959
11960
11961 leeh 2005/02/19 09:02:34 EST (20050219_2)
11962
11963 Modified files:
11964 doc example.conf example.efnet.conf
11965 include ircd.h s_conf.h
11966 modules m_set.c
11967 src channel.c ircd.c newconf.c s_conf.c
11968 Log:
11969 - remove split_delay
11970
11971 Revision Changes Path
11972 7.259 +0 -5 ircd-ratbox/doc/example.conf
11973 7.87 +0 -5 ircd-ratbox/doc/example.efnet.conf
11974 7.82 +0 -1 ircd-ratbox/include/ircd.h
11975 7.314 +0 -1 ircd-ratbox/include/s_conf.h
11976 1.81 +1 -20 ircd-ratbox/modules/m_set.c
11977 7.434 +2 -7 ircd-ratbox/src/channel.c
11978 7.372 +0 -1 ircd-ratbox/src/ircd.c
11979 7.201 +0 -1 ircd-ratbox/src/newconf.c
11980 7.509 +0 -1 ircd-ratbox/src/s_conf.c
11981
11982
11983
11984 leeh 2005/02/19 08:48:05 EST (20050219_1)
11985
11986 Modified files:
11987 include client.h
11988 modules m_cap.c m_who.c
11989 src channel.c
11990 Log:
11991 - implemented multi-prefix client capability, which allows stacking of @+ in
11992 names and who
11993
11994 Revision Changes Path
11995 7.265 +1 -1 ircd-ratbox/include/client.h
11996 1.6 +6 -15 ircd-ratbox/modules/m_cap.c
11997 1.115 +4 -3 ircd-ratbox/modules/m_who.c
11998 7.433 +4 -6 ircd-ratbox/src/channel.c
11999
12000
12001
12002 leeh 2005/02/19 06:27:58 EST (20050219_0)
12003
12004 Modified files:
12005 modules m_etrace.c
12006 src newconf.c s_conf.c s_newconf.c
12007 Log:
12008 - removed some unused vars/functions
12009
12010 Revision Changes Path
12011 1.15 +1 -2 ircd-ratbox/modules/m_etrace.c
12012 7.200 +0 -15 ircd-ratbox/src/newconf.c
12013 7.508 +0 -1 ircd-ratbox/src/s_conf.c
12014 7.67 +0 -1 ircd-ratbox/src/s_newconf.c
12015
12016
12017
12018 leeh 2005/02/16 12:58:24 EST (20050216_2)
12019
12020 Modified files:
12021 . RELNOTES configure configure.ac
12022 include patchlevel.h
12023 Log:
12024 - update configure to reflect this is 'devel'
12025 - update RELNOTES
12026 - revved patchlevel to 2.1.0beta1
12027
12028 Revision Changes Path
12029 1.112 +9 -1 ircd-ratbox/RELNOTES
12030 7.242 +11 -11 ircd-ratbox/configure
12031 7.56 +3 -3 ircd-ratbox/configure.ac
12032 7.71 +1 -1 ircd-ratbox/include/patchlevel.h
12033
12034
12035
12036 leeh 2005/02/16 12:46:30 EST (20050216_1)
12037
12038 Modified files:
12039 . configure configure.ac
12040 include client.h numeric.h s_conf.h setup.h.in
12041 supported.h
12042 modules Makefile.in
12043 modules/core m_nick.c
12044 src Makefile.in client.c ircd.c messages.tab
12045 newconf.c s_conf.c s_user.c
12046 Removed files:
12047 include watch.h
12048 modules m_watch.c
12049 src watch.c
12050 Log:
12051 - remove watch, the protocol for this sucks so hard I just dont want it
12052 here ;-)
12053
12054 Revision Changes Path
12055 7.241 +2 -12 ircd-ratbox/configure
12056 7.55 +2 -4 ircd-ratbox/configure.ac
12057 7.264 +0 -2 ircd-ratbox/include/client.h
12058 7.57 +0 -11 ircd-ratbox/include/numeric.h
12059 7.313 +0 -1 ircd-ratbox/include/s_conf.h
12060 7.94 +0 -3 ircd-ratbox/include/setup.h.in
12061 7.3 +2 -3 ircd-ratbox/include/supported.h
12062 7.4 +0 -53 ircd-ratbox/include/watch.h (dead)
12063 1.118 +0 -1 ircd-ratbox/modules/Makefile.in
12064 1.160 +1 -16 ircd-ratbox/modules/core/m_nick.c
12065 1.8 +0 -272 ircd-ratbox/modules/m_watch.c (dead)
12066 7.154 +0 -1 ircd-ratbox/src/Makefile.in
12067 7.489 +0 -3 ircd-ratbox/src/client.c
12068 7.371 +0 -2 ircd-ratbox/src/ircd.c
12069 7.125 +9 -9 ircd-ratbox/src/messages.tab
12070 7.199 +0 -1 ircd-ratbox/src/newconf.c
12071 7.507 +0 -1 ircd-ratbox/src/s_conf.c
12072 7.341 +0 -2 ircd-ratbox/src/s_user.c
12073 1.7 +0 -239 ircd-ratbox/src/watch.c (dead)
12074
12075
12076
12077 leeh 2005/02/15 19:13:31 EST (20050216_0)
12078
12079 Modified files:
12080 include stdinc.h
12081 src event.c ircd_lexer.l ircd_signal.c
12082 modules.c
12083 Removed files:
12084 servlink descrip.mms
12085 Log:
12086 - remove a few vms bits
12087
12088 Revision Changes Path
12089 1.16 +0 -46 ircd-ratbox/include/stdinc.h
12090 1.4 +0 -15 ircd-ratbox/servlink/descrip.mms (dead)
12091 7.47 +0 -54 ircd-ratbox/src/event.c
12092 1.168 +1 -5 ircd-ratbox/src/ircd_lexer.l
12093 7.27 +0 -25 ircd-ratbox/src/ircd_signal.c
12094 7.152 +0 -3 ircd-ratbox/src/modules.c
12095
12096
12097
12098 leeh 2005/02/15 18:53:32 EST (20050215_0)
12099
12100 Modified files:
12101 include hostmask.h ircd.h s_conf.h s_newconf.h
12102 modules m_dline.c m_kline.c m_rehash.c m_resv.c
12103 m_xline.c
12104 src hostmask.c ircd.c ircd_signal.c s_conf.c
12105 s_newconf.c
12106 Log:
12107 - we now no longer rehash kline.conf etc on rehash, only ircd.conf
12108 - SIGUSR2 or /rehash bans will now reread kline.conf etc.
12109
12110 Revision Changes Path
12111 1.42 +1 -0 ircd-ratbox/include/hostmask.h
12112 7.81 +1 -0 ircd-ratbox/include/ircd.h
12113 7.312 +1 -0 ircd-ratbox/include/s_conf.h
12114 7.46 +1 -0 ircd-ratbox/include/s_newconf.h
12115 1.48 +2 -2 ircd-ratbox/modules/m_dline.c
12116 1.200 +2 -2 ircd-ratbox/modules/m_kline.c
12117 1.89 +11 -1 ircd-ratbox/modules/m_rehash.c
12118 1.74 +2 -2 ircd-ratbox/modules/m_resv.c
12119 1.67 +2 -2 ircd-ratbox/modules/m_xline.c
12120 7.106 +35 -1 ircd-ratbox/src/hostmask.c
12121 7.370 +7 -0 ircd-ratbox/src/ircd.c
12122 7.26 +10 -0 ircd-ratbox/src/ircd_signal.c
12123 7.506 +59 -47 ircd-ratbox/src/s_conf.c
12124 7.66 +7 -0 ircd-ratbox/src/s_newconf.c
12125
12126
12127
12128 leeh 2005/02/13 10:21:41 EST (20050213_4)
12129
12130 Modified files:
12131 doc services.txt
12132 Added files:
12133 doc whats-new-2.0.txt whats-new-2.1.txt
12134 Removed files:
12135 doc whats-new.txt
12136 Log:
12137 - move whats-new.txt to whats-new-2.0.txt
12138 - add in whats-new-2.1.txt
12139 - update services.txt with the whois for logged in users
12140
12141 Revision Changes Path
12142 7.2 +5 -0 ircd-ratbox/doc/services.txt
12143 7.1 +113 -0 ircd-ratbox/doc/whats-new-2.0.txt (new)
12144 7.1 +60 -0 ircd-ratbox/doc/whats-new-2.1.txt (new)
12145 7.51 +0 -113 ircd-ratbox/doc/whats-new.txt (dead)
12146
12147
12148
12149 leeh 2005/02/13 09:20:37 EST (20050213_3)
12150
12151 Modified files:
12152 include supported.h
12153 modules/core m_message.c
12154 Log:
12155 - fix a compile error in m_message.c
12156 - update 005 to the spec and add CPRIVMSG/CNOTICE
12157
12158 Revision Changes Path
12159 7.2 +31 -37 ircd-ratbox/include/supported.h
12160 1.162 +2 -2 ircd-ratbox/modules/core/m_message.c
12161
12162
12163
12164 leeh 2005/02/13 09:14:12 EST (20050213_2)
12165
12166 Modified files:
12167 src channel.c
12168 Log:
12169 - fix the membership memleak
12170
12171 Revision Changes Path
12172 7.432 +0 -3 ircd-ratbox/src/channel.c
12173
12174
12175
12176 leeh 2005/02/12 21:51:56 EST (20050213_1)
12177
12178 Modified files:
12179 include client.h
12180 modules/core m_message.c
12181 Log:
12182 - add a bitmask to track when they send their first message, only allowing
12183 clearing stuff after that.
12184
12185 Revision Changes Path
12186 7.263 +4 -0 ircd-ratbox/include/client.h
12187 1.161 +13 -2 ircd-ratbox/modules/core/m_message.c
12188
12189
12190
12191 leeh 2005/02/12 21:17:52 EST (20050213_0)
12192
12193 Modified files:
12194 include patricia.h s_newconf.h
12195 modules/core m_message.c
12196 src patricia.c s_newconf.c s_user.c
12197 Log:
12198 - add in the patricia for tracking who fills up targets, give them a reduced
12199 count on connect
12200
12201 Revision Changes Path
12202 7.20 +1 -1 ircd-ratbox/include/patricia.h
12203 7.45 +17 -0 ircd-ratbox/include/s_newconf.h
12204 1.160 +43 -4 ircd-ratbox/modules/core/m_message.c
12205 7.29 +1 -1 ircd-ratbox/src/patricia.c
12206 7.65 +36 -0 ircd-ratbox/src/s_newconf.c
12207 7.340 +4 -0 ircd-ratbox/src/s_user.c
12208
12209
12210
12211 leeh 2005/02/12 18:35:10 EST (20050212_0)
12212
12213 Modified files:
12214 include ircd_defs.h
12215 src class.c reject.c
12216 Log:
12217 - add a PATRICIA_BITS define, make calls to New_Patricia() use it.
12218
12219 Revision Changes Path
12220 7.55 +5 -0 ircd-ratbox/include/ircd_defs.h
12221 7.68 +1 -5 ircd-ratbox/src/class.c
12222 1.33 +1 -5 ircd-ratbox/src/reject.c
12223
12224
12225
12226 androsyn 2005/02/11 17:11:57 EST (20050211_1)
12227
12228 Modified files:
12229 modules m_watch.c
12230 Log:
12231 remove stupid memory leak
12232
12233 Revision Changes Path
12234 1.7 +1 -2 ircd-ratbox/modules/m_watch.c
12235
12236
12237
12238 leeh 2005/02/11 06:42:48 EST (20050211_0)
12239
12240 Modified files:
12241 modules m_gline.c
12242 Log:
12243 - workaround hyb6 allowing empty gline reasons
12244
12245 Revision Changes Path
12246 1.150 +10 -2 ircd-ratbox/modules/m_gline.c
12247
12248
12249
12250 leeh 2005/02/09 14:39:13 EST (20050209_2)
12251
12252 Modified files:
12253 include s_conf.h
12254 modules m_dline.c m_kline.c m_rehash.c m_stats.c
12255 src ircd.c s_conf.c
12256 Log:
12257 - move temp dlines and temp klines over to an array, rather than completely
12258 seperate dlinks.
12259
12260 Revision Changes Path
12261 7.311 +11 -20 ircd-ratbox/include/s_conf.h
12262 1.47 +4 -15 ircd-ratbox/modules/m_dline.c
12263 1.199 +4 -15 ircd-ratbox/modules/m_kline.c
12264 1.88 +42 -26 ircd-ratbox/modules/m_rehash.c
12265 1.243 +22 -31 ircd-ratbox/modules/m_stats.c
12266 7.369 +0 -5 ircd-ratbox/src/ircd.c
12267 7.505 +78 -104 ircd-ratbox/src/s_conf.c
12268
12269
12270
12271 leeh 2005/02/09 14:02:13 EST (20050209_1)
12272
12273 Modified files:
12274 include s_user.h
12275 modules m_cap.c m_pong.c m_user.c
12276 modules/core m_nick.c
12277 src s_user.c
12278 Log:
12279 - remove 'nick' param from register_local_user(), its not needed.
12280
12281 Revision Changes Path
12282 7.35 +1 -1 ircd-ratbox/include/s_user.h
12283 1.159 +2 -2 ircd-ratbox/modules/core/m_nick.c
12284 1.5 +2 -2 ircd-ratbox/modules/m_cap.c
12285 1.59 +2 -3 ircd-ratbox/modules/m_pong.c
12286 1.46 +2 -2 ircd-ratbox/modules/m_user.c
12287 7.339 +6 -6 ircd-ratbox/src/s_user.c
12288
12289
12290
12291 leeh 2005/02/09 13:12:53 EST (20050209_0)
12292
12293 Modified files:
12294 modules m_cmessage.c
12295 Log:
12296 - dont send numerics when we're dealing with CNOTICE
12297 - add in checking for +g, and resetting idle
12298
12299 Revision Changes Path
12300 1.2 +41 -7 ircd-ratbox/modules/m_cmessage.c
12301
12302
12303
12304 leeh 2005/02/08 11:37:50 EST (20050208_2)
12305
12306 Modified files:
12307 src s_newconf.c
12308 Log:
12309 - fix operator blocks to work on ip spoofs
12310
12311 Revision Changes Path
12312 7.64 +9 -8 ircd-ratbox/src/s_newconf.c
12313
12314
12315
12316 leeh 2005/02/07 19:23:22 EST (20050208_1)
12317
12318 Modified files:
12319 doc example.conf example.efnet.conf
12320 src newconf.c
12321 Log:
12322 - removed ability to set klines/dlines/xlines/resvs in ircd.conf
12323
12324 Revision Changes Path
12325 7.258 +0 -39 ircd-ratbox/doc/example.conf
12326 7.86 +0 -42 ircd-ratbox/doc/example.efnet.conf
12327 7.198 +0 -272 ircd-ratbox/src/newconf.c
12328
12329
12330
12331 leeh 2005/02/07 19:19:32 EST (20050208_0)
12332
12333 Modified files:
12334 src s_conf.c
12335 Log:
12336 - added support for kline.conf.perm et al, these take the same formats
12337 as their non-permanent partners, but you cant remove them via the ircd.
12338
12339 Revision Changes Path
12340 7.504 +33 -67 ircd-ratbox/src/s_conf.c
12341
12342
12343
12344 leeh 2005/02/02 19:18:59 EST (20050203_1)
12345
12346 Modified files:
12347 help Makefile.in
12348 help/opers index
12349 help/users index
12350 Added files:
12351 help/opers cnotice cprivmsg
12352 Log:
12353 - added help files for cprivmsg/cnotice
12354
12355 Revision Changes Path
12356 1.23 +3 -2 ircd-ratbox/help/Makefile.in
12357 1.1 +5 -0 ircd-ratbox/help/opers/cnotice (new)
12358 1.1 +5 -0 ircd-ratbox/help/opers/cprivmsg (new)
12359 1.10 +19 -19 ircd-ratbox/help/opers/index
12360 1.7 +10 -9 ircd-ratbox/help/users/index
12361
12362
12363
12364 leeh 2005/02/02 19:14:25 EST (20050203_0)
12365
12366 Modified files:
12367 include numeric.h
12368 modules Makefile.in
12369 src messages.tab
12370 Added files:
12371 modules m_cmessage.c
12372 Log:
12373 - implemented CPRIVMSG/CNOTICE, stolen from undernet. Take the form:
12374 CPRIVMSG <nick> <channel> :<text>. Work if sender is +ov in channel, and
12375 nick is a member. These bypass any target change limitations.
12376 - added ERR_VOICENEEDED, numeric 489.
12377
12378 Revision Changes Path
12379 7.56 +2 -0 ircd-ratbox/include/numeric.h
12380 1.117 +1 -0 ircd-ratbox/modules/Makefile.in
12381 1.1 +122 -0 ircd-ratbox/modules/m_cmessage.c (new)
12382 7.124 +1 -1 ircd-ratbox/src/messages.tab
12383
12384
12385
12386 leeh 2005/02/02 16:58:16 EST (20050202_4)
12387
12388 Modified files:
12389 help/opers etrace
12390 Log:
12391 - update etrace help
12392
12393 Revision Changes Path
12394 1.3 +7 -1 ircd-ratbox/help/opers/etrace
12395
12396
12397
12398 leeh 2005/02/02 16:55:04 EST (20050202_3)
12399
12400 Modified files:
12401 modules m_etrace.c
12402 Log:
12403 - tidy up etrace slightly, stop showing fullcaps for spoofed users as mirc
12404 can put its external ip address in there..
12405
12406 Revision Changes Path
12407 1.14 +31 -41 ircd-ratbox/modules/m_etrace.c
12408
12409
12410
12411 leeh 2005/02/02 16:41:06 EST (20050202_2)
12412
12413 Modified files:
12414 modules m_etrace.c
12415 Log:
12416 - patch via nenolod, allows ETRACE <nick>, gets sent remotely over ENCAP
12417 if its a non-local client. These will just get "lost" if the remote
12418 server doesnt support this..
12419
12420 Revision Changes Path
12421 1.13 +66 -4 ircd-ratbox/modules/m_etrace.c
12422
12423
12424
12425 leeh 2005/02/02 16:12:12 EST (20050202_1)
12426
12427 Modified files:
12428 include client.h numeric.h s_conf.h
12429 modules/core m_message.c
12430 src messages.tab newconf.c s_conf.c
12431 Log:
12432 - first part of the target change code, add the storage of targets for
12433 localuser, throttle messages when they fill all the available slots
12434
12435 Revision Changes Path
12436 7.262 +5 -1 ircd-ratbox/include/client.h
12437 7.55 +2 -0 ircd-ratbox/include/numeric.h
12438 7.310 +1 -0 ircd-ratbox/include/s_conf.h
12439 1.159 +65 -1 ircd-ratbox/modules/core/m_message.c
12440 7.123 +1 -1 ircd-ratbox/src/messages.tab
12441 7.197 +1 -0 ircd-ratbox/src/newconf.c
12442 7.503 +1 -0 ircd-ratbox/src/s_conf.c
12443
12444
12445
12446 leeh 2005/02/02 13:28:10 EST (20050202_0)
12447
12448 Modified files:
12449 modules m_resv.c m_stats.c m_testline.c
12450 modules/core m_join.c
12451 src hash.c kdparse.c messages.tab s_newconf.c
12452 Log:
12453 - patch via nenolod, <nenolod -at- noderebellion.net> to add counter
12454 tracking of when resvs get hit
12455
12456 Revision Changes Path
12457 1.164 +7 -1 ircd-ratbox/modules/core/m_join.c
12458 1.73 +3 -1 ircd-ratbox/modules/m_resv.c
12459 1.242 +5 -5 ircd-ratbox/modules/m_stats.c
12460 1.55 +6 -1 ircd-ratbox/modules/m_testline.c
12461 7.114 +3 -0 ircd-ratbox/src/hash.c
12462 7.43 +2 -0 ircd-ratbox/src/kdparse.c
12463 7.122 +1 -1 ircd-ratbox/src/messages.tab
12464 7.63 +3 -0 ircd-ratbox/src/s_newconf.c
12465
12466
12467
12468 leeh 2005/01/31 09:04:10 EST (20050131_2)
12469
12470 Modified files:
12471 src s_log.c
12472 Log:
12473 - fflush() logfiles
12474
12475 Revision Changes Path
12476 7.79 +2 -0 ircd-ratbox/src/s_log.c
12477
12478
12479
12480 leeh 2005/01/31 08:59:09 EST (20050131_1)
12481
12482 Modified files:
12483 src commio.c
12484 Log:
12485 - rename fd_dump() to comm_dump()
12486
12487 Revision Changes Path
12488 1.27 +2 -2 ircd-ratbox/src/commio.c
12489
12490
12491
12492 leeh 2005/01/30 19:16:08 EST (20050131_0)
12493
12494 Modified files:
12495 doc hooks.txt
12496 include hook.h
12497 modules m_services.c
12498 modules/core m_server.c
12499 src hook.c s_serv.c
12500 Log:
12501 - added hook for server_introduced
12502 - fixed up services support for hooks
12503
12504 Revision Changes Path
12505 1.4 +10 -0 ircd-ratbox/doc/hooks.txt
12506 1.31 +1 -0 ircd-ratbox/include/hook.h
12507 1.152 +6 -1 ircd-ratbox/modules/core/m_server.c
12508 1.5 +8 -22 ircd-ratbox/modules/m_services.c
12509 7.36 +2 -0 ircd-ratbox/src/hook.c
12510 7.426 +5 -0 ircd-ratbox/src/s_serv.c
12511
12512
12513
12514 androsyn 2005/01/29 20:18:12 EST (20050130_1)
12515
12516 Modified files:
12517 src commio.c
12518 Log:
12519 Add back in the comm_fd_hack thing for solaris
12520
12521 Revision Changes Path
12522 1.26 +26 -1 ircd-ratbox/src/commio.c
12523
12524
12525
12526 androsyn 2005/01/29 19:59:17 EST (20050130_0)
12527
12528 Modified files:
12529 adns adns.h
12530 include commio.h s_conf.h watch.h
12531 modules m_dline.c m_kline.c m_resv.c m_stats.c
12532 m_watch.c m_xline.c
12533 modules/core m_nick.c
12534 src balloc.c cache.c client.c commio.c
12535 epoll.c ircd.c ircd_lexer.l kdparse.c
12536 listener.c s_auth.c s_conf.c s_log.c
12537 s_serv.c watch.c
12538 Log:
12539 Do the fb* to f* mangle and then fix watch to prevent stupid crap
12540
12541 Revision Changes Path
12542 1.18 +0 -2 ircd-ratbox/adns/adns.h
12543 1.14 +6 -37 ircd-ratbox/include/commio.h
12544 7.309 +6 -6 ircd-ratbox/include/s_conf.h
12545 7.3 +2 -2 ircd-ratbox/include/watch.h
12546 1.158 +3 -3 ircd-ratbox/modules/core/m_nick.c
12547 1.46 +13 -13 ircd-ratbox/modules/m_dline.c
12548 1.198 +12 -12 ircd-ratbox/modules/m_kline.c
12549 1.72 +11 -11 ircd-ratbox/modules/m_resv.c
12550 1.241 +3 -3 ircd-ratbox/modules/m_stats.c
12551 1.6 +60 -21 ircd-ratbox/modules/m_watch.c
12552 1.66 +16 -16 ircd-ratbox/modules/m_xline.c
12553 7.85 +1 -1 ircd-ratbox/src/balloc.c
12554 1.24 +5 -5 ircd-ratbox/src/cache.c
12555 7.488 +4 -4 ircd-ratbox/src/client.c
12556 1.25 +10 -280 ircd-ratbox/src/commio.c
12557 1.33 +1 -1 ircd-ratbox/src/epoll.c
12558 7.368 +4 -4 ircd-ratbox/src/ircd.c
12559 1.167 +6 -6 ircd-ratbox/src/ircd_lexer.l
12560 7.42 +8 -8 ircd-ratbox/src/kdparse.c
12561 7.125 +8 -8 ircd-ratbox/src/listener.c
12562 7.192 +6 -6 ircd-ratbox/src/s_auth.c
12563 7.502 +21 -21 ircd-ratbox/src/s_conf.c
12564 7.78 +20 -20 ircd-ratbox/src/s_log.c
12565 7.425 +8 -8 ircd-ratbox/src/s_serv.c
12566 1.6 +22 -15 ircd-ratbox/src/watch.c
12567
12568
12569
12570 androsyn 2005/01/29 12:18:38 EST (20050129_0)
12571
12572 Modified files:
12573 modules/core m_mode.c
12574 Log:
12575 remove two unused variables
12576
12577 Revision Changes Path
12578 1.121 +1 -3 ircd-ratbox/modules/core/m_mode.c
12579
12580
12581
12582 leeh 2005/01/28 15:31:40 EST (20050128_1)
12583
12584 Modified files:
12585 modules m_kline.c
12586 src s_conf.c
12587 Log:
12588 - mo_kline() needs minpara of 3, not 2
12589 - drop ms_kline() minpara to 5, to counter a bug in 1.5-3
12590 - require me.info is never blank
12591
12592 Revision Changes Path
12593 1.197 +9 -2 ircd-ratbox/modules/m_kline.c
12594 7.501 +2 -2 ircd-ratbox/src/s_conf.c
12595
12596
12597
12598 leeh 2005/01/28 15:26:28 EST (20050128_0)
12599
12600 Modified files:
12601 modules/core m_mode.c m_sjoin.c
12602 Log:
12603 - patch via jilles to fix +eI lists being shown to lusers when handling
12604 protocol stuff over TS6
12605
12606 Revision Changes Path
12607 1.120 +7 -3 ircd-ratbox/modules/core/m_mode.c
12608 1.205 +8 -8 ircd-ratbox/modules/core/m_sjoin.c
12609
12610
12611
12612 leeh 2005/01/25 19:47:38 EST (20050126_0)
12613
12614 Modified files:
12615 include channel.h
12616 modules/core m_join.c m_mode.c m_sjoin.c
12617 src channel.c messages.tab s_serv.c
12618 Log:
12619 - remove loc_channel_modes(), made channel_modes() handle IsMe() and make
12620 an operspy call with &me
12621 - remove modebuf/parabuf params from channel_modes(), we now generate a
12622 buffer internally which we return.
12623
12624 Revision Changes Path
12625 7.163 +1 -1 ircd-ratbox/include/channel.h
12626 1.163 +12 -14 ircd-ratbox/modules/core/m_join.c
12627 1.119 +4 -47 ircd-ratbox/modules/core/m_mode.c
12628 1.204 +9 -12 ircd-ratbox/modules/core/m_sjoin.c
12629 7.431 +25 -18 ircd-ratbox/src/channel.c
12630 7.121 +1 -1 ircd-ratbox/src/messages.tab
12631 7.424 +6 -14 ircd-ratbox/src/s_serv.c
12632
12633
12634
12635 alz 2005/01/25 18:09:18 EST (20050125_5)
12636
12637 Modified files:
12638 doc example.conf example.efnet.conf
12639 include s_conf.h
12640 modules m_info.c
12641 src listener.c newconf.c s_conf.c
12642 Log:
12643 Added dline_with_reason config option (default yes):
12644
12645 /* dline reason: show the user the dline reason when they connect
12646 * and are dlined.
12647 */
12648 dline_with_reason = yes;
12649
12650 Revision Changes Path
12651 7.257 +6 -1 ircd-ratbox/doc/example.conf
12652 7.85 +6 -1 ircd-ratbox/doc/example.efnet.conf
12653 7.308 +1 -0 ircd-ratbox/include/s_conf.h
12654 1.122 +7 -1 ircd-ratbox/modules/m_info.c
12655 7.124 +1 -1 ircd-ratbox/src/listener.c
12656 7.196 +1 -0 ircd-ratbox/src/newconf.c
12657 7.500 +1 -0 ircd-ratbox/src/s_conf.c
12658
12659
12660
12661 leeh 2005/01/25 13:21:17 EST (20050125_4)
12662
12663 Modified files:
12664 src newconf.c
12665 Log:
12666 - make conf_set_generic_string() test len exists before it uses it.
12667
12668 Revision Changes Path
12669 7.195 +1 -1 ircd-ratbox/src/newconf.c
12670
12671
12672
12673 leeh 2005/01/25 13:10:56 EST (20050125_3)
12674
12675 Modified files:
12676 doc example.conf
12677 src newconf.c
12678 Log:
12679 - rename 'type' to 'flags' in cluster {};
12680 - add stacking of servers in cluster {}; documented in example.conf
12681
12682 Revision Changes Path
12683 7.256 +18 -10 ircd-ratbox/doc/example.conf
12684 7.194 +39 -7 ircd-ratbox/src/newconf.c
12685
12686
12687
12688 alz 2005/01/25 12:48:54 EST (20050125_2)
12689
12690 Modified files:
12691 include s_conf.h
12692 src listener.c s_conf.c
12693 Log:
12694 Added dline reasons, connecting/banned clients now see ban reason.
12695
12696 Revision Changes Path
12697 7.307 +1 -1 ircd-ratbox/include/s_conf.h
12698 7.123 +17 -4 ircd-ratbox/src/listener.c
12699 7.499 +5 -5 ircd-ratbox/src/s_conf.c
12700
12701
12702
12703 leeh 2005/01/25 07:44:37 EST (20050125_1)
12704
12705 Modified files:
12706 doc example.conf example.efnet.conf
12707 src newconf.c
12708 Log:
12709 - implement stacking of shared {}; blocks, documented in example.conf
12710
12711 Revision Changes Path
12712 7.255 +26 -13 ircd-ratbox/doc/example.conf
12713 7.84 +27 -14 ircd-ratbox/doc/example.efnet.conf
12714 7.193 +51 -36 ircd-ratbox/src/newconf.c
12715
12716
12717
12718 leeh 2005/01/24 19:08:29 EST (20050125_0)
12719
12720 Modified files:
12721 doc example.conf
12722 include client.h s_conf.h
12723 modules/core m_join.c
12724 src newconf.c s_user.c
12725 Log:
12726 - added jupe_exempt to auth {};, exempts the user from generating warnings
12727 when they attempt to join juped channels.
12728
12729 Revision Changes Path
12730 7.254 +2 -0 ircd-ratbox/doc/example.conf
12731 7.261 +3 -0 ircd-ratbox/include/client.h
12732 7.306 +2 -0 ircd-ratbox/include/s_conf.h
12733 1.162 +5 -2 ircd-ratbox/modules/core/m_join.c
12734 7.192 +1 -0 ircd-ratbox/src/newconf.c
12735 7.338 +8 -0 ircd-ratbox/src/s_user.c
12736
12737
12738
12739 leeh 2005/01/24 18:57:02 EST (20050124_6)
12740
12741 Modified files:
12742 src newconf.c
12743 Log:
12744 - rework shared {};, the format is now:
12745 shared {
12746 oper = "flame@*.leeh.co.uk", "*.lan";
12747 flags = kline;
12748 };
12749
12750 With no privs:
12751 shared {
12752 oper = "flame@*.leeh.co.uk", "*.lan";
12753 flags = none;
12754 };
12755
12756 Revision Changes Path
12757 7.191 +55 -23 ircd-ratbox/src/newconf.c
12758
12759
12760
12761 leeh 2005/01/24 17:25:58 EST (20050124_5)
12762
12763 Modified files:
12764 include modules.h
12765 Log:
12766 - fix the prototype on load_static_modules()
12767
12768 Revision Changes Path
12769 7.61 +1 -1 ircd-ratbox/include/modules.h
12770
12771
12772
12773 leeh 2005/01/24 16:00:30 EST (20050124_4)
12774
12775 Modified files:
12776 modules m_cap.c
12777 Log:
12778 - have cap end call register_local_user() with its own copy of
12779 source_p->username so its safe for unidented users..
12780
12781 Revision Changes Path
12782 1.4 +6 -2 ircd-ratbox/modules/m_cap.c
12783
12784
12785
12786 leeh 2005/01/24 15:48:09 EST (20050124_3)
12787
12788 Modified files:
12789 include newconf.h s_conf.h
12790 modules m_info.c
12791 src newconf.c s_conf.c s_log.c
12792 Log:
12793 - move the conf parser over to a table based structure, with generic setting
12794 of integers/strings
12795
12796 Revision Changes Path
12797 7.34 +9 -8 ircd-ratbox/include/newconf.h
12798 7.305 +13 -13 ircd-ratbox/include/s_conf.h
12799 1.121 +13 -16 ircd-ratbox/modules/m_info.c
12800 7.190 +264 -808 ircd-ratbox/src/newconf.c
12801 7.498 +11 -13 ircd-ratbox/src/s_conf.c
12802 7.77 +13 -13 ircd-ratbox/src/s_log.c
12803
12804
12805
12806 leeh 2005/01/24 13:11:30 EST (20050124_2)
12807
12808 Modified files:
12809 doc example.conf
12810 src newconf.c
12811 Log:
12812 - added stacking of ips in exempt {};
12813
12814 Revision Changes Path
12815 7.253 +4 -0 ircd-ratbox/doc/example.conf
12816 7.189 +11 -30 ircd-ratbox/src/newconf.c
12817
12818
12819
12820 leeh 2005/01/24 12:59:57 EST (20050124_1)
12821
12822 Modified files:
12823 include tools.h
12824 src channel.c client.c hash.c hook.c
12825 newconf.c s_user.c watch.c
12826 Log:
12827 - moved dlinkFind*() to be (node, list) rather than (list, node) so its
12828 consistent with the rest of the dlink code.
12829
12830 Revision Changes Path
12831 1.54 +7 -7 ircd-ratbox/include/tools.h
12832 7.430 +2 -2 ircd-ratbox/src/channel.c
12833 7.487 +6 -6 ircd-ratbox/src/client.c
12834 7.113 +5 -5 ircd-ratbox/src/hash.c
12835 7.35 +1 -1 ircd-ratbox/src/hook.c
12836 7.188 +2 -2 ircd-ratbox/src/newconf.c
12837 7.337 +1 -1 ircd-ratbox/src/s_user.c
12838 1.5 +4 -4 ircd-ratbox/src/watch.c
12839
12840
12841
12842 leeh 2005/01/24 12:47:13 EST (20050124_0)
12843
12844 Modified files:
12845 modules m_cap.c
12846 Log:
12847 - cheap hack on sticky capabs..
12848
12849 Revision Changes Path
12850 1.3 +4 -2 ircd-ratbox/modules/m_cap.c
12851
12852
12853
12854 leeh 2005/01/22 11:36:54 EST (20050122_0)
12855
12856 Modified files:
12857 modules m_cap.c
12858 Log:
12859 - updated my clicap implementation to match the spec so far..
12860
12861 Revision Changes Path
12862 1.2 +84 -11 ircd-ratbox/modules/m_cap.c
12863
12864
12865
12866 leeh 2005/01/21 07:14:43 EST (20050121_2)
12867
12868 Modified files:
12869 doc hooks.txt
12870 include hook.h
12871 modules m_services.c
12872 src hook.c s_serv.c
12873 Log:
12874 - added hooks for when we're sending a burst
12875 - rewrote hooks.txt
12876 - fix up the hooks ive already done in services compatibility, ill add the
12877 hooks for server/client introductions in a bit.
12878
12879 Revision Changes Path
12880 1.3 +71 -33 ircd-ratbox/doc/hooks.txt
12881 1.30 +4 -0 ircd-ratbox/include/hook.h
12882 1.4 +24 -35 ircd-ratbox/modules/m_services.c
12883 7.34 +7 -0 ircd-ratbox/src/hook.c
12884 7.423 +26 -2 ircd-ratbox/src/s_serv.c
12885
12886
12887
12888 leeh 2005/01/21 06:34:03 EST (20050121_1)
12889
12890 Modified files:
12891 contrib example_module.c spy_admin_notice.c
12892 spy_info_notice.c spy_links_notice.c
12893 spy_motd_notice.c spy_stats_notice.c
12894 spy_stats_p_notice.c spy_trace_notice.c
12895 spy_whois_notice.c
12896 spy_whois_notice_global.c
12897 include hook.h
12898 modules m_admin.c m_info.c m_links.c m_motd.c
12899 m_services.c m_stats.c m_trace.c
12900 m_whois.c static_modules.c.SH
12901 modules/core m_server.c
12902 src client.c hook.c ircd.c modules.c packet.c
12903 s_auth.c s_serv.c s_user.c send.c
12904 Log:
12905 - add a better implementation of the hook system, its now a slow leaking
12906 array and events are created whenever we try adding a hook for it, or
12907 theyre registered for the caller.
12908
12909 Ive temporarily fucked services support and removed most of the other
12910 hooks.. I shall fix this soon.
12911
12912 Revision Changes Path
12913 1.13 +6 -7 ircd-ratbox/contrib/example_module.c
12914 1.14 +6 -8 ircd-ratbox/contrib/spy_admin_notice.c
12915 1.14 +6 -8 ircd-ratbox/contrib/spy_info_notice.c
12916 1.20 +8 -8 ircd-ratbox/contrib/spy_links_notice.c
12917 1.14 +6 -8 ircd-ratbox/contrib/spy_motd_notice.c
12918 1.21 +22 -22 ircd-ratbox/contrib/spy_stats_notice.c
12919 1.13 +6 -8 ircd-ratbox/contrib/spy_stats_p_notice.c
12920 1.15 +10 -12 ircd-ratbox/contrib/spy_trace_notice.c
12921 1.20 +15 -14 ircd-ratbox/contrib/spy_whois_notice.c
12922 1.9 +14 -14 ircd-ratbox/contrib/spy_whois_notice_global.c
12923 1.29 +34 -70 ircd-ratbox/include/hook.h
12924 1.151 +1 -3 ircd-ratbox/modules/core/m_server.c
12925 1.62 +5 -6 ircd-ratbox/modules/m_admin.c
12926 1.120 +5 -6 ircd-ratbox/modules/m_info.c
12927 1.70 +6 -6 ircd-ratbox/modules/m_links.c
12928 1.58 +5 -6 ircd-ratbox/modules/m_motd.c
12929 1.3 +13 -1 ircd-ratbox/modules/m_services.c
12930 1.240 +10 -11 ircd-ratbox/modules/m_stats.c
12931 1.107 +8 -9 ircd-ratbox/modules/m_trace.c
12932 1.147 +8 -8 ircd-ratbox/modules/m_whois.c
12933 1.10 +2 -2 ircd-ratbox/modules/static_modules.c.SH
12934 7.486 +1 -28 ircd-ratbox/src/client.c
12935 7.33 +131 -137 ircd-ratbox/src/hook.c
12936 7.367 +1 -1 ircd-ratbox/src/ircd.c
12937 7.151 +6 -10 ircd-ratbox/src/modules.c
12938 7.138 +10 -14 ircd-ratbox/src/packet.c
12939 7.191 +0 -3 ircd-ratbox/src/s_auth.c
12940 7.422 +0 -16 ircd-ratbox/src/s_serv.c
12941 7.336 +0 -6 ircd-ratbox/src/s_user.c
12942 7.286 +8 -6 ircd-ratbox/src/send.c
12943
12944
12945
12946 leeh 2005/01/20 19:19:20 EST (20050121_0)
12947
12948 Modified files:
12949 include hostmask.h
12950 Log:
12951 - remove an unused struct
12952
12953 Revision Changes Path
12954 1.41 +0 -9 ircd-ratbox/include/hostmask.h
12955
12956
12957
12958 leeh 2005/01/20 13:38:39 EST (20050120_1)
12959
12960 Modified files:
12961 . configure configure.ac
12962 include client.h numeric.h patchlevel.h
12963 modules Makefile.in
12964 src messages.tab s_user.c
12965 Added files:
12966 modules m_cap.c
12967 Log:
12968 - drop back to -O0, fix patchlevel.h
12969 - first stab at client capabilities.. this still needs work.
12970
12971 Revision Changes Path
12972 7.240 +3 -3 ircd-ratbox/configure
12973 7.54 +3 -3 ircd-ratbox/configure.ac
12974 7.260 +3 -0 ircd-ratbox/include/client.h
12975 7.54 +2 -0 ircd-ratbox/include/numeric.h
12976 7.70 +1 -3 ircd-ratbox/include/patchlevel.h
12977 1.116 +1 -0 ircd-ratbox/modules/Makefile.in
12978 1.1 +405 -0 ircd-ratbox/modules/m_cap.c (new)
12979 7.120 +1 -1 ircd-ratbox/src/messages.tab
12980 7.335 +3 -0 ircd-ratbox/src/s_user.c
12981
12982
12983
12984 leeh 2005/01/20 06:04:41 EST (20050120_0)
12985
12986 Modified files:
12987 . ChangeLog RELNOTES
12988 include config.h config.h.dist memory.h
12989 patchlevel.h
12990 modules m_stats.c
12991 src commio.c crypt.c getopt.c ircd.c s_serv.c
12992 Removed files:
12993 . README.VMS clean.com make.com
12994 include setup.h_vms
12995 modules descrip.mms static_modules_c.com
12996 modules/core descrip.mms
12997 src descrip.mms qio.c version.com
12998 tools descrip.mms mkpasswd_vms.c
12999 Log:
13000 - clean changelog, relnotes
13001 - mark patchlevel as 2.1.0beta
13002 - remove VMS support
13003
13004 Revision Changes Path
13005 1.1613 +0 -27165 ircd-ratbox/ChangeLog
13006 7.2 +0 -46 ircd-ratbox/README.VMS (dead)
13007 1.111 +1 -348 ircd-ratbox/RELNOTES
13008 7.2 +0 -10 ircd-ratbox/clean.com (dead)
13009 7.182 +0 -42 ircd-ratbox/include/config.h
13010 7.79 +0 -42 ircd-ratbox/include/config.h.dist
13011 7.50 +0 -4 ircd-ratbox/include/memory.h
13012 7.69 +1 -6 ircd-ratbox/include/patchlevel.h
13013 7.16 +0 -124 ircd-ratbox/include/setup.h_vms (dead)
13014 7.2 +0 -58 ircd-ratbox/make.com (dead)
13015 1.5 +0 -24 ircd-ratbox/modules/core/descrip.mms (dead)
13016 1.10 +0 -33 ircd-ratbox/modules/descrip.mms (dead)
13017 1.239 +1 -10 ircd-ratbox/modules/m_stats.c
13018 1.6 +0 -125 ircd-ratbox/modules/static_modules_c.com (dead)
13019 1.24 +7 -30 ircd-ratbox/src/commio.c
13020 7.12 +0 -4 ircd-ratbox/src/crypt.c
13021 7.15 +0 -44 ircd-ratbox/src/descrip.mms (dead)
13022 7.24 +0 -4 ircd-ratbox/src/getopt.c
13023 7.366 +4 -19 ircd-ratbox/src/ircd.c
13024 7.8 +0 -221 ircd-ratbox/src/qio.c (dead)
13025 7.421 +1 -8 ircd-ratbox/src/s_serv.c
13026 7.8 +0 -101 ircd-ratbox/src/version.com (dead)
13027 7.9 +0 -25 ircd-ratbox/tools/descrip.mms (dead)
13028 7.4 +0 -458 ircd-ratbox/tools/mkpasswd_vms.c (dead)
13029
13030
13031
13032 androsyn 2005/01/18 11:55:13 EST (20050118_7)
13033
13034 Modified files:
13035 include watch.h
13036 src watch.c
13037 Log:
13038 not using the return values on a few watch functions so make them void
13039
13040 Revision Changes Path
13041 7.2 +5 -5 ircd-ratbox/include/watch.h
13042 1.4 +19 -28 ircd-ratbox/src/watch.c
13043
13044
13045 androsyn 2005/01/14 13:10:41 EST (20050114_5)
13046
13047 Modified files:
13048 modules m_watch.c
13049 Log:
13050 Make watch throttle, don't accept letter commands stacked
13051
13052 Revision Changes Path
13053 1.5 +126 -122 ircd-ratbox/modules/m_watch.c
13054
13055
13056
13057 androsyn 2005/01/14 13:06:06 EST (20050114_4)
13058
13059 Modified files:
13060 modules m_gline.c
13061 Log:
13062 fix merge error
13063
13064 Revision Changes Path
13065 1.149 +1 -1 ircd-ratbox/modules/m_gline.c
13066
13067
13068
13069 androsyn 2005/01/14 12:12:37 EST (20050114_3)
13070
13071 Modified files:
13072 . ChangeLog README.FIRST RELNOTES configure
13073 configure.ac
13074 adns adns.h internal.h parse.c transmit.c
13075 types.c
13076 contrib example_module.c spy_admin_notice.c
13077 spy_info_notice.c spy_links_notice.c
13078 spy_motd_notice.c spy_stats_notice.c
13079 spy_stats_p_notice.c spy_trace_notice.c
13080 spy_whois_notice.c
13081 spy_whois_notice_global.c
13082 doc example.conf example.efnet.conf ircd.motd
13083 server-version-info whats-new.txt
13084 help/opers umode xline
13085 help/users umode
13086 include cache.h channel.h class.h client.h
13087 commio.h config.h config.h.dist hash.h
13088 hook.h hostmask.h irc_string.h ircd.h
13089 ircd_defs.h m_info.h memory.h msg.h
13090 newconf.h numeric.h packet.h patchlevel.h
13091 patricia.h s_conf.h s_gline.h s_newconf.h
13092 s_serv.h s_user.h scache.h serno.h
13093 setup.h.in sprintf_irc.h stdinc.h tools.h
13094 modules .depend Makefile.in m_admin.c m_away.c
13095 m_dline.c m_encap.c m_gline.c m_info.c
13096 m_kline.c m_links.c m_list.c m_lusers.c
13097 m_motd.c m_oper.c m_operspy.c m_rehash.c
13098 m_restart.c m_resv.c m_set.c m_stats.c
13099 m_svinfo.c m_testline.c m_testmask.c
13100 m_topic.c m_trace.c m_watch.c m_who.c
13101 m_whois.c m_whowas.c m_xline.c
13102 static_modules.c.SH
13103 modules/core m_error.c m_message.c m_mode.c m_quit.c
13104 m_server.c m_squit.c
13105 src .depend Makefile.in adns.c balloc.c
13106 cache.c channel.c class.c client.c
13107 commio.c crypt.c devpoll.c epoll.c
13108 event.c getopt.c hash.c hook.c hostmask.c
13109 irc_string.c ircd.c ircd_lexer.l
13110 ircd_parser.y ircd_signal.c listener.c
13111 modules.c newconf.c numeric.c packet.c
13112 parse.c patricia.c poll.c reject.c
13113 restart.c s_auth.c s_conf.c s_log.c
13114 s_newconf.c s_serv.c s_user.c scache.c
13115 select.c send.c snprintf.c tools.c
13116 version.c.SH watch.c whowas.c
13117 tools README.mkpasswd mkpasswd.c
13118 Added files:
13119 . README.VMS clean.com make.com
13120 doc services.txt
13121 include common.h s_stats.h setup.h_vms
13122 supported.h
13123 modules descrip.mms m_challenge.c m_etrace.c
13124 m_invite.c m_names.c m_pass.c m_ping.c
13125 m_pong.c m_services.c m_tb.c m_user.c
13126 m_users.c m_version.c
13127 static_modules_c.com
13128 modules/core descrip.mms m_join.c m_kick.c m_nick.c
13129 m_part.c m_sjoin.c
13130 servlink descrip.mms
13131 src descrip.mms kdparse.c messages.tab qio.c
13132 s_gline.c s_stats.c version.com
13133 tools descrip.mms mkpasswd_vms.c
13134 Removed files:
13135 doc 005.txt
13136 include banconf.h
13137 modules/core channels.c users.c
13138 src banconf.c
13139 Log:
13140 merge from RATBOX_2_0
13141
13142 Revision Changes Path
13143 1.1601 +25853 -1906 ircd-ratbox/ChangeLog
13144 7.40 +1 -0 ircd-ratbox/README.FIRST
13145 7.1 +46 -0 ircd-ratbox/README.VMS (new)
13146 1.110 +114 -6 ircd-ratbox/RELNOTES
13147 1.17 +4 -0 ircd-ratbox/adns/adns.h
13148 1.17 +4 -4 ircd-ratbox/adns/internal.h
13149 1.12 +38 -38 ircd-ratbox/adns/parse.c
13150 1.15 +3 -3 ircd-ratbox/adns/transmit.c
13151 1.19 +13 -13 ircd-ratbox/adns/types.c
13152 7.1 +10 -0 ircd-ratbox/clean.com (new)
13153 7.239 +47 -29 ircd-ratbox/configure
13154 7.53 +40 -32 ircd-ratbox/configure.ac
13155 1.12 +7 -6 ircd-ratbox/contrib/example_module.c
13156 1.13 +9 -7 ircd-ratbox/contrib/spy_admin_notice.c
13157 1.13 +9 -7 ircd-ratbox/contrib/spy_info_notice.c
13158 1.19 +9 -9 ircd-ratbox/contrib/spy_links_notice.c
13159 1.13 +9 -7 ircd-ratbox/contrib/spy_motd_notice.c
13160 1.20 +22 -22 ircd-ratbox/contrib/spy_stats_notice.c
13161 1.12 +8 -6 ircd-ratbox/contrib/spy_stats_p_notice.c
13162 1.14 +12 -12 ircd-ratbox/contrib/spy_trace_notice.c
13163 1.19 +14 -15 ircd-ratbox/contrib/spy_whois_notice.c
13164 1.8 +14 -14 ircd-ratbox/contrib/spy_whois_notice_global.c
13165 1.2 +0 -46 ircd-ratbox/doc/005.txt (dead)
13166 7.252 +68 -22 ircd-ratbox/doc/example.conf
13167 7.83 +70 -19 ircd-ratbox/doc/example.efnet.conf
13168 7.4 +2 -2 ircd-ratbox/doc/ircd.motd
13169 7.18 +2 -0 ircd-ratbox/doc/server-version-info
13170 7.1 +37 -0 ircd-ratbox/doc/services.txt (new)
13171 7.50 +21 -3 ircd-ratbox/doc/whats-new.txt
13172 1.5 +2 -1 ircd-ratbox/help/opers/umode
13173 1.7 +1 -1 ircd-ratbox/help/opers/xline
13174 1.2 +1 -0 ircd-ratbox/help/users/umode
13175 7.3 +0 -15 ircd-ratbox/include/banconf.h (dead)
13176 1.7 +8 -0 ircd-ratbox/include/cache.h
13177 7.162 +18 -16 ircd-ratbox/include/channel.h
13178 7.25 +4 -0 ircd-ratbox/include/class.h
13179 7.259 +34 -28 ircd-ratbox/include/client.h
13180 1.13 +45 -7 ircd-ratbox/include/commio.h
13181 7.9 +68 -0 ircd-ratbox/include/common.h (new)
13182 7.181 +74 -16 ircd-ratbox/include/config.h
13183 7.78 +74 -16 ircd-ratbox/include/config.h.dist
13184 7.53 +2 -0 ircd-ratbox/include/hash.h
13185 1.28 +73 -27 ircd-ratbox/include/hook.h
13186 1.40 +15 -2 ircd-ratbox/include/hostmask.h
13187 7.61 +7 -1 ircd-ratbox/include/irc_string.h
13188 7.80 +6 -31 ircd-ratbox/include/ircd.h
13189 7.54 +4 -0 ircd-ratbox/include/ircd_defs.h
13190 7.56 +14 -8 ircd-ratbox/include/m_info.h
13191 7.49 +4 -0 ircd-ratbox/include/memory.h
13192 7.53 +2 -0 ircd-ratbox/include/msg.h
13193 7.33 +9 -9 ircd-ratbox/include/newconf.h
13194 7.53 +12 -8 ircd-ratbox/include/numeric.h
13195 7.27 +1 -1 ircd-ratbox/include/packet.h
13196 7.68 +7 -1 ircd-ratbox/include/patchlevel.h
13197 7.19 +25 -1 ircd-ratbox/include/patricia.h
13198 7.304 +80 -25 ircd-ratbox/include/s_conf.h
13199 7.20 +12 -0 ircd-ratbox/include/s_gline.h
13200 7.44 +1 -48 ircd-ratbox/include/s_newconf.h
13201 7.97 +7 -1 ircd-ratbox/include/s_serv.h
13202 7.20 +80 -0 ircd-ratbox/include/s_stats.h (new)
13203 7.34 +13 -9 ircd-ratbox/include/s_user.h
13204 7.15 +1 -1 ircd-ratbox/include/scache.h
13205 7.5366 +1 -1 ircd-ratbox/include/serno.h
13206 7.93 +3 -0 ircd-ratbox/include/setup.h.in
13207 7.15 +124 -0 ircd-ratbox/include/setup.h_vms (new)
13208 7.18 +2 -7 ircd-ratbox/include/sprintf_irc.h
13209 1.15 +47 -47 ircd-ratbox/include/stdinc.h
13210 7.1 +124 -0 ircd-ratbox/include/supported.h (new)
13211 1.53 +10 -10 ircd-ratbox/include/tools.h
13212 7.1 +58 -0 ircd-ratbox/make.com (new)
13213 1.45 +338 -182 ircd-ratbox/modules/.depend
13214 1.115 +20 -4 ircd-ratbox/modules/Makefile.in
13215 1.14 +0 -1963 ircd-ratbox/modules/core/channels.c (dead)
13216 1.4 +24 -0 ircd-ratbox/modules/core/descrip.mms (new)
13217 1.11 +2 -1 ircd-ratbox/modules/core/m_error.c
13218 1.161 +747 -0 ircd-ratbox/modules/core/m_join.c (new)
13219 1.81 +201 -0 ircd-ratbox/modules/core/m_kick.c (new)
13220 1.158 +6 -186 ircd-ratbox/modules/core/m_message.c
13221 1.118 +97 -195 ircd-ratbox/modules/core/m_mode.c
13222 1.157 +1026 -0 ircd-ratbox/modules/core/m_nick.c (new)
13223 1.94 +155 -0 ircd-ratbox/modules/core/m_part.c (new)
13224 1.50 +5 -2 ircd-ratbox/modules/core/m_quit.c
13225 1.150 +10 -987 ircd-ratbox/modules/core/m_server.c
13226 1.203 +759 -0 ircd-ratbox/modules/core/m_sjoin.c (new)
13227 1.82 +3 -2 ircd-ratbox/modules/core/m_squit.c
13228 1.26 +0 -2316 ircd-ratbox/modules/core/users.c (dead)
13229 1.9 +33 -0 ircd-ratbox/modules/descrip.mms (new)
13230 1.61 +6 -5 ircd-ratbox/modules/m_admin.c
13231 1.59 +3 -3 ircd-ratbox/modules/m_away.c
13232 1.72 +273 -0 ircd-ratbox/modules/m_challenge.c (new)
13233 1.45 +229 -44 ircd-ratbox/modules/m_dline.c
13234 1.21 +2 -1 ircd-ratbox/modules/m_encap.c
13235 1.12 +154 -0 ircd-ratbox/modules/m_etrace.c (new)
13236 1.148 +29 -82 ircd-ratbox/modules/m_gline.c
13237 1.119 +50 -42 ircd-ratbox/modules/m_info.c
13238 1.83 +203 -0 ircd-ratbox/modules/m_invite.c (new)
13239 1.196 +154 -5 ircd-ratbox/modules/m_kline.c
13240 1.69 +8 -64 ircd-ratbox/modules/m_links.c
13241 1.80 +4 -4 ircd-ratbox/modules/m_list.c
13242 1.46 +2 -37 ircd-ratbox/modules/m_lusers.c
13243 1.57 +6 -5 ircd-ratbox/modules/m_motd.c
13244 1.81 +193 -0 ircd-ratbox/modules/m_names.c (new)
13245 1.90 +4 -299 ircd-ratbox/modules/m_oper.c
13246 1.6 +2 -1 ircd-ratbox/modules/m_operspy.c
13247 1.49 +101 -0 ircd-ratbox/modules/m_pass.c (new)
13248 1.58 +115 -0 ircd-ratbox/modules/m_ping.c (new)
13249 1.58 +134 -0 ircd-ratbox/modules/m_pong.c (new)
13250 1.87 +34 -60 ircd-ratbox/modules/m_rehash.c
13251 1.46 +2 -1 ircd-ratbox/modules/m_restart.c
13252 1.71 +98 -3 ircd-ratbox/modules/m_resv.c
13253 1.2 +172 -0 ircd-ratbox/modules/m_services.c (new)
13254 1.80 +31 -1 ircd-ratbox/modules/m_set.c
13255 1.238 +173 -570 ircd-ratbox/modules/m_stats.c
13256 1.63 +2 -1 ircd-ratbox/modules/m_svinfo.c
13257 1.9 +115 -0 ircd-ratbox/modules/m_tb.c (new)
13258 1.54 +7 -6 ircd-ratbox/modules/m_testline.c
13259 1.4 +2 -1 ircd-ratbox/modules/m_testmask.c
13260 1.90 +2 -127 ircd-ratbox/modules/m_topic.c
13261 1.106 +12 -105 ircd-ratbox/modules/m_trace.c
13262 1.45 +107 -0 ircd-ratbox/modules/m_user.c (new)
13263 1.45 +72 -0 ircd-ratbox/modules/m_users.c (new)
13264 1.68 +157 -0 ircd-ratbox/modules/m_version.c (new)
13265 1.4 +1 -2 ircd-ratbox/modules/m_watch.c
13266 1.114 +2 -1 ircd-ratbox/modules/m_who.c
13267 1.146 +14 -11 ircd-ratbox/modules/m_whois.c
13268 1.51 +2 -1 ircd-ratbox/modules/m_whowas.c
13269 1.65 +105 -13 ircd-ratbox/modules/m_xline.c
13270 1.9 +2 -2 ircd-ratbox/modules/static_modules.c.SH
13271 1.5 +125 -0 ircd-ratbox/modules/static_modules_c.com (new)
13272 1.3 +15 -0 ircd-ratbox/servlink/descrip.mms (new)
13273 7.48 +162 -119 ircd-ratbox/src/.depend
13274 7.153 +3 -1 ircd-ratbox/src/Makefile.in
13275 7.75 +5 -5 ircd-ratbox/src/adns.c
13276 7.84 +1 -1 ircd-ratbox/src/balloc.c
13277 7.7 +0 -355 ircd-ratbox/src/banconf.c (dead)
13278 1.23 +75 -7 ircd-ratbox/src/cache.c
13279 7.429 +342 -79 ircd-ratbox/src/channel.c
13280 7.67 +42 -2 ircd-ratbox/src/class.c
13281 7.485 +245 -85 ircd-ratbox/src/client.c
13282 1.23 +349 -43 ircd-ratbox/src/commio.c
13283 7.11 +4 -0 ircd-ratbox/src/crypt.c
13284 7.14 +44 -0 ircd-ratbox/src/descrip.mms (new)
13285 7.36 +3 -1 ircd-ratbox/src/devpoll.c
13286 1.32 +4 -8 ircd-ratbox/src/epoll.c
13287 7.46 +63 -6 ircd-ratbox/src/event.c
13288 7.23 +4 -0 ircd-ratbox/src/getopt.c
13289 7.112 +8 -7 ircd-ratbox/src/hash.c
13290 7.32 +135 -133 ircd-ratbox/src/hook.c
13291 7.105 +117 -17 ircd-ratbox/src/hostmask.c
13292 7.76 +79 -26 ircd-ratbox/src/irc_string.c
13293 7.365 +56 -48 ircd-ratbox/src/ircd.c
13294 1.166 +11 -7 ircd-ratbox/src/ircd_lexer.l
13295 1.275 +1 -0 ircd-ratbox/src/ircd_parser.y
13296 7.25 +25 -10 ircd-ratbox/src/ircd_signal.c
13297 7.41 +309 -0 ircd-ratbox/src/kdparse.c (new)
13298 7.122 +14 -13 ircd-ratbox/src/listener.c
13299 7.119 +1025 -0 ircd-ratbox/src/messages.tab (new)
13300 7.150 +17 -8 ircd-ratbox/src/modules.c
13301 7.187 +1196 -344 ircd-ratbox/src/newconf.c
13302 7.35 +34 -1003 ircd-ratbox/src/numeric.c
13303 7.137 +55 -42 ircd-ratbox/src/packet.c
13304 7.187 +8 -15 ircd-ratbox/src/parse.c
13305 7.28 +2 -4 ircd-ratbox/src/patricia.c
13306 7.82 +3 -1 ircd-ratbox/src/poll.c
13307 7.7 +221 -0 ircd-ratbox/src/qio.c (new)
13308 1.32 +8 -3 ircd-ratbox/src/reject.c
13309 7.34 +1 -0 ircd-ratbox/src/restart.c
13310 7.190 +60 -52 ircd-ratbox/src/s_auth.c
13311 7.497 +892 -156 ircd-ratbox/src/s_conf.c
13312 7.1 +167 -0 ircd-ratbox/src/s_gline.c (new)
13313 7.76 +32 -35 ircd-ratbox/src/s_log.c
13314 7.62 +10 -329 ircd-ratbox/src/s_newconf.c
13315 7.420 +999 -4 ircd-ratbox/src/s_serv.c
13316 7.40 +385 -0 ircd-ratbox/src/s_stats.c (new)
13317 7.334 +773 -2 ircd-ratbox/src/s_user.c
13318 7.27 +2 -1 ircd-ratbox/src/scache.c
13319 7.44 +2 -0 ircd-ratbox/src/select.c
13320 7.285 +12 -12 ircd-ratbox/src/send.c
13321 1.16 +0 -58 ircd-ratbox/src/snprintf.c
13322 7.46 +0 -1 ircd-ratbox/src/tools.c
13323 7.28 +4 -1 ircd-ratbox/src/version.c.SH
13324 7.7 +101 -0 ircd-ratbox/src/version.com (new)
13325 1.3 +4 -4 ircd-ratbox/src/watch.c
13326 7.32 +1 -0 ircd-ratbox/src/whowas.c
13327 1.8 +5 -0 ircd-ratbox/tools/README.mkpasswd
13328 7.8 +25 -0 ircd-ratbox/tools/descrip.mms (new)
13329 7.16 +2 -30 ircd-ratbox/tools/mkpasswd.c
13330 7.3 +458 -0 ircd-ratbox/tools/mkpasswd_vms.c (new)
13331
13332
13333
13334 androsyn 2005/01/13 22:17:53 EST (20050114_2)
13335
13336 Modified files: (Branch: RATBOX_2_0)
13337 src client.c
13338 Log:
13339 a remote client is never going to have a watch list..duh
13340
13341 Revision Changes Path
13342 7.463.2.13 +0 -1 ircd-ratbox/src/client.c
13343
13344
13345
13346 androsyn 2005/01/13 20:49:55 EST (20050114_1)
13347
13348 Added files: (Branch: RATBOX_2_0)
13349 modules m_watch.c
13350 Log:
13351 get that one too
13352
13353 Revision Changes Path
13354 1.3.2.1 +231 -0 ircd-ratbox/modules/m_watch.c (new)
13355
13356
13357
13358 androsyn 2005/01/13 20:39:28 EST (20050114_0)
13359
13360 Added files: (Branch: RATBOX_2_0)
13361 include watch.h
13362 src watch.c
13363 Log:
13364 helps if we actually include the .c/.h files
13365
13366 Revision Changes Path
13367 7.1.2.1 +53 -0 ircd-ratbox/include/watch.h (new)
13368 1.2.2.1 +241 -0 ircd-ratbox/src/watch.c (new)
13369
13370
13371
13372 androsyn 2005/01/13 13:57:16 EST (20050113_0)
13373
13374 Modified files: (Branch: RATBOX_2_0)
13375 . configure configure.ac
13376 include client.h numeric.h s_conf.h setup.h.in
13377 supported.h
13378 modules Makefile.in
13379 modules/core m_nick.c
13380 src Makefile.in client.c ircd.c messages.tab
13381 newconf.c s_conf.c s_user.c
13382 Log:
13383 backport watch from devel
13384
13385 Revision Changes Path
13386 7.229.2.10 +12 -2 ircd-ratbox/configure
13387 7.43.2.10 +4 -2 ircd-ratbox/configure.ac
13388 7.246.2.12 +4 -0 ircd-ratbox/include/client.h
13389 7.46.2.5 +10 -0 ircd-ratbox/include/numeric.h
13390 7.278.2.9 +1 -0 ircd-ratbox/include/s_conf.h
13391 7.89.2.3 +3 -0 ircd-ratbox/include/setup.h.in
13392 1.41.2.3 +4 -2 ircd-ratbox/include/supported.h
13393 1.98.2.3 +1 -0 ircd-ratbox/modules/Makefile.in
13394 1.152.2.5 +24 -5 ircd-ratbox/modules/core/m_nick.c
13395 7.148.2.1 +1 -0 ircd-ratbox/src/Makefile.in
13396 7.463.2.12 +4 -0 ircd-ratbox/src/client.c
13397 7.343.2.3 +2 -0 ircd-ratbox/src/ircd.c
13398 7.114.2.9 +10 -10 ircd-ratbox/src/messages.tab
13399 7.156.2.16 +7 -0 ircd-ratbox/src/newconf.c
13400 7.470.2.8 +1 -0 ircd-ratbox/src/s_conf.c
13401 7.323.2.10 +2 -0 ircd-ratbox/src/s_user.c
13402
13403
13404
13405 leeh 2005/01/12 10:12:40 EST (20050112_1)
13406
13407 Modified files: (Branch: RATBOX_2_0)
13408 include numeric.h
13409 modules m_services.c m_whois.c
13410 src messages.tab
13411 Log:
13412 - add RPL_WHOISLOGGEDIN, make m_services.c hook into whois and output this
13413 when the user is logged in
13414
13415 Revision Changes Path
13416 7.46.2.4 +1 -0 ircd-ratbox/include/numeric.h
13417 1.1.2.3 +18 -1 ircd-ratbox/modules/m_services.c
13418 1.140.2.3 +4 -1 ircd-ratbox/modules/m_whois.c
13419 7.114.2.8 +2 -2 ircd-ratbox/src/messages.tab
13420
13421
13422
13423 leeh 2005/01/11 19:47:14 EST (20050112_0)
13424
13425 Modified files: (Branch: RATBOX_2_0)
13426 include supported.h
13427 Added files: (Branch: RATBOX_2_0)
13428 doc services.txt
13429 Log:
13430 - add +r to 005
13431 - added doc/services.txt, outlining the compatibility code
13432
13433 Revision Changes Path
13434 1.1.2.1 +37 -0 ircd-ratbox/doc/services.txt (new)
13435 1.41.2.2 +9 -2 ircd-ratbox/include/supported.h
13436
13437
13438
13439 leeh 2005/01/11 18:38:10 EST (20050111_5)
13440
13441 Modified files: (Branch: RATBOX_2_0)
13442 include client.h hook.h
13443 modules m_services.c
13444 modules/core m_server.c
13445 src hook.c s_serv.c
13446 Log:
13447 - more services compatibility code:
13448 - hook into a server being linked, mark it FLAGS_SERVICE if we find an
13449 appropriate service {}; entry, only accept SU from these.
13450 - hook into us finishing nick burst, and have services burst a list of
13451 logged in users
13452
13453 Revision Changes Path
13454 7.246.2.11 +1 -0 ircd-ratbox/include/client.h
13455 1.25.2.1 +2 -0 ircd-ratbox/include/hook.h
13456 1.133.2.1 +4 -1 ircd-ratbox/modules/core/m_server.c
13457 1.1.2.2 +52 -5 ircd-ratbox/modules/m_services.c
13458 7.30.2.1 +6 -0 ircd-ratbox/src/hook.c
13459 7.406.2.9 +7 -1 ircd-ratbox/src/s_serv.c
13460
13461
13462
13463 leeh 2005/01/11 17:32:42 EST (20050111_4)
13464
13465 Modified files: (Branch: RATBOX_2_0)
13466 . configure configure.ac
13467 include client.h
13468 modules Makefile.in
13469 src channel.c
13470 Added files: (Branch: RATBOX_2_0)
13471 modules m_services.c
13472 Log:
13473 - more services compatibility code:
13474 - encap handlers for SU (services marking client as logged in)
13475 - and for LOGIN (servers bursting logged in status)
13476 - move suser from Client -> User
13477
13478 Revision Changes Path
13479 7.229.2.9 +9 -3 ircd-ratbox/configure
13480 7.43.2.9 +7 -2 ircd-ratbox/configure.ac
13481 7.246.2.10 +5 -4 ircd-ratbox/include/client.h
13482 1.98.2.2 +3 -1 ircd-ratbox/modules/Makefile.in
13483 1.1.2.1 +108 -0 ircd-ratbox/modules/m_services.c (new)
13484 7.417.2.5 +1 -1 ircd-ratbox/src/channel.c
13485
13486
13487
13488 leeh 2005/01/11 16:46:34 EST (20050111_3)
13489
13490 Modified files: (Branch: RATBOX_2_0)
13491 include ircd_defs.h
13492 Log:
13493 - whoops, missing #endif
13494
13495 Revision Changes Path
13496 7.50.4.7 +1 -0 ircd-ratbox/include/ircd_defs.h
13497
13498
13499
13500 leeh 2005/01/11 15:56:57 EST (20050111_2)
13501
13502 Modified files: (Branch: RATBOX_2_0)
13503 include ircd_defs.h
13504 Log:
13505 - cygwin doesnt have struct sockaddr_in6, so make GET_SS_LEN() when we dont
13506 have ipv6 just report sizeof(struct sockaddr_in)
13507
13508 Revision Changes Path
13509 7.50.4.6 +3 -0 ircd-ratbox/include/ircd_defs.h
13510
13511
13512
13513 leeh 2005/01/10 20:19:35 EST (20050111_1)
13514
13515 Modified files: (Branch: RATBOX_2_0)
13516 src newconf.c
13517 Log:
13518 - fix a gcc warning
13519
13520 Revision Changes Path
13521 7.156.2.15 +3 -2 ircd-ratbox/src/newconf.c
13522
13523
13524
13525 leeh 2005/01/10 20:10:35 EST (20050111_0)
13526
13527 Modified files: (Branch: RATBOX_2_0)
13528 adns internal.h parse.c transmit.c types.c
13529 Log:
13530 - fbsd5.3 has introduced fls(), so rename fls -> flstate in adns to avoid
13531 conflict
13532
13533 Revision Changes Path
13534 1.12.14.4 +4 -4 ircd-ratbox/adns/internal.h
13535 1.9.6.4 +38 -38 ircd-ratbox/adns/parse.c
13536 1.13.6.3 +3 -3 ircd-ratbox/adns/transmit.c
13537 1.14.6.4 +13 -13 ircd-ratbox/adns/types.c
13538
13539
13540
13541 leeh 2005/01/10 17:48:48 EST (20050110_3)
13542
13543 Modified files: (Branch: RATBOX_2_0)
13544 modules m_xline.c
13545 Log:
13546 - send out the reformatted xline to opers (\s -> ' ')
13547
13548 Revision Changes Path
13549 1.52.2.6 +3 -3 ircd-ratbox/modules/m_xline.c
13550
13551
13552
13553 leeh 2005/01/10 16:18:53 EST (20050110_2)
13554
13555 Modified files: (Branch: RATBOX_2_0)
13556 help/opers umode
13557 help/users umode
13558 include client.h supported.h
13559 src messages.tab s_user.c send.c
13560 Log:
13561 - alzs diff to add usermode +D, "deaf", which shields a user from seeing
13562 channel privmsgs.
13563
13564 Revision Changes Path
13565 1.3.6.2 +1 -0 ircd-ratbox/help/opers/umode
13566 1.1.22.1 +1 -0 ircd-ratbox/help/users/umode
13567 7.246.2.9 +5 -2 ircd-ratbox/include/client.h
13568 1.41.2.1 +9 -9 ircd-ratbox/include/supported.h
13569 7.114.2.7 +1 -1 ircd-ratbox/src/messages.tab
13570 7.323.2.9 +2 -1 ircd-ratbox/src/s_user.c
13571 7.280.2.2 +3 -0 ircd-ratbox/src/send.c
13572
13573
13574
13575 leeh 2005/01/10 14:50:47 EST (20050110_1)
13576
13577 Modified files: (Branch: RATBOX_2_0)
13578 doc example.conf example.efnet.conf
13579 Log:
13580 - I dont remember ts6 desyncing on bans, so im not sure why the example
13581 confs say so.
13582
13583 Revision Changes Path
13584 7.243.2.9 +1 -2 ircd-ratbox/doc/example.conf
13585 7.75.2.10 +1 -2 ircd-ratbox/doc/example.efnet.conf
13586
13587
13588
13589 leeh 2005/01/10 13:31:10 EST (20050110_0)
13590
13591 Modified files: (Branch: RATBOX_2_0)
13592 . configure configure.ac
13593 include channel.h client.h numeric.h s_conf.h
13594 s_serv.h setup.h.in
13595 modules/core m_join.c m_kick.c m_mode.c m_nick.c
13596 m_sjoin.c
13597 src channel.c messages.tab newconf.c s_conf.c
13598 s_serv.c s_user.c
13599 Log:
13600 - added --enable-services to configure, which enables some ratbox-services
13601 compatibility code:
13602 - chanmode +r, registered users only
13603 - usermode +S, prevents deop/kick of a service
13604 - service { }; block in conf for the above umode
13605
13606 Revision Changes Path
13607 7.229.2.8 +28 -16 ircd-ratbox/configure
13608 7.43.2.8 +19 -16 ircd-ratbox/configure.ac
13609 7.152.4.5 +4 -3 ircd-ratbox/include/channel.h
13610 7.246.2.8 +10 -4 ircd-ratbox/include/client.h
13611 7.46.2.3 +2 -1 ircd-ratbox/include/numeric.h
13612 7.278.2.8 +4 -0 ircd-ratbox/include/s_conf.h
13613 7.94.2.1 +2 -1 ircd-ratbox/include/s_serv.h
13614 7.89.2.2 +3 -0 ircd-ratbox/include/setup.h.in
13615 1.156.2.1 +9 -1 ircd-ratbox/modules/core/m_join.c
13616 1.79.2.1 +11 -1 ircd-ratbox/modules/core/m_kick.c
13617 1.112.2.4 +56 -1 ircd-ratbox/modules/core/m_mode.c
13618 1.152.2.4 +24 -1 ircd-ratbox/modules/core/m_nick.c
13619 1.201.2.4 +9 -1 ircd-ratbox/modules/core/m_sjoin.c
13620 7.417.2.4 +14 -1 ircd-ratbox/src/channel.c
13621 7.114.2.6 +2 -2 ircd-ratbox/src/messages.tab
13622 7.156.2.14 +35 -0 ircd-ratbox/src/newconf.c
13623 7.470.2.7 +15 -0 ircd-ratbox/src/s_conf.c
13624 7.406.2.8 +3 -0 ircd-ratbox/src/s_serv.c
13625 7.323.2.8 +12 -0 ircd-ratbox/src/s_user.c
13626
13627
13628
13629 leeh 2005/01/09 08:23:30 EST (20050109_0)
13630
13631 Modified files: (Branch: RATBOX_2_0)
13632 help/opers umode
13633 Log:
13634 - remove a tab, and add +C to opers umode help
13635
13636 Revision Changes Path
13637 1.3.6.1 +1 -0 ircd-ratbox/help/opers/umode
13638