summaryrefslogtreecommitdiff
path: root/version.log
blob: 5b3bbdedc46e9dd844c14a69a1a2c0a5f38e95aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
# (C) 2003 Anope 
# Contact us at info@anope.org
#
# Please read COPYING and README for furhter details.
#
# $Id$

VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="5"
VERSION_BUILD="391"

# $Log$
#
# BUILD : 1.7.5 (391)
# BUGS  : N/A
# NOTES : Code tidy, added make strict to the makefile, allowing ansi Wall pedantic to be used for compiling
#
# BUILD : 1.7.5 (390)
# BUGS  : 149
# NOTES : Bug in MySQL debug, possibly causing segfaults.
#
# BUILD : 1.7.5 (385)
# BUGS  : N/A
# NOTES : Moved more veriable declarations above the new null checking code
# 
#
# BUILD : 1.7.5 (384)
# BUGS  : N/A
# NOTES : Moved veriable declaration to the top of function - btw, are all these null checks needed? createCommand should never be passed NULL values, its a wasted if imho... *shrug*
# 
#
# BUILD : 1.7.5 (383)
# BUGS  : N/A
# NOTES : glist fix - DrStein, improved on DrStein typo fix to init.c - TSL, tons of NULL crash checks - TSL
#
# BUILD : 1.7.5 (382)
# BUGS  : N/A
# NOTES : Really fix news.c (I hope)
#
# BUILD : 1.7.5 (381)
# BUGS  : N/A
# NOTES : fixed up news.c
#
# BUILD : 1.7.5 (379)
# BUGS  : 176
# NOTES : Fixed a possible segfault due to a bug in LogChannel
#
# BUILD : 1.7.5 (378)
# BUGS  : N/A
# NOTES : News reodering - DrStein, TSMODE issues - TSL, NULL crash fixes - TSL
#
# BUILD : 1.7.5 (376)
# BUGS  : N/A
# NOTES : CS INFO - DrStein, init.c typo - DrStein, Bahamut +j support - TSL, more protocol clean up
#
# BUILD : 1.7.5 (375)
# BUGS  : 
# NOTES : Fixed Changes files errors. 
#
# BUILD : 1.7.5 (374)
# BUGS  : N/A
# NOTES : One last time for hybrid.c
#
# BUILD : 1.7.5 (373)
# BUGS  : N/A
# NOTES : Try again
#
# BUILD : 1.7.5 (372)
# BUGS  : N/A
# NOTES : hybrid.c got screwed by indent try from backup
#
# BUILD : 1.7.5 (371)
# BUGS  : 175?
# NOTES : Fixed some ircd protcol mistakes, clean up clear modes, also a patch form DrStein
#
# BUILD : 1.7.5 (369)
# BUGS  : N/A
# NOTES : Updates BUGS, fixed compiler warning if DEBUG_COMMANDS had been enabled
#
# BUILD : 1.7.5 (368)
# BUGS  : N/A
# NOTES : IRCD protocol clean up, and support for Numerics on Unreal32/RageIRCD
#
# BUILD : 1.7.5 (367)
# BUGS  : 
# NOTES : Changed UserKeys from uint to long uint.
#
# BUILD : 1.7.5 (366)
# BUGS  : 
# NOTES : Fixed a typo in T his previous commit (logins on -> logs on)
#
# BUILD : 1.7.5 (365)
# BUGS  : 172
# NOTES :  - New directive NewsCount
#  - fr.l updated
#  - do_memocheck() globalized the time display
#  - getmemoinfo() improved to return info about being forbidden
#  - fixes svsnick on Unreal
#  - anope_event_null to allow ircd devs to point events that go to no where some where
#  - fixed SQUIT
#
# BUILD : 1.7.5 (364)
# NOTES : Added nullfix patch from Trystan.
#
# BUILD : 1.7.5 (363)
# NOTES : Added unreal fix from Trystan.
#
# BUILD : 1.7.5 (362)
# BUGS  : 17 143 147 166 172 173
# NOTES : Applied patch 927 provided by Trystan.
#
# BUILD : 1.7.5 (356)
# BUGS  : N/A
# NOTES : Fuixed mysql include issue, it should now detect to use mysql/mysql/h or not
#
# BUILD : 1.7.5 (355)
# BUGS  : N/A
# NOTES : An option to not detect mysql has been added to ./Config
#
# BUILD : 1.7.5 (354)
# BUGS  : 
# NOTES : Added RestrictOpernicks by request. Small feature.
#
# BUILD : 1.7.5 (353)
# BUGS  : N/A
# NOTES : Fixed version booboo :)
#
# BUILD : 1.7.5 (352)
# BUGS  : N/A
# NOTES : corrected a semi-colon that my compiled dosnt mind, but certuss does :)
#
# BUILD : 1.7.5 (351)
# BUGS  : N/A
# NOTES : Rewrote the internals of moduleData, this will save _lots_ of memory especially on larger networks.  The downside is modules using it need to make a tiny, tiny change... :/
#
# BUILD : 1.7.5 (350)
# BUGS  : 
# NOTES : Changed mysql init checks so they are only done if mysql is 
# enabled. Many Thanks to DrStein for the patch.
#
# BUILD : 1.7.5 (349)
# BUGS  : 
# NOTES : Gave the Doc a mail addy
#
# BUILD : 1.7.5 (348)
# BUGS  : 
# NOTES : /os MODE was not functioning, by joining 2 seperate if statements into one the problem was solved. Many Thanks to DrStein for the patch. 
#
# BUILD : 1.7.5 (347)
# BUGS  : 
# NOTES : Fixed PROTECT_UNSET_MODE from +a to -a -- Certus was too lazy to do it so he asked if i could :\
#
# BUILD : 1.7.5 (346)
# BUGS  : 
# NOTES : nl.l updates
#
# BUILD : 1.7.5 (345)
# BUGS  : 
# NOTES : Renamed anope_cmd_relase_svshold to anope_cmd_release_svshold
#
# BUILD : 1.7.5 (344)
# BUGS  : 
# NOTES : Fixed bug with an uninitialized buffer in check_sqline()
#
# BUILD : 1.7.5 (344)
# BUGS  : 
# NOTES : Fixed bug with an uninitialized buffer in check_sqline()
#
# BUILD : 1.7.5 (344)
# BUGS  : 
# NOTES : Fixef bug with uninitialized pointer in check_sqline. Thx to codemastr.
#
# BUILD : 1.7.5 (343)
# BUGS  : #00
# NOTES : Fixed previous commit.
#
# BUILD : 1.7.5 (342)
# BUGS  : #00
# NOTES : Certus: Replaced current rand-implementation with arc4random and replaced C++ comments with C-style comments (gcc 2.95 might 
# complain).
#
# BUILD : 1.7.5 (341)
# BUGS  : none
# NOTES : Fixed minor bug in /CS LOGOUT
#
# BUILD : 1.7.5 (340)
# BUGS  : none
# NOTES : Applied patch 830 provided by Trystan to resolve several issues.
#
# BUILD : 1.7.5 (338)
# BUGS  : N/A
# NOTES : Ran autoconf, as configure.in was changed in a previous commit
#
# BUILD : 1.7.5 (337)
# BUGS  : N/A
# NOTES : Moved new channel registeration checks
#
# BUILD : 1.7.5 (336)
# BUGS  : 159
# NOTES : German langfile fixed
#
# BUILD : 1.7.5 (335)
# BUGS  : 142, 152, 154, 155, 156, 157, 158
# NOTES : Applied bugfix bundle patch from Trystan.
#
# BUILD : 1.7.5 (334)
# BUGS  : 
# NOTES : Oops in the Changes file... (bad me)
#
# BUILD : 1.7.5 (333)
# BUGS  : none
# NOTES : Fixed verbose Makefile echo
#
# BUILD : 1.7.5 (332)
# BUGS  : none
# NOTES : Added -l option to am script to list possible selectors and
#         fixed destination directory guessing for tags.
#
# BUILD : 1.7.5 (331)
# BUGS  : 
# NOTES : Fixed a compile error on gcc2, caused by a misplaced variable declaration
#
# BUILD : 1.7.5 (330)
# BUGS  : N/A
# NOTES : More indent fun!
#
# BUILD : 1.7.5 (329)
# BUGS  : N/A
# NOTES : Fixed more indent crap
#
# BUILD : 1.7.5 (328)
# BUGS  : N/A
# NOTES : Fixed a couple of null char entrys on svn
#
# BUILD : 1.7.5 (327)
# BUGS  : none
# NOTES : Merged anope-capab into main trunk...
#
# BUILD : 1.7.5 (325)
# BUGS  : 128 139 146 147 148
# NOTES : Applied patch supplied by Trystan to fix bugs listed above.
#
# BUILD : 1.7.5 (323)
# BUGS  : 
# NOTES : fix seriously stupid booboo introduced by myself (ifdef stuff finally fixed)
#
# BUILD : 1.7.5 (322)
# BUGS  : 
# NOTES : fixed small lang mistake
#
# BUILD : 1.7.5 (321)
# BUGS  : none
# NOTES : Fixed make distclean and updated hun.l
#
# BUILD : 1.7.5 (320)
# BUGS  : 
# NOTES : Fixed support for Ultimate, Rage and Viagra.
#
# BUILD : 1.7.5 (319)
# BUGS  : 
# NOTES : Hopefully fixed the Changes file now
#
# BUILD : 1.7.5 (318)
# BUGS  : N/A
# NOTES : fixed a rearanging error in Changes which i caused :)
#
# BUILD : 1.7.5 (317)
# BUGS  : N/A
# NOTES : autoconf should now deal with no mysql properly
#
# BUILD : 1.7.5 (316)
# BUGS  : 131
# NOTES : Fixed bugs in previous BotServ buffer fix.
#
# BUILD : 1.7.5 (315)
# BUGS  : 
# NOTES : Updated documentation to suit the new build process
#
# BUILD : 1.7.5 (313)
# BUGS  : none
# NOTES : Anope 1.7.5 Release
#
# BUILD : 1.7.4 (312)
# BUGS  : none
# NOTES : Fixed bug on am script indent
#
# BUILD : 1.7.4 (311)
# BUGS  : none
# NOTES : Running am script with new am script.
#
# BUILD : 1.7.4 (310)
# BUGS  : none
# NOTES : Fixed am script to run indent on src dir if it exists.
#
# BUILD : 1.7.4 (309)
# BUGS  : none
# NOTES : Added Hungarian and Polish language files.
#
# BUILD : 1.7.4 (299)
# BUGS  : none
# NOTES : Fixed repository decteion and added -P flag for am script.
#
# BUILD : 1.7.4 (298)
# BUGS  : none
# NOTES : Yet another rollback...
#
# BUILD : 1.7.4 (283)
# BUGS  : N/A
# NOTES : Added better mysql detection to autoconf
#
# BUILD : 1.7.4 (282)
# BUGS  : N/A
# NOTES : Starting to add better mysql detection / manaul option
#
# BUILD : 1.7.4 (278)
# BUGS  : 
# NOTES : Forgot Changes *shrug*
#
# BUILD : 1.7.4 (277)
# BUGS  : 131
# NOTES : BotServ fantasy modified (module) buffer
#
# BUILD : 1.7.4 (275)
# BUGS  : 126
# NOTES : Fixed the 3rd mem leak identified in this bug report, i didnt find the first two however :/
# 
#
# BUILD : 1.7.4 (273)
# BUGS  : 121
# NOTES : Applied patch provided by Trystan for +A +H support on viagra
#
# BUILD : 1.7.4 (272)
# BUGS  : 111,115
# NOTES : Fixed bugs 111 and 115, both need backporting to 1.6.x
# 
#
# BUILD : 1.7.4 (271)
# BUGS  : 
# NOTES : Rolled Back to 291 for GeniusDex 
#
# BUILD : 1.7.4 (269)
# BUGS  : N/A
# NOTES : dont use -funsigned-chars as the md5 encryption stuff (while it will still encrypt, probably in a way that is more normal md5) it wont be compatiable with the old md5 encryption, so for now, we will never use it, and itll be left to the OSs to just pick if chars are signed or unsigned....
# 
#
# BUILD : 1.7.4 (268)
# BUGS  : N/A
# NOTES : Fixed position of text after ./Config and make
#
# BUILD : 1.7.4 (266)
# BUGS  : N/A
# NOTES : Added include/Makefile to svn
#
# BUILD : 1.7.4 (265)
# BUGS  : N/A
# NOTES : Only forgot 2 changes :)
#
# BUILD : 1.7.4 (264)
# BUGS  : N/A
# NOTES : Switched to autoconf - try to commit part 1
#
# BUILD : 1.7.4 (262)
# BUGS  : 125
# NOTES : Fixed the /ns release issue with UseSVSHOLD
#
# BUILD : 1.7.4 (261)
# BUGS  : 
# NOTES : fixed a tiny memleak in the db routine
#
# BUILD : 1.7.4 (260)
# BUGS  : 
# NOTES : Updated nl.l
#
# BUILD : 1.7.4 (258)
# BUGS  : 
# NOTES : Added CHECK to the /msg memoserv help menu
#
# BUILD : 1.7.4 (257)
# BUGS  : N/A
# NOTES : Bots will join a channel even if the first user to join is being ignored
#
# BUILD : 1.7.4 (230)
# BUGS  : 97
# NOTES : Fixed the need of hybrid to have Global in LogChan on startup
#
# BUILD : 1.7.4 (229)
# BUGS  : 118
# NOTES : Added warning for a config conflict between LocalAddress and RemoteServer
#
# BUILD : 1.7.4 (228)
# BUGS  : 
# NOTES : Fixed a bug with m_time.
#
# BUILD : 1.7.4 (223)
# BUGS  :
# NOTES : Anope crontab failed because when path was too long the ps ux was cut short so grep failed. ps ux was changed to ps auwx to stop this problem (w is stops cutting the lines short) 
#
# BUILD : 1.7.4 (218)
# BUGS  : 
# NOTES : Fixed compiling problem with Rage and Viagra
#
# BUILD : 1.7.4 (216)
# BUGS  : 
# NOTES : Fixed compiling bug with UltimateIRCd3 (thx to kenshinxl)
#
# BUILD : 1.7.4 (215)
# BUGS  : 
# NOTES : Forgot the Changes file
#
# BUILD : 1.7.4 (214)
# BUGS  : 112
# NOTES : Removed TSMODE for usermodes on bahamut 1.8
#
# BUILD : 1.7.4 (213)
# BUGS  : none
# NOTES : Testing svn mailing list.
#
# BUILD : 1.7.4 (212)
# BUGS  : none
# NOTES : Moved Changes entries around.
#
# BUILD : 1.7.4 (211)
# BUGS  : N/A
# NOTES : Fixed a booboo with my last commit :)
#
# BUILD : 1.7.4 (209)
# BUGS  : none
# NOTES : Fixed implementation for dynamic server /OS GLOBAL
#
# BUILD : 1.7.4 (208)
# BUGS  : none
# NOTES : New implementation for dynamic server /OS GLOBAL
#
# BUILD : 1.7.4 (207)
# BUGS  : N/A
# NOTES : Fixed PTLink m_server incorrect argument count
#
# BUILD : 1.7.4 (206)
# BUGS  : 55
# NOTES : Added proper Bahamut1.8 support. Merged r132:195 from branch
#         branches/proto/anope-bahamut18 which should now be obsolete.
#
# BUILD : 1.7.4 (205)
# BUGS  : none
# NOTES : SVN Framework.
#
# BUILD : 1.7.4 (204)
# BUGS  : none
# NOTES : Anope 1.7.4 Release
#
# BUILD : 1.7.4 (203)
# BUGS  : none
# NOTES : Anope 1.7.4 Release
#
# BUILD : 1.7.3 (202)
# BUGS  : 99
# NOTES : Completed user defined modes as per Trystan patch
#
# BUILD : 1.7.3 (201)
# BUGS  : 91
# NOTES : Fix provided by trystan - ty :)
#
# BUILD : 1.7.3 (200)
# BUGS  : 96
# NOTES : Fixed wrong bug number on previous commit
#
# BUILD : 1.7.3 (199)
# BUGS  : 91
# NOTES : Added SQLINE to NICK() on PTlink.
#
# BUILD : 1.7.3 (198)
# BUGS  : N/A
# NOTES : Fixed changes format for dengel
#
# BUILD : 1.7.3 (197)
# BUGS  : none
# NOTES : More verbose error messages for services.conf checking.
#
# BUILD : 1.7.3 (196)
# BUGS  : 106
# NOTES : Fixed module support for OpenBSD systems
#
# BUILD : 1.7.3 (194)
# BUGS  : none
# NOTES : Rolled back win32 support files in lieu of a branch.
#
# BUILD : 1.7.3 (190)
# BUGS  : 90
# NOTES : We check now for valid arguments in ModuleAddData().
#
# BUILD : 1.7.3 (189)
# BUGS  : 95
# NOTES : Removed duplicate user kill on hybrid.
#
# BUILD : 1.7.3 (188)
# BUGS  : 101
# NOTES : Unified kill_user function to handle all ircd protocols.
#
# BUILD : 1.7.3 (187)
# BUGS  : 102
# NOTES : Removed duplicate ULTIMATE3 define.
#
# BUILD : 1.7.3 (186)
# BUGS  : 
# NOTES : Added langtool.c and modified some langcomp.c stuff in behalf of codemastr (win32 port)
#
# BUILD : 1.7.3 (185)
# BUGS  : 99
# NOTES : User customizable pseudo-client modes.
#
# BUILD : 1.7.3 (184)
# BUGS  : 98
# NOTES : Improved handling of /NS INFO for pseudo-clients.
#
# BUILD : 1.7.3 (183)
# BUGS  : 92
# NOTES : Added check to see if MysqlName and MysqlUser were not null to avoid any problems.
#
# BUILD : 1.7.3 (182)
# BUGS  : 94
# NOTES : Fixed number of spelling errors in en_us.l. Thanks to Trystan for assisting corrections.
#
# BUILD : 1.7.3 (181)
# BUGS  : 87 
# NOTES : Fixed several spelling and typing errors in the examples and docs. Thanks to GD for assisting corrections.
#
# BUILD : 1.7.3 (180)
# NOTES : Minor spelling fixes to es.l (needs porting to 1.6)
#
# BUILD : 1.7.3 (179)
# BUGS  : 93
# NOTES : Corrected compile warning for Hybrid support.
#
# BUILD : 1.7.3 (176)
# BUGS  : 
# NOTES : Added check to make sure register script was being run from within the bin/ directory. If ./bin/register was used, the path to cache file would be incorrect (../config.cache)
#
# BUILD : 1.7.3 (174)
# BUGS  : 
# NOTES : Sorry, another changes file mistake, remember to have a fullstop at the end, AND bug number as [#00] if there is no bug
#
# BUILD : 1.7.3 (173)
# BUGS  : 
# NOTES : Fixed Changes file mistake
#
# BUILD : 1.7.3 (172)
# BUGS  : 
# NOTES : Added register script in /bin/ to allow central registration of Anope using networks
#
# BUILD : 1.7.3 (171)
# BUGS  : 
# NOTES : Fixed big with long NSGuestNickPrefixes. We just used them in a snprintf without checking their size. Fixed a second 
# guestnick bug as well: if compiled for hybrid guestnum was increased, tho it was never used.
#
# BUILD : 1.7.3 (170)
# BUGS  : 86
# NOTES : Buffer initialization for encrypted MySQL passwords.
#
# BUILD : 1.7.3 (169)
# BUGS  : 78
# NOTES : Rewrite of del_exception() fixing segfault and memory leak
#
# BUILD : 1.7.3 (167)
# BUGS  : 
# NOTES : Fixed a typo in my last submit, which caused a compile error.
#
# BUILD : 1.7.3 (166)
# BUGS  : #84
# NOTES : MemoServ send limit does no longer apply for services operators. That fixed the problem with /MS STAFF for services 
# ops (they got the "memo limit in time X reached" message).
#
# BUILD : 1.7.3 (165)
# BUGS  : 
# NOTES : 
#
# BUILD : 1.7.3 (164)
# BUGS  : 
# NOTES : Fixed Changes file formatted error 
#
# BUILD : 1.7.3 (163)
# BUGS  : 67
# NOTES : Reversed pthread library detection order on ./configure script.
#
# BUILD : 1.7.3 (162)
# BUGS  : 79
# NOTES : Fixed bug 79 (memoserv set notify not working) also fixed a blocker bug in actions.c
#
# BUILD : 1.7.3 (161)
# NOTES : Fixed cut/paste error on mydbgen
#
# BUILD : 1.7.3 (159)
# BUGS  : 
# NOTES : Fixed some internal errors with return values in void functions. codemastr needs it to be fixed for the windows 
# port.
#
# BUILD : 1.7.3 (157)
# NOTES : Fixed botched auto-akick enforcer. ? post 1207
#
# BUILD : 1.7.3 (152)
# NOTES : Reverted chanserv.c changes.
#
# BUILD : 1.7.3 (151)
# BUGS  : 77
# NOTES : HostServ functions no longer called for non VHOST capable ircds.
#
# BUILD : 1.7.3 (144)
# BUGS  : 
# NOTES : Fixed botserv bug with HAS_EXCEPTION (chmode +e)
#
# BUILD : 1.7.3 (131)
# BUGS  : 
# NOTES : Translated daniels changes
#
# BUILD : 1.7.3 (130)
# BUGS  : 74
# NOTES : Better /OS MODLIST output to include version information and
#         a proper list header/footer.
#
# BUILD : 1.7.3 (129)
# BUGS  : 
# NOTES : Changed guestnum from static to extern (internal change)
#
# BUILD : 1.7.3 (128)
# NOTES : Typo no Changes file.
#
# BUILD : 1.7.3 (126)
# BUGS  : 73
# NOTES : Repaired /NS GROUP for compiled but disabled MySQL support.
#
# BUILD : 1.7.3 (125)
# BUGS  : 72
# NOTES : New /CS CLEAR HOPS for ircds that support halfops.
#
# BUILD : 1.7.3 (124)
# BUGS  : 70
# NOTES : Fixed typo in example.conf.
#
# BUILD : 1.7.3 (123)
# BUGS  : None
# NOTES : Fixed Changes and version.log format and added reference bug number.
#
# BUILD : 1.7.3 (122)
# BUGS  : 71 
# NOTES : New NSNickTracking directive to track nick cores when changing nicks.
#
# BUILD : 1.7.3 (121)
# BUGS  : 69
# NOTES : Cleaned up compile errors on older compilers.
#
# BUILD : 1.7.3 (120)
# BUGS  : 50
# NOTES : Reserved nicks (Q-lined) will be KILLed if taken on induction.
#
# BUILD : 1.7.3 (119)
# BUGS  : 54
# NOTES : Allow /CS SUSPEND on registered non-forbidden channels only
#
# BUILD : 1.7.3 (118)
# BUGS  : 56
# NOTES : Check for VHOST capable ircd on HostServAlias induction.
#
# BUILD : 1.7.3 (117)
# BUGS  : 63
# NOTES : Auto enforce upon AKICK addition.
#
# BUILD : 1.7.3 (116)
# BUGS  : 65
# NOTES : New file docs/OLDCHANGES
#
# BUILD : 1.7.3 (115)
# BUGS  : 64
# NOTES : Removed threads.c
#
# BUILD : 1.7.3 (114)
# BUGS  : 64
# NOTES : Removed threads.c
#
# BUILD : 1.7.3 (112)
# NOTES : Dev framework.
#
# BUILD : 1.7.3 (110)
# NOTES : Anope 1.7.3 Release
#
# BUILD : 1.7.3 (109)
# BUGS  : 
# NOTES : make install now moves anoperc to bin, also typos and one bug in anoperc fixed (ps ux changed to ps auxw which was failing when paths were too long to fit on the screen)
#
# BUILD : 1.7.3 (108)
# NOTES : Anope 1.7.3 Release
#
# BUILD : 1.7.2 (107)
# BUGS  : 
# NOTES : woops, forgot a small condition ;)
#
# BUILD : 1.7.2 (106)
# BUGS  : 
# NOTES : Added BSCaseSensitive directive for a cAsE sEnSiTiVe badword kicker.
#
# BUILD : 1.7.2 (104)
# BUGS  : 
# NOTES : Removed some illegal sizeof(void). Thanks to codemastr.
#
# BUILD : 1.7.2 (103)
# BUGS  : none
# NOTES : Added +a/-a support for PTLink ircd.
#
# BUILD : 1.7.2 (102)
# BUGS  : 53
# NOTES : Modified HELP LIST and LIST SYNTAX help messages
#
# BUILD : 1.7.2 (101)
# BUGS  : none
# NOTES : Fixed Makefiles to deal with lang/index properly.
#
# BUILD : 1.7.2 (100)
# BUGS  : 52
# NOTES : Fixed a bug with globals containing format characters
#
# BUILD : 1.7.2 (99)
# BUGS  : none
# NOTES : Removed lang/index since it is auto-generated upon compilation.
#
# BUILD : 1.7.2 (98)
# BUGS  : none
# NOTES : Language file normalization.
#
# BUILD : 1.7.2 (97)
# BUGS  : 51
# NOTES : Fixed a typo in hostserv group help response
#
# BUILD : 1.7.2 (96)
# BUGS  : 40
# NOTES : Added RANDOMNEWS to de.l /OS HELP
#
# BUILD : 1.7.2 (95)
# BUGS  : 38
# NOTES : Fixed xOP management inconsistency.
#
# BUILD : 1.7.2 (94)
# BUGS  : 40 (partial)
# NOTES : Added RANDOMNEWS to pt.l /OS HELP
#
# BUILD : 1.7.2 (93)
# BUGS  : 46
# NOTES : Applied the Rage2 IRCD patch provided by al
#
# BUILD : 1.7.2 (92)
# BUGS  : 43
# NOTES : Fixed moduleData error with memo Data handeling
#
# BUILD : 1.7.2 (91)
# BUGS  : 
# NOTES : db_mysql_query memory usage tweaked.
#
# BUILD : 1.7.2 (90)
# BUGS  : 
# NOTES : Accidently commited config.c
#
# BUILD : 1.7.2 (89)
# BUGS  : 
# NOTES : Accidently commited config.c
#
# BUILD : 1.7.2 (88)
# BUGS  : 13 and 14
# NOTES : Hopefully fixed empty nickserv-accesslist entries and corrupt mysql code
#
# BUILD : 1.7.2 (87)
# BUGS  : 28
# NOTES : Fixed bug with RDB and empty nickserv greet message.
#
# BUILD : 1.7.2 (86)
# BUGS  : 
# NOTES : Changed the allocation of buffer for normalizeBuffer yet again
#
# BUILD : 1.7.2 (85)
# BUGS  : 
# NOTES : Made normalizeBuffer string size equal to BUFSIZE (1024). Fixed function comments to be doxygen friendly :)
#
# BUILD : 1.7.2 (84)
# BUGS  : 
# NOTES : Updating Changes :)
#
# BUILD : 1.7.2 (83)
# BUGS  : 22
# NOTES : Badwords now cannot be evaded by using control chars or color codes.
#
# BUILD : 1.7.2 (82)
# BUGS  : N/A
# NOTES : Removed an old debug log
#
# BUILD : 1.7.2 (81)
# BUGS  : N/A
# NOTES : Always set the correct module name when executing module functions
#
# BUILD : 1.7.2 (80)
# BUGS  : N/A
# NOTES : Added Memos/ChannelInfo to the moduleAddData() system
#
# BUILD : 1.7.2 (79)
# BUGS  : 
# NOTES : Added check to anoperc to see if paths work, and fixed one grammar error 
#
# BUILD : 1.7.2 (78)
# BUGS  : N/A
# NOTES : Added the ability to add module data to the NickCore and the NickAlias structs
#
# BUILD : 1.7.2 (77)
# BUGS  : Compile errors on picky compilers
# NOTES : fixed a compile error on picky compilers 
#
# BUILD : 1.7.2 (76)
# BUGS  : 
# NOTES : Added memoserv function to check whether the last memo you sent to a nick has been read or not. new cmd: /MS CHECK 
# <nick> (I rule! :P)
#
# BUILD : 1.7.2 (75)
# BUGS  : N/A
# NOTES : Been right through modules.c, every - yes EVERY function is now commented in a doxy-gen style mannor, detailing what it does, along with all the params and return codes - be affraid! - oh and jsut by-the-by when people are working on functions/new features/bug fixs in other parts of anope, we really should be adding these comments :)
# 
#
# BUILD : 1.7.2 (74)
# BUGS  : N/A
# NOTES : Added moduleAddData() and moduleGetData() currently only added to the User struct as a test
# 
#
# BUILD : 1.7.2 (73)
# BUGS  : 
# NOTES : Removed delay timer from RSEND notifications.
#
# BUILD : 1.7.2 (72)
# NOTES : New language index (temp fix)
#
# BUILD : 1.7.2 (71)
# NOTES : Language file normalization. Make sure distclean is made.
#
# BUILD : 1.7.2 (70)
# BUGS  : 
# NOTES : Modified RSEND to send receipt memo as user instead of MemoServ
#
# BUILD : 1.7.2 (69)
# BUGS  : 
# NOTES : Added new MemoServ command RSEND to send a memo requesting a receipt memo once the recipient reads it.
#
# BUILD : 1.7.2 (68)
# BUGS  : 20
# NOTES : Fixed ALIST bug when being invoked by systems admins
#
# BUILD : 1.7.2 (67)
# BUGS  : N/A
# NOTES : Bumped Changes file verisons ready for new updates
#
# BUILD : 1.7.2 (66)
# BUGS  : 
# NOTES : Added /bin/anoperc anope console control script
#
# BUILD : 1.7.2 (64)
# NOTES : Anope 1.7.2 Release
#
# BUILD : 1.7.1 (59)
# BUGS  : 10
# NOTES : Fixed the second part of bug 10. The mydbgen script should 
#         behave much better now.
#
# BUILD : 1.7.1 (58)
# BUGS  : 
# NOTES : anope_ns_req was being referenced should have been anope_ns_request (fixed) 
#
# BUILD : 1.7.1 (57)
# BUGS  : 
# NOTES : Added SIGUSR2 to rehash configuration and save databases
#
# BUILD : 1.7.1 (56)
# NOTES : Fourth time is a charm? Fixinf MySQL password saves.
#
# BUILD : 1.7.1 (55)
# NOTES : One last try to fix the MySQL password saves... omg.
#
# BUILD : 1.7.1 (54)
# NOTES : Added one more fix for MySQL nick password.
#
# BUILD : 1.7.1 (53)
# BUGS  : 10
# NOTES : Fixed previous MySQL fix for saving nick passwords.
#
# BUILD : 1.7.1 (51)
# NOTES : SVN Framework.
#
# BUILD : 1.7.1 (45)
# NOTES : Anope 1.7.1 Release
#
# BUILD : 1.7.0 (42)
# BUGS  : 11
# NOTES : Fixed quoted MD5 password for MySQL use (again...)
#
# BUILD : 1.7.0 (40)
# BUGS  : 11
# NOTES : Fixed mysql query failure with md5 passwords
#
# BUILD : 1.7.0 (39)
# BUGS  : 10
# NOTES : Fixed tables.sql detection on mydbgen script.
#
# BUILD : 1.7.0 (38)
# BUGS  : 008
# NOTES : Fixed segfault due to coreless nicks in MySQL db on behalf of Keeper
#
# BUILD : 1.7.0 (37)
# BUGS  : 
# NOTES : Added NickRegDelay which prevents users from regging their nick if they are not connected for at least X seconds.
#
# BUILD : 1.7.0 (36)
# BUGS  : 
# NOTES : 1. Added "is a services root administrator" to /ns info.   2. Added option for SOs and above to hide their services 
# access status in /ns info.
#
# BUILD : 1.7.0 (35)
# BUGS  : 
# NOTES : Added -help arguement for command line parameter information
#
# BUILD : 1.7.0 (34)
# BUGS  : none
# NOTES : Fixed indentation issue on memoserv.c
#
# BUILD : 1.7.0 (33)
# BUGS  : 
# NOTES : Small bugfix to allow ./services -version to be done without anope running 
#
# BUILD : 1.7.0 (32)
# BUGS  : 
# NOTES : Added -version arguement to return anope version and build information 
#
# BUILD : 1.7.0 (30)
# BUGS  : http://bugs.anope.org/show_bug.cgi?id=3
# NOTES : Fixed moduleAddCommand for a non-existant service, now returns MOD_ERR_NOSERVICE, updated hs_moo to deal with it nicely
#
# BUILD : 1.7.0 (29)
# BUGS  : http://bugs.anope.org/show_bug.cgi?id=9
# NOTES : Updated en_us.l file to show MAIL as a valid option on notify syntax response
#
# BUILD : 1.7.0 (28)
# BUGS  : http://bugs.anope.org/show_bug.cgi?id=7
# NOTES : Dont display "Commands available to services admins only:" for /hs help, as there are no services admin only commands
# 
#
# BUILD : 1.7.0 (27)
# BUGS  : none
# NOTES : Normalized language files and updated Changes.lang
#
# BUILD : 1.7.0 (26)
# BUGS  : none
# NOTES : Testing svn access with a new am script.
#
# BUILD : 1.7.0 (25)
# BUGS  : 
# NOTES : Added memo2mail and /msg memoserv set notify MAIL/NOMAIL
#
# BUILD : 1.7.0 (23)
# BUGS  : none.
# NOTES : Spelling error
#
# BUILD : 1.7.0 (20)
# BUGS  : none
# NOTES : Fixed MySQL double encryption if using MD5.
#
# BUILD : 1.7.0 (19)
# BUGS  : none
# NOTES : Refixed compile error if no RDB :(
#
# BUILD : 1.7.0 (18)
# BUGS  : none
# NOTES : Fixed lack of BotServ. Fixed compile error if no RDB
#
# BUILD : 1.7.0 (17)
# BUGS  : 
# NOTES : Implemented MySQL Phase 2, see Changes and docs/MYSQL file for information.
#
# BUILD : 1.7.0 (15)
# BUGS  : N/A
# NOTES : Added the ability for modules to add Commands and Messages outside of AnopeInit()
#
# BUILD : 1.7.0 (12)
# BUGS  : 5
# NOTES : Fixed a bug with module callbacks, this is a tiny fix, but will need to be merged with the 1.6.x series, as it can cause a segfault if a module attempts to use recersive callbacks.
# 
#
# BUILD : 1.7.0 (11)
# BUGS  : 
# NOTES : Added channelname to entrymsgs
#
# BUILD : 1.7.0 (8)
# BUGS  : none.
# NOTES : Made svn://zero.org/repos/anope/trunk the 1.7 development stream.
#
# BUILD : 1.6.0 (6)
# BUGS  : none
# NOTES : Removed estra table definition from tables.sql. Minor fixes.
#
# BUILD : 1.6.0 (4)
# BUGS  : none
# NOTES : File cleanup and new AnopeManager script (bin/am) to work
#         with Anope source control. Version schema change with no
#         impact on cpp directives.
# EOF