]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
Added an xchat script I wrote which formats the snoop module output with colors and...
[irc/evilnet/x3.git] / ChangeLog
CommitLineData
d76ed9a9
AS
1# do not edit -- automatically generated by arch changelog
2# arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3
3#
1117fc5a 4
52004-09-15 04:14:14 GMT adam <adam@gamesurge.net> patch-81
6
7 Summary:
8 Consolidate use_registered_mode into off_channel and expand overall functionality
9 Revision:
10 srvx--devo--1.3--patch-81
11
12 * srvx.conf's off_channel setting now allows us to turn on all of the features of out-of-channel services without activating the
13 channel setting to have chanserv part
14
15
16
17
18 modified files:
19 ChangeLog src/chanserv.c srvx.conf.example
20
21
222004-09-13 13:11:38 GMT Michael Poole <mdpoole@troilus.org> patch-80
23
24 Summary:
25 ChanServ bugfixes for +z and addbans in suspended channels
26 Revision:
27 srvx--devo--1.3--patch-80
28
29 If ChanServ should use MODE_REGISTERED, update that when moving channels.
30
31 Do not check for bans against an auth'ing user in suspended channels.
32
33 Change the example entries for off_channel and use_registered_mode to
34 make the enabled/on values more obvious.
35
36 modified files:
37 ChangeLog src/chanserv.c srvx.conf.example
38
39
402004-09-08 23:36:51 GMT Michael Poole <mdpoole@troilus.org> patch-79
41
42 Summary:
43 Implement item #1011114, #997053
44 Revision:
45 srvx--devo--1.3--patch-79
46
47 * Adjust the default max_greetlen to 200 (since greetings are now
48 unconditionally capped at one line of output).
49
50 * Allow DNRs to be shown for accounts that currently do not exist.
51
52 modified files:
53 ChangeLog src/chanserv.c src/opserv.c srvx.conf.example
54
55
562004-09-06 13:35:59 GMT Michael Poole <mdpoole@troilus.org> patch-78
57
58 Summary:
59 Fix bugs; better handle oplevels from ircu2.10.12
60 Revision:
61 srvx--devo--1.3--patch-78
62
63 * Fix order of port and IP in sample socks4 proxy test.
64
65 * Fix a bug in dict_remove2() that corrupted the tree order if a
66 cleanup function tried to delete another node.
67
68 * Fix a buffer overflow in cmd_joiner.
69
70 * Get rid of free_nick_info() since it is really just free().
71
72 * If our P10 uplink sends an oplevel in a burst, treat it as a chanop.
73
74 modified files:
75 ChangeLog sockcheck.conf.example src/dict-splay.c src/modcmd.c
76 src/nickserv.c src/proto-p10.c
77
d76ed9a9 78
a32da4c7 792004-08-12 16:06:55 GMT Zoot <zoot@gamesurge.net> patch-77
80
81 Summary:
82 More title host checking
83 Revision:
84 srvx--devo--1.3--patch-77
85
86 * src/nickserv.c: Make oset title verify that the final combined fakehost
87 will not be truncated before storing the title. Also, supply a missing
88 format string argument.
89
90 modified files:
91 ChangeLog src/nickserv.c
92
93
942004-08-08 17:42:01 GMT Zoot <zoot@gamesurge.net> patch-76
95
96 Summary:
97 Fix format string bug
98 Revision:
99 srvx--devo--1.3--patch-76
100
101 * src/chanserv.c: Fix a format string bug in the myaccess command.
102
103 modified files:
104 ChangeLog src/chanserv.c
105
106
1072004-08-02 12:54:13 GMT Michael Poole <mdpoole@troilus.org> patch-75
108
109 Summary:
110 Assorted bug fixes
111 Revision:
112 srvx--devo--1.3--patch-75
113
114 * Add missing semicolon in German translation of CSMSG_TRANSFER_WAIT.
115
116 * Fix pointer used in !trim max_access calculation.
117
118 * Default to maximum line length for all "single-line" messages.
119
120 * Return success from NickServ ounregister so it is logged properly.
121
122 modified files:
123 ChangeLog languages/de/strings.db src/chanserv.c
124 src/helpfile.c src/nickserv.c
125
126
1272004-07-22 04:03:22 GMT Michael Poole <mdpoole@troilus.org> patch-74
128
129 Summary:
130 Channel suspension, transfer and line wrap changes
131 Revision:
132 srvx--devo--1.3--patch-74
133
134 * Treat half-unsuspended channels as unsuspended, to avoid crashes
135 caused by sysadmins editing chanserv.db in screwy ways.
136
137 * Add a srvx.conf option to limit how often channel owners can give
138 away channel ownership.
139
140 * Limit most output line expansions to just one line.
141
142 * Remove unnecessary assert(hs_user) checks from mod-helpserv.c.
143
144 * Don't run_empty_interval() in HelpServ when the user's server is
145 still bursting.
146
147 modified files:
148 ChangeLog languages/de/strings.db src/chanserv.c
149 src/chanserv.h src/helpfile.c src/helpfile.h
150 src/mod-helpserv.c srvx.conf.example
151
152
1532004-07-19 03:38:09 GMT Michael Poole <mdpoole@troilus.org> patch-73
154
155 Summary:
156 Bugfixes for !trim users, !unsuspend and /clearmodes
157 Revision:
158 srvx--devo--1.3--patch-73
159
160 * Show actual upper bound used to trim users.
161
162 * Update whether an user being unsuspended is in the channel.
163
164 * Add a missing "break;" so that /clearmodes c doesn't clear NOCTCPS too.
165
166 modified files:
167 ChangeLog src/chanserv.c src/proto-p10.c
168
169
1702004-07-12 19:06:38 GMT Michael Poole <mdpoole@troilus.org> patch-72
171
172 Summary:
173 add FAQ to distribition; make compatible with gcc-2.95
174 Revision:
175 srvx--devo--1.3--patch-72
176
177 * Add FAQ to EXTRA_DIST in root.
178
179 * Name the anonymous union inside struct mod_chanmode.
180
181 * Typecast printf() field width arguments to int.
182
183 modified files:
184 ChangeLog Makefile.am src/chanserv.c src/hash.c
185 src/mod-helpserv.c src/mod-snoop.c src/opserv.c
186 src/proto-bahamut.c src/proto-common.c src/proto-p10.c
187 src/proto.h
188
189
1902004-07-10 04:42:12 GMT Zoot <zoot@gamesurge.net> patch-71
191
192 Summary:
193 Fix OperServ inviteme crash
194 Revision:
195 srvx--devo--1.3--patch-71
196
197 * src/opserv.c: Fix a NULL pointer dereference in inviteme that caused crashes
198 for some users.
199
200 modified files:
201 ChangeLog src/opserv.c
202
203
2042004-07-01 02:23:21 GMT Michael Poole <mdpoole@troilus.org> patch-70
205
206 Summary:
207 miscellaneous bugfixes and indentation fixes
208 Revision:
209 srvx--devo--1.3--patch-70
210
211 * srvx.conf.example: Clarify comment about "default_hostmask" setting.
212
213 * patches/sethost13.diff: Forward port of sethost patch, from Reed Loden.
214
215 * src/opserv.c (cmd_kickbanall): Free mod_chanmode_change after use.
216
217 * src/proto-p10.c (cmd_whois): Fix indentation and show real server to opers.
218
219 * src/tools.c (string_buffer_append_vprintf): Avoid a possible buffer overrun.
220
221 new files:
222 patches/.arch-ids/sethost13.diff.id patches/sethost13.diff
223
224 modified files:
225 ChangeLog INSTALL Makefile.am NEWS README compile configure.in
226 depcomp docs/access-levels.txt docs/coding-style.txt
227 docs/cookies.txt docs/helpserv.txt docs/ircd-modes.txt
228 docs/malloc-compare.txt languages/.arch-inventory
229 languages/de/README languages/de/chanserv.help
230 languages/de/global.help languages/de/modcmd.help
231 languages/de/nickserv.help languages/de/strings.db
232 languages/en/README languages/en_UK/README
233 languages/en_UK/chanserv.help languages/en_UK/opserv.help
234 languages/en_UK/strings.db languages/validate.pl
235 patches/helpserv-pgsql.diff sockcheck.conf.example
236 src/Makefile.am src/chanserv.c src/chanserv.h
237 src/chanserv.help src/common.h src/conf.c src/conf.h
238 src/dict-splay.c src/gline.c src/gline.h src/global.c
239 src/global.h src/global.help src/hash.c src/hash.h src/heap.c
240 src/heap.h src/helpfile.c src/helpfile.h src/ioset.c
241 src/ioset.h src/log.h src/main.c src/mod-helpserv.c
242 src/mod-memoserv.c src/mod-snoop.c src/modcmd.c src/modcmd.h
243 src/modules.c src/modules.h src/nickserv.c src/nickserv.h
244 src/nickserv.help src/opserv.c src/opserv.h src/opserv.help
245 src/policer.c src/policer.h src/proto-bahamut.c
246 src/proto-common.c src/proto-p10.c src/proto.h src/recdb.c
247 src/recdb.h src/saxdb.c src/saxdb.h src/saxdb.help
248 src/sendmail.c src/sendmail.h src/timeq.c src/timeq.h
249 src/tools.c srvx.conf.example tests/nickserv.cmd tests/p10.cmd
250 tests/test-driver.pl tests/test.cmd
251 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-10
252 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-14
253 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-18
254 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-34
255 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-43
256 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-46
257 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-57
258 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-58
259 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-61
260 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-62
261 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-63
262 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-68
263 {arch}/srvx/srvx--devo/srvx--devo--1.3/srvx@srvx.net--2004-srvx/patch-log/patch-69
264
265 modified directories:
266 languages/en_UK
267
268
2692004-06-16 12:23:32 GMT adam <adam@gamesurge.net> patch-69
270
271 Summary:
272 added modes parameter to srvx.conf to control user modes
273 Revision:
274 srvx--devo--1.3--patch-69
275
276 * 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.
277
278
279 modified files:
280 ChangeLog src/chanserv.c src/global.c src/mod-helpserv.c
281 src/modcmd.c src/nickserv.c src/opserv.c src/proto-bahamut.c
282 src/proto-p10.c src/proto.h srvx.conf.example
283
284
2852004-06-08 09:24:49 GMT adam <adam@gamesurge.net> patch-68
286
287 Summary:
288 fixed MODE_REGISTERED bug; introduced MCP_REGISTERED
289 Revision:
290 srvx--devo--1.3--patch-68
291
292 * 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)
293
294 * 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)
295
296
297
298
299 modified files:
300 ChangeLog src/chanserv.c src/proto-bahamut.c src/proto.h
301 srvx.conf.example
302
303
d76ed9a9
AS
3042004-05-22 04:24:57 GMT Michael Poole <mdpoole@troilus.org> patch-67
305
306 Summary:
307 Add fake host support (assuming your ircd supports it)
308 Revision:
309 srvx--devo--1.3--patch-67
310
311 Add definitions in various places to support assigning fake hosts to
312 users. We will not give you (or make for you) patches to make your
313 ircd support this feature, so please do not ask. You must set a
314 certain srvx.conf setting to be able to assign fakehosts; finding it
315 is left as an exercise to the reader.
316
317 modified files:
318 ChangeLog src/chanserv.c src/hash.c src/hash.h src/log.c
319 src/nickserv.c src/nickserv.h src/opserv.c src/proto-bahamut.c
320 src/proto-common.c src/proto-p10.c src/proto.h src/tools.c
321
322
3232004-05-22 03:00:05 GMT Michael Poole <mdpoole@troilus.org> patch-66
324
325 Summary:
326 Remove obsolete check for src/srvx directory
327 Revision:
328 srvx--devo--1.3--patch-66
329
330 Since srvx is in arch, and arch doesn't have CVS's eccentricities
331 about old directories, remove the test for src/srvx being a directory.
332
333 modified files:
334 ChangeLog autogen.sh
335
336
3372004-05-21 12:58:18 GMT Michael Poole <mdpoole@troilus.org> patch-65
338
339 Summary:
340 Fix memory leak in ?accounts
341 Revision:
342 srvx--devo--1.3--patch-65
343
344 Fix a memory leak in ?accounts.
345
346 modified files:
347 ChangeLog src/nickserv.c
348
349
3502004-05-21 12:38:39 GMT Michael Poole <mdpoole@troilus.org> patch-64
351
352 Summary:
353 Fix helpserv whine when helpers leave the channel; fix ?devoiceall
354 Revision:
355 srvx--devo--1.3--patch-64
356
357 Remove the parting modeNode before making callbacks, so callbacks
358 don't get confused and think the user is still in the channel.
359
360 In ?devoiceall, OpServ should only remove voice from users who have it.
361
362 modified files:
363 ChangeLog src/hash.c src/opserv.c
364
365
3662004-05-17 09:44:35 GMT adam <adam@gamesurge.net> patch-63
367
368 Summary:
369 fix minor EnfModes bug in chanserv.c
370 Revision:
371 srvx--devo--1.3--patch-63
372
373 * address bug id #955105; minor EnfModes issue
374
375
376 modified files:
377 ChangeLog src/chanserv.c
378
379
3802004-05-14 06:27:30 GMT adam <adam@gamesurge.net> patch-62
381
382 Summary:
383 fix stupid typo from --patch-61
384 Revision:
385 srvx--devo--1.3--patch-62
386
387 * fix stupid typo in nickserv.c from --patch-61; sigh.
388
389
390 modified files:
391 ChangeLog src/nickserv.c
392
393
3942004-05-14 05:37:38 GMT adam <adam@gamesurge.net> patch-61
395
396 Summary:
397 rearrange chanserv-level ban/kick messages; change wording on authentication cookie email, implement old tried2reg patch
398 Revision:
399 srvx--devo--1.3--patch-61
400
401 * 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.
402
403 * at semi-popular request, wording in initial registration emails has been changed to explain that COOKIE should not be used more than once
404
405 * 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)
406
407
408 removed files:
409 patches/.arch-ids/ns_tried2reg102403.diff.id
410 patches/ns_tried2reg102403.diff
411
412 modified files:
413 ChangeLog src/chanserv.c src/hash.h src/nickserv.c
414 src/opserv.c
415
416
4172004-05-09 03:05:48 GMT Michael Poole <mdpoole@troilus.org> patch-60
418
419 Summary:
420 Fix several bugs; make off-channel a per-channel option
421 Revision:
422 srvx--devo--1.3--patch-60
423
424 * Add per-channel option (!set offchannel) for off-channel services
425 support.
426
427 * Rename REGISTERED_MODE to MODE_REGISTERED and always use it.
428
429 * Delete remaining (registered) channels on exit.
430
431 * Fix tests in proto-p10.c for chanop-ness when using off-channel
432 services support.
433
434 modified files:
435 ChangeLog src/chanserv.c src/chanserv.h src/hash.c src/hash.h
436 src/nickserv.c src/proto-bahamut.c src/proto-common.c
437 src/proto-p10.c src/proto.h srvx.conf.example
438
439
4402004-05-07 14:32:06 GMT Michael Poole <mdpoole@troilus.org> patch-59
441
442 Summary:
443 allow daemon mode under cygwin
444 Revision:
445 srvx--devo--1.3--patch-59
446
447 * Remove code to disable daemon mode in Cygwin, since Cygwin now
448 properly implements fork() etc.
449
450 modified files:
451 ChangeLog src/main.c
452
453
4542004-05-06 09:46:38 GMT adam <adam@gamesurge.net> patch-58
455
456 Summary:
457 basic off-channel support; restructuring how part functions are handled
458 Revision:
459 srvx--devo--1.3--patch-58
460
461 * 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.
462
463 * 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.
464
465
466
467 modified files:
468 ChangeLog src/chanserv.c src/hash.c src/hash.h
469 src/mod-helpserv.c src/mod-snoop.c src/proto-common.c
470 src/proto-p10.c srvx.conf.example
471
472
4732004-05-01 11:17:11 GMT adam <akl@gamesurge.net> patch-57
474
475 Summary:
476 introduce unreg_privmsg_func, fix minor autoinvite issue, alter account-finding on local services clients
477 Revision:
478 srvx--devo--1.3--patch-57
479
480 * introduce unreg_privmsg_func: unreg_privmsg_func()/unreg_notice_func() - both of which reverse the effect of reg_privmsg_func()/reg_notice_func()
481
482 * 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
483
484 * 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..)
485
486
487 modified files:
488 ChangeLog src/chanserv.c src/nickserv.c src/proto-common.c
489 src/proto-p10.c src/proto.h srvx.conf.example
490
491
4922004-04-29 01:57:00 GMT Michael Poole <mdpoole@troilus.org> patch-56
493
494 Summary:
495 Remove debug messages from account MERGE command; translate RECLAIM kill message
496 Revision:
497 srvx--devo--1.3--patch-56
498
499 * Change the debug messages in NickServ MERGE to be more succinct and
500 useful for accounting/undos.
501
502 * Translate the kill message sent when reclaiming an owned nickname.
503
504 modified files:
505 ChangeLog src/nickserv.c
506
507
5082004-04-29 01:51:19 GMT Michael Poole <mdpoole@troilus.org> patch-55
509
510 Summary:
511 Fix Bahamut assertion failure; move BURST to more "natural" place
512 Revision:
513 srvx--devo--1.3--patch-55
514
515 * Fix a mod_chanmode assertion failure when using proto-bahamut.c with
516 debugging enabled.
517
518 * Send BURST in response to SVINFO, not SERVER, so that eventual
519 timestamp adjustment is more accurate.
520
521 modified files:
522 ChangeLog src/proto-bahamut.c
523
524
5252004-04-29 01:41:37 GMT Michael Poole <mdpoole@troilus.org> patch-54
526
527 Summary:
528 Fix !up for users below GiveVoice level; implement RFE#933634
529 Revision:
530 srvx--devo--1.3--patch-54
531
532 * If users have access belowGiveVoice, do not let them use UP.
533
534 * Show channel flags (suspended, autoop, etc) in MYACCESS.
535
536 modified files:
537 ChangeLog src/chanserv.c src/chanserv.help
538
539
5402004-04-29 00:31:22 GMT Michael Poole <mdpoole@troilus.org> patch-53
541
542 Summary:
543 REALLY remove duplicate line in languages/en_UK/chanserv.help.
544 Revision:
545 srvx--devo--1.3--patch-53
546
547 REALLY remove duplicate line in languages/en_UK/chanserv.help.
548
549 modified files:
550 ChangeLog languages/en_UK/chanserv.help
551
552
5532004-04-28 19:55:22 GMT Michael Poole <mdpoole@troilus.org> patch-52
554
555 Summary:
556 Remove duplicate line in en_UK chanserv.help file
557 Revision:
558 srvx--devo--1.3--patch-52
559
560 Remove a duplicate line in languages/en_UK/chanserv.help.
561
562 modified files:
563 ChangeLog
564
565
5662004-04-28 19:53:40 GMT Michael Poole <mdpoole@troilus.org> patch-51
567
568 Summary:
569 Sanity check user infolines
570 Revision:
571 srvx--devo--1.3--patch-51
572
573 * Disallow infolines longer than a configured maximum length (by
574 default, 400 characters).
575
576 * Disallow infolines that contain certain characters (currently
577 just ^A).
578
579 modified files:
580 ChangeLog languages/de/strings.db src/chanserv.c
581 srvx.conf.example
582
583
5842004-04-12 03:25:03 GMT Michael Poole <mdpoole@troilus.org> patch-50
585
586 Summary:
587 fix compile errors on readdir()-deficient platforms
588 Revision:
589 srvx--devo--1.3--patch-50
590
591 * Cygwin does not have "struct dirent.d_type". Check for that in the
592 configure script and use stat() to test for directory-ness instead.
593
594 modified files:
595 ChangeLog configure.in src/helpfile.c
596
597
5982004-04-10 23:04:21 GMT Michael Poole <mdpoole@troilus.org> patch-49
599
600 Summary:
601 add en_UK translation by Byte
602 Revision:
603 srvx--devo--1.3--patch-49
604
605 Add en_UK translation by byte.
606
607 new files:
608 languages/en_UK/.arch-ids/=id
609 languages/en_UK/.arch-ids/README.id
610 languages/en_UK/.arch-ids/chanserv.help.id
611 languages/en_UK/.arch-ids/opserv.help.id
612 languages/en_UK/.arch-ids/strings.db.id languages/en_UK/README
613 languages/en_UK/chanserv.help languages/en_UK/opserv.help
614 languages/en_UK/strings.db
615
616 modified files:
617 ChangeLog
618
619 new directories:
620 languages/en_UK languages/en_UK/.arch-ids
621
622
6232004-04-09 22:18:21 GMT Michael Poole <mdpoole@troilus.org> patch-48
624
625 Summary:
626 Fix service persistence bug in patch-47
627 Revision:
628 srvx--devo--1.3--patch-48
629
630 patch-47 attempted to fix a previously reported error where srvx would
631 create NickServ, ChanServ, OpServ and Global even if the "nick" entry
632 was omitted from srvx.conf. This broke persistence of all service
633 bots added by the modcmd.service\ add comand. (Closes: #932566)
634
635 modified files:
636 ChangeLog src/modcmd.c
637
638
6392004-04-09 20:08:58 GMT Michael Poole <mdpoole@troilus.org> patch-47
640
641 Summary:
642 Fix service triggers; allow service hostname configuration; fix glitches
643 Revision:
644 srvx--devo--1.3--patch-47
645
646 * Improve length checking logic in ChanServ.names command.
647
648 * Fix service trigger registration so that database is used in
649 preference to srvx.conf and compiled-in defaults.
650
651 * Allow service hostnames to be configured in srvx.conf and through
652 "service add"; document this and show an example of setting the
653 service description.
654
655 * Fix an uninitialized value bug in OpServ.join.
656
657 * Make OpServ.addtrust accept a count of 0.
658
659 * Remove untranslated messages from languages/de/modcmd.help (so that
660 new "service add" help is inherited).
661
662 modified files:
663 ChangeLog languages/de/modcmd.help src/chanserv.c src/global.c
664 src/mod-helpserv.c src/modcmd.c src/modcmd.h src/modcmd.help
665 src/nickserv.c src/opserv.c src/opserv.help
666 src/proto-bahamut.c src/proto-p10.c src/proto.h
667 srvx.conf.example
668
669
6702004-04-09 01:57:12 GMT adam <akl@gamesurge.net> patch-46
671
672 Summary:
673 changes to !uset autoinvite behavior, introduction of allchanmsg_func hooks
674 Revision:
675 srvx--devo--1.3--patch-46
676
677 * changes to !uset autoinvite behavior: the autoinvite flag now works whether or not the channel it is set in is +i/+k.
678
679 * 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.
680
681
682 modified files:
683 ChangeLog src/chanserv.c src/chanserv.help src/proto-common.c
684 src/proto.h
685
686
6872004-04-08 03:42:49 GMT Michael Poole <mdpoole@troilus.org> patch-45
688
689 Summary:
690 Fix automatic ChangeLog tag (I hope)
691 Revision:
692 srvx--devo--1.3--patch-45
693
694 * Try to set the ChangeLog file tag correctly for it to be updated on
695 commit.
696
697 new files:
698 .arch-ids/ChangeLog.id ChangeLog
699
700 removed files:
701 .arch-ids/ChangeLog.id ChangeLog
702
703
7042004-04-08 03:18:41 GMT Michael Poole <mdpoole@troilus.org> patch-44
705
706 Summary:
707 Fix some signed/unsigned misbehaviors; add FAQ
708 Revision:
709 srvx--devo--1.3--patch-44
710
711 * Change format and variable types to unsigned so as to avoid
712 confusing negative numbers with very large positive numbers.
713
714 * Create a FAQ file
715
716 new files:
717 .arch-ids/FAQ.id FAQ
718
719 modified files:
720 ChangeLog src/chanserv.c src/chanserv.help src/nickserv.c
721 src/opserv.c src/proto-common.c
722
723
7242004-04-04 21:37:36 GMT Zoot <zoot@gamesnet.net> patch-43
725
726 Summary:
727 Fix spurious user protection notices
728 Revision:
729 srvx--devo--1.3--patch-43
730
731 * Fix ChanServ warning users when they remove a ban set on a protected
732 user's hostmask.
733
734 modified files:
735 src/chanserv.c
736
737
7382004-04-03 03:26:43 GMT Michael Poole <mdpoole@troilus.org> patch-42
739
740 Summary:
741 I18N fixes and (hopefully) protocol fixes
742 Revision:
743 srvx--devo--1.3--patch-42
744
745 * Correct some grammar in German translation (extraneous "vor").
746
747 * Try to fix desyncs when an older channel bursts in after initial join.
748
749 * Languages must be subdirectories that do not start with '.', so
750 check that before applying them as a language. Since we already
751 have the language list at helpfile_finalize() time, use it instead
752 of walking the "languages" directory again.
753
754 * Ignore 467 response from uplink.
755
756 modified files:
757 languages/de/strings.db src/hash.c src/helpfile.c
758 src/proto-p10.c
759
760
7612004-04-02 18:38:19 GMT Michael Poole <mdpoole@troilus.org> patch-41
762
763 Summary:
764 Fix mistakes in backport of German translation
765 Revision:
766 srvx--devo--1.3--patch-41
767
768 * Delete mod-serverspy.help since it is not part of this code base.
769
770 * Replace /AUTHSERV with /msg $N@$s.
771
772 removed files:
773 languages/de/.arch-ids/mod-serverspy.help.id
774 languages/de/mod-serverspy.help
775
776 modified files:
777 languages/de/strings.db
778
779
7802004-04-02 18:34:40 GMT Michael Poole <mdpoole@troilus.org> patch-40
781
782 Summary:
783 Add German translation
784 Revision:
785 srvx--devo--1.3--patch-40
786
787 * Fix a format string bug in nickserv.c:NSEMAIL_ALLOWAUTH_BODY.
788
789 * Use a separate key name for !netinfo's "Total User Count" so
790 other languages can get proper alignment for both that and
791 !info #channel.
792
793