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