]> jfr.im git - irc/evilnet/x3.git/blob - ChangeLog
825bf1b20faeb44d0a47d83af3d228b190569ba8
[irc/evilnet/x3.git] / ChangeLog
1 /***********************************************************************
2 X3 ChangeLog
3
4 2006-12-09 Alex Schumann <rubin@afternet.org>
5
6 * src/opserv.c: bugfixes to autorouting timer code
7
8 * src/opserv.h: bugfixes to autorouting timer code
9
10 * src/timeq.c: added some usefull (commented out) debugging code for
11 figuring out timer problems.
12
13 * src/timerq.h: added some usefull (commented out) debugging code for
14 figuring out timer problems.
15
16 2006-12-08 Alex Schumann <rubin@afternet.org>
17
18 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
19
20 * src/proto-p10.c: moving version reply storage here, adding webTV
21 no_notice support (automatiaclly dont send notices if version reply
22 says its a webtv user since they cant SEE notices. (other clients to
23 add?)) note, this needs a version query alert to get the version from
24 them.
25
26 * src/helpfile.c: honor the no_notices user bit
27
28 * src/hash.h: add no_notices user bit
29
30 2006-12-07 Alex Schumann <rubin@afternet.org>
31
32 * src/opserv.c: Add filter ability to stats alerts + fixup
33
34 * src/opserv.help: document filter feature of stats alerts + fixup
35
36 2006-12-02 Alex Schumann <rubin@afternet.org>
37
38 * src/chanserv.c: fix to levels command (- were missing)
39
40 * src/tools.c: fix warning
41
42 * src/common.h: fix warning
43
44 * src/chanserv.help: update online help url, changed help general to
45 use new $! command char replacement code.
46
47 * src/hash.c: fix warning when geoip is off
48
49 * src/helpfile.c: add new '$!' code for chanserv's current trigger
50 char in help files
51
52 2006-12-01 Alex Schumann <rubin@afternet.org>
53
54 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
55 on users of non-standard access level such as 201. Fixed this by
56 changing mdelop and friends to work on the range of access levels.
57 Added a LEVELS command.
58
59 * src/chanserv.h: corrected PEON access defines such that 1-150 is
60 peon instead of 100-150 with 1-99 being undefined.
61
62 * src/chanserv.help: help for new LEVELS command
63
64 * src/helpfile.c: Improved table functions so that it automatically
65 right-justifies numerical columns.
66
67 * src/tools.c: Added helper functions str_is_number and msnprintf (an
68 auto-mallocing printf function)
69
70 * src/common.h: defines and defines for msnprintf and str_is_number
71
72
73 2006-11-30 Alex Schumann <rubin@afternet.org>
74
75 * src/chanserv.c: Modified .myaccess such that if you give it your own
76 account when you are not a helper, it still works. (Requested by
77 Jigsy)
78
79 * src/nickserv.help: Corrected the help file to feed oregister based
80 on email_required instead of email_enabled
81
82 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
83 causes crash in set if no title) thanks xanjunior
84
85 2006-10-18 Neil Spierling <sirvulcan@gmail.com>
86
87 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
88 opserv WHOIS from another service (when bound), the channels reply
89 would come from o3 instead of that service.
90
91 2006-10-18 Neil Spierling <sirvulcan@gmail.com>
92
93 * src/opserv.c: Added in SVSPART alert/traces.
94
95 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
96
97 * src/proto.h: Added in decleration for svspart.
98
99 * src/proto-p10.c: Extend current SVSPART functionality so that we
100 can send them with traces etc.
101
102 2006-10-14 Alex Schumann <rubin@afternet.org>
103
104 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
105 in svsjoin alerts. Cleanup old silent code fragments left over. Check
106 for missing chantarget in alerts also.
107
108 2006-10-12 Alex Schumann <rubin@afternet.org>
109
110 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
111 setup x3 to version only users matching a criteria, and then another
112 alert to do someting based on the version reply. This should be
113 usefull for finding bots etc. Or, for example, you can make all xchat
114 people join #xchat, or all mirc join #mirc etc.
115 Also, there is a fix in here for SVSJOIN which i hadn't gotten
116 everything working with.
117
118 * src/proto-p10.c: added privmsg_user and version_user functions
119
120 * src/proto.h: added privmsg_user and version_user function
121 declerations
122
123 * src/hash.h: added version_reply variable to users
124
125
126
127 2006-10-12 Alex Schumann <rubin@afternet.org>
128
129 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
130 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
131 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
132 or send all level3 users to a perticular channel on connection, etc.
133
134 2006-10-12 Alex Schumann <rubin@afternet.org>
135
136 * src/chanserv.c: Make lamers not affect users on the userlist above
137 inviteme level in the channel. (why kb users who can .uba and
138 .inviteme back in?)
139
140 2006-10-10 Neil Spierling <sirvulcan@gmail.com>
141
142 * src/spamserv.c: Ignore those with access (if the options are
143 disabled- scanchanops, scanhalfops, scanvoiced.
144
145 2006-10-08 Alex Schumann <rubin@afternet.org>
146
147 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
148 autojoin. Not really a great solution. Instead, move auth_handler
149 funcs to be called after stamping etc. thx to Buttaknife for this
150 solution.
151
152 * src/nickserv.c: move auth_func calls to after stamping, and
153 commented up the cmd_auth source to make it more managable.
154
155 2006-10-04 Alex Schumann <rubin@afternet.org>
156
157 * src/chanserv.c: remove redundant 'none' from empty llists
158
159 2006-10-04 Neil Spierling <sirvulcan@gmail.com>
160
161 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
162 over with odelcookie now.
163
164 2006-10-04 Neil Spierling <sirvulcan@gmail.com>
165
166 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
167 in a channel and a user auths in the channel, the user will not
168 receive autoop etc if they have it enabled in uset.
169
170 2006-10-03 Alex Schumann <rubin@afternet.org>
171
172 * src/opserv.c: Check for connect timer entries before adding new
173 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
174
175 2006-09-25 Neil Spierling <sirvulcan@gmail.com>
176
177 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
178 by him.
179
180 2006-09-16 Neil Spierling <sirvulcan@gmail.com>
181
182 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
183 happening before autohide. Let me know if its still happening before
184 autohide.
185
186 * src/chanserv.help: Updated the AUTOJOIN bit.
187
188 2006-09-13 Alex Schumann <rubin@afternet.org>
189
190 * src/chanserv.help: improved the help listing for the info command,
191 and information help category.
192
193 2006-09-10 Neil Spierling <sirvulcan@gmail.com>
194
195 * src/mod-memoserv.c: Fixed crash bug.
196
197 * src/spamserv.c: Ignore opers.
198
199 2006-08-28 Neil Spierling <sirvulcan@gmail.com>
200
201 * README: tweaks.
202
203 2006-08-27 Neil Spierling <sirvulcan@gmail.com>
204
205 * src/chanserv.help: Tweaked a , to .
206
207 2006-08-27 Neil Spierling <sirvulcan@gmail.com>
208
209 * src/opserv.help: Removed privs menu so we can release a tarball.
210
211 2006-08-25 Alex Schumann <rubin@afternet.org>
212
213 * src/chanserv.c: fix uset reply for halfops
214
215 * src/nickserv.help: document the 'b' account flag
216
217 2006-08-26 Neil Spierling <sirvulcan@gmail.com>
218
219 * x3.conf.example: Added hidden host style option and key options
220 for style 2.
221
222 * src/hosthiding.h: Remove KEY #defines.
223
224 * src/hosthiding.c: Set the keys only once using the conf values.
225
226 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
227 of standard hidden hosts if style is 2.
228
229 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
230 of standard hidden hosts if style is 2.
231
232 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
233 hostname (unresolved). This is how Nefarious works.
234
235 * src/tools.c: Generate hidden hosts off crypt hosts instead
236 of standard hidden hosts if style is 2.
237
238 2006-08-24 Neil Spierling <sirvulcan@gmail.com>
239
240 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
241
242 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
243
244 * src/proto.h: irc_svsjoin decelerations.
245
246 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
247 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
248 an SJ it will be handled properly as a JOIN. Did the same for
249 SVSPART.
250
251 2006-08-24 Neil Spierling <sirvulcan@gmail.com>
252
253 * src/spamserv.c: Fixed the +k issue with spamserv.
254
255 2006-08-24 Neil Spierling <sirvulcan@gmail.com>
256
257 * src/opserv.c: Added PRIVSET Command.
258
259 * src/opserv.help: Added PRIVSET Command. Plus contents for the
260 privs section.
261
262 * src/proto.h: irc_privs deceleration.
263
264 * src/proto-p10.c: Fixed a compile issue plus added functions for
265 setting and checking privs.
266
267 2006-08-23 Neil Spierling <sirvulcan@gmail.com>
268
269 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
270
271 * src/hash.h: Priv declerations.
272
273 * src/opserv.c: Show privs in WHOIS output.
274
275 * src/proto.h: client_report_privs decleration.
276
277 * src/proto-p10.c: Handle PRIV only for type 6 servers.
278
279 2006-08-19 Alex Schumann <rubin@afternet.org>
280
281 * src/authserv.c: document the oset flag +b in help (hide from staff
282 command.)
283
284 2006-08-19 Alex Schumann <rubin@afternet.org>
285
286 * src/chanserv.c: added reply command, which responds similar to calc,
287 but with any message. (for use with bindings)
288
289 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
290 are replaced with the target command's calling user's account, nick,
291 and numnick respectively. This and the above allows things like:
292 BIND x3 account x3.reply your account is $a or
293 BIND x3 kickme x3.kick $n $1-
294 more to come, maybe, later.
295
296 2006-08-01 Alex Schumann <rubin@afternet.org>
297
298 * src/modcmd.c: Added OSI certification message to VERSION command
299
300 2006-08-09 Neil Spierling <sirvulcan@gmail.com>
301
302 * x3.conf.example: Redid part of the geoip summary.
303
304 2006-08-09 Neil Spierling <sirvulcan@gmail.com>
305
306 * src/opserv.c: If we have a city, latitude and longitude returned
307 then show a map url. Some results have no city but a latitude and
308 a longitude. The coordinates are useless in this case and most
309 people would know where the country is around abouts.
310
311 2006-08-08 Neil Spierling <sirvulcan@gmail.com>
312
313 * src/hash.c: Speed up city and country lookups significantly.
314 Just slow for the first read but once thats done the rest is fast.
315
316 2006-08-08 Neil Spierling <sirvulcan@gmail.com>
317
318 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
319 I dont know if this will work for sure as i cant reproduce it. But
320 my theory is that once the user is kicked the mode node is dropped.
321 Users without modes should still return a valid mode node.
322
323 2006-08-08 Neil Spierling <sirvulcan@gmail.com>
324
325 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
326 if a giveownership command was issued in a channel with no owners.
327
328 2006-08-07 Neil Spierling <sirvulcan@gmail.com>
329
330 * configure: Regenerated.
331
332 * configure.in: Added checks for GeoIP headers and libs.
333
334 * x3.conf.example: Add in 2 options for the dat filenames of the
335 city and country files. If not specified then no geoip data
336 will be checked.
337
338 * src/config.h.in: Regenerated.
339
340 * src/hash.c: Created a function to check the geoip info from the
341 dat files.
342
343 * src/hash.h: Decelerations plus added entries to the userNode
344 struct.
345
346 * src/opserv.c: Display the GeoIP information in WHOIS.
347
348 * src/proto-p10.c: Call the new geoip data collection function
349 towards the end of AddUser.
350
351 2006-08-06 Neil Spierling <sirvulcan@gmail.com>
352
353 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
354
355 2006-08-01 Alex Schumann <rubin@afternet.org>
356
357 * src/chanserv.c: Add automode 6, to just voice everyone with access.
358 Idea by daniel (thx)
359
360 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
361
362 * This message is apart of the below one, its just seperate so
363 it doesnt get lost amongst the below messages.
364
365 * src/global.c: Fixed a warning.
366
367 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
368
369 * configure: Removed bahamut support, didnt even work.
370
371 * configure.in: Removed bahamut support, didnt even work.
372
373 * INSTALL: Removed bahamut support, didnt even work.
374
375 * x3.conf.example: Removed bahamut support, didnt even work.
376
377 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
378
379 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
380 work.
381
382 * src/config.h.in: Removed bahamut support, didnt even work.
383
384 * src/gline.c: Removed bahamut support, didnt even work.
385
386 * src/hash.h: Removed bahamut support, didnt even work.
387
388 * src/nickserv.c: Removed bahamut support, didnt even work.
389
390 * src/nickserv.h: Removed bahamut support, didnt even work.
391
392 * src/Makefile.am: Removed bahamut support, didnt even work.
393
394 * src/Makefile.in: Removed bahamut support, didnt even work.
395
396 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
397
398 * src/shun.c: Removed bahamut support, didnt even work.
399
400 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
401
402 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
403 spamserv.c, nickserv.c.
404
405 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
406
407 * src/nickserv.c: Changed global_message uses to global_message_arg's.
408
409 * src/opserv.c: Changed global_message uses to global_message_arg's.
410
411 * src/spamserv.c: Changed global_message uses to global_message_arg's.
412
413 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
414
415 * src/chanserv.c: Changed global_message uses to global_message_arg's.
416
417 * src/global.c: Added language strings for chanserv.c
418
419 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
420
421 * src/global.c: Make sure we arnt sending duplicate messages in
422 some cases.
423
424 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
425
426 * src/x3.conf.example: Removed the targets option.
427
428 * src/global.c: Wrote new function that will global message users
429 and/or opers and/or helpers messages in their own langauge. The
430 strings are set either in language files or in the global.c message
431 struct. This allows us to send defcon notices to people and they
432 will get them in their own language if they have it set.
433
434 * src/global.h: global_message_args decleration.
435
436 * src/opserv.c: Removed targets option for defcon as its too hard
437 to send messages to people in channels if the people have different
438 language settings.
439
440 2006-07-31 Neil Spierling <sirvulcan@gmail.com>
441
442 * src/opserv.c: TODO stuff.
443
444 2006-07-31 Neil Spierling <sirvulcan@gmail.com>
445
446 * x3.conf.example: Added SHUN setting for DEFCON.
447
448 * doc/DEFCON: Added SHUN setting for DEFCON.
449
450 * src/opserv.c: Moved the gline check to here. Also added a SHUN
451 check.
452
453 * src/opserv.h: Added SHUN setting for DEFCON.
454
455 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
456
457 2006-07-31 Neil Spierling <sirvulcan@gmail.com>
458
459 * x3.conf.example: Added new Defcon system settings
460
461 * doc/DEFCON: Anope's Defcon doc adapted for X3.
462
463 * src/chanserv.c: Block mode changes and channel registrations if
464 required.
465
466 * src/mod-memoserv.c: Block new memos if required.
467
468 * src/nickserv.c: Block nick registrations if required.
469
470 * src/opserv.c: Added in defcon system, uses some of the anope code.
471 Most tho is from scratch.
472
473 * src/opserv.h: Defcon declerations.
474
475 * src/opserv.help: Added DEFCON entry.
476
477 * src/proto-p10.c: If required gline new clients, also if required
478 kill new clients.
479
480 2006-07-29 Alex Schumann <rubin@afternet.org>
481
482 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
483 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
484 not comfortable running 'make install' on libtre from ./configure.
485 This violates what the user expects in a way that can harm the system.
486 Changed how the libtre checks work and provided easy-to-use install
487 script. -fix link stage
488
489 * rx/Makefile.in: fix autotools warning(s)
490
491 2006-07-28 Alex Schumann <rubin@afternet.org>
492
493 * src/nickserv.help: add odelcookie to help oper
494
495 * x3.conf.example: update & improve x3.conf.example description of
496 extended_accounts setting.
497
498 2006-07-26 Alex Schumann <rubin@afternet.org>
499
500 * src/opserv.c: Fix crash when doing reroute if routing isnt
501 configured. | Voice discovered that the error message for addplan fail
502 was typeo'd so not showing.
503
504 * src/opserv.help: slight changes to routing help.
505
506 * src/chanserv.c: let non-staff see when channels were registered with
507 .info
508
509 2006-07-24 Alex Schumann <rubin@afternet.org>
510
511 * src/proto-p10.c: dont burst channels with 0 users in them (which
512 were created by alert discrims, most likely)
513
514 2006-07-23 Alex Schumann <rubin@afternet.org>
515
516 * x3.conf.example: Added chanserv "modes" to example - use to control
517 what usermodes chanserv gets. Mainly for setting +d or not, if you
518 have nef 1.0 'b:' lines setup.
519
520 2006-07-25 Neil Spierling <sirvulcan@gmail.com>
521
522 * src/nickserv.c: If theres no title set then the default title
523 will therefore be the first part of hidden_host in x3.conf.example,
524 so for consistency with opt_fakehost we will print this.
525
526 2006-07-25 Neil Spierling <sirvulcan@gmail.com>
527
528 * src/nickserv.c: The reason why theres no arg rubin is that
529 if you want to print the fakehost then u dont specify an arg.
530 This tells opt_fakehost to set fake to the current fakehost
531 and pass it on to be printed.
532
533 2006-07-23 Alex Schumann <rubin@afternet.org>
534
535 * src/nickserv.c: Add config file regex fakehost test + sanity
536 checking in title as well (fixed).
537
538 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
539 instead of argv[2]==null since argv's dont get set null.
540
541 2006-07-23 Neil Spierling <sirvulcan@gmail.com>
542
543 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
544
545 * src/proto-p10.c: Host in topic supports sethost and fakehost
546 now.
547
548 2006-07-21 Alex Schumann <rubin@afternet.org>
549
550 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
551 irc_connect, and added callbacks to handle connect failures and
552 successes. (All prep for auto routing system)
553
554 * src/proto.h: Added support for irc_wallop, irc_squit,
555 irc_connect, and added callbacks to handle connect failures and
556 successes. (All prep for auto routing system)
557
558 * src/opserv.help: Help entries for auto routing system + fix typeo in
559 routing example
560
561 * src/hash.h: New structs for auto routing system
562
563 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
564 error message to debug message.
565
566 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
567
568 * src/modcmd.c: added 'routing' main command alias.
569
570 2006-07-16 Neil Spierling <sirvulcan@gmail.com>
571
572 * x3.conf.example: Added host_in_topic option for sending full
573 nick!user@host if its enabled. Default to one as Nefarious is
574 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
575 you have this enabled on X3 and not on your Nefarious server.
576
577 * src/proto-p10.c: Make use of host_in_topic.
578
579 2006-07-13 Alex Schumann <rubin@afternet.org>
580
581 * src/opserv.c: make the bot reply from the nick you /msg in all
582 cases, if commands are bound to a different bot.
583
584 * src/nickserv.c: make the bot reply from the nick you /msg in all
585 cases, if commands are bound to a different bot.
586
587 * src/chanserv.c: make the bot reply from the nick you /msg in all
588 cases, if commands are bound to a different bot.
589
590 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
591 msg, not the defined memoserv bot, if commands are aliased to other
592 bots. This may also fix the crash bug playa reported at
593 http://www.unrealgamers.net/forums/index.php?showtopic=138
594
595 2006-07-11 Alex Schumann <rubin@afternet.org>
596
597 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
598 and some x3 topic functions.
599
600 * x3.conf.example: Improved server/type setting documentation,
601 and changed default to 5.
602
603 2006-07-11 Alex Schumann <rubin@afternet.org>
604
605 * src/opserv.c: fixed silent alerts not getting picked up from db file
606 on read/load.
607
608 2006-07-11 Alex Schumann <rubin@afternet.org>
609
610 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
611 when adding an invalid jupe servername or numeric.
612 this closes bug number 1513510.
613
614 * src/modcmd.c: if pubcmd is set higher than your level, only respond
615 with the denied msg if the command was actually found. this closes bug
616 number 1509382.
617
618 2006-07-10 Alex Schumann <rubin@afternet.org>
619
620 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
621 non-logged-in user (null pointer)
622
623 2006-07-09 Alex Schumann <rubin@afternet.org>
624
625 * src/nickserv.c: fixed bug where unignores were getting sent to the
626 user multiple times, instead of to each online nick once.
627
628 2006-07-09 Alex Schumann <rubin@afternet.org>
629
630 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
631 spot. Ugh, messed up the fix. Trying again :)
632
633 2006-07-10 Neil Spierling <sirvulcan@gmail.com>
634
635 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
636 If the target is ignoring the person inviting them then the invite
637 is denied.
638
639 2006-07-07 Alex Schumann <rubin@afternet.org>
640
641 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
642 memoserv most easily seen when sending short memos. Rewrote the flag
643 handling part of memo send to correct it.
644
645 2006-07-05 Alex Schumann <rubin@afternet.org>
646
647 * src/helpfile.c: pLaYa pointed out the table code row count is off by
648 one. Fixed.
649
650 2006-06-27 Neil Spierling <sirvulcan@gmail.com>
651
652 * configure: Regenerated.
653
654 * configure.in: Make use of TRE regexp library. Its more powerful
655 than the standard library (http://laurikari.net/tre/index.html).
656 Im also pondering adding services side regexp bans, X3 would
657 probably required a channel flag called say advanced that can
658 only be set by the owner. If enabled then regexp bans can be
659 used. I also added an output saying what modules are enabled,
660 what protocol is enabled, what malloc is choosen and if debugging
661 is enabled. Just a bit of a message as the user will of seen
662 programs just finish compiling and he/she/it may think it
663 was X3 compiling, but it was just TRE compiling. They still need
664 to compile X3.
665
666 * src/config.h.in: Regenerated.
667
668 * src/Makefile.am: Tweak for TRE.
669
670 * src/Makefile.in: Regenerated.
671
672 * src/nickserv.c: Use the new regex.h Im sure -I includes get
673 called before system includes like /usr/include.
674
675 * src/opserv.c: Use the new regex.h Im sure -I includes get
676 called before system includes like /usr/include.
677
678 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
679 compile this just before configure finishes up. Sits around
680 470KB, rather than another 2.5MB if i TRE untarred. I suppose
681 i could get it down a bit more using Bzip but there are some
682 boxes out there still without bzip.
683
684 2006-06-25 Neil Spierling <sirvulcan@gmail.com>
685
686 * src/mod-memoserv.c: Better history implementation. A seperate
687 table is used for history entries. Entries contain the same
688 fields as the memo table except for the message, read, and flags.
689 Entries are only removed from the history db when they get
690 expired by do_expire (older than message_expire). Also fixed
691 up a issue with STATUS. On AfterNET we were getting huge large
692 for the amount of memos. I now realise it was reading the amount
693 of users. It now reads the proper amount of memos. I also a count
694 for history entries.
695
696 * src/mod-memoserv.help: EXPIRE handles history and memos now.
697
698 2006-06-25 Neil Spierling <sirvulcan@gmail.com>
699
700 * src/mod-memoserv.c: Make use of ignore lists when trying to
701 send memos.
702
703 2006-06-25 Neil Spierling <sirvulcan@gmail.com>
704
705 * src/spamserv.c: Crash fix (finally). Been meaning to do this
706 for a while now.
707
708 2006-06-23 Alex Schumann <rubin@afternet.org>
709
710 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
711 src/modcmd.c, src/nickserv.c: Improvements to
712 table output and help display.
713
714 * src/mod-memoserv.c: fix segfault
715
716 2006-06-23 Alex Schumann <rubin@afternet.org>
717
718 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
719 fix it and re-apply if you want it..
720
721 * src/chanserv.h: Backing out the bantype patch.
722
723 * src/chanserv.help: Backing out the bantype patch.
724
725 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
726
727 * src/mod-memoserv.c: Fixed a bug.
728
729 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
730
731 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
732 if the recipient deletes the memo it will not be listed in the
733 HISTORY list.
734
735 * src/mod-memoserv.help: HISTORY entry.
736
737 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
738
739 * src/mod-memoserv.c: Added new flags, see below.
740
741 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
742 added flags for always ignoring read reciepts and always sending
743 read reciepts.
744
745 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
746
747 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
748 that you have sent, aslong as they have not been read yet.
749
750 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
751 recipient to read reciept stuff.
752
753 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
754
755 * src/mod-memoserv.c: Redid the db stuff, it now writes users
756 settings and memos to the memoserv database.
757
758 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
759
760 * src/mod-memoserv.c: Small bug fix.
761
762 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
763
764 * src/mod-memoserv.c: Added read recipient support via SEND using
765 -r as a flag. Messages with requested read recipients have a (r)
766 shown beside the sender nick in LIST. People can ignore a read
767 recipient using -i when reading the message via READ. Its all
768 in the help file.
769
770 * src/mod-memoserv.help: Added read recipient relevent bits.
771
772 * src/opserv.help: Added halfopping functions.
773
774 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
775
776 * src/x3.conf.example: Forgot a ;.
777
778 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
779
780 * src/mod-memoserv.c: Make use of SET LIMIT.
781
782 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
783
784 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
785
786 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
787
788 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
789
790 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
791
792 * x3.conf.example: Max limit for Memoserv LIMIT option.
793
794 * src/hash.h: Fixed halfops issue.
795
796 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
797 amount of memos you can have. This does not do anything yet as
798 im committing the half ops fix now. This code is fine it just
799 allows you to adjust the limit for now.
800
801 2006-06-12 Neil Spierling <sirvulcan@gmail.com>
802
803 * x3.conf.example: Commented out SpamServ module as there are bugs
804 and i cant give a definate date as to when i can fix it. Im not
805 home much these days.
806
807 * src/mod-memoserv.c: Redid the SET code using some whatnet code
808 by wasted. Tweaked here and there. Also added some formatting in
809 LIST and SET like chanserv SET. Oh and MemoServ will join
810 autojoin_channels if MemoServ is in a seperate nickname.
811
812 * src/mod-memoserv.help: Added OSET and done some tweaking.
813
814 * src/nickserv.c: Allow the use of get_victim_oper outside of
815 nickserv.c.
816
817 * src/nickserv.h: Allow the use of get_victim_oper outside of
818 nickserv.c.
819
820 2006-06-07 Alex Schumann <rubin@afternet.org>
821
822 * src/chanserv.help: Added a couple set helps that were missing.
823
824 * src/helpfile.c: fix missing space in multi-column table output such
825 as /msg opserv commands * (with nickserv tablewidth setting >60)
826
827 2006-06-06 Alex Schumann <rubin@afternet.org>
828
829 * src/opserv.c: Change how addalert silence works, so that its a
830 parameter instead of an action, and also works with trace now.
831
832 * x3.conf.example: Added a config setting of level needed to use
833 'silent yes' in trace/addalert.
834
835 2006-06-04 Alex Schumann <rubin@afternet.org>
836
837 * src/nickserv.c: Fix oregister
838
839 * src/nickserv.help: Update help for oregister
840
841 2006-06-05 Neil Spierling <sirvulcan@gmail.com>
842
843 * src/proto-p10.c: Properly handle incomming manual silences.
844
845 2006-06-05 Neil Spierling <sirvulcan@gmail.com>
846
847 * src/common.h: pretty_mask etc declerations.
848
849 * src/nickserv.c: Parse the mask through pretty_mask before adding
850 it. Normal ircd side silences go through this, this just keeps
851 things looking the same and if a user tries to remove a silence
852 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
853
854 * src/proto-p10.c: Send a + if adding a silence.
855
856 * src/tools.c: pretty_mask and one other function for reformatting
857 a hostname so its pretty :) from IRCu.
858
859 2006-06-04 Alex Schumann <rubin@afternet.org>
860
861 * src/nickserv.c: Send silences to every nick of a handle, not the
862 nick that did the command.
863
864 2006-06-04 Neil Spierling <sirvulcan@gmail.com>
865
866 * src/main.c: Moved spamserv initilization to after chanserv.
867
868 * src/spamserv.c: Read the db earlier.
869
870 2006-05-30 Neil Spierling <sirvulcan@gmail.com>
871
872 * configure: Regenerated.
873
874 * configure.in: Bumped version and changed list email.
875
876 * x3.example.conf: Added SpamServ options.
877
878 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
879
880 * src/chanserv.h: Declerations
881
882 * src/main.c: Init the new SpamServ service.
883
884 * src/Makefile.am: Added SpamServ files.
885
886 * src/Makefile.in: Regenerated
887
888 * src/modcmd.c: Added SpamServ to REBINDALL.
889
890 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
891
892 * src/proto-common.c: Make sure SpamServ gets notices.
893
894 * src/spamserv.c: New service that checks for spamming, floods etc.
895 Requires an oper to register it to a channel for it to work.
896
897 * src/spamserv.h: Decelerations.
898
899 * src/spamserv.help: Help entries for SpamServ.
900
901 2006-05-29 Neil Spierling <sirvulcan@gmail.com>
902
903 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
904
905 * src/chanserv.c: Added selectable bantypes.
906
907 * src/chanserv.h: Added selectable bantypes.
908
909 * src/chanserv.help: Added help entries.
910
911 2006-05-29 Neil Spierling <sirvulcan@gmail.com>
912
913 * src/nickserv.c: Added user option ADVANCED, when we add more
914 advanced commands users will need to set this to see the options
915 in help. Further work in helpfile is still needed afaik. This is
916 just the basics.
917
918 * src/nickserv.h: Advanced option declerations.
919
920 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
921 Seems no one added that when they added the AUTOHIDE option.
922
923 2006-05-28 Neil Spierling <sirvulcan@gmail.com>
924
925 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
926
927 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
928 and denied_fakehost_words. Also dropped refresh_period for chanserv
929 set resync.
930
931 * src/chanserv.c: Added god_timeout, disable god mode automatically
932 when the period times out. Also added a new set option- resync, auto
933 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
934
935 * src/chanserv.help: Added entry for SET RESYNC.
936
937 * src/global.c: Join global into autojoin_channels if enabled.
938
939 * src/main.c: Some tweaking for autojoin_channels.
940
941 * src/mod-memoserv.c: If a user has memos and notify on login
942 enabled then only display the notify notice on login and not
943 during a netburst.
944
945 * src/mod-track.c: Quashed a warning.
946
947 * src/modcmd.c: Added functions for god_timeout. Also added wasted
948 to VERSION output for credits for these features.
949
950 * src/nickserv.c: Added denied_fakehost_words, deny the words set
951 there if an oper trys to use them in a fakehost. Also autojoin
952 chanserv if enabled into autojoin_channels.
953
954 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
955 after a drone attack. Also join opserv and reserved nicks into
956 autojoin_channels if opserv/reserved is enabled.
957
958 * src/opserv.help: Added entry for REFRESHMAX.
959
960 2006-05-25 Alex Schumann <rubin@afternet.org>
961
962 * src/proto-p10.c: make non-existant server type setting not crash x3.
963
964 * src/nickserv.help: Added newby tip to authserv registration
965 help (about < and >)
966
967 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
968 deref null kicker)
969
970 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
971
972 * src/chanserv.c: Set SWHOIS's when a user auths.
973
974 * src/hosthiding.c: Fixed a segfault.
975
976 * src/nickserv.c: Epithets now use SWHOIS.
977
978 * src/proto.h: Declerations for irc_swhois.
979
980 * src/proto-p10.c: Handle SWHOIS's.
981
982 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
983
984 * src/hash.h: Bumped SOCKIPLEN
985
986 * src/hosthiding.c: Functions to crypt IPv6 addresses.
987
988 * src/hosthiding.h: IPv6 function declerations.
989
990 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
991 with the ipv6 crypting function.
992
993 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
994
995 * src/hash.h: Bits needed for other type of host hiding.
996
997 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
998
999 * src/hosthiding.c: This will generated crypted style 2 Nefarious
1000 hidden hosts and ips. Currently they are just displayed in O3
1001 WHOIS. Im yet to expand this.
1002
1003 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
1004
1005 * src/Makefile.in: Regenerated.
1006
1007 * src/opserv.c: Display crypted hosts n ips in WHOIS.
1008
1009 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
1010 save them in user->crypthost user->cryptip.
1011
1012 2006-05-22 Neil Spierling <sirvulcan@gmail.com>
1013
1014 * src/chanserv.c: Set ignores when you authenticate.
1015
1016 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
1017 Used for centralized silence list management. Currently set ignores
1018 can be viewed in ACCOUNTINFO for via ircd SILENCE.
1019
1020 * src/nickserv.h: Declerations.
1021
1022 * src/nickserv.help: Added help entries for above commands.
1023
1024 * src/proto.h: Declerations.
1025
1026 * src/proto-p10.c: Functions to handle silences
1027
1028 2006-05-18 Alex Schumann <rubin@afternet.org>
1029
1030 * src/proto-p10.c: Fixed up the track module a bit more
1031
1032 * src/hash.c: Fixed up the track module a bit more, including
1033 reporting correctly when X3 kicks someone. This should affect mrsnoopy
1034 as well, hopefully wont cause any bugs.
1035
1036 * src/mod-track.c: Fixed up the track module a bit more - made track
1037 all/none work
1038
1039 2006-05-18 Alex Schumann <rubin@afternet.org>
1040
1041 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
1042
1043 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
1044
1045 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
1046
1047 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
1048
1049 2006-05-18 Alex Schumann <rubin@afternet.org>
1050
1051 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
1052 in.
1053
1054 * src/mod-track.c: some cleanups and textual changes, to make the commands
1055 slightly more user friendly.
1056
1057 2006-05-16 Neil Spierling <sirvulcan@gmail.com>
1058
1059 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
1060
1061 * src/x3.conf.example.: adding 050 'type' to server config (rubin
1062 fixed missing ';' and changelog entries)
1063
1064 2006-05-16 Neil Spierling <sirvulcan@gmail.com>
1065
1066 * Most files: Heh i cant be bothered listing all files, see websvn
1067 if you want specific files. I just added a new tracking module, its
1068 just like snoop except it targets specified users. The actual
1069 commit is in the previous revision, i just forgot to update this to
1070 tick over the svn version in version output.
1071
1072 2006-05-15 Neil Spierling <sirvulcan@gmail.com>
1073
1074 * Most files: Major update off the new release of srvx 1.3.1. Also
1075 seeing as the new updates dont all have changelog entries ive dropped
1076 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
1077
1078 2006-03-20 Alex Schumann <rubin@afternet.org>
1079
1080 * src/chanserv.c: core fix; check if theres a handle_info before looking
1081 at style...
1082
1083 * src/helpfile.c: core fix; check if theres a handle_info before looking
1084 at style...
1085
1086 2006-03-17 Alex Schumann <rubin@afternet.org>
1087
1088 * src/chanserv.c: more clean style changes
1089
1090 2006-03-17 Alex Schumann <rubin@afternet.org>
1091
1092 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
1093 and dhp1080 made me do it) Needs lots of work to remove ----
1094 headers for 'clean' setting.
1095
1096 * src/helpfile.c: Added nickserv 'style' stetting back.
1097
1098 * src/nickserv.help: Added help for set style.
1099
1100 * src/mod-helpserv.c: make style affect table outputs.
1101
1102 * src/nickserv.c: Added nickserv 'style' setting back.
1103
1104 * src/nickserv.h: Added nickserve 'style' setting back.
1105
1106 2006-03-17 Alex Schumann <rubin@afternet.org>
1107
1108 * src/proto-p10.c: Added conf setting for extended_accounts for
1109 backward compatability with stock undernet ircd.
1110
1111 * x3.conf.example: Added conf setting for extended_accounts for
1112 backward compatability with stock undernet ircd.
1113
1114 2006-03-06 Alex Schumann <rubin@afternet.org>
1115
1116 * src/opserv.help: Added missing trace criteria to help,
1117 and fixed up a few other bits of help around that topic.
1118
1119 2006-01-16 Alex Schumann <rubin@afternet.org>
1120
1121 * src/tools.c: created an email valididty function
1122
1123 * src/nickserv.c: check valididty of email better
1124
1125 * src/sendmail.c: check validity of email better
1126
1127 2006-01-06 Alex Schumann <rubin@afternet.org>
1128
1129 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
1130 to a different bot, eg chanserv, and to reply from the correct nickname.
1131 also a bunch of whitespace changes
1132
1133 * src/nickserv.c: begin work on making nickserv commands bind without
1134 responding from the wrong nick. also a bunch of whitespace changes
1135
1136 * src/hash.h: whitespace
1137
1138 * src/opserv.help: improved QUERY helpfile. (though command itself still
1139 has bugs)
1140
1141 2005-12-14 Alex Schumann <rubin@afternet.org>
1142
1143 * src/chanserv.help: added set bantimeout help
1144
1145 2005-11-08 Alex Schumann <rubin@afternet.org>
1146
1147 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
1148 aliases properly.
1149
1150 * src/modcmd.help: Added note about escaping spaces to modcmd help.
1151
1152 * src/nickserv.help: Improved help files
1153
1154 * src/chanserv.help: Improved help files
1155
1156 2005-10-13 Alex Schumann <rubin@afternet.org>
1157
1158 * src/proto-p10.c: ignore remote /lusers
1159
1160 2005-09-13 Alex Schumann <rubin@afternet.org>
1161
1162 * src/global.c: Changed motd header style
1163
1164 * src/nickserv.help: Improved directions for getting and using
1165 accounts.
1166
1167 * src/chanserv.help: Improved directions for getting and using
1168 accounts.
1169
1170 2005-08-13 Alex Schumann <rubin@afternet.org>
1171
1172 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
1173 some *@* protection.
1174
1175 * src/tools.c: added function to detect an overmask (too general)
1176
1177 * src/common.h: added function to detect an overmask (too general)
1178
1179 2005-08-12 Alex Schumann <rubin@afternet.org>
1180
1181 * src/chanserv.c: Modified resync to work accourding to automode
1182 setting, and fixed a buffer overflow problem.
1183
1184 * src/chanserv.help: updated set automode and rsync help.
1185
1186 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
1187 sets +x on AUTH.
1188
1189 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
1190 sets +x on AUTH.
1191
1192 2005-08-12 Alex Schumann <rubin@afternet.org>
1193
1194 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
1195 of 'voice' setting. + Rewording setting help
1196
1197 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
1198 of 'voice' setting.
1199
1200 * src/chanserv.help: Added help for automode. + Rewording setting help
1201
1202 2005-08-11 Alex Schumann <rubin@afternet.org>
1203
1204 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
1205
1206 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
1207
1208 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
1209
1210 * src/nickserv.c: Added option to have authserv oper/admin people with
1211 opserv access. (Life4Christ)
1212
1213 * src/opserv.c: Added admin_level config option
1214
1215 * src/opserv.h: Added admin_level config option
1216
1217 2005-08-11 Alex Schumann <rubin@afternet.org>
1218
1219 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
1220 command) when nef* bug sends the +o twice. ++fix bug in patch
1221
1222 2005-08-09 Alex Schumann <rubin@afternet.org>
1223
1224 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
1225
1226 2005-08-08 Alex Schumann <rubin@afternet.org>
1227
1228 * src/chanserv.c: Added banTimeout feature to .set
1229
1230 * src/chanserv.h: added banTimeout feature to .set
1231
1232 * src/recdb.c: Added some better error catching in database_get_data()
1233
1234 * src/proto-common.h: tabs
1235
1236 * x3.conf.example: added bantimeout to default set list, and ban
1237 timeout frequency config setting.
1238
1239 2005-08-04 Alex Schumann <rubin@afternet.org>
1240
1241 * src/chanserv.c: Changed kick protected message to one without %s or
1242 $b because the kick function doesnt support replacements.
1243
1244 * src/tools.c: fixed spelling error in comment.
1245
1246 2005-07-28 Alex Schumann <rubin@afternet.org>
1247
1248 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
1249 one)
1250
1251 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
1252 whining.
1253
1254 2005-07-26 Alex Schumann <rubin@afternet.org>
1255
1256 * x3.conf.example: Updated from live afternet file and improved help
1257 and layout. Added vim directive to set syntax type.
1258
1259 * src/chanserv.c: ported x2's 8ball in, and improved it.
1260
1261 * src/math.c: Added osiris' hack to do_math for supporting
1262 2(10) and 2pi etc. Improved it to handle pi2 also.
1263
1264 * src/chanserv.help: updated 8ball help and added 'myaccess' to
1265 information help index.
1266
1267 2005-07-18 Alex Schumann <rubin@afternet.org>
1268
1269 * src/proto-p10.c: added +L awareness
1270
1271 * src/hash.h: added +L awareness
1272
1273 * src/chanserv.help: changed set ctcpreaction help
1274
1275 2005-07-18 Neil Spierling <sirvulcan@gmail.com>
1276
1277 * src/modcmd.h: Lets make some functions global.
1278
1279 * src/modcmd.c: Log hostmasks no matter what.
1280
1281 * src/log.c: Lookup commands if they are from OpServ in the log.
1282 If they match channel specific commands like OP, DEOP, etc then
1283 we will display them in a LAST command (assuming the person doing
1284 the LAST is an oper). Normal clients wont see commands that have
1285 been performed by OpServ.
1286
1287 2005-07-15 Alex Schumann <rubin@afternet.org>
1288
1289 * src/chanserv.c: Changed around ctcpreaction setting so it:
1290 a) doesnt crash.
1291 b) doesnt kick userlist members ever
1292 c) has only 1 setting needed to control it
1293 * src/chanserv.h: removed some old oplevel stuff.
1294
1295 2005-07-14 Alex Schumann <rubin@afternet.org>
1296
1297 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
1298 remove errors from log. Fixed problem with missing break; in
1299 channel mode c parsing (reed).
1300
1301 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
1302
1303 * src/log.c: Changed channel log target to send PRIVMSG instead of
1304 NOTICE. (Ghozer)
1305
1306 2005-05-07 Neil Spierling <sirvulcan@gmail.com>
1307
1308 * configure: Regenerated.
1309
1310 * configure.in: Added checks for tgmath.h.
1311
1312 * src/chanserv.c: Added new command LAST, from X2. Similar to
1313 EVENTS except its file based. Bear in mind you dont have to use
1314 both. You can bind what you want to use. Commented out zoot_list
1315 as its not in use, just a warning fix.
1316
1317 * src/hash.c: Warning fix.
1318
1319 * src/log.h: Misc defines.
1320
1321 * src/log.c: Logging functions from X2.
1322
1323 * src/math.c: If tgmath.h doesnt exist then include some other
1324 files that contain the functions we require.
1325
1326 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
1327
1328 * src/proto-p10.c: Added chanserv.h #include to squash a small
1329 compile error. Made X3 understand MARK's to a small point. Fixed
1330 a small parsing bug with exempts.
1331
1332 2005-07-06 Alex Schumann <rubin@afternet.org>
1333
1334 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
1335
1336 * src/opserv.c: Fixed an awkward output of trace count etc.
1337
1338 2005-06-22 Alex Schumann <rubin@afternet.org>
1339 * src/chanserv.help: Improved DURATION help
1340
1341 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
1342 a better average.
1343
1344 2005-05-27 Alex Schumann <rubin@afternet.org>
1345
1346 * src/chanserv.c: Improved usability of register command, fixed
1347 unregister reply.
1348
1349 * src/chanserv.help: Improved usability of register command
1350
1351 2005-05-27 Alex Schumann <rubin@afternet.org>
1352
1353 * src/chanserv.c: Resync working now
1354
1355 2005-05-27 Reed Loden <reed@reedloden.com>
1356
1357 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
1358 grammar issues in the message send to pending users. Fixed a
1359 problem with some of the resync code.
1360
1361 2005-05-27 Alex Schumann <rubin@afternet.org>
1362
1363 * src/chanserv.c: make pending add check if the person is already on
1364 the userlist before re-adding them (thx exec & reed for noticing this)
1365 Fix capitalisation of I in pending notice.
1366
1367 2005-05-18 Alex Schumann <rubin@afternet.org>
1368
1369 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
1370 working, and pointed me to the opserv helpfiles command, which shows
1371 what services search what help files. This fixes the help command to
1372 search that list as it should. Still need to modify the 'default'
1373 helpfile search bindigs because I dont think chanserv should respond
1374 to help from opserv's db, etc. See opserv's 'helpfiles' command.
1375
1376 * src/modcmd.help: clarified 'helpfiles' help.
1377
1378 2005-05-18 Alex Schumann <rubin@afternet.org>
1379
1380 * src/helpfile.c: make send_help() return true/false and not send
1381 errors so svccmd_send_help can 'take control' of things.
1382
1383 * src/modcmd.c: Fixed up the help system (again) / find aliased
1384 commands help if none exists. / Display no help for that command on
1385 commands (instead of topic)
1386
1387 * src/modcmd.h: Fixed up the help system (again)
1388
1389 * src/global.c: Fixed syntax display
1390
1391 * src/chanserv.help: Removed =---= formatting, fixed a few things.
1392 *spelling ++more spelling (thx reed)
1393
1394 * src/nickserv.help: Removed =---= formatting, fixed a few things.
1395 *spelling ++more spelling (thx reed)
1396
1397 * src/opserv.help: Removed =---= formatting, fixed a few things.
1398 ++spelling (thx reed)
1399
1400 * src/global.help: simplified index
1401
1402 * src/nickserv.c: Changed message users get when their email is
1403 already used for an account, fixed syntax help
1404
1405 * src/opserv.c: fixed syntax help
1406
1407 2005-05-16 Alex Schumann <rubin@afternet.org>
1408
1409 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
1410 the help file.
1411
1412 2005-05-04 Alex Schumann <rubin@afternet.org>
1413
1414 * src/modcmd.c: added a 'rebindall' command to assist with
1415 upgrades and changes which change command bindings.
1416
1417 * src/modcmd.help: modified help to reflect above
1418
1419 * src/opserv.help: modified help to reflect above
1420
1421 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
1422 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
1423 between channel bans (+b) and x3 remembered bans (lamers)
1424
1425 * src/chanserv.help: modified help to reflect above
1426
1427 * UPGRADE: added use of rebindall to upgrade instructions
1428
1429 2005-05-04 Alex Schumann <rubin@afternet.org>
1430
1431 * src/chanserv.c: added an 'adduser pending' feature, where if
1432 someone isn't authed x3 will ask them to /auth or register, and then
1433 automatically finish adding them to the channel when they do.
1434 Fixed email bug with adduser pending
1435
1436 * src/chanserv.h: adduser pending
1437
1438 * src/hash.c: adduser pending
1439
1440 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
1441
1442 * src/nickserv.c: adduser pending cleanup and activation code,
1443 Arch sync (Avoid losing channel information when
1444 replacing an account using the mergedb command.)
1445
1446 * src/proto-p10.c: adduser pending cleanup code
1447
1448 * src/nickserv.help: improved set and register help
1449
1450 2005-05-04 Alex Schumann <rubin@afternet.org>
1451
1452 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
1453 negitive). Added set voice to provide control over use of voice.
1454 Implimented a basic chanserv db version control system for upgrading
1455 seamlessly.
1456
1457 * src/chanserv.help: adjusted help to reflect voice and uset autoop
1458 changes.
1459
1460 * src/hash.h: updated ssz comment from z to Z
1461
1462 * src/modcmd.help: rewrote BIND help
1463
1464 * src/proto-p10.c: Added Z (sslonly) support back in
1465
1466 * UPGRADE: created file to document upgrading procedures
1467
1468 2005-04-23 Alex Schumann <rubin@afternet.org>
1469 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
1470 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
1471 topicmask to be an on or off setting, uninfluenced by enftopic.
1472 Added feature to use mask on /topic in addition to ,topic sets.
1473 Removed special consideration for ircops in protect_user()
1474
1475 * src/chanserv.help: updated documentation to reflect the new and
1476 much simpler topicmask feature, and removed op/voice levels.
1477
1478 * src/nickserv.c: added tailing 'end of' line for accountinfo
1479 for non-opers too.
1480
1481 * src/modcmd.c: tweaked alias notification for help and breef help.
1482
1483 2005-04-20 Alex Schumann <rubin@afternet.org>
1484
1485 * src/proto-common.c: removing +d. needs to be a config option
1486 or something.
1487
1488 * src/nickserv.help: modified main help reply of authserv
1489
1490 * src/nickserv.c: added title, epithet, and fakehost to oset listing
1491
1492 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
1493 totally redesigned though.
1494
1495 2005-04-15 Alex Schumann <rubin@afternet.org>
1496
1497 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
1498 at the same time. The whole block needs to be if/else instead of
1499 switch though, to be cleaner.
1500
1501 * src/nickserv.help: added fakehost and title options to help oset.
1502
1503 * src/nickserv.c: removed 'style' setting. (was not being used in
1504 code anyway)
1505
1506 2005-04-04 Neil Spierling <sirvulcan@gmail.com>
1507
1508 * src/proto-p10.c: Reinstated +d usermode.
1509
1510 2005-03-30 Alex Schumann <rubin@afternet.org>
1511
1512 * src/chanserv.c: Fixed unban.
1513
1514 * x3.conf.example: added note in snoop config that improper
1515 setting for bots nick will cause segfault.
1516
1517 2005-03-22 Alex Schumann <rubin@afternet.org>
1518
1519 * x3.conf.example: added sethost/fakehost settings to conf
1520
1521 2005-03-19 Alex Schumann <rubin@afternet.org>
1522
1523 * chanserv.c: Changed style of command outputs, added userlevel back
1524 to users list.
1525
1526 * opserv.c: Changed style of command outputs, removed warn feature
1527
1528 * tools.c: shortened duration string lengths
1529
1530 * main.c: shortened duration string lengths
1531
1532 * sendmail.c: Changed style of stats email
1533
1534 2005-03-18 Alex Schumann <rubin@afternet.org>
1535
1536 * Changed breef to brief...
1537
1538 * chanserv.c: Changed to access level names instead of numbers.
1539
1540 2005-03-17 Alex Schumann <rubin@afternet.org>
1541
1542
1543 * src/opserv.c: Improved readability of trace print output
1544
1545 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
1546 a little.
1547
1548 * src/helpfile.c: Improved table_send readability (used in lots
1549 of listings including users and stats network etc)
1550
1551 2005-03-15 Alex Schumann <rubin@afternet.org>
1552
1553 * src/chanserv.c: Improved some syntax error reporting for commands
1554
1555 * src/helpfile.c: Added a 'breef' help function
1556
1557 * src/helpfile.h: Added a 'breef' help function
1558
1559 * src/main.c: Improved some syntax error reporting for commands
1560
1561 * src/modcmd.c: Improved some syntax error reporting for commands
1562
1563 * src/modcmd.h: Improved some syntax error reporting for commands
1564
1565 2005-03-15 Reed Loden <reed@reedloden.com>
1566
1567 * Synchronization with srvx--devo--1.3--patch-19.
1568
1569 2005-03-12 Alex Schumann <rubin@afternet.org>
1570
1571 * src/common.h, src/opserv.h: more SRVX->X3 fixes
1572
1573 * opserv.c: fixed SRVX defines to X3
1574
1575 * src/nickserv.c: Applied patch to bring up to date with
1576 local uncommitted changes on afternets srvx2 tree. improved
1577 cookie gen code and removed /play from cookie messages.
1578
1579 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
1580 bunch more places.
1581
1582 2005-03-07 Neil Spierling <sirvulcan@gmail.com>
1583
1584 * nickserv.help: Added odelcookie section.
1585
1586 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
1587 cookies.
1588
1589 * src/md5.c: Cleaned up compile warnings.
1590
1591 * src/nickserv.help: Added odelcookie section.
1592
1593 ***********************************************************************/
1594
1595 #define CVS_VERSION "$Id$"
1596