]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
Removing config-built file from cvs
[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#
4
52004-05-22 04:24:57 GMT Michael Poole <mdpoole@troilus.org> patch-67
6
7 Summary:
8 Add fake host support (assuming your ircd supports it)
9 Revision:
10 srvx--devo--1.3--patch-67
11
12 Add definitions in various places to support assigning fake hosts to
13 users. We will not give you (or make for you) patches to make your
14 ircd support this feature, so please do not ask. You must set a
15 certain srvx.conf setting to be able to assign fakehosts; finding it
16 is left as an exercise to the reader.
17
18 modified files:
19 ChangeLog src/chanserv.c src/hash.c src/hash.h src/log.c
20 src/nickserv.c src/nickserv.h src/opserv.c src/proto-bahamut.c
21 src/proto-common.c src/proto-p10.c src/proto.h src/tools.c
22
23
242004-05-22 03:00:05 GMT Michael Poole <mdpoole@troilus.org> patch-66
25
26 Summary:
27 Remove obsolete check for src/srvx directory
28 Revision:
29 srvx--devo--1.3--patch-66
30
31 Since srvx is in arch, and arch doesn't have CVS's eccentricities
32 about old directories, remove the test for src/srvx being a directory.
33
34 modified files:
35 ChangeLog autogen.sh
36
37
382004-05-21 12:58:18 GMT Michael Poole <mdpoole@troilus.org> patch-65
39
40 Summary:
41 Fix memory leak in ?accounts
42 Revision:
43 srvx--devo--1.3--patch-65
44
45 Fix a memory leak in ?accounts.
46
47 modified files:
48 ChangeLog src/nickserv.c
49
50
512004-05-21 12:38:39 GMT Michael Poole <mdpoole@troilus.org> patch-64
52
53 Summary:
54 Fix helpserv whine when helpers leave the channel; fix ?devoiceall
55 Revision:
56 srvx--devo--1.3--patch-64
57
58 Remove the parting modeNode before making callbacks, so callbacks
59 don't get confused and think the user is still in the channel.
60
61 In ?devoiceall, OpServ should only remove voice from users who have it.
62
63 modified files:
64 ChangeLog src/hash.c src/opserv.c
65
66
672004-05-17 09:44:35 GMT adam <adam@gamesurge.net> patch-63
68
69 Summary:
70 fix minor EnfModes bug in chanserv.c
71 Revision:
72 srvx--devo--1.3--patch-63
73
74 * address bug id #955105; minor EnfModes issue
75
76
77 modified files:
78 ChangeLog src/chanserv.c
79
80
812004-05-14 06:27:30 GMT adam <adam@gamesurge.net> patch-62
82
83 Summary:
84 fix stupid typo from --patch-61
85 Revision:
86 srvx--devo--1.3--patch-62
87
88 * fix stupid typo in nickserv.c from --patch-61; sigh.
89
90
91 modified files:
92 ChangeLog src/nickserv.c
93
94
952004-05-14 05:37:38 GMT adam <adam@gamesurge.net> patch-61
96
97 Summary:
98 rearrange chanserv-level ban/kick messages; change wording on authentication cookie email, implement old tried2reg patch
99 Revision:
100 srvx--devo--1.3--patch-61
101
102 * 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.
103
104 * at semi-popular request, wording in initial registration emails has been changed to explain that COOKIE should not be used more than once
105
106 * 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)
107
108
109 removed files:
110 patches/.arch-ids/ns_tried2reg102403.diff.id
111 patches/ns_tried2reg102403.diff
112
113 modified files:
114 ChangeLog src/chanserv.c src/hash.h src/nickserv.c
115 src/opserv.c
116
117
1182004-05-09 03:05:48 GMT Michael Poole <mdpoole@troilus.org> patch-60
119
120 Summary:
121 Fix several bugs; make off-channel a per-channel option
122 Revision:
123 srvx--devo--1.3--patch-60
124
125 * Add per-channel option (!set offchannel) for off-channel services
126 support.
127
128 * Rename REGISTERED_MODE to MODE_REGISTERED and always use it.
129
130 * Delete remaining (registered) channels on exit.
131
132 * Fix tests in proto-p10.c for chanop-ness when using off-channel
133 services support.
134
135 modified files:
136 ChangeLog src/chanserv.c src/chanserv.h src/hash.c src/hash.h
137 src/nickserv.c src/proto-bahamut.c src/proto-common.c
138 src/proto-p10.c src/proto.h srvx.conf.example
139
140
1412004-05-07 14:32:06 GMT Michael Poole <mdpoole@troilus.org> patch-59
142
143 Summary:
144 allow daemon mode under cygwin
145 Revision:
146 srvx--devo--1.3--patch-59
147
148 * Remove code to disable daemon mode in Cygwin, since Cygwin now
149 properly implements fork() etc.
150
151 modified files:
152 ChangeLog src/main.c
153
154
1552004-05-06 09:46:38 GMT adam <adam@gamesurge.net> patch-58
156
157 Summary:
158 basic off-channel support; restructuring how part functions are handled
159 Revision:
160 srvx--devo--1.3--patch-58
161
162 * 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.
163
164 * 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.
165
166
167
168 modified files:
169 ChangeLog src/chanserv.c src/hash.c src/hash.h
170 src/mod-helpserv.c src/mod-snoop.c src/proto-common.c
171 src/proto-p10.c srvx.conf.example
172
173
1742004-05-01 11:17:11 GMT adam <akl@gamesurge.net> patch-57
175
176 Summary:
177 introduce unreg_privmsg_func, fix minor autoinvite issue, alter account-finding on local services clients
178 Revision:
179 srvx--devo--1.3--patch-57
180
181 * introduce unreg_privmsg_func: unreg_privmsg_func()/unreg_notice_func() - both of which reverse the effect of reg_privmsg_func()/reg_notice_func()
182
183 * 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
184
185 * 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..)
186
187
188 modified files:
189 ChangeLog src/chanserv.c src/nickserv.c src/proto-common.c
190 src/proto-p10.c src/proto.h srvx.conf.example
191
192
1932004-04-29 01:57:00 GMT Michael Poole <mdpoole@troilus.org> patch-56
194
195 Summary:
196 Remove debug messages from account MERGE command; translate RECLAIM kill message
197 Revision:
198 srvx--devo--1.3--patch-56
199
200 * Change the debug messages in NickServ MERGE to be more succinct and
201 useful for accounting/undos.
202
203 * Translate the kill message sent when reclaiming an owned nickname.
204
205 modified files:
206 ChangeLog src/nickserv.c
207
208
2092004-04-29 01:51:19 GMT Michael Poole <mdpoole@troilus.org> patch-55
210
211 Summary:
212 Fix Bahamut assertion failure; move BURST to more "natural" place
213 Revision:
214 srvx--devo--1.3--patch-55
215
216 * Fix a mod_chanmode assertion failure when using proto-bahamut.c with
217 debugging enabled.
218
219 * Send BURST in response to SVINFO, not SERVER, so that eventual
220 timestamp adjustment is more accurate.
221
222 modified files:
223 ChangeLog src/proto-bahamut.c
224
225
2262004-04-29 01:41:37 GMT Michael Poole <mdpoole@troilus.org> patch-54
227
228 Summary:
229 Fix !up for users below GiveVoice level; implement RFE#933634
230 Revision:
231 srvx--devo--1.3--patch-54
232
233 * If users have access belowGiveVoice, do not let them use UP.
234
235 * Show channel flags (suspended, autoop, etc) in MYACCESS.
236
237 modified files:
238 ChangeLog src/chanserv.c src/chanserv.help
239
240
2412004-04-29 00:31:22 GMT Michael Poole <mdpoole@troilus.org> patch-53
242
243 Summary:
244 REALLY remove duplicate line in languages/en_UK/chanserv.help.
245 Revision:
246 srvx--devo--1.3--patch-53
247
248 REALLY remove duplicate line in languages/en_UK/chanserv.help.
249
250 modified files:
251 ChangeLog languages/en_UK/chanserv.help
252
253
2542004-04-28 19:55:22 GMT Michael Poole <mdpoole@troilus.org> patch-52
255
256 Summary:
257 Remove duplicate line in en_UK chanserv.help file
258 Revision:
259 srvx--devo--1.3--patch-52
260
261 Remove a duplicate line in languages/en_UK/chanserv.help.
262
263 modified files:
264 ChangeLog
265
266
2672004-04-28 19:53:40 GMT Michael Poole <mdpoole@troilus.org> patch-51
268
269 Summary:
270 Sanity check user infolines
271 Revision:
272 srvx--devo--1.3--patch-51
273
274 * Disallow infolines longer than a configured maximum length (by
275 default, 400 characters).
276
277 * Disallow infolines that contain certain characters (currently
278 just ^A).
279
280 modified files:
281 ChangeLog languages/de/strings.db src/chanserv.c
282 srvx.conf.example
283
284
2852004-04-12 03:25:03 GMT Michael Poole <mdpoole@troilus.org> patch-50
286
287 Summary:
288 fix compile errors on readdir()-deficient platforms
289 Revision:
290 srvx--devo--1.3--patch-50
291
292 * Cygwin does not have "struct dirent.d_type". Check for that in the
293 configure script and use stat() to test for directory-ness instead.
294
295 modified files:
296 ChangeLog configure.in src/helpfile.c
297
298
2992004-04-10 23:04:21 GMT Michael Poole <mdpoole@troilus.org> patch-49
300
301 Summary:
302 add en_UK translation by Byte
303 Revision:
304 srvx--devo--1.3--patch-49
305
306 Add en_UK translation by byte.
307
308 new files:
309 languages/en_UK/.arch-ids/=id
310 languages/en_UK/.arch-ids/README.id
311 languages/en_UK/.arch-ids/chanserv.help.id
312 languages/en_UK/.arch-ids/opserv.help.id
313 languages/en_UK/.arch-ids/strings.db.id languages/en_UK/README
314 languages/en_UK/chanserv.help languages/en_UK/opserv.help
315 languages/en_UK/strings.db
316
317 modified files:
318 ChangeLog
319
320 new directories:
321 languages/en_UK languages/en_UK/.arch-ids
322
323
3242004-04-09 22:18:21 GMT Michael Poole <mdpoole@troilus.org> patch-48
325
326 Summary:
327 Fix service persistence bug in patch-47
328 Revision:
329 srvx--devo--1.3--patch-48
330
331 patch-47 attempted to fix a previously reported error where srvx would
332 create NickServ, ChanServ, OpServ and Global even if the "nick" entry
333 was omitted from srvx.conf. This broke persistence of all service
334 bots added by the modcmd.service\ add comand. (Closes: #932566)
335
336 modified files:
337 ChangeLog src/modcmd.c
338
339
3402004-04-09 20:08:58 GMT Michael Poole <mdpoole@troilus.org> patch-47
341
342 Summary:
343 Fix service triggers; allow service hostname configuration; fix glitches
344 Revision:
345 srvx--devo--1.3--patch-47
346
347 * Improve length checking logic in ChanServ.names command.
348
349 * Fix service trigger registration so that database is used in
350 preference to srvx.conf and compiled-in defaults.
351
352 * Allow service hostnames to be configured in srvx.conf and through
353 "service add"; document this and show an example of setting the
354 service description.
355
356 * Fix an uninitialized value bug in OpServ.join.
357
358 * Make OpServ.addtrust accept a count of 0.
359
360 * Remove untranslated messages from languages/de/modcmd.help (so that
361 new "service add" help is inherited).
362
363 modified files:
364 ChangeLog languages/de/modcmd.help src/chanserv.c src/global.c
365 src/mod-helpserv.c src/modcmd.c src/modcmd.h src/modcmd.help
366 src/nickserv.c src/opserv.c src/opserv.help
367 src/proto-bahamut.c src/proto-p10.c src/proto.h
368 srvx.conf.example
369
370
3712004-04-09 01:57:12 GMT adam <akl@gamesurge.net> patch-46
372
373 Summary:
374 changes to !uset autoinvite behavior, introduction of allchanmsg_func hooks
375 Revision:
376 srvx--devo--1.3--patch-46
377
378 * changes to !uset autoinvite behavior: the autoinvite flag now works whether or not the channel it is set in is +i/+k.
379
380 * 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.
381
382
383 modified files:
384 ChangeLog src/chanserv.c src/chanserv.help src/proto-common.c
385 src/proto.h
386
387
3882004-04-08 03:42:49 GMT Michael Poole <mdpoole@troilus.org> patch-45
389
390 Summary:
391 Fix automatic ChangeLog tag (I hope)
392 Revision:
393 srvx--devo--1.3--patch-45
394
395 * Try to set the ChangeLog file tag correctly for it to be updated on
396 commit.
397
398 new files:
399 .arch-ids/ChangeLog.id ChangeLog
400
401 removed files:
402 .arch-ids/ChangeLog.id ChangeLog
403
404
4052004-04-08 03:18:41 GMT Michael Poole <mdpoole@troilus.org> patch-44
406
407 Summary:
408 Fix some signed/unsigned misbehaviors; add FAQ
409 Revision:
410 srvx--devo--1.3--patch-44
411
412 * Change format and variable types to unsigned so as to avoid
413 confusing negative numbers with very large positive numbers.
414
415 * Create a FAQ file
416
417 new files:
418 .arch-ids/FAQ.id FAQ
419
420 modified files:
421 ChangeLog src/chanserv.c src/chanserv.help src/nickserv.c
422 src/opserv.c src/proto-common.c
423
424
4252004-04-04 21:37:36 GMT Zoot <zoot@gamesnet.net> patch-43
426
427 Summary:
428 Fix spurious user protection notices
429 Revision:
430 srvx--devo--1.3--patch-43
431
432 * Fix ChanServ warning users when they remove a ban set on a protected
433 user's hostmask.
434
435 modified files:
436 src/chanserv.c
437
438
4392004-04-03 03:26:43 GMT Michael Poole <mdpoole@troilus.org> patch-42
440
441 Summary:
442 I18N fixes and (hopefully) protocol fixes
443 Revision:
444 srvx--devo--1.3--patch-42
445
446 * Correct some grammar in German translation (extraneous "vor").
447
448 * Try to fix desyncs when an older channel bursts in after initial join.
449
450 * Languages must be subdirectories that do not start with '.', so
451 check that before applying them as a language. Since we already
452 have the language list at helpfile_finalize() time, use it instead
453 of walking the "languages" directory again.
454
455 * Ignore 467 response from uplink.
456
457 modified files:
458 languages/de/strings.db src/hash.c src/helpfile.c
459 src/proto-p10.c
460
461
4622004-04-02 18:38:19 GMT Michael Poole <mdpoole@troilus.org> patch-41
463
464 Summary:
465 Fix mistakes in backport of German translation
466 Revision:
467 srvx--devo--1.3--patch-41
468
469 * Delete mod-serverspy.help since it is not part of this code base.
470
471 * Replace /AUTHSERV with /msg $N@$s.
472
473 removed files:
474 languages/de/.arch-ids/mod-serverspy.help.id
475 languages/de/mod-serverspy.help
476
477 modified files:
478 languages/de/strings.db
479
480
4812004-04-02 18:34:40 GMT Michael Poole <mdpoole@troilus.org> patch-40
482
483 Summary:
484 Add German translation
485 Revision:
486 srvx--devo--1.3--patch-40
487
488 * Fix a format string bug in nickserv.c:NSEMAIL_ALLOWAUTH_BODY.
489
490 * Use a separate key name for !netinfo's "Total User Count" so
491 other languages can get proper alignment for both that and
492 !info #channel.
493
494