]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
bug fix
[irc/evilnet/x3.git] / ChangeLog
CommitLineData
d76ed9a9 1# do not edit -- automatically generated by arch changelog
2# arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3
3#
82fc63dc 42004-08-12 Rubin <rubin@afternet.org> patch-0001
5 Fixed glob matching function up a bit more to match
6 any of the various hosts you can have on irc.
7 Toned down ,ban command not to hunt down and deop
8 anyone who happens to match a manual banmask.
d76ed9a9 9
a32da4c7 102004-08-12 16:06:55 GMT Zoot <zoot@gamesurge.net> patch-77
11
12 Summary:
13 More title host checking
14 Revision:
15 srvx--devo--1.3--patch-77
16
17 * src/nickserv.c: Make oset title verify that the final combined fakehost
18 will not be truncated before storing the title. Also, supply a missing
19 format string argument.
20
21 modified files:
22 ChangeLog src/nickserv.c
23
24
252004-08-08 17:42:01 GMT Zoot <zoot@gamesurge.net> patch-76
26
27 Summary:
28 Fix format string bug
29 Revision:
30 srvx--devo--1.3--patch-76
31
32 * src/chanserv.c: Fix a format string bug in the myaccess command.
33
34 modified files:
35 ChangeLog src/chanserv.c
36
37
382004-08-02 12:54:13 GMT Michael Poole <mdpoole@troilus.org> patch-75
39
40 Summary:
41 Assorted bug fixes
42 Revision:
43 srvx--devo--1.3--patch-75
44
45 * Add missing semicolon in German translation of CSMSG_TRANSFER_WAIT.
46
47 * Fix pointer used in !trim max_access calculation.
48
49 * Default to maximum line length for all "single-line" messages.
50
51 * Return success from NickServ ounregister so it is logged properly.
52
53 modified files:
54 ChangeLog languages/de/strings.db src/chanserv.c
55 src/helpfile.c src/nickserv.c
56
57
582004-07-22 04:03:22 GMT Michael Poole <mdpoole@troilus.org> patch-74
59
60 Summary:
61 Channel suspension, transfer and line wrap changes
62 Revision:
63 srvx--devo--1.3--patch-74
64
65 * Treat half-unsuspended channels as unsuspended, to avoid crashes
66 caused by sysadmins editing chanserv.db in screwy ways.
67
68 * Add a srvx.conf option to limit how often channel owners can give
69 away channel ownership.
70
71 * Limit most output line expansions to just one line.
72
73 * Remove unnecessary assert(hs_user) checks from mod-helpserv.c.
74
75 * Don't run_empty_interval() in HelpServ when the user's server is
76 still bursting.
77
78 modified files:
79 ChangeLog languages/de/strings.db src/chanserv.c
80 src/chanserv.h src/helpfile.c src/helpfile.h
81 src/mod-helpserv.c srvx.conf.example
82
83
842004-07-19 03:38:09 GMT Michael Poole <mdpoole@troilus.org> patch-73
85
86 Summary:
87 Bugfixes for !trim users, !unsuspend and /clearmodes
88 Revision:
89 srvx--devo--1.3--patch-73
90
91 * Show actual upper bound used to trim users.
92
93 * Update whether an user being unsuspended is in the channel.
94
95 * Add a missing "break;" so that /clearmodes c doesn't clear NOCTCPS too.
96
97 modified files:
98 ChangeLog src/chanserv.c src/proto-p10.c
99
100
1012004-07-12 19:06:38 GMT Michael Poole <mdpoole@troilus.org> patch-72
102
103 Summary:
104 add FAQ to distribition; make compatible with gcc-2.95
105 Revision:
106 srvx--devo--1.3--patch-72
107
108 * Add FAQ to EXTRA_DIST in root.
109
110 * Name the anonymous union inside struct mod_chanmode.
111
112 * Typecast printf() field width arguments to int.
113
114 modified files:
115 ChangeLog Makefile.am src/chanserv.c src/hash.c
116 src/mod-helpserv.c src/mod-snoop.c src/opserv.c
117 src/proto-bahamut.c src/proto-common.c src/proto-p10.c
118 src/proto.h
119
120
1212004-07-10 04:42:12 GMT Zoot <zoot@gamesurge.net> patch-71
122
123 Summary:
124 Fix OperServ inviteme crash
125 Revision:
126 srvx--devo--1.3--patch-71
127
128 * src/opserv.c: Fix a NULL pointer dereference in inviteme that caused crashes
129 for some users.
130
131 modified files:
132 ChangeLog src/opserv.c
133
134
1352004-07-01 02:23:21 GMT Michael Poole <mdpoole@troilus.org> patch-70
136
137 Summary:
138 miscellaneous bugfixes and indentation fixes
139 Revision:
140 srvx--devo--1.3--patch-70
141
142 * srvx.conf.example: Clarify comment about "default_hostmask" setting.
143
144 * patches/sethost13.diff: Forward port of sethost patch, from Reed Loden.
145
146 * src/opserv.c (cmd_kickbanall): Free mod_chanmode_change after use.
147
148 * src/proto-p10.c (cmd_whois): Fix indentation and show real server to opers.
149
150 * src/tools.c (string_buffer_append_vprintf): Avoid a possible buffer overrun.
151
152 new files:
153 patches/.arch-ids/sethost13.diff.id patches/sethost13.diff
154
155 modified files:
156 ChangeLog INSTALL Makefile.am NEWS README compile configure.in
157 depcomp docs/access-levels.txt docs/coding-style.txt
158 docs/cookies.txt docs/helpserv.txt docs/ircd-modes.txt
159 docs/malloc-compare.txt languages/.arch-inventory
160 languages/de/README languages/de/chanserv.help
161 languages/de/global.help languages/de/modcmd.help
162 languages/de/nickserv.help languages/de/strings.db
163 languages/en/README languages/en_UK/README
164 languages/en_UK/chanserv.help languages/en_UK/opserv.help
165 languages/en_UK/strings.db languages/validate.pl
166 patches/helpserv-pgsql.diff sockcheck.conf.example
167 src/Makefile.am src/chanserv.c src/chanserv.h
168 src/chanserv.help src/common.h src/conf.c src/conf.h
169 src/dict-splay.c src/gline.c src/gline.h src/global.c
170 src/global.h src/global.help src/hash.c src/hash.h src/heap.c
171 src/heap.h src/helpfile.c src/helpfile.h src/ioset.c
172 src/ioset.h src/log.h src/main.c src/mod-helpserv.c
173 src/mod-memoserv.c src/mod-snoop.c src/modcmd.c src/modcmd.h
174 src/modules.c src/modules.h src/nickserv.c src/nickserv.h
175 src/nickserv.help src/opserv.c src/opserv.h src/opserv.help
176 src/policer.c src/policer.h src/proto-bahamut.c
177 src/proto-common.c src/proto-p10.c src/proto.h src/recdb.c
178 src/recdb.h src/saxdb.c src/saxdb.h src/saxdb.help
179 src/sendmail.c src/sendmail.h src/timeq.c src/timeq.h
180 src/tools.c srvx.conf.example tests/nickserv.cmd tests/p10.cmd
181 tests/test-driver.pl tests/test.cmd
182 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-10
183 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-14
184 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-18
185 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-34
186 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-43
187 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-46
188 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-57
189 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-58
190 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-61
191 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-62
192 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-63
193 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-68
194 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-69
195
196 modified directories:
197 languages/en_UK
198
199
2002004-06-16 12:23:32 GMT adam <adam@gamesurge.net> patch-69
201
202 Summary:
203 added modes parameter to srvx.conf to control user modes
204 Revision:
205 srvx--devo--1.3--patch-69
206
207 * each service now has a 'modes' parameter in srvx.conf to specify their individual modes.. if left blank, will default to whatever 'services' modes work for your ircd.
208
209
210 modified files:
211 ChangeLog src/chanserv.c src/global.c src/mod-helpserv.c
212 src/modcmd.c src/nickserv.c src/opserv.c src/proto-bahamut.c
213 src/proto-p10.c src/proto.h srvx.conf.example
214
215
2162004-06-08 09:24:49 GMT adam <adam@gamesurge.net> patch-68
217
218 Summary:
219 fixed MODE_REGISTERED bug; introduced MCP_REGISTERED
220 Revision:
221 srvx--devo--1.3--patch-68
222
223 * fixed MODE_REGISTERED bug: srvx was sending a blank mode change on channel unregistrations; we now have a srvx.conf setting that dictates whether or not to use MODE_REGISTERED (which has no corresponding letter on P10 networks!) - also, we now set MODE_REGISTERED in newly registered channels (which we werent before)
224
225 * introduced MCP_REGISTERED: we now don't let channels that are registered play with the registered mode (usually +r on bahamut networks) via chanserv user-level commands (ie: !mode -r)
226
227
228
229
230 modified files:
231 ChangeLog src/chanserv.c src/proto-bahamut.c src/proto.h
232 srvx.conf.example
233
234
d76ed9a9 2352004-05-22 04:24:57 GMT Michael Poole <mdpoole@troilus.org> patch-67
236
237 Summary:
238 Add fake host support (assuming your ircd supports it)
239 Revision:
240 srvx--devo--1.3--patch-67
241
242 Add definitions in various places to support assigning fake hosts to
243 users. We will not give you (or make for you) patches to make your
244 ircd support this feature, so please do not ask. You must set a
245 certain srvx.conf setting to be able to assign fakehosts; finding it
246 is left as an exercise to the reader.
247
248 modified files:
249 ChangeLog src/chanserv.c src/hash.c src/hash.h src/log.c
250 src/nickserv.c src/nickserv.h src/opserv.c src/proto-bahamut.c
251 src/proto-common.c src/proto-p10.c src/proto.h src/tools.c
252
253
2542004-05-22 03:00:05 GMT Michael Poole <mdpoole@troilus.org> patch-66
255
256 Summary:
257 Remove obsolete check for src/srvx directory
258 Revision:
259 srvx--devo--1.3--patch-66
260
261 Since srvx is in arch, and arch doesn't have CVS's eccentricities
262 about old directories, remove the test for src/srvx being a directory.
263
264 modified files:
265 ChangeLog autogen.sh
266
267
2682004-05-21 12:58:18 GMT Michael Poole <mdpoole@troilus.org> patch-65
269
270 Summary:
271 Fix memory leak in ?accounts
272 Revision:
273 srvx--devo--1.3--patch-65
274
275 Fix a memory leak in ?accounts.
276
277 modified files:
278 ChangeLog src/nickserv.c
279
280
2812004-05-21 12:38:39 GMT Michael Poole <mdpoole@troilus.org> patch-64
282
283 Summary:
284 Fix helpserv whine when helpers leave the channel; fix ?devoiceall
285 Revision:
286 srvx--devo--1.3--patch-64
287
288 Remove the parting modeNode before making callbacks, so callbacks
289 don't get confused and think the user is still in the channel.
290
291 In ?devoiceall, OpServ should only remove voice from users who have it.
292
293 modified files:
294 ChangeLog src/hash.c src/opserv.c
295
296
2972004-05-17 09:44:35 GMT adam <adam@gamesurge.net> patch-63
298
299 Summary:
300 fix minor EnfModes bug in chanserv.c
301 Revision:
302 srvx--devo--1.3--patch-63
303
304 * address bug id #955105; minor EnfModes issue
305
306
307 modified files:
308 ChangeLog src/chanserv.c
309
310
3112004-05-14 06:27:30 GMT adam <adam@gamesurge.net> patch-62
312
313 Summary:
314 fix stupid typo from --patch-61
315 Revision:
316 srvx--devo--1.3--patch-62
317
318 * fix stupid typo in nickserv.c from --patch-61; sigh.
319
320
321 modified files:
322 ChangeLog src/nickserv.c
323
324
3252004-05-14 05:37:38 GMT adam <adam@gamesurge.net> patch-61
326
327 Summary:
328 rearrange chanserv-level ban/kick messages; change wording on authentication cookie email, implement old tried2reg patch
329 Revision:
330 srvx--devo--1.3--patch-61
331
332 * chanserv ban/kick messages are now displayed as "(name) message" as opposed to what they were, which was "message (name)"; this was done to remove irregularity with how it was in some parts of the code.
333
334 * at semi-popular request, wording in initial registration emails has been changed to explain that COOKIE should not be used more than once
335
336 * implemented old 'tried2reg' patch - you may only use /msg authserv register once per session (this was not the case before, which was apparent with email registrations)
337
338
339 removed files:
340 patches/.arch-ids/ns_tried2reg102403.diff.id
341 patches/ns_tried2reg102403.diff
342
343 modified files:
344 ChangeLog src/chanserv.c src/hash.h src/nickserv.c
345 src/opserv.c
346
347
3482004-05-09 03:05:48 GMT Michael Poole <mdpoole@troilus.org> patch-60
349
350 Summary:
351 Fix several bugs; make off-channel a per-channel option
352 Revision:
353 srvx--devo--1.3--patch-60
354
355 * Add per-channel option (!set offchannel) for off-channel services
356 support.
357
358 * Rename REGISTERED_MODE to MODE_REGISTERED and always use it.
359
360 * Delete remaining (registered) channels on exit.
361
362 * Fix tests in proto-p10.c for chanop-ness when using off-channel
363 services support.
364
365 modified files:
366 ChangeLog src/chanserv.c src/chanserv.h src/hash.c src/hash.h
367 src/nickserv.c src/proto-bahamut.c src/proto-common.c
368 src/proto-p10.c src/proto.h srvx.conf.example
369
370
3712004-05-07 14:32:06 GMT Michael Poole <mdpoole@troilus.org> patch-59
372
373 Summary:
374 allow daemon mode under cygwin
375 Revision:
376 srvx--devo--1.3--patch-59
377
378 * Remove code to disable daemon mode in Cygwin, since Cygwin now
379 properly implements fork() etc.
380
381 modified files:
382 ChangeLog src/main.c
383
384
3852004-05-06 09:46:38 GMT adam <adam@gamesurge.net> patch-58
386
387 Summary:
388 basic off-channel support; restructuring how part functions are handled
389 Revision:
390 srvx--devo--1.3--patch-58
391
392 * added srvx.conf setting to allow chanserv to work being outside of a channel; if you'd like to have srvx set a mode as it joins, edit REGISTERED_MODE in hash.h. this will not work properly on P10 networks - though it may be nice for bahamut-based networks. either way, please do not ask us for assistance.
393
394 * changed the way part functions are called - a modeNode is now passed, and they are run *before* the user's membership link in that channel is nuked.
395
396
397
398 modified files:
399 ChangeLog src/chanserv.c src/hash.c src/hash.h
400 src/mod-helpserv.c src/mod-snoop.c src/proto-common.c
401 src/proto-p10.c srvx.conf.example
402
403
4042004-05-01 11:17:11 GMT adam <akl@gamesurge.net> patch-57
405
406 Summary:
407 introduce unreg_privmsg_func, fix minor autoinvite issue, alter account-finding on local services clients
408 Revision:
409 srvx--devo--1.3--patch-57
410
411 * introduce unreg_privmsg_func: unreg_privmsg_func()/unreg_notice_func() - both of which reverse the effect of reg_privmsg_func()/reg_notice_func()
412
413 * fix minor autoinvite issue: UserAutoInvite (aka: '!uset autoinvite ..') no longer invites you to channels you weren't in if the server you are on just reconnected to the network
414
415 * alter account-finding on local services clients: non +k users on the local services server are now no longer referred to as services (at least not in regard to accounts..)
416
417
418 modified files:
419 ChangeLog src/chanserv.c src/nickserv.c src/proto-common.c
420 src/proto-p10.c src/proto.h srvx.conf.example
421
422
4232004-04-29 01:57:00 GMT Michael Poole <mdpoole@troilus.org> patch-56
424
425 Summary:
426 Remove debug messages from account MERGE command; translate RECLAIM kill message
427 Revision:
428 srvx--devo--1.3--patch-56
429
430 * Change the debug messages in NickServ MERGE to be more succinct and
431 useful for accounting/undos.
432
433 * Translate the kill message sent when reclaiming an owned nickname.
434
435 modified files:
436 ChangeLog src/nickserv.c
437
438
4392004-04-29 01:51:19 GMT Michael Poole <mdpoole@troilus.org> patch-55
440
441 Summary:
442 Fix Bahamut assertion failure; move BURST to more "natural" place
443 Revision:
444 srvx--devo--1.3--patch-55
445
446 * Fix a mod_chanmode assertion failure when using proto-bahamut.c with
447 debugging enabled.
448
449 * Send BURST in response to SVINFO, not SERVER, so that eventual
450 timestamp adjustment is more accurate.
451
452 modified files:
453 ChangeLog src/proto-bahamut.c
454
455
4562004-04-29 01:41:37 GMT Michael Poole <mdpoole@troilus.org> patch-54
457
458 Summary:
459 Fix !up for users below GiveVoice level; implement RFE#933634
460 Revision:
461 srvx--devo--1.3--patch-54
462
463 * If users have access belowGiveVoice, do not let them use UP.
464
465 * Show channel flags (suspended, autoop, etc) in MYACCESS.
466
467 modified files:
468 ChangeLog src/chanserv.c src/chanserv.help
469
470
4712004-04-29 00:31:22 GMT Michael Poole <mdpoole@troilus.org> patch-53
472
473 Summary:
474 REALLY remove duplicate line in languages/en_UK/chanserv.help.
475 Revision:
476 srvx--devo--1.3--patch-53
477
478 REALLY remove duplicate line in languages/en_UK/chanserv.help.
479
480 modified files:
481 ChangeLog languages/en_UK/chanserv.help
482
483
4842004-04-28 19:55:22 GMT Michael Poole <mdpoole@troilus.org> patch-52
485
486 Summary:
487 Remove duplicate line in en_UK chanserv.help file
488 Revision:
489 srvx--devo--1.3--patch-52
490
491 Remove a duplicate line in languages/en_UK/chanserv.help.
492
493 modified files:
494 ChangeLog
495
496
4972004-04-28 19:53:40 GMT Michael Poole <mdpoole@troilus.org> patch-51
498
499 Summary:
500 Sanity check user infolines
501 Revision:
502 srvx--devo--1.3--patch-51
503
504 * Disallow infolines longer than a configured maximum length (by
505 default, 400 characters).
506
507 * Disallow infolines that contain certain characters (currently
508 just ^A).
509
510 modified files:
511 ChangeLog languages/de/strings.db src/chanserv.c
512 srvx.conf.example
513
514
5152004-04-12 03:25:03 GMT Michael Poole <mdpoole@troilus.org> patch-50
516
517 Summary:
518 fix compile errors on readdir()-deficient platforms
519 Revision:
520 srvx--devo--1.3--patch-50
521
522 * Cygwin does not have "struct dirent.d_type". Check for that in the
523 configure script and use stat() to test for directory-ness instead.
524
525 modified files:
526 ChangeLog configure.in src/helpfile.c
527
528
5292004-04-10 23:04:21 GMT Michael Poole <mdpoole@troilus.org> patch-49
530
531 Summary:
532 add en_UK translation by Byte
533 Revision:
534 srvx--devo--1.3--patch-49
535
536 Add en_UK translation by byte.
537
538 new files:
539 languages/en_UK/.arch-ids/=id
540 languages/en_UK/.arch-ids/README.id
541 languages/en_UK/.arch-ids/chanserv.help.id
542 languages/en_UK/.arch-ids/opserv.help.id
543 languages/en_UK/.arch-ids/strings.db.id languages/en_UK/README
544 languages/en_UK/chanserv.help languages/en_UK/opserv.help
545 languages/en_UK/strings.db
546
547 modified files:
548 ChangeLog
549
550 new directories:
551 languages/en_UK languages/en_UK/.arch-ids
552
553
5542004-04-09 22:18:21 GMT Michael Poole <mdpoole@troilus.org> patch-48
555
556 Summary:
557 Fix service persistence bug in patch-47
558 Revision:
559 srvx--devo--1.3--patch-48
560
561 patch-47 attempted to fix a previously reported error where srvx would
562 create NickServ, ChanServ, OpServ and Global even if the "nick" entry
563 was omitted from srvx.conf. This broke persistence of all service
564 bots added by the modcmd.service\ add comand. (Closes: #932566)
565
566 modified files:
567 ChangeLog src/modcmd.c
568
569
5702004-04-09 20:08:58 GMT Michael Poole <mdpoole@troilus.org> patch-47
571
572 Summary:
573 Fix service triggers; allow service hostname configuration; fix glitches
574 Revision:
575 srvx--devo--1.3--patch-47
576
577 * Improve length checking logic in ChanServ.names command.
578
579 * Fix service trigger registration so that database is used in
580 preference to srvx.conf and compiled-in defaults.
581
582 * Allow service hostnames to be configured in srvx.conf and through
583 "service add"; document this and show an example of setting the
584 service description.
585
586 * Fix an uninitialized value bug in OpServ.join.
587
588 * Make OpServ.addtrust accept a count of 0.
589
590 * Remove untranslated messages from languages/de/modcmd.help (so that
591 new "service add" help is inherited).
592
593 modified files:
594 ChangeLog languages/de/modcmd.help src/chanserv.c src/global.c
595 src/mod-helpserv.c src/modcmd.c src/modcmd.h src/modcmd.help
596 src/nickserv.c src/opserv.c src/opserv.help
597 src/proto-bahamut.c src/proto-p10.c src/proto.h
598 srvx.conf.example
599
600
6012004-04-09 01:57:12 GMT adam <akl@gamesurge.net> patch-46
602
603 Summary:
604 changes to !uset autoinvite behavior, introduction of allchanmsg_func hooks
605 Revision:
606 srvx--devo--1.3--patch-46
607
608 * changes to !uset autoinvite behavior: the autoinvite flag now works whether or not the channel it is set in is +i/+k.
609
610 * introduction of allchanmsg_func hooks: there is now a set of hooks (available via reg_allchanmsg_func()) in place to catch all public channel messages the services server sees.
611
612
613 modified files:
614 ChangeLog src/chanserv.c src/chanserv.help src/proto-common.c
615 src/proto.h
616
617
6182004-04-08 03:42:49 GMT Michael Poole <mdpoole@troilus.org> patch-45
619
620 Summary:
621 Fix automatic ChangeLog tag (I hope)
622 Revision:
623 srvx--devo--1.3--patch-45
624
625 * Try to set the ChangeLog file tag correctly for it to be updated on
626 commit.
627
628 new files:
629 .arch-ids/ChangeLog.id ChangeLog
630
631 removed files:
632 .arch-ids/ChangeLog.id ChangeLog
633
634
6352004-04-08 03:18:41 GMT Michael Poole <mdpoole@troilus.org> patch-44
636
637 Summary:
638 Fix some signed/unsigned misbehaviors; add FAQ
639 Revision:
640 srvx--devo--1.3--patch-44
641
642 * Change format and variable types to unsigned so as to avoid
643 confusing negative numbers with very large positive numbers.
644
645 * Create a FAQ file
646
647 new files:
648 .arch-ids/FAQ.id FAQ
649
650 modified files:
651 ChangeLog src/chanserv.c src/chanserv.help src/nickserv.c
652 src/opserv.c src/proto-common.c
653
654
6552004-04-04 21:37:36 GMT Zoot <zoot@gamesnet.net> patch-43
656
657 Summary:
658 Fix spurious user protection notices
659 Revision:
660 srvx--devo--1.3--patch-43
661
662 * Fix ChanServ warning users when they remove a ban set on a protected
663 user's hostmask.
664
665 modified files:
666 src/chanserv.c
667
668
6692004-04-03 03:26:43 GMT Michael Poole <mdpoole@troilus.org> patch-42
670
671 Summary:
672 I18N fixes and (hopefully) protocol fixes
673 Revision:
674 srvx--devo--1.3--patch-42
675
676 * Correct some grammar in German translation (extraneous "vor").
677
678 * Try to fix desyncs when an older channel bursts in after initial join.
679
680 * Languages must be subdirectories that do not start with '.', so
681 check that before applying them as a language. Since we already
682 have the language list at helpfile_finalize() time, use it instead
683 of walking the "languages" directory again.
684
685 * Ignore 467 response from uplink.
686
687 modified files:
688 languages/de/strings.db src/hash.c src/helpfile.c
689 src/proto-p10.c
690
691
6922004-04-02 18:38:19 GMT Michael Poole <mdpoole@troilus.org> patch-41
693
694 Summary:
695 Fix mistakes in backport of German translation
696 Revision:
697 srvx--devo--1.3--patch-41
698
699 * Delete mod-serverspy.help since it is not part of this code base.
700
701 * Replace /AUTHSERV with /msg $N@$s.
702
703 removed files:
704 languages/de/.arch-ids/mod-serverspy.help.id
705 languages/de/mod-serverspy.help
706
707 modified files:
708 languages/de/strings.db
709
710
7112004-04-02 18:34:40 GMT Michael Poole <mdpoole@troilus.org> patch-40
712
713 Summary:
714 Add German translation
715 Revision:
716 srvx--devo--1.3--patch-40
717
718 * Fix a format string bug in nickserv.c:NSEMAIL_ALLOWAUTH_BODY.
719
720 * Use a separate key name for !netinfo's "Total User Count" so
721 other languages can get proper alignment for both that and
722 !info #channel.
723
724