]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
tweaked the set output for the new except levels
[irc/evilnet/x3.git] / ChangeLog
CommitLineData
2f61d1d7 1/***********************************************************************
2 X3 ChangeLog
1117fc5a 3
9e5e441d 42006-12-26 Neil Spierling <sirvulcan@gmail.com>
5
6 * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
7
2e4e27fe 82006-12-26 Neil Spierling <sirvulcan@gmail.com>
9
10 * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
11 Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
12 EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
13 the specified levels will be exempt. All levels default to
14 UL_OP (200) at first.
15
16 * src/spamserv.h: Added new except variables.
17
18 * src/spamserv.help: Added new sections for the new except SET
19 options, plus removed the level lines for now.
20
179a14f6 212006-12-25 Neil Spierling <sirvulcan@gmail.com>
22
23 * Merry Christmas! :)
24
25 * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
26 with setting exceptlevel.
27
9a8aa132 282006-12-24 Alex Schumann <rubin@afternet.org>
29
30 * src/chanserv.c: fixed incorrect message when .dellamer is used on a
31 nickname.
32
bc436744 332006-12-25 Neil Spierling <sirvulcan@gmail.com>
34
35 * Merry Christmas! :)
36
37 * This completes RFE 1577823.
38
39 * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
40 excepts all people who are opped etc. Only people above this level
41 will be immune now. Defaults to 300 for channels without the option
42
43 * src/spamserv.h: Added exceptlevel.
44
45 * src/spamserv.help: Added EXCEPTLEVEL.
46
19c200c1 472006-12-25 Neil Spierling <sirvulcan@gmail.com>
48
49 * Merry Christmas! :)
50
51 * src/spamserv.c: Added trusted accounts support (RFE 1577823).
52
53 * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
54 and LISTTRUST added.
55
8de34abd 562006-12-20 Alex Schumann <rubin@afternet.org>
57
58 * src/Makefile.in: undo temp fix
59
60 * src/opserv.c: perm fix to HAVE_TRACK define problems
61
62 * src/configure.in: perm fix to HAVE_TRACK define problems
63
64 * src/config.h.in: perm fix to HAVE_TRACK define problems
65
d3919a0d 662006-12-21 Neil Spierling <sirvulcan@gmail.com>
67
68 * src/Makefile.in: Temp fix.
69
2c00fbc2 702006-12-20 Alex Schumann <rubin@afternet.org>
71
72 * src/proto-p10.c: added full mark support including as a trace
73 criteria.
74
75 * src/opserv.c: added full mark support including as a trace
76 criteria.
77
78 * src/hash.h: added full mark support including as a trace
79 criteria.
80
81 * src/opserv.help: documented the 'marked' criteria in trace.
82
6cf5f880 832006-12-20 Alex Schumann <rubin@afternet.org>
7b0150f8 84
85 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
86 commands. (such as delpeon of a user with non-standard peon level)
87
6cf5f880 88 * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
89 crash with service rename, and probably many other problems.
90
91 * src/mod-track.c: fixing memory problems, and the broken set command.
92 Track may be stable now, needs large scale testing.
dd42e7fc 93
847f5770 942006-12-20 Neil Spierling <sirvulcan@gmail.com>
95
96 * src/chanserv.help: Opps that will teach me for cut n pasting.
97 Adjusted duration line for CLVL help. Users are not removed after
98 the duration they are reverted back to their previous access
99 level.
100
27fa6acf 1012006-12-19 Neil Spierling <sirvulcan@gmail.com>
102
103 * src/chanserv.c: check the ircd side ban list too
104
105 * src/opserv.c: Fixed a small bug, woops.
106
5aa400d2 1072006-12-19 Neil Spierling <sirvulcan@gmail.com>
108
109 * src/chanserv.c: Added trace_check_bans, cut down version of
110 check_bans for checkrestrictions
111
112 * src/chanserv.h: Declare trace_check_bans.
113
114 * src/opserv.c: Added addalert/trace option checkrestrictions. When
115 using SVSJOIN as an action this option will check the ban lists, invite
116 keys and limits of the target channel and if any match or exist (invite
117 etc) then the SVSJOIN wont go through
118
119 * src/opserv.help: Added information about checkrestrictions.
120
09741492 1212006-12-19 Neil Spierling <sirvulcan@gmail.com>
122
123 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
124
125 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
126 and lastlevel.
127
128 * src/chanserv.help: Added information about timed clvls.
129
e766ec7c 1302006-12-18 Alex Schumann <rubin@afternet.org>
131
132 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
133 instead of notice, when you get new memos. Fixed a buffer overrun with
134 memo ids.
135
136 * src/mod-memoserv.help: fix-up help for settings.
137
fd20b142 1382006-12-19 Neil Spierling <sirvulcan@gmail.com>
139
140 * src/chanserv.c: New feature, channel managers can now add people
141 with a duration. After the duration expires the person will be
142 automatically removed and deoped.
143
144 * src/chanserv.h: Added expiry.
145
146 * src/chanserv.help: Added information about timed accesses.
147
148 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
149 specified.
150
537128ea 1512006-12-18 Neil Spierling <sirvulcan@gmail.com>
152
153 * src/proto-p10.c: Reverted one of my line changes.
154
e8f92d55 1552006-12-17 Neil Spierling <sirvulcan@gmail.com>
156
157 * src/opserv.c: Fixed up a couple of $b errors.
158
1b6b5e2f 1592006-12-17 Neil Spierling <sirvulcan@gmail.com>
160
161 * src/chanserv.c: Woops forgot to init the channel mode change.
162
163 * src/chanserv.h: Tweak to check_bans.
164
165 * src/proto-p10.c: Add some sanity checks plus moved the +x to
166 after the CMD_FAKEHOST otherwise if the person auths then gets
167 marked they will cause 2 Registered quits on the IRCd. Only one
168 will happen now.
169
c99dcaf6 1702006-12-17 Neil Spierling <sirvulcan@gmail.com>
171
172 * src/chanserv.c: Added function check_bans to check bans in a
173 specific channel when needed (see below).
174
175 * src/chanserv.h: check_bans deceleration.
176
177 * src/proto-p10.c: First of all we dont need a handle_info when
178 checking for IsHiddenHost, the IRCd takes care of this. Made it
179 so we copy the fakehost into user->fakehost so X3 can check
180 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
181 we need to recheck the users bans just in case a person has
182 lamer'ed the marked hostname.
183
d82cf2f0 1842006-12-12 Alex Schumann <rubin@afternet.org>
185
186 * configure.in: making google core lib optional
187
188 * configure: regenerated
189
190 * src/proto-p10.c: added support for sending nefarious marks
191
192 * src/proto.h: prototype for irc_mark
193
194 * src/opserv.help: documented new mark support. Also documented the
195 svsjoin and svspart commands as they were missing.
196
197 * src/hash.h: added MARKLEN define
198
199 * src/opserv.c: added mark command as well as mark support in trace
200 and addalert.
201
a8b2ad8d 2022006-12-12 Neil Spierling <sirvulcan@gmail.com>
203
204 * configure: Regenerated.
205
206 * configure.in: Add support for google core dumper. Plus updated
207 tre to 0.7.5.
208
209 * Makefile.in: Regenerated.
210
211 * rx/Makefile.in: Regenerated.
212
213 * src/config.h.in: Regenerated.
214
215 * src/Makefile.in: Regenerated.
216
217 * tools/core_install.sh: Just like tre_install.sh. This installs
218 the core dumper.
219
220 * tools/coredumper.tar.gz: Google core dumper 0.2.
221 http://sourceforge.net/projects/goog-coredumper/
222
223 * tools/tre_install.sh: Updated version to 0.7.5
224
225 * tools/tre.tar.gz: Updated tre to 0.7.5.
226
283cfa83 2272006-12-10 Alex Schumann <rubin@afternet.org>
228
229 * src/opserv.c: fix debug message left at wrong level ("checking
230 reroute()")
231
9079d26c 2322006-12-09 Alex Schumann <rubin@afternet.org>
233
234 * src/opserv.c: bugfixes to autorouting timer code
5c6bff84 235 improved stats routing to clean up & take an argument
9079d26c 236
237 * src/opserv.h: bugfixes to autorouting timer code
238
5c6bff84 239 * src/opserv.help: document new stats routing syntax
240
9079d26c 241 * src/timeq.c: added some usefull (commented out) debugging code for
242 figuring out timer problems.
243
244 * src/timerq.h: added some usefull (commented out) debugging code for
245 figuring out timer problems.
246
5c6bff84 247 * src/proto-p10.c: cleanup/improve eob autorouting init
248
da5b7dfc 2492006-12-08 Alex Schumann <rubin@afternet.org>
250
251 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
252
253 * src/proto-p10.c: moving version reply storage here, adding webTV
254 no_notice support (automatiaclly dont send notices if version reply
255 says its a webtv user since they cant SEE notices. (other clients to
256 add?)) note, this needs a version query alert to get the version from
257 them.
258
259 * src/helpfile.c: honor the no_notices user bit
260
261 * src/hash.h: add no_notices user bit
262
8709474a 2632006-12-07 Alex Schumann <rubin@afternet.org>
264
eaf715f1 265 * src/opserv.c: Add filter ability to stats alerts + fixup
8709474a 266
eaf715f1 267 * src/opserv.help: document filter feature of stats alerts + fixup
8709474a 268
7a278540 2692006-12-02 Alex Schumann <rubin@afternet.org>
270
271 * src/chanserv.c: fix to levels command (- were missing)
272
273 * src/tools.c: fix warning
274
275 * src/common.h: fix warning
276
277 * src/chanserv.help: update online help url, changed help general to
278 use new $! command char replacement code.
279
280 * src/hash.c: fix warning when geoip is off
281
282 * src/helpfile.c: add new '$!' code for chanserv's current trigger
283 char in help files
284
11d3c79b 2852006-12-01 Alex Schumann <rubin@afternet.org>
286
287 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
288 on users of non-standard access level such as 201. Fixed this by
289 changing mdelop and friends to work on the range of access levels.
c9bf23fe 290 Added a LEVELS command.
291
292 * src/chanserv.h: corrected PEON access defines such that 1-150 is
293 peon instead of 100-150 with 1-99 being undefined.
294
295 * src/chanserv.help: help for new LEVELS command
296
297 * src/helpfile.c: Improved table functions so that it automatically
298 right-justifies numerical columns.
299
300 * src/tools.c: Added helper functions str_is_number and msnprintf (an
301 auto-mallocing printf function)
302
303 * src/common.h: defines and defines for msnprintf and str_is_number
304
11d3c79b 305
23b7ec6e 3062006-11-30 Alex Schumann <rubin@afternet.org>
307
308 * src/chanserv.c: Modified .myaccess such that if you give it your own
309 account when you are not a helper, it still works. (Requested by
310 Jigsy)
311
312 * src/nickserv.help: Corrected the help file to feed oregister based
313 on email_required instead of email_enabled
314
d9ffe0e7 315 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
316 causes crash in set if no title) thanks xanjunior
317
4b44eb0f 3182006-10-18 Neil Spierling <sirvulcan@gmail.com>
319
320 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
321 opserv WHOIS from another service (when bound), the channels reply
322 would come from o3 instead of that service.
323
39c1a4ef 3242006-10-18 Neil Spierling <sirvulcan@gmail.com>
325
326 * src/opserv.c: Added in SVSPART alert/traces.
327
328 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
329
330 * src/proto.h: Added in decleration for svspart.
331
332 * src/proto-p10.c: Extend current SVSPART functionality so that we
333 can send them with traces etc.
334
a62ba70c 3352006-10-14 Alex Schumann <rubin@afternet.org>
336
337 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
338 in svsjoin alerts. Cleanup old silent code fragments left over. Check
339 for missing chantarget in alerts also.
340
0e08a8e0 3412006-10-12 Alex Schumann <rubin@afternet.org>
342
343 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
344 setup x3 to version only users matching a criteria, and then another
345 alert to do someting based on the version reply. This should be
346 usefull for finding bots etc. Or, for example, you can make all xchat
347 people join #xchat, or all mirc join #mirc etc.
348 Also, there is a fix in here for SVSJOIN which i hadn't gotten
349 everything working with.
350
351 * src/proto-p10.c: added privmsg_user and version_user functions
352
353 * src/proto.h: added privmsg_user and version_user function
354 declerations
355
356 * src/hash.h: added version_reply variable to users
357
358
359
c408f18a 3602006-10-12 Alex Schumann <rubin@afternet.org>
361
362 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
363 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
364 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
365 or send all level3 users to a perticular channel on connection, etc.
366
ff5f1ab2 3672006-10-12 Alex Schumann <rubin@afternet.org>
368
369 * src/chanserv.c: Make lamers not affect users on the userlist above
370 inviteme level in the channel. (why kb users who can .uba and
371 .inviteme back in?)
372
1e7eaa91 3732006-10-10 Neil Spierling <sirvulcan@gmail.com>
374
375 * src/spamserv.c: Ignore those with access (if the options are
376 disabled- scanchanops, scanhalfops, scanvoiced.
377
ffb204b6 3782006-10-08 Alex Schumann <rubin@afternet.org>
1e7eaa91 379
ffb204b6 380 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
381 autojoin. Not really a great solution. Instead, move auth_handler
3c83701b 382 funcs to be called after stamping etc. thx to Buttaknife for this
383 solution.
ffb204b6 384
385 * src/nickserv.c: move auth_func calls to after stamping, and
386 commented up the cmd_auth source to make it more managable.
387
075d7932 3882006-10-04 Alex Schumann <rubin@afternet.org>
389
390 * src/chanserv.c: remove redundant 'none' from empty llists
391
eca6aa4f 3922006-10-04 Neil Spierling <sirvulcan@gmail.com>
393
394 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
395 over with odelcookie now.
396
3972006-10-04 Neil Spierling <sirvulcan@gmail.com>
10fb34f6 398
399 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
400 in a channel and a user auths in the channel, the user will not
401 receive autoop etc if they have it enabled in uset.
402
4032006-10-03 Alex Schumann <rubin@afternet.org>
e6dce34c 404
405 * src/opserv.c: Check for connect timer entries before adding new
406 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
407
95adb209 4082006-09-25 Neil Spierling <sirvulcan@gmail.com>
409
410 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
411 by him.
412
dd019452 4132006-09-16 Neil Spierling <sirvulcan@gmail.com>
414
415 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
416 happening before autohide. Let me know if its still happening before
417 autohide.
418
419 * src/chanserv.help: Updated the AUTOJOIN bit.
420
5b66c0c2 4212006-09-13 Alex Schumann <rubin@afternet.org>
422
423 * src/chanserv.help: improved the help listing for the info command,
424 and information help category.
425
14f0e274 4262006-09-10 Neil Spierling <sirvulcan@gmail.com>
427
428 * src/mod-memoserv.c: Fixed crash bug.
429
430 * src/spamserv.c: Ignore opers.
431
4a2a9a4e 4322006-08-28 Neil Spierling <sirvulcan@gmail.com>
433
434 * README: tweaks.
435
4362006-08-27 Neil Spierling <sirvulcan@gmail.com>
73bcd46c 437
438 * src/chanserv.help: Tweaked a , to .
439
4a2a9a4e 4402006-08-27 Neil Spierling <sirvulcan@gmail.com>
ffd8a4c9 441
442 * src/opserv.help: Removed privs menu so we can release a tarball.
443
90e75ffd 4442006-08-25 Alex Schumann <rubin@afternet.org>
445
446 * src/chanserv.c: fix uset reply for halfops
447
448 * src/nickserv.help: document the 'b' account flag
449
f16ad9e7 4502006-08-26 Neil Spierling <sirvulcan@gmail.com>
451
452 * x3.conf.example: Added hidden host style option and key options
453 for style 2.
454
455 * src/hosthiding.h: Remove KEY #defines.
456
457 * src/hosthiding.c: Set the keys only once using the conf values.
458
459 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
460 of standard hidden hosts if style is 2.
461
462 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
463 of standard hidden hosts if style is 2.
464
465 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
466 hostname (unresolved). This is how Nefarious works.
467
468 * src/tools.c: Generate hidden hosts off crypt hosts instead
469 of standard hidden hosts if style is 2.
470
cd25f2e9 4712006-08-24 Neil Spierling <sirvulcan@gmail.com>
472
473 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
474
475 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
476
477 * src/proto.h: irc_svsjoin decelerations.
478
479 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
480 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
481 an SJ it will be handled properly as a JOIN. Did the same for
482 SVSPART.
483
a45018b2 4842006-08-24 Neil Spierling <sirvulcan@gmail.com>
485
486 * src/spamserv.c: Fixed the +k issue with spamserv.
487
6c34bb5a 4882006-08-24 Neil Spierling <sirvulcan@gmail.com>
489
490 * src/opserv.c: Added PRIVSET Command.
491
492 * src/opserv.help: Added PRIVSET Command. Plus contents for the
493 privs section.
494
495 * src/proto.h: irc_privs deceleration.
496
497 * src/proto-p10.c: Fixed a compile issue plus added functions for
498 setting and checking privs.
499
89d871d8 5002006-08-23 Neil Spierling <sirvulcan@gmail.com>
501
502 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
503
504 * src/hash.h: Priv declerations.
505
506 * src/opserv.c: Show privs in WHOIS output.
507
508 * src/proto.h: client_report_privs decleration.
509
510 * src/proto-p10.c: Handle PRIV only for type 6 servers.
511
90e75ffd 5122006-08-19 Alex Schumann <rubin@afternet.org>
513
514 * src/authserv.c: document the oset flag +b in help (hide from staff
515 command.)
516
33741441 5172006-08-19 Alex Schumann <rubin@afternet.org>
518
519 * src/chanserv.c: added reply command, which responds similar to calc,
520 but with any message. (for use with bindings)
521
522 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
523 are replaced with the target command's calling user's account, nick,
524 and numnick respectively. This and the above allows things like:
525 BIND x3 account x3.reply your account is $a or
526 BIND x3 kickme x3.kick $n $1-
527 more to come, maybe, later.
528
37d706b7 5292006-08-01 Alex Schumann <rubin@afternet.org>
530
531 * src/modcmd.c: Added OSI certification message to VERSION command
532
01a5e8c8 5332006-08-09 Neil Spierling <sirvulcan@gmail.com>
534
535 * x3.conf.example: Redid part of the geoip summary.
536
1ad7ac15 5372006-08-09 Neil Spierling <sirvulcan@gmail.com>
538
539 * src/opserv.c: If we have a city, latitude and longitude returned
540 then show a map url. Some results have no city but a latitude and
541 a longitude. The coordinates are useless in this case and most
542 people would know where the country is around abouts.
543
58528547 5442006-08-08 Neil Spierling <sirvulcan@gmail.com>
545
546 * src/hash.c: Speed up city and country lookups significantly.
547 Just slow for the first read but once thats done the rest is fast.
548
3a4fdc79 5492006-08-08 Neil Spierling <sirvulcan@gmail.com>
550
551 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
552 I dont know if this will work for sure as i cant reproduce it. But
553 my theory is that once the user is kicked the mode node is dropped.
554 Users without modes should still return a valid mode node.
555
5678501c 5562006-08-08 Neil Spierling <sirvulcan@gmail.com>
557
558 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
559 if a giveownership command was issued in a channel with no owners.
560
21f6caee 5612006-08-07 Neil Spierling <sirvulcan@gmail.com>
562
563 * configure: Regenerated.
564
565 * configure.in: Added checks for GeoIP headers and libs.
566
567 * x3.conf.example: Add in 2 options for the dat filenames of the
568 city and country files. If not specified then no geoip data
569 will be checked.
570
571 * src/config.h.in: Regenerated.
572
573 * src/hash.c: Created a function to check the geoip info from the
574 dat files.
575
576 * src/hash.h: Decelerations plus added entries to the userNode
577 struct.
578
579 * src/opserv.c: Display the GeoIP information in WHOIS.
580
581 * src/proto-p10.c: Call the new geoip data collection function
582 towards the end of AddUser.
583
a2dbccef 5842006-08-06 Neil Spierling <sirvulcan@gmail.com>
585
586 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
587
4d69a3b1 5882006-08-01 Alex Schumann <rubin@afternet.org>
589
590 * src/chanserv.c: Add automode 6, to just voice everyone with access.
591 Idea by daniel (thx)
592
7827220c 5932006-08-01 Neil Spierling <sirvulcan@gmail.com>
594
595 * This message is apart of the below one, its just seperate so
596 it doesnt get lost amongst the below messages.
597
598 * src/global.c: Fixed a warning.
599
6002006-08-01 Neil Spierling <sirvulcan@gmail.com>
601
602 * configure: Removed bahamut support, didnt even work.
603
604 * configure.in: Removed bahamut support, didnt even work.
605
606 * INSTALL: Removed bahamut support, didnt even work.
607
608 * x3.conf.example: Removed bahamut support, didnt even work.
609
610 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
611
612 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
613 work.
614
615 * src/config.h.in: Removed bahamut support, didnt even work.
616
617 * src/gline.c: Removed bahamut support, didnt even work.
618
619 * src/hash.h: Removed bahamut support, didnt even work.
620
621 * src/nickserv.c: Removed bahamut support, didnt even work.
622
623 * src/nickserv.h: Removed bahamut support, didnt even work.
624
625 * src/Makefile.am: Removed bahamut support, didnt even work.
626
627 * src/Makefile.in: Removed bahamut support, didnt even work.
628
629 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
630
631 * src/shun.c: Removed bahamut support, didnt even work.
632
57692f5e 6332006-08-01 Neil Spierling <sirvulcan@gmail.com>
634
635 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
636 spamserv.c, nickserv.c.
637
638 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
639
640 * src/nickserv.c: Changed global_message uses to global_message_arg's.
641
642 * src/opserv.c: Changed global_message uses to global_message_arg's.
643
644 * src/spamserv.c: Changed global_message uses to global_message_arg's.
645
09a3057c 6462006-08-01 Neil Spierling <sirvulcan@gmail.com>
647
648 * src/chanserv.c: Changed global_message uses to global_message_arg's.
649
650 * src/global.c: Added language strings for chanserv.c
651
4d99495c 6522006-08-01 Neil Spierling <sirvulcan@gmail.com>
653
654 * src/global.c: Make sure we arnt sending duplicate messages in
655 some cases.
656
985d4109 6572006-08-01 Neil Spierling <sirvulcan@gmail.com>
658
659 * src/x3.conf.example: Removed the targets option.
660
661 * src/global.c: Wrote new function that will global message users
662 and/or opers and/or helpers messages in their own langauge. The
663 strings are set either in language files or in the global.c message
664 struct. This allows us to send defcon notices to people and they
665 will get them in their own language if they have it set.
666
667 * src/global.h: global_message_args decleration.
668
669 * src/opserv.c: Removed targets option for defcon as its too hard
670 to send messages to people in channels if the people have different
671 language settings.
672
d8b9cb7c 6732006-07-31 Neil Spierling <sirvulcan@gmail.com>
674
675 * src/opserv.c: TODO stuff.
676
0272358e 6772006-07-31 Neil Spierling <sirvulcan@gmail.com>
678
679 * x3.conf.example: Added SHUN setting for DEFCON.
680
681 * doc/DEFCON: Added SHUN setting for DEFCON.
682
683 * src/opserv.c: Moved the gline check to here. Also added a SHUN
684 check.
685
686 * src/opserv.h: Added SHUN setting for DEFCON.
687
688 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
689
08895577 6902006-07-31 Neil Spierling <sirvulcan@gmail.com>
691
692 * x3.conf.example: Added new Defcon system settings
693
694 * doc/DEFCON: Anope's Defcon doc adapted for X3.
695
696 * src/chanserv.c: Block mode changes and channel registrations if
697 required.
698
699 * src/mod-memoserv.c: Block new memos if required.
700
701 * src/nickserv.c: Block nick registrations if required.
702
703 * src/opserv.c: Added in defcon system, uses some of the anope code.
704 Most tho is from scratch.
705
706 * src/opserv.h: Defcon declerations.
707
708 * src/opserv.help: Added DEFCON entry.
709
710 * src/proto-p10.c: If required gline new clients, also if required
711 kill new clients.
712
35305a49 7132006-07-29 Alex Schumann <rubin@afternet.org>
714
715 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
716 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
717 not comfortable running 'make install' on libtre from ./configure.
718 This violates what the user expects in a way that can harm the system.
719 Changed how the libtre checks work and provided easy-to-use install
0754f993 720 script. -fix link stage
35305a49 721
722 * rx/Makefile.in: fix autotools warning(s)
723
babc1c07 7242006-07-28 Alex Schumann <rubin@afternet.org>
725
726 * src/nickserv.help: add odelcookie to help oper
727
31543e44 728 * x3.conf.example: update & improve x3.conf.example description of
729 extended_accounts setting.
730
964abe6b 7312006-07-26 Alex Schumann <rubin@afternet.org>
732
733 * src/opserv.c: Fix crash when doing reroute if routing isnt
ce9266cf 734 configured. | Voice discovered that the error message for addplan fail
735 was typeo'd so not showing.
964abe6b 736
20517d48 737 * src/opserv.help: slight changes to routing help.
738
739 * src/chanserv.c: let non-staff see when channels were registered with
740 .info
741
d9d33535 7422006-07-24 Alex Schumann <rubin@afternet.org>
743
744 * src/proto-p10.c: dont burst channels with 0 users in them (which
745 were created by alert discrims, most likely)
746
7472006-07-23 Alex Schumann <rubin@afternet.org>
748
749 * x3.conf.example: Added chanserv "modes" to example - use to control
750 what usermodes chanserv gets. Mainly for setting +d or not, if you
751 have nef 1.0 'b:' lines setup.
752
bae4525d 7532006-07-25 Neil Spierling <sirvulcan@gmail.com>
754
755 * src/nickserv.c: If theres no title set then the default title
756 will therefore be the first part of hidden_host in x3.conf.example,
757 so for consistency with opt_fakehost we will print this.
758
88b0672a 7592006-07-25 Neil Spierling <sirvulcan@gmail.com>
760
761 * src/nickserv.c: The reason why theres no arg rubin is that
762 if you want to print the fakehost then u dont specify an arg.
763 This tells opt_fakehost to set fake to the current fakehost
764 and pass it on to be printed.
765
bf93ca8d 7662006-07-23 Alex Schumann <rubin@afternet.org>
767
116d100f 768 * src/nickserv.c: Add config file regex fakehost test + sanity
574bfc14 769 checking in title as well (fixed).
bf93ca8d 770
8108185c 771 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
772 instead of argv[2]==null since argv's dont get set null.
773
eb43ca8c 7742006-07-23 Neil Spierling <sirvulcan@gmail.com>
775
776 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
777
778 * src/proto-p10.c: Host in topic supports sethost and fakehost
779 now.
780
47956fc5 7812006-07-21 Alex Schumann <rubin@afternet.org>
782
783 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
784 irc_connect, and added callbacks to handle connect failures and
785 successes. (All prep for auto routing system)
0520d39a 786
47956fc5 787 * src/proto.h: Added support for irc_wallop, irc_squit,
788 irc_connect, and added callbacks to handle connect failures and
789 successes. (All prep for auto routing system)
0520d39a 790
dd1fc2a3 791 * src/opserv.help: Help entries for auto routing system + fix typeo in
792 routing example
0520d39a 793
47956fc5 794 * src/hash.h: New structs for auto routing system
0520d39a 795
da0c436d 796 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
797 error message to debug message.
0520d39a 798
47956fc5 799 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
0520d39a 800
47956fc5 801 * src/modcmd.c: added 'routing' main command alias.
802
5006460e 8032006-07-16 Neil Spierling <sirvulcan@gmail.com>
804
805 * x3.conf.example: Added host_in_topic option for sending full
806 nick!user@host if its enabled. Default to one as Nefarious is
807 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
808 you have this enabled on X3 and not on your Nefarious server.
809
810 * src/proto-p10.c: Make use of host_in_topic.
811
c092fcad 8122006-07-13 Alex Schumann <rubin@afternet.org>
813
814 * src/opserv.c: make the bot reply from the nick you /msg in all
815 cases, if commands are bound to a different bot.
816
817 * src/nickserv.c: make the bot reply from the nick you /msg in all
818 cases, if commands are bound to a different bot.
819
820 * src/chanserv.c: make the bot reply from the nick you /msg in all
821 cases, if commands are bound to a different bot.
822
823 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
824 msg, not the defined memoserv bot, if commands are aliased to other
825 bots. This may also fix the crash bug playa reported at
826 http://www.unrealgamers.net/forums/index.php?showtopic=138
827
be3d31e0 8282006-07-11 Alex Schumann <rubin@afternet.org>
829
75ef8cdc 830 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
831 and some x3 topic functions.
832
be3d31e0 833 * x3.conf.example: Improved server/type setting documentation,
834 and changed default to 5.
835
0c0adfe0 8362006-07-11 Alex Schumann <rubin@afternet.org>
837
838 * src/opserv.c: fixed silent alerts not getting picked up from db file
839 on read/load.
840
827ecd60 8412006-07-11 Alex Schumann <rubin@afternet.org>
842
df5f6070 843 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
844 when adding an invalid jupe servername or numeric.
845 this closes bug number 1513510.
846
827ecd60 847 * src/modcmd.c: if pubcmd is set higher than your level, only respond
848 with the denied msg if the command was actually found. this closes bug
849 number 1509382.
850
22d5d8cf 8512006-07-10 Alex Schumann <rubin@afternet.org>
852
853 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
854 non-logged-in user (null pointer)
855
3f5b8801 8562006-07-09 Alex Schumann <rubin@afternet.org>
857
858 * src/nickserv.c: fixed bug where unignores were getting sent to the
859 user multiple times, instead of to each online nick once.
860
d07e3fff 8612006-07-09 Alex Schumann <rubin@afternet.org>
862
f0b5157b 863 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
b6599cc2 864 spot. Ugh, messed up the fix. Trying again :)
d07e3fff 865
5f1600ab 8662006-07-10 Neil Spierling <sirvulcan@gmail.com>
867
868 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
869 If the target is ignoring the person inviting them then the invite
870 is denied.
871
a76bcc6a 8722006-07-07 Alex Schumann <rubin@afternet.org>
873
874 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
875 memoserv most easily seen when sending short memos. Rewrote the flag
876 handling part of memo send to correct it.
877
18757dc0 8782006-07-05 Alex Schumann <rubin@afternet.org>
879
880 * src/helpfile.c: pLaYa pointed out the table code row count is off by
881 one. Fixed.
882
5b1166fd 8832006-06-27 Neil Spierling <sirvulcan@gmail.com>
884
885 * configure: Regenerated.
886
887 * configure.in: Make use of TRE regexp library. Its more powerful
888 than the standard library (http://laurikari.net/tre/index.html).
889 Im also pondering adding services side regexp bans, X3 would
890 probably required a channel flag called say advanced that can
891 only be set by the owner. If enabled then regexp bans can be
892 used. I also added an output saying what modules are enabled,
893 what protocol is enabled, what malloc is choosen and if debugging
894 is enabled. Just a bit of a message as the user will of seen
895 programs just finish compiling and he/she/it may think it
896 was X3 compiling, but it was just TRE compiling. They still need
897 to compile X3.
898
899 * src/config.h.in: Regenerated.
900
901 * src/Makefile.am: Tweak for TRE.
902
903 * src/Makefile.in: Regenerated.
904
905 * src/nickserv.c: Use the new regex.h Im sure -I includes get
906 called before system includes like /usr/include.
907
908 * src/opserv.c: Use the new regex.h Im sure -I includes get
909 called before system includes like /usr/include.
910
911 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
912 compile this just before configure finishes up. Sits around
913 470KB, rather than another 2.5MB if i TRE untarred. I suppose
914 i could get it down a bit more using Bzip but there are some
915 boxes out there still without bzip.
916
1b4a47ca 9172006-06-25 Neil Spierling <sirvulcan@gmail.com>
918
919 * src/mod-memoserv.c: Better history implementation. A seperate
920 table is used for history entries. Entries contain the same
921 fields as the memo table except for the message, read, and flags.
922 Entries are only removed from the history db when they get
923 expired by do_expire (older than message_expire). Also fixed
924 up a issue with STATUS. On AfterNET we were getting huge large
925 for the amount of memos. I now realise it was reading the amount
926 of users. It now reads the proper amount of memos. I also a count
927 for history entries.
928
929 * src/mod-memoserv.help: EXPIRE handles history and memos now.
930
35ca8140 9312006-06-25 Neil Spierling <sirvulcan@gmail.com>
932
933 * src/mod-memoserv.c: Make use of ignore lists when trying to
934 send memos.
935
6546e922 9362006-06-25 Neil Spierling <sirvulcan@gmail.com>
937
938 * src/spamserv.c: Crash fix (finally). Been meaning to do this
939 for a while now.
940
a8370a20 9412006-06-23 Alex Schumann <rubin@afternet.org>
942
943 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
944 src/modcmd.c, src/nickserv.c: Improvements to
945 table output and help display.
946
947 * src/mod-memoserv.c: fix segfault
948
9492006-06-23 Alex Schumann <rubin@afternet.org>
6c3ce3bb 950
951 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
952 fix it and re-apply if you want it..
953
954 * src/chanserv.h: Backing out the bantype patch.
955
956 * src/chanserv.help: Backing out the bantype patch.
957
8cfd8013 9582006-06-20 Neil Spierling <sirvulcan@gmail.com>
959
960 * src/mod-memoserv.c: Fixed a bug.
961
cbc5a1a4 9622006-06-20 Neil Spierling <sirvulcan@gmail.com>
963
964 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
965 if the recipient deletes the memo it will not be listed in the
966 HISTORY list.
967
968 * src/mod-memoserv.help: HISTORY entry.
969
2a951803 9702006-06-20 Neil Spierling <sirvulcan@gmail.com>
971
972 * src/mod-memoserv.c: Added new flags, see below.
973
974 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
975 added flags for always ignoring read reciepts and always sending
976 read reciepts.
977
f2e592d3 9782006-06-20 Neil Spierling <sirvulcan@gmail.com>
979
980 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
981 that you have sent, aslong as they have not been read yet.
982
983 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
984 recipient to read reciept stuff.
985
34a9e19a 9862006-06-20 Neil Spierling <sirvulcan@gmail.com>
987
988 * src/mod-memoserv.c: Redid the db stuff, it now writes users
989 settings and memos to the memoserv database.
990
512d7958 9912006-06-20 Neil Spierling <sirvulcan@gmail.com>
992
993 * src/mod-memoserv.c: Small bug fix.
994
82794e1b 9952006-06-20 Neil Spierling <sirvulcan@gmail.com>
996
997 * src/mod-memoserv.c: Added read recipient support via SEND using
998 -r as a flag. Messages with requested read recipients have a (r)
999 shown beside the sender nick in LIST. People can ignore a read
1000 recipient using -i when reading the message via READ. Its all
1001 in the help file.
1002
1003 * src/mod-memoserv.help: Added read recipient relevent bits.
1004
1005 * src/opserv.help: Added halfopping functions.
1006
acb6d53d 10072006-06-19 Neil Spierling <sirvulcan@gmail.com>
1008
1009 * src/x3.conf.example: Forgot a ;.
1010
a8692672 10112006-06-19 Neil Spierling <sirvulcan@gmail.com>
1012
1013 * src/mod-memoserv.c: Make use of SET LIMIT.
1014
d9abe201 10152006-06-19 Neil Spierling <sirvulcan@gmail.com>
1016
1017 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
1018
a8138c9f 10192006-06-19 Neil Spierling <sirvulcan@gmail.com>
1020
1021 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
1022
acf3c6d5 10232006-06-19 Neil Spierling <sirvulcan@gmail.com>
1024
1025 * x3.conf.example: Max limit for Memoserv LIMIT option.
1026
1027 * src/hash.h: Fixed halfops issue.
1028
1029 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
1030 amount of memos you can have. This does not do anything yet as
1031 im committing the half ops fix now. This code is fine it just
1032 allows you to adjust the limit for now.
1033
e3e5ba49 10342006-06-12 Neil Spierling <sirvulcan@gmail.com>
1035
1036 * x3.conf.example: Commented out SpamServ module as there are bugs
1037 and i cant give a definate date as to when i can fix it. Im not
1038 home much these days.
1039
1040 * src/mod-memoserv.c: Redid the SET code using some whatnet code
1041 by wasted. Tweaked here and there. Also added some formatting in
1042 LIST and SET like chanserv SET. Oh and MemoServ will join
1043 autojoin_channels if MemoServ is in a seperate nickname.
1044
1045 * src/mod-memoserv.help: Added OSET and done some tweaking.
1046
1047 * src/nickserv.c: Allow the use of get_victim_oper outside of
1048 nickserv.c.
1049
1050 * src/nickserv.h: Allow the use of get_victim_oper outside of
1051 nickserv.c.
1052
b3052f71 10532006-06-07 Alex Schumann <rubin@afternet.org>
1054
1055 * src/chanserv.help: Added a couple set helps that were missing.
e1443247 1056
1057 * src/helpfile.c: fix missing space in multi-column table output such
1058 as /msg opserv commands * (with nickserv tablewidth setting >60)
b3052f71 1059
1c5f6697 10602006-06-06 Alex Schumann <rubin@afternet.org>
1061
e3e5ba49 1062 * src/opserv.c: Change how addalert silence works, so that its a
1063 parameter instead of an action, and also works with trace now.
1064
1c5f6697 1065 * x3.conf.example: Added a config setting of level needed to use
1066 'silent yes' in trace/addalert.
1067
d762299d 10682006-06-04 Alex Schumann <rubin@afternet.org>
1069
1070 * src/nickserv.c: Fix oregister
1071
7293d1d3 1072 * src/nickserv.help: Update help for oregister
1073
a6a4707e 10742006-06-05 Neil Spierling <sirvulcan@gmail.com>
1075
1076 * src/proto-p10.c: Properly handle incomming manual silences.
1077
668dc38e 10782006-06-05 Neil Spierling <sirvulcan@gmail.com>
1079
1080 * src/common.h: pretty_mask etc declerations.
1081
1082 * src/nickserv.c: Parse the mask through pretty_mask before adding
1083 it. Normal ircd side silences go through this, this just keeps
1084 things looking the same and if a user tries to remove a silence
1085 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
1086
1087 * src/proto-p10.c: Send a + if adding a silence.
1088
1089 * src/tools.c: pretty_mask and one other function for reformatting
1090 a hostname so its pretty :) from IRCu.
1091
92fac64c 10922006-06-04 Alex Schumann <rubin@afternet.org>
668dc38e 1093
92fac64c 1094 * src/nickserv.c: Send silences to every nick of a handle, not the
1095 nick that did the command.
1096
3ec42e29 10972006-06-04 Neil Spierling <sirvulcan@gmail.com>
1098
1099 * src/main.c: Moved spamserv initilization to after chanserv.
1100
1101 * src/spamserv.c: Read the db earlier.
1102
63c95a47 11032006-05-30 Neil Spierling <sirvulcan@gmail.com>
1104
1105 * configure: Regenerated.
1106
1107 * configure.in: Bumped version and changed list email.
1108
1109 * x3.example.conf: Added SpamServ options.
1110
1111 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
1112
1113 * src/chanserv.h: Declerations
1114
1115 * src/main.c: Init the new SpamServ service.
1116
1117 * src/Makefile.am: Added SpamServ files.
1118
1119 * src/Makefile.in: Regenerated
1120
1121 * src/modcmd.c: Added SpamServ to REBINDALL.
1122
1123 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
1124
1125 * src/proto-common.c: Make sure SpamServ gets notices.
1126
1127 * src/spamserv.c: New service that checks for spamming, floods etc.
1128 Requires an oper to register it to a channel for it to work.
1129
1130 * src/spamserv.h: Decelerations.
1131
1132 * src/spamserv.help: Help entries for SpamServ.
1133
fe32eb19 11342006-05-29 Neil Spierling <sirvulcan@gmail.com>
1135
1136 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
1137
1138 * src/chanserv.c: Added selectable bantypes.
1139
1140 * src/chanserv.h: Added selectable bantypes.
1141
1142 * src/chanserv.help: Added help entries.
1143
0b587959 11442006-05-29 Neil Spierling <sirvulcan@gmail.com>
1145
1146 * src/nickserv.c: Added user option ADVANCED, when we add more
1147 advanced commands users will need to set this to see the options
1148 in help. Further work in helpfile is still needed afaik. This is
1149 just the basics.
1150
1151 * src/nickserv.h: Advanced option declerations.
1152
1153 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
1154 Seems no one added that when they added the AUTOHIDE option.
1155
7637f48f 11562006-05-28 Neil Spierling <sirvulcan@gmail.com>
1157
1158 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
1159
1160 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
1161 and denied_fakehost_words. Also dropped refresh_period for chanserv
1162 set resync.
1163
1164 * src/chanserv.c: Added god_timeout, disable god mode automatically
1165 when the period times out. Also added a new set option- resync, auto
1166 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
1167
1168 * src/chanserv.help: Added entry for SET RESYNC.
1169
1170 * src/global.c: Join global into autojoin_channels if enabled.
1171
1172 * src/main.c: Some tweaking for autojoin_channels.
1173
1174 * src/mod-memoserv.c: If a user has memos and notify on login
1175 enabled then only display the notify notice on login and not
1176 during a netburst.
1177
1178 * src/mod-track.c: Quashed a warning.
1179
1180 * src/modcmd.c: Added functions for god_timeout. Also added wasted
1181 to VERSION output for credits for these features.
1182
1183 * src/nickserv.c: Added denied_fakehost_words, deny the words set
1184 there if an oper trys to use them in a fakehost. Also autojoin
1185 chanserv if enabled into autojoin_channels.
1186
1187 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
1188 after a drone attack. Also join opserv and reserved nicks into
1189 autojoin_channels if opserv/reserved is enabled.
1190
1191 * src/opserv.help: Added entry for REFRESHMAX.
1192
0779bbcf 11932006-05-25 Alex Schumann <rubin@afternet.org>
1194
b5c80c61 1195 * src/proto-p10.c: make non-existant server type setting not crash x3.
1196
0779bbcf 1197 * src/nickserv.help: Added newby tip to authserv registration
1198 help (about < and >)
1199
1200 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
1201 deref null kicker)
1202
56958740 12032006-05-23 Neil Spierling <sirvulcan@gmail.com>
1204
1205 * src/chanserv.c: Set SWHOIS's when a user auths.
1206
1207 * src/hosthiding.c: Fixed a segfault.
1208
1209 * src/nickserv.c: Epithets now use SWHOIS.
1210
1211 * src/proto.h: Declerations for irc_swhois.
1212
1213 * src/proto-p10.c: Handle SWHOIS's.
1214
68b75482 12152006-05-23 Neil Spierling <sirvulcan@gmail.com>
1216
1217 * src/hash.h: Bumped SOCKIPLEN
1218
1219 * src/hosthiding.c: Functions to crypt IPv6 addresses.
1220
1221 * src/hosthiding.h: IPv6 function declerations.
1222
1223 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
1224 with the ipv6 crypting function.
1225
37ef8ee3 12262006-05-23 Neil Spierling <sirvulcan@gmail.com>
1227
1228 * src/hash.h: Bits needed for other type of host hiding.
1229
1230 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
1231
1232 * src/hosthiding.c: This will generated crypted style 2 Nefarious
1233 hidden hosts and ips. Currently they are just displayed in O3
1234 WHOIS. Im yet to expand this.
1235
1236 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
1237
1238 * src/Makefile.in: Regenerated.
1239
1240 * src/opserv.c: Display crypted hosts n ips in WHOIS.
1241
1242 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
1243 save them in user->crypthost user->cryptip.
1244
5177fd21 12452006-05-22 Neil Spierling <sirvulcan@gmail.com>
c02cd944 1246
5177fd21 1247 * src/chanserv.c: Set ignores when you authenticate.
c02cd944 1248
5177fd21 1249 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
1250 Used for centralized silence list management. Currently set ignores
1251 can be viewed in ACCOUNTINFO for via ircd SILENCE.
1252
1253 * src/nickserv.h: Declerations.
1254
1255 * src/nickserv.help: Added help entries for above commands.
1256
1257 * src/proto.h: Declerations.
1258
1259 * src/proto-p10.c: Functions to handle silences
c02cd944 1260
d9896a83 12612006-05-18 Alex Schumann <rubin@afternet.org>
1262
b34a7505 1263 * src/proto-p10.c: Fixed up the track module a bit more
d9896a83 1264
b34a7505 1265 * src/hash.c: Fixed up the track module a bit more, including
1266 reporting correctly when X3 kicks someone. This should affect mrsnoopy
1267 as well, hopefully wont cause any bugs.
d9896a83 1268
e5c85987 1269 * src/mod-track.c: Fixed up the track module a bit more - made track
1270 all/none work
d9896a83 1271
b34a7505 12722006-05-18 Alex Schumann <rubin@afternet.org>
1273
1274 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
1275
1276 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
1277
1278 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
1279
1280 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
d9896a83 1281
12822006-05-18 Alex Schumann <rubin@afternet.org>
1283
b34a7505 1284 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
12673a59 1285 in.
1286
b34a7505 1287 * src/mod-track.c: some cleanups and textual changes, to make the commands
12673a59 1288 slightly more user friendly.
1289
5177fd21 12902006-05-16 Neil Spierling <sirvulcan@gmail.com>
1291
1292 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
1293
1294 * src/x3.conf.example.: adding 050 'type' to server config (rubin
1295 fixed missing ';' and changelog entries)
1296
f6c7c603 12972006-05-16 Neil Spierling <sirvulcan@gmail.com>
1298
1299 * Most files: Heh i cant be bothered listing all files, see websvn
1300 if you want specific files. I just added a new tracking module, its
1301 just like snoop except it targets specified users. The actual
1302 commit is in the previous revision, i just forgot to update this to
1303 tick over the svn version in version output.
1304
2f61d1d7 13052006-05-15 Neil Spierling <sirvulcan@gmail.com>
697f4c9a 1306
2f61d1d7 1307 * Most files: Major update off the new release of srvx 1.3.1. Also
1308 seeing as the new updates dont all have changelog entries ive dropped
1309 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
697f4c9a 1310
2f61d1d7 13112006-03-20 Alex Schumann <rubin@afternet.org>
697f4c9a 1312
2f61d1d7 1313 * src/chanserv.c: core fix; check if theres a handle_info before looking
1314 at style...
697f4c9a 1315
2f61d1d7 1316 * src/helpfile.c: core fix; check if theres a handle_info before looking
1317 at style...
697f4c9a 1318
2f61d1d7 13192006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 1320
2f61d1d7 1321 * src/chanserv.c: more clean style changes
697f4c9a 1322
2f61d1d7 13232006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 1324
2f61d1d7 1325 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
1326 and dhp1080 made me do it) Needs lots of work to remove ----
1327 headers for 'clean' setting.
697f4c9a 1328
2f61d1d7 1329 * src/helpfile.c: Added nickserv 'style' stetting back.
697f4c9a 1330
2f61d1d7 1331 * src/nickserv.help: Added help for set style.
697f4c9a 1332
2f61d1d7 1333 * src/mod-helpserv.c: make style affect table outputs.
697f4c9a 1334
2f61d1d7 1335 * src/nickserv.c: Added nickserv 'style' setting back.
697f4c9a 1336
2f61d1d7 1337 * src/nickserv.h: Added nickserve 'style' setting back.
697f4c9a 1338
2f61d1d7 13392006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 1340
2f61d1d7 1341 * src/proto-p10.c: Added conf setting for extended_accounts for
1342 backward compatability with stock undernet ircd.
dee9951d 1343
2f61d1d7 1344 * x3.conf.example: Added conf setting for extended_accounts for
1345 backward compatability with stock undernet ircd.
dee9951d 1346
2f61d1d7 13472006-03-06 Alex Schumann <rubin@afternet.org>
1348
1349 * src/opserv.help: Added missing trace criteria to help,
1350 and fixed up a few other bits of help around that topic.
dee9951d 1351
2f61d1d7 13522006-01-16 Alex Schumann <rubin@afternet.org>
dee9951d 1353
2f61d1d7 1354 * src/tools.c: created an email valididty function
dee9951d 1355
2f61d1d7 1356 * src/nickserv.c: check valididty of email better
dee9951d 1357
2f61d1d7 1358 * src/sendmail.c: check validity of email better
dee9951d 1359
2f61d1d7 13602006-01-06 Alex Schumann <rubin@afternet.org>
dee9951d 1361
2f61d1d7 1362 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
1363 to a different bot, eg chanserv, and to reply from the correct nickname.
1364 also a bunch of whitespace changes
dee9951d 1365
2f61d1d7 1366 * src/nickserv.c: begin work on making nickserv commands bind without
1367 responding from the wrong nick. also a bunch of whitespace changes
dee9951d 1368
2f61d1d7 1369 * src/hash.h: whitespace
dee9951d 1370
2f61d1d7 1371 * src/opserv.help: improved QUERY helpfile. (though command itself still
1372 has bugs)
dee9951d 1373
2f61d1d7 13742005-12-14 Alex Schumann <rubin@afternet.org>
dee9951d 1375
2f61d1d7 1376 * src/chanserv.help: added set bantimeout help
dee9951d 1377
2f61d1d7 13782005-11-08 Alex Schumann <rubin@afternet.org>
dee9951d 1379
2f61d1d7 1380 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
1381 aliases properly.
697f4c9a 1382
2f61d1d7 1383 * src/modcmd.help: Added note about escaping spaces to modcmd help.
697f4c9a 1384
2f61d1d7 1385 * src/nickserv.help: Improved help files
697f4c9a 1386
2f61d1d7 1387 * src/chanserv.help: Improved help files
697f4c9a 1388
2f61d1d7 13892005-10-13 Alex Schumann <rubin@afternet.org>
697f4c9a 1390
2f61d1d7 1391 * src/proto-p10.c: ignore remote /lusers
697f4c9a 1392
2f61d1d7 13932005-09-13 Alex Schumann <rubin@afternet.org>
697f4c9a 1394
2f61d1d7 1395 * src/global.c: Changed motd header style
697f4c9a 1396
2f61d1d7 1397 * src/nickserv.help: Improved directions for getting and using
1398 accounts.
697f4c9a 1399
2f61d1d7 1400 * src/chanserv.help: Improved directions for getting and using
1401 accounts.
b336c8db 1402
2f61d1d7 14032005-08-13 Alex Schumann <rubin@afternet.org>
b336c8db 1404
2f61d1d7 1405 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
1406 some *@* protection.
b336c8db 1407
2f61d1d7 1408 * src/tools.c: added function to detect an overmask (too general)
b336c8db 1409
2f61d1d7 1410 * src/common.h: added function to detect an overmask (too general)
b336c8db 1411
2f61d1d7 14122005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 1413
2f61d1d7 1414 * src/chanserv.c: Modified resync to work accourding to automode
1415 setting, and fixed a buffer overflow problem.
0d16e639 1416
2f61d1d7 1417 * src/chanserv.help: updated set automode and rsync help.
0d16e639 1418
2f61d1d7 1419 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
1420 sets +x on AUTH.
0d16e639 1421
2f61d1d7 1422 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
1423 sets +x on AUTH.
0d16e639 1424
2f61d1d7 14252005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 1426
2f61d1d7 1427 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
1428 of 'voice' setting. + Rewording setting help
0d16e639 1429
2f61d1d7 1430 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
1431 of 'voice' setting.
0d16e639 1432
2f61d1d7 1433 * src/chanserv.help: Added help for automode. + Rewording setting help
0d16e639 1434
2f61d1d7 14352005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 1436
2f61d1d7 1437 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
0d16e639 1438
2f61d1d7 1439 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
0d16e639 1440
2f61d1d7 1441 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
0d16e639 1442
2f61d1d7 1443 * src/nickserv.c: Added option to have authserv oper/admin people with
1444 opserv access. (Life4Christ)
0d16e639 1445
2f61d1d7 1446 * src/opserv.c: Added admin_level config option
1447
1448 * src/opserv.h: Added admin_level config option
0d16e639 1449
2f61d1d7 14502005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 1451
2f61d1d7 1452 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
1453 command) when nef* bug sends the +o twice. ++fix bug in patch
0d16e639 1454
2f61d1d7 14552005-08-09 Alex Schumann <rubin@afternet.org>
0d16e639 1456
2f61d1d7 1457 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
0d16e639 1458
2f61d1d7 14592005-08-08 Alex Schumann <rubin@afternet.org>
0d16e639 1460
2f61d1d7 1461 * src/chanserv.c: Added banTimeout feature to .set
0d16e639 1462
2f61d1d7 1463 * src/chanserv.h: added banTimeout feature to .set
0d16e639 1464
2f61d1d7 1465 * src/recdb.c: Added some better error catching in database_get_data()
0d16e639 1466
2f61d1d7 1467 * src/proto-common.h: tabs
0d16e639 1468
2f61d1d7 1469 * x3.conf.example: added bantimeout to default set list, and ban
1470 timeout frequency config setting.
0d16e639 1471
2f61d1d7 14722005-08-04 Alex Schumann <rubin@afternet.org>
0d16e639 1473
2f61d1d7 1474 * src/chanserv.c: Changed kick protected message to one without %s or
1475 $b because the kick function doesnt support replacements.
0d16e639 1476
2f61d1d7 1477 * src/tools.c: fixed spelling error in comment.
0d16e639 1478
2f61d1d7 14792005-07-28 Alex Schumann <rubin@afternet.org>
0d16e639 1480
2f61d1d7 1481 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
1482 one)
0d16e639 1483
2f61d1d7 1484 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
1485 whining.
0d16e639 1486
2f61d1d7 14872005-07-26 Alex Schumann <rubin@afternet.org>
0d16e639 1488
2f61d1d7 1489 * x3.conf.example: Updated from live afternet file and improved help
1490 and layout. Added vim directive to set syntax type.
0d16e639 1491
2f61d1d7 1492 * src/chanserv.c: ported x2's 8ball in, and improved it.
0d16e639 1493
2f61d1d7 1494 * src/math.c: Added osiris' hack to do_math for supporting
1495 2(10) and 2pi etc. Improved it to handle pi2 also.
0d16e639 1496
2f61d1d7 1497 * src/chanserv.help: updated 8ball help and added 'myaccess' to
1498 information help index.
0d16e639 1499
2f61d1d7 15002005-07-18 Alex Schumann <rubin@afternet.org>
d76ed9a9 1501
2f61d1d7 1502 * src/proto-p10.c: added +L awareness
d76ed9a9 1503
2f61d1d7 1504 * src/hash.h: added +L awareness
d76ed9a9 1505
2f61d1d7 1506 * src/chanserv.help: changed set ctcpreaction help
d76ed9a9 1507
2f61d1d7 15082005-07-18 Neil Spierling <sirvulcan@gmail.com>
d76ed9a9 1509
2f61d1d7 1510 * src/modcmd.h: Lets make some functions global.
d76ed9a9 1511
2f61d1d7 1512 * src/modcmd.c: Log hostmasks no matter what.
d76ed9a9 1513
2f61d1d7 1514 * src/log.c: Lookup commands if they are from OpServ in the log.
1515 If they match channel specific commands like OP, DEOP, etc then
1516 we will display them in a LAST command (assuming the person doing
1517 the LAST is an oper). Normal clients wont see commands that have
1518 been performed by OpServ.
d76ed9a9 1519
2f61d1d7 15202005-07-15 Alex Schumann <rubin@afternet.org>
d76ed9a9 1521
2f61d1d7 1522 * src/chanserv.c: Changed around ctcpreaction setting so it:
1523 a) doesnt crash.
1524 b) doesnt kick userlist members ever
1525 c) has only 1 setting needed to control it
1526 * src/chanserv.h: removed some old oplevel stuff.
d76ed9a9 1527
2f61d1d7 15282005-07-14 Alex Schumann <rubin@afternet.org>
d76ed9a9 1529
2f61d1d7 1530 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
1531 remove errors from log. Fixed problem with missing break; in
1532 channel mode c parsing (reed).
d76ed9a9 1533
2f61d1d7 1534 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
1535
1536 * src/log.c: Changed channel log target to send PRIVMSG instead of
1537 NOTICE. (Ghozer)
1538
15392005-05-07 Neil Spierling <sirvulcan@gmail.com>
1540
1541 * configure: Regenerated.
1542
1543 * configure.in: Added checks for tgmath.h.
1544
1545 * src/chanserv.c: Added new command LAST, from X2. Similar to
1546 EVENTS except its file based. Bear in mind you dont have to use
1547 both. You can bind what you want to use. Commented out zoot_list
1548 as its not in use, just a warning fix.
1549
1550 * src/hash.c: Warning fix.
1551
1552 * src/log.h: Misc defines.
1553
1554 * src/log.c: Logging functions from X2.
1555
1556 * src/math.c: If tgmath.h doesnt exist then include some other
1557 files that contain the functions we require.
1558
1559 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
1560
1561 * src/proto-p10.c: Added chanserv.h #include to squash a small
1562 compile error. Made X3 understand MARK's to a small point. Fixed
1563 a small parsing bug with exempts.
1564
15652005-07-06 Alex Schumann <rubin@afternet.org>
1566
1567 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
1568
1569 * src/opserv.c: Fixed an awkward output of trace count etc.
1570
15712005-06-22 Alex Schumann <rubin@afternet.org>
1572 * src/chanserv.help: Improved DURATION help
1573
1574 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
1575 a better average.
1576
15772005-05-27 Alex Schumann <rubin@afternet.org>
1578
1579 * src/chanserv.c: Improved usability of register command, fixed
1580 unregister reply.
1581
1582 * src/chanserv.help: Improved usability of register command
1583
15842005-05-27 Alex Schumann <rubin@afternet.org>
1585
1586 * src/chanserv.c: Resync working now
1587
15882005-05-27 Reed Loden <reed@reedloden.com>
1589
1590 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
1591 grammar issues in the message send to pending users. Fixed a
1592 problem with some of the resync code.
1593
15942005-05-27 Alex Schumann <rubin@afternet.org>
1595
1596 * src/chanserv.c: make pending add check if the person is already on
1597 the userlist before re-adding them (thx exec & reed for noticing this)
1598 Fix capitalisation of I in pending notice.
1599
16002005-05-18 Alex Schumann <rubin@afternet.org>
1601
1602 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
1603 working, and pointed me to the opserv helpfiles command, which shows
1604 what services search what help files. This fixes the help command to
1605 search that list as it should. Still need to modify the 'default'
1606 helpfile search bindigs because I dont think chanserv should respond
1607 to help from opserv's db, etc. See opserv's 'helpfiles' command.
1608
1609 * src/modcmd.help: clarified 'helpfiles' help.
1610
16112005-05-18 Alex Schumann <rubin@afternet.org>
1612
1613 * src/helpfile.c: make send_help() return true/false and not send
1614 errors so svccmd_send_help can 'take control' of things.
1615
1616 * src/modcmd.c: Fixed up the help system (again) / find aliased
1617 commands help if none exists. / Display no help for that command on
1618 commands (instead of topic)
1619
1620 * src/modcmd.h: Fixed up the help system (again)
1621
1622 * src/global.c: Fixed syntax display
1623
1624 * src/chanserv.help: Removed =---= formatting, fixed a few things.
1625 *spelling ++more spelling (thx reed)
1626
1627 * src/nickserv.help: Removed =---= formatting, fixed a few things.
1628 *spelling ++more spelling (thx reed)
1629
1630 * src/opserv.help: Removed =---= formatting, fixed a few things.
1631 ++spelling (thx reed)
1632
1633 * src/global.help: simplified index
1634
1635 * src/nickserv.c: Changed message users get when their email is
1636 already used for an account, fixed syntax help
1637
1638 * src/opserv.c: fixed syntax help
1639
16402005-05-16 Alex Schumann <rubin@afternet.org>
1641
1642 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
1643 the help file.
1644
16452005-05-04 Alex Schumann <rubin@afternet.org>
1646
1647 * src/modcmd.c: added a 'rebindall' command to assist with
1648 upgrades and changes which change command bindings.
1649
1650 * src/modcmd.help: modified help to reflect above
1651
1652 * src/opserv.help: modified help to reflect above
1653
1654 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
1655 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
1656 between channel bans (+b) and x3 remembered bans (lamers)
1657
1658 * src/chanserv.help: modified help to reflect above
1659
1660 * UPGRADE: added use of rebindall to upgrade instructions
1661
16622005-05-04 Alex Schumann <rubin@afternet.org>
1663
1664 * src/chanserv.c: added an 'adduser pending' feature, where if
1665 someone isn't authed x3 will ask them to /auth or register, and then
1666 automatically finish adding them to the channel when they do.
1667 Fixed email bug with adduser pending
1668
1669 * src/chanserv.h: adduser pending
1670
1671 * src/hash.c: adduser pending
1672
1673 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
1674
1675 * src/nickserv.c: adduser pending cleanup and activation code,
1676 Arch sync (Avoid losing channel information when
1677 replacing an account using the mergedb command.)
1678
1679 * src/proto-p10.c: adduser pending cleanup code
1680
1681 * src/nickserv.help: improved set and register help
1682
16832005-05-04 Alex Schumann <rubin@afternet.org>
1684
1685 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
1686 negitive). Added set voice to provide control over use of voice.
1687 Implimented a basic chanserv db version control system for upgrading
1688 seamlessly.
1689
1690 * src/chanserv.help: adjusted help to reflect voice and uset autoop
1691 changes.
1692
1693 * src/hash.h: updated ssz comment from z to Z
1694
1695 * src/modcmd.help: rewrote BIND help
1696
1697 * src/proto-p10.c: Added Z (sslonly) support back in
1698
1699 * UPGRADE: created file to document upgrading procedures
1700
17012005-04-23 Alex Schumann <rubin@afternet.org>
1702 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
1703 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
1704 topicmask to be an on or off setting, uninfluenced by enftopic.
1705 Added feature to use mask on /topic in addition to ,topic sets.
1706 Removed special consideration for ircops in protect_user()
1707
1708 * src/chanserv.help: updated documentation to reflect the new and
1709 much simpler topicmask feature, and removed op/voice levels.
1710
1711 * src/nickserv.c: added tailing 'end of' line for accountinfo
1712 for non-opers too.
1713
1714 * src/modcmd.c: tweaked alias notification for help and breef help.
1715
17162005-04-20 Alex Schumann <rubin@afternet.org>
1717
1718 * src/proto-common.c: removing +d. needs to be a config option
1719 or something.
1720
1721 * src/nickserv.help: modified main help reply of authserv
1722
1723 * src/nickserv.c: added title, epithet, and fakehost to oset listing
1724
1725 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
1726 totally redesigned though.
1727
17282005-04-15 Alex Schumann <rubin@afternet.org>
1729
1730 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
1731 at the same time. The whole block needs to be if/else instead of
1732 switch though, to be cleaner.
1733
1734 * src/nickserv.help: added fakehost and title options to help oset.
1735
1736 * src/nickserv.c: removed 'style' setting. (was not being used in
1737 code anyway)
1738
17392005-04-04 Neil Spierling <sirvulcan@gmail.com>
1740
1741 * src/proto-p10.c: Reinstated +d usermode.
1742
17432005-03-30 Alex Schumann <rubin@afternet.org>
1744
1745 * src/chanserv.c: Fixed unban.
1746
1747 * x3.conf.example: added note in snoop config that improper
1748 setting for bots nick will cause segfault.
1749
17502005-03-22 Alex Schumann <rubin@afternet.org>
1751
1752 * x3.conf.example: added sethost/fakehost settings to conf
1753
17542005-03-19 Alex Schumann <rubin@afternet.org>
1755
1756 * chanserv.c: Changed style of command outputs, added userlevel back
1757 to users list.
1758
1759 * opserv.c: Changed style of command outputs, removed warn feature
1760
1761 * tools.c: shortened duration string lengths
1762
1763 * main.c: shortened duration string lengths
1764
1765 * sendmail.c: Changed style of stats email
1766
17672005-03-18 Alex Schumann <rubin@afternet.org>
1768
1769 * Changed breef to brief...
1770
1771 * chanserv.c: Changed to access level names instead of numbers.
1772
17732005-03-17 Alex Schumann <rubin@afternet.org>
1774
1775
1776 * src/opserv.c: Improved readability of trace print output
1777
1778 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
1779 a little.
1780
1781 * src/helpfile.c: Improved table_send readability (used in lots
1782 of listings including users and stats network etc)
1783
17842005-03-15 Alex Schumann <rubin@afternet.org>
1785
1786 * src/chanserv.c: Improved some syntax error reporting for commands
1787
1788 * src/helpfile.c: Added a 'breef' help function
1789
1790 * src/helpfile.h: Added a 'breef' help function
1791
1792 * src/main.c: Improved some syntax error reporting for commands
1793
1794 * src/modcmd.c: Improved some syntax error reporting for commands
1795
1796 * src/modcmd.h: Improved some syntax error reporting for commands
1797
17982005-03-15 Reed Loden <reed@reedloden.com>
1799
1800 * Synchronization with srvx--devo--1.3--patch-19.
1801
18022005-03-12 Alex Schumann <rubin@afternet.org>
1803
1804 * src/common.h, src/opserv.h: more SRVX->X3 fixes
1805
1806 * opserv.c: fixed SRVX defines to X3
1807
1808 * src/nickserv.c: Applied patch to bring up to date with
1809 local uncommitted changes on afternets srvx2 tree. improved
1810 cookie gen code and removed /play from cookie messages.
1811
1812 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
1813 bunch more places.
1814
18152005-03-07 Neil Spierling <sirvulcan@gmail.com>
1816
1817 * nickserv.help: Added odelcookie section.
1818
1819 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
1820 cookies.
1821
1822 * src/md5.c: Cleaned up compile warnings.
1823
1824 * src/nickserv.help: Added odelcookie section.
1825
1826***********************************************************************/
1827
1828#define CVS_VERSION "$Id$"
d76ed9a9 1829