summaryrefslogtreecommitdiff
path: root/version.log.old
blob: 3eaf6245916dfb91edd4f82f0508c1385db033fe (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
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
# (C) 2003-2010 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for furhter details.
#
# $Id: version.log.old 1853 2008-12-20 16:29:14Z sjaz $
#
#
#
# Migration to Sourceforge SVN has changed revision numbers. (Please see version.log)
#
#
# BUILD : 1.8.0 (1489)
# BUGS  : 
# NOTES : Anope 1.8.0-rc1
#
# BUILD : 1.7.24 (1488)
# BUGS  : 959
# NOTES : Updated russian language file. Update provided by Kein.
#
# BUILD : 1.7.24 (1487)
# BUGS  : 
# NOTES : Updated polish language file. Update provided by Syzmek.
#
# BUILD : 1.7.24 (1486)
# BUGS  : 
# NOTES : Fixed Changes from my last commit.
#
# BUILD : 1.7.24 (1485)
# BUGS  : 
# NOTES : Update Anope Credits
#
# BUILD : 1.7.24 (1484)
# BUGS  : 
# NOTES : Development Framework
#
# BUILD : 1.7.24 (1483)
# BUGS  : 
# NOTES : 1.7.24 Release
#
# BUILD : 1.7.23 (1482)
# BUGS  : 
# NOTES : Added entry to the FAQ regarding anopes max nicklength. 
#
# BUILD : 1.7.23 (1481)
# BUGS  : 957 
# NOTES : Added a warning message in the logs regarding the combined usage of MySQL and skeleton mode.
#
# BUILD : 1.7.23 (1480)
# BUGS  : 
# NOTES : Updated german language file. Update provided by Han`.
#
# BUILD : 1.7.23 (1479)
# BUGS  : 958
# NOTES : Fixed minor German langfile errors.
#
# BUILD : 1.7.23 (1478)
# BUGS  : 
# NOTES : updated langfile for pl.l
#
# BUILD : 1.7.23 (1477)
# BUGS  : 956 
# NOTES : Fixed OS STATS missing HostServ and showing disabled optional client(s). 
#
# BUILD : 1.7.23 (1476)
# BUGS  : 
# NOTES : Fixed fuckup in earlier commit message... No more multitasking for me.. 
#
# BUILD : 1.7.23 (1475)
# BUGS  : 
# NOTES : Fixed compile warning in nickserv.c. 
#
# BUILD : 1.7.23 (1474)
# BUGS  : 
# NOTES : Added missing SVN tag to version string. 
#
# BUILD : 1.7.23 (1473)
# BUGS  : 940 
# NOTES : Rewrote MySQL password storing and loading to properly handle hashes. Note that Anope should not be started with UseRDB if the MySQL DB was dumped by an older version.
#
# BUILD : 1.7.23 (1472)
# BUGS  : 
# NOTES : Fixed language error in SASET AUTOOP help. 
#
# BUILD : 1.7.23 (1471)
# BUGS  : 
# NOTES : Development Framework 
#
# BUILD : 1.7.23 (1469)
# BUGS  : 
# NOTES : 1.7.23b Release (fixes encrypted nick.db issue on .23)
#
# BUILD : 1.7.23 (1468)
# BUGS  : 
# NOTES : Fixed fuckup in nickserv.c. Passwords should not be encrypted when loading an old nick.db, only when loading pre-nick.db. 
#
# BUILD : 1.7.23 (1467)
# BUGS  : 
# NOTES : Development Framework 
#
# BUILD : 1.7.23 (1465)
# BUGS  : 
# NOTES : Anope 1.7.23 Release
#
# BUILD : 1.7.22 (1464)
# BUGS  : 951 
# NOTES : Applied patch by katsklaw to add missing optional parameters to OS MODLIST help.
#
# BUILD : 1.7.22 (1463)
# BUGS  : 941 
# NOTES : Applied patches by chaz and katsklaw to fix issues with CS LOGOUT documentation.
#
# BUILD : 1.7.22 (1462)
# BUGS  : 940 
# NOTES : Fixed a bug in the database system causing certain nickserv password hashes to be stored incorrectly. Note that THIS BREAKS BACKWARDS COMPATIBILITY !!! As of now nick.db is no longer backwards compatible.
#
# BUILD : 1.7.22 (1461)
# BUGS  : 
# NOTES : Fixed possible compile warning in os_ignore_db. 
#
# BUILD : 1.7.22 (1460)
# BUGS  : 948 
# NOTES : Corrected some errors in the OS IGNORE help.
#
# BUILD : 1.7.22 (1459)
# BUGS  : 948 
# NOTES : Added a supported module to provide a database back-end for OS IGNORE.
#
# BUILD : 1.7.22 (1458)
# BUGS  : 950 
# NOTES : Fixed an error in the help docs on SASET. Patch provided by chaz.
#
# BUILD : 1.7.22 (1457)
# BUGS  : 
# NOTES : Forgot Changes log. Autoformatters during commit ought to die.. last try to get process.c properly formatted in SVN. 
#
# BUILD : 1.7.22 (1456)
# BUGS  : 948 
# NOTES : We now support real permanent ignoring. When ignoring a nick we now also use the hostmask if the user exists. 
#
# BUILD : 1.7.22 (1455)
# BUGS  : 943 
# NOTES : Applied patch by katsklaw to fix a bug in HELP OPER.
#
# BUILD : 1.7.22 (1454)
# BUGS  : 
# NOTES : Applied patch by w00t to fix math bug in strnrepl(). 
#
# BUILD : 1.7.22 (1453)
# BUGS  : 947 
# NOTES : Fixed a buffer overflow in enc_sha1.
#
# BUILD : 1.7.22 (1452)
# BUGS  : 944
# NOTES : Updated NSIS Build script and added anope.bat to properly remove windows menus after uninstall. Provided by chaz.
#
# BUILD : 1.7.22 (1451)
# BUGS  : 942 
# NOTES : We now enforce UnRestrictSAdmin on Unreal and InspIRCd.
#
# BUILD : 1.7.22 (1450)
# BUGS  : 
# NOTES : Fixed a number of remaining buffer overflows in NS and CS not addressed by previous commit. 
#
# BUILD : 1.7.22 (1449)
# BUGS  : 
# NOTES : Applied a patch by w00t to fix possible buffer overflows in NS/CS REGISTER. As of now the max pass length is 31 instead of 32 characters. 
#
# BUILD : 1.7.22 (1448)
# BUGS  : 
# NOTES : Applied patch by w00t to remove a pointer comparison on a non-ptr in cs_clear.c 
#
# BUILD : 1.7.22 (1447)
# BUGS  : 
# NOTES : Applied patch by w00t to enable UMODE in insp
#
# BUILD : 1.7.22 (1446)
# BUGS  : 
# NOTES : Removed password truncating and fixed a crashbug in enc_none. This build still crashes on CS GETPASS on some systems though. Someone take a look at termination of ci->founderpass pls. 
#
# BUILD : 1.7.22 (1445)
# BUGS  : 
# NOTES : Added missing entries for .22 release to Changes.lang. 
#
# BUILD : 1.7.22 (1444)
# BUGS  : 
# NOTES : Fixed a typo in modules.c introduced in the last commit
#
# BUILD : 1.7.22 (1442)
# BUGS  : 
# NOTES : Development Framework
#
# BUILD : 1.7.22 (1440)
# BUGS  : 
# NOTES : Anope 1.7.22 release
#
# BUILD : 1.7.21 (1439)
# BUGS  : 
# NOTES : Fixed compiling on windows. We needed access to do_help_limited(). 
#
# BUILD : 1.7.21 (1438)
# BUGS  : 
# NOTES : Updated docs regarding myself and CIDR channellists. 
#
# BUILD : 1.7.21 (1437)
# BUGS  : 939 
# NOTES : Applied patch by chaz to fix compile warning in os_clearmodes.c.
#
# BUILD : 1.7.21 (1436)
# BUGS  : 937 
# NOTES : Rewrote CLEAR OPS to have it send correct mode changes on all ircds.
#
# BUILD : 1.7.21 (1435)
# BUGS  : 935 
# NOTES : AKICK now respects ChanServ PEACE. Checks are performed before adding a nick/mask.
#
# BUILD : 1.7.21 (1434)
# BUGS  : 937 
# NOTES : Applied patch by Jobe to fix a bug with ratbox RESV caused by incorrect client introduction order.
#
# BUILD : 1.7.21 (1433)
# BUGS  : 
# NOTES : Help now handled by respective modules. Should fix compiling on windows.
#
# BUILD : 1.7.21 (1432)
# BUGS  : 
# NOTES : The newscount in help is now handled by modules instead of os_help.
#
# BUILD : 1.7.21 (1431)
# BUGS  : 
# NOTES : Fixes possible mismatches in entry_match() introduced in previous commit.
#
# BUILD : 1.7.21 (1430)
# BUGS  : 
# NOTES : Fixes a possible segfault in entry_match.
#
# BUILD : 1.7.21 (1429)
# BUGS  : 929
# NOTES : Updated the help on ignore.
#
# BUILD : 1.7.21 (1428)
# BUGS  : 930
# NOTES : Rewrote the ignore system to handle both nicks and masks 
# properly.
#
# BUILD : 1.7.21 (1427)
# BUGS  : 931 
# NOTES : Added anope build scripts for windows to /src/tools
#
# BUILD : 1.7.21 (1426)
# BUGS  : 876 
# NOTES : We now support CIDR in channel ban/invite/except lists. Introduces new CIDR capable generic lists system.
#
# BUILD : 1.7.21 (1425)
# BUGS  : 873 
# NOTES : We now show config variables in the help.
#
# BUILD : 1.7.21 (1424)
# BUGS  : 934 
# NOTES : Fixed bogus password being returned by enc_none when password was truncated.
#
# BUILD : 1.7.21 (1423)
# BUGS  : 932 
# NOTES : Fixed crashbug in cs_access.
#
# BUILD : 1.7.21 (1422)
# BUGS  : 927
# NOTES : Fixes compiling on windows. We should define new variables above the code not in between.
#
# BUILD : 1.7.21 (1421)
# BUGS  : 879
# NOTES : Updated help on ChanServ AKICK.
#
# BUILD : 1.7.21 (1420)
# BUGS  : 882
# NOTES : Replaces the static count in logon&oper -news by a reference to NewsCount. Also fixes a booboo in my first commit. 
#
# BUILD : 1.7.21 (1419)
# BUGS  : 875
# NOTES : Fixes a number of minor language errors. Restricts access to svsnick, oline and umode to SRA as superadmin too requires SRA. Prevents them from showing up in SA help.
#
# BUILD : 1.7.21 (1418)
# BUGS  : 927
# NOTES : Applied a patch by w00t to store the timestamp supplied by insp in FJOIN on channel creation
#
# BUILD : 1.7.21 (1417)
# BUGS  : 
# NOTES : Set SO_REUSEADDR on sock to prevent potential issues with bind() failing after a restart
#
# BUILD : 1.7.21 (1416)
# BUGS  : 880
# NOTES : Changed CS GETKEY response to what the help for GS GETKEY says it should be
#
# BUILD : 1.7.21 (1415)
# BUGS  : 905
# NOTES : Applied patch by Viper to add missing config file changes in Changes.conf
#
# BUILD : 1.7.21 (1414)
# BUGS  : 832 925
# NOTES : Applied patch from Twitch to fix warnings in users.c. Also corrected a typo made in previous commit to add +f support to inspircd11.c, and corrected various mistakes in Changes and version.log
#
# BUILD : 1.7.21 (1413)
# BUGS  : 832
# NOTES : Added support for channelmodes +efI and SVSHOLD to inspircd11.c
#
# BUILD : 1.7.21 (1412)
# BUGS  : 
# NOTES : Fixed the SVN ID/module version for inspircd11.c
#
# BUILD : 1.7.21 (1411)
# BUGS  : 887 
# NOTES : SGLINE and SQLINE support added for Hybrid
#
# BUILD : 1.7.21 (1410)
# BUGS  : 924
# NOTES : Bug fixed where forbidden channels will appear in /list when inhabited by ChanServ
#
# BUILD : 1.7.21 (1409)
# BUGS  : 922 
# NOTES : Changes 'check' argument in calls to chan_set_modes() from cs_modes.c/do_util() to 2 to avoid calling chan_set_proper_modes()
#
# BUILD : 1.7.21 (1408)
# BUGS  : 
# NOTES : Set os_raw to show up as a 3rd party module...
#
# BUILD : 1.7.21 (1407)
# BUGS  : 
# NOTES : Removed pointless checks for buf existing, as they always will for non pointers.
#
# BUILD : 1.7.21 (1406)
# BUGS  : 883
# NOTES : w00t removed more sa commands from inspircd, as they no longer work
#
# BUILD : 1.7.21 (1405)
# BUGS  : 883
# NOTES : Applied patch from w00t to remove sajoin in inspircd.
#
# BUILD : 1.7.21 (1404)
# BUGS  : 917
# NOTES : make install now runs install routine for modules subdirs also. Thanks Viper
#
# BUILD : 1.7.21 (1403)
# BUGS  : 916
# NOTES : Fixes weird hs_setall behaviour (memory issues). Thanks Jan again
#
# BUILD : 1.7.21 (1402)
# BUGS  : 899
# NOTES : DEFCON was akilling ulined servers clients. Thanks Jan
#
# BUILD : 1.7.21 (1401)
# BUGS  : 894
# NOTES : Botserv replying with /(null). Thanks Jan
#
# BUILD : 1.7.21 (1400)
# BUGS  : 892
# NOTES : Updated Deutch language file. Thanks to Christian
#
# BUILD : 1.7.21 (1399)
# BUGS  : 909
# NOTES : Anope will not limit sessions for ulined servers. Thanks Jan
#
# BUILD : 1.7.21 (1398)
# BUGS  : 910
# NOTES : EVENT_BOT_KICK not being send under all circumstances. Thanks to Jan Milants for reporting and fixing.
#
# BUILD : 1.7.21 (1395)
# BUGS  : 897
# NOTES : install.js script now works properly on x64 machines
#
# BUILD : 1.7.21 (1393)
# BUGS  : 
# NOTES : Services Operators can now also use NickServ INFO ALL
#
# BUILD : 1.7.21 (1392)
# BUGS  : 
# NOTES : <Hal9000> fixes a potential crash in channels.c and does handle the TS on incoming FMODE in inspircd.11
#
# BUILD : 1.7.21 (1390)
# BUGS  : 881
# NOTES : Fixed error in lang files related to NS SASET LANGUAGE
#
# BUILD : 1.7.21 (1389)
# BUGS  : 872
# NOTES : Added NS SASET LANGUAGE
#
# BUILD : 1.7.21 (1388)
# BUGS  : N/A
# NOTES : Modified NS LIST help messages to add SUSPENDED keyword.
#
# BUILD : 1.7.21 (1387)
# BUGS  : 869
# NOTES : Added SUSPENDED to NS LIST keywords.
#
# BUILD : 1.7.21 (1386)
# BUGS  : 867
# NOTES : Removed extra loop when parsing defcon modes.
#
# BUILD : 1.7.21 (1385)
# BUGS  : 862
# NOTES : rdb_close() where rdb_open() is used in rdb_dbase() functions.
#
# BUILD : 1.7.21 (1384)
# BUGS  : 870
# NOTES : Fixed segfault introduced y me trying to fix 870.
#
# BUILD : 1.7.21 (1383)
# BUGS  : 863
# NOTES : Added missed debug message when HostServ is disabled.
#
# BUILD : 1.7.21 (1382)
# BUGS  : 870
# NOTES : Fixed memory leak in cs_akick().
#
# BUILD : 1.7.21 (1381)
# BUGS  : 868
# NOTES : Fixed memory leak in add_akill().
#
# BUILD : 1.7.21 (1380)
# BUGS  : 864
# NOTES : Fixed configure script so it will complain about args.
#
# BUILD : 1.7.21 (1379)
# BUGS  : 856
# NOTES : x86_64 generating improper SHA1 hash values. Thanks Johno Crawford ;)
#
# BUILD : 1.7.21 (1378)
# BUGS  : 861
# NOTES : NickServ replying to SVSNICK command where OperServ must.
#
# BUILD : 1.7.21 (1377)
# BUGS  : 857
# NOTES : Fixed the findchan() debug messages so you now have ubercool debug stuff when you enter debug level 3\!
#
# BUILD : 1.7.21 (1376)
# BUGS  : 859
# NOTES : Fixed a small oddity in do_cmode()
#
# BUILD : 1.7.21 (1375)
# BUGS  : 858
# NOTES : do_sjoin() called finduser(NULL)
#
# BUILD : 1.7.21 (1374)
# BUGS  : 820
# NOTES : do_cmode() called without passing TS
#
# BUILD : 1.7.21 (1373)
# BUGS  : 855
# NOTES : Fixed various issues in handling of DefCon modes with params
#
# BUILD : 1.7.21 (1372)
# BUGS  : 854
# NOTES : Removed bs_fantasy_unban from core modules.
#
# BUILD : 1.7.21 (1371)
# BUGS  : 849
# NOTES : Applied patch by Jan Milants to remove an excessive free in cs_akick
#
# BUILD : 1.7.21 (1370)
# BUGS  : 846
# NOTES : Updated docs/WIN32.txt
#
# BUILD : 1.7.21 (1369)
# BUGS  : 685
# NOTES : Fixed some small compiler warnings about buffer addresses always evaluating to true
#
# BUILD : 1.7.21 (1368)
# BUGS  : 853
# NOTES : Updated config.guess and config.sub from upstream (GNU)
#
# BUILD : 1.7.21 (1367)
# BUGS  : 847
# NOTES : Added missed NickServ HELP for RESEND command.
#
# BUILD : 1.7.21 (1366)
# BUGS  : 848
# NOTES : No variable for NSReleaseTimeout in NICK_RECOVERED message
#
# BUILD : 1.7.21 (1365)
# BUGS  : 850, 851, 852
# NOTES : Fixed several memory leaks reported by Trystan. Do not forget to free allocated memory!
#
# BUILD : 1.7.21 (1364)
# BUGS  : 844
# NOTES : Removed broken version checking for windows media center edition and tablet edition; free(Jobe);
#
# BUILD : 1.7.21 (1363)
# BUGS  : 842
# NOTES : Fixed yet another memory leak; it wass cs_akick this time
#
# BUILD : 1.7.21 (1362)
# BUGS  : 841
# NOTES : Fixed memleaks in hs_setall
#
# BUILD : 1.7.21 (1361)
# BUGS  : 840
# NOTES : Fixed a memory leak in cs_list
#
# BUILD : 1.7.21 (1360)
# BUGS  : 839
# NOTES : Removed old code from cs_clear and fixed a memory leak in there as well
#
# BUILD : 1.7.21 (1359)
# BUGS  : 838
# NOTES : Fixed various checks for LogBot in bs_say and bs_act
#
# BUILD : 1.7.21 (1358)
# BUGS  : 837
# NOTES : Added a check for LogChannel when running with -logchan switch
#
# BUILD : 1.7.21 (1357)
# BUGS  : 836
# NOTES : Fixed memleaks in os_clearmodes
#
# BUILD : 1.7.21 (1356)
# BUGS  : 835
# NOTES : Fixed channel walking for do_mass_mode() and restore_unsynced_topics() to use firstchan/nextchan
#
# BUILD : 1.7.21 (1355)
# BUGS  : 834
# NOTES : Fixed various oddities in ChanServ suspend code
#
# BUILD : 1.7.21 (1354)
# BUGS  : 833
# NOTES : Ficed various oddities in moduleAddData()
#
# BUILD : 1.7.21 (1353)
# BUGS  : 
# NOTES : Rules for Changes: [[1]] A always goes before F (and anything else in between) [[2]] Anything within an A-block or F-block for 1 version is sorted ascending on the date (newer lines on the bottom) [[3]] Lines end with a period.
#
# BUILD : 1.7.21 (1352)
# BUGS  : N/A
# NOTES : Fixed several language erros (missed strings, bad formatting, etc). Added a check for BotServs bots hostname too long.
#
# BUILD : 1.7.21 (1351)
# BUGS  : 831
# NOTES : Fixed a bug in next_server() which skipped over all servers right away when passing -1 as param
#
# BUILD : 1.7.21 (1350)
# BUGS  : 828
# NOTES : Forgot to update the other language files
#
# BUILD : 1.7.21 (1349)
# BUGS  : 828
# NOTES : BOT_NOT_ASSIGNED language string error
#
# BUILD : 1.7.21 (1348)
# BUGS  : 825
# NOTES : listnicks/listchans now shows if a nickname/channel is SUSPENDED.
#
# BUILD : 1.7.21 (1347)
# BUGS  : 827
# NOTES : Re-assigned OS CHANLIST perms to Services Opers
#
# BUILD : 1.7.21 (1346)
# BUGS  : 826
# NOTES : GPL required header added
#
# BUILD : 1.7.21 (1345)
# BUGS  : 
# NOTES : Updated copyright information
#
# BUILD : 1.7.21 (1344)
# BUGS  : 824
# NOTES : Removed a random time(NULL) which was appended to bans set in check_kick()
#
# BUILD : 1.7.21 (1342)
# BUGS  : 
# NOTES : Development Framework
#
# BUILD : 1.7.21 (1341)
# BUGS  : 
# NOTES : Anope 1.7.21 release
#
# BUILD : 1.7.20 (1340)
# BUGS  : 
# NOTES : I agree
#
# BUILD : 1.7.20 (1339)
# BUGS  : 
# NOTES : mark is a retard when it comes to editing Changes :(
#
# BUILD : 1.7.20 (1338)
# BUGS  : 821
# NOTES : Temporary patch for the crash in inspircd_cmd_mode()
#
# BUILD : 1.7.20 (1337)
# BUGS  : 
# NOTES : Updating something in NEWS, just because i want r1337 instead of letting mark have it >:(
#
# BUILD : 1.7.20 (1336)
# BUGS  : 
# NOTES : Fixed swapped prefixes for +a and +q on inspircd11
#
# BUILD : 1.7.20 (1335)
# BUGS  : 
# NOTES : Updated documentations as by Jobes patch and did some readability work on cs_enforce
#
# BUILD : 1.7.20 (1334)
# BUGS  : 
# NOTES : Fixed insp11 not parsing +q correctly in FJOIN
#
# BUILD : 1.7.20 (1333)
# BUGS  : 817
# NOTES : Fixed users not being re-identified automatically after a netsplit on insp
#
# BUILD : 1.7.20 (1332)
# BUGS  : 
# NOTES : Updated Russian language file provided by Kein and added his Russian translations to bundled modules as well
#
# BUILD : 1.7.20 (1331)
# BUGS  : 816
# NOTES : Applied patch by Jan Milants to fix EVENT_ACCESS_DEL being sent with NULL-param when using XOP
#
# BUILD : 1.7.20 (1330)
# BUGS  : 815
# NOTES : Applied patch by Trystan to properly detect Windows Vista and Windows Server 2008
#
# BUILD : 1.7.20 (1329)
# BUGS  : 811
# NOTES : Fixed databases not being saved when anope quit due to a connection error
#
# BUILD : 1.7.20 (1328)
# BUGS  : 812
# NOTES : Fixed a bug where multiple grouped nicks and not all of them listed in ServicesRoot could result in services roots not becoming services root when using MySQL
#
# BUILD : 1.7.20 (1325)
# BUGS  : 
# NOTES : Development Framework
#
# BUILD : 1.7.20 (1324)
# BUGS  : 
# NOTES : 1.7.20 release
#
# BUILD : 1.7.19 (1323)
# BUGS  : 692
# NOTES : Added RSQUIT support to the InspIRCd 1.1 protocol module
#
# BUILD : 1.7.19 (1322)
# BUGS  : 685
# NOTES : Applied a patch by Jilles which should fix SJOIN not always sending the correct TS
#
# BUILD : 1.7.19 (1321)
# BUGS  : 810
# NOTES : Fixed outdated module error strings in ModuleGetErrStr
#
# BUILD : 1.7.19 (1320)
# BUGS  : 
# NOTES : Commit of Changes from 1319
#
# BUILD : 1.7.19 (1319)
# BUGS  : 724
# NOTES : Fixed the use of MODE instead of FMODE in the InspIRCd 1.1 protocol module
#
# BUILD : 1.7.19 (1318)
# BUGS  : 791
# NOTES : Fixed inconsistent use of ACCESS events
#
# BUILD : 1.7.19 (1317)
# BUGS  : 
# NOTES : Updates some docs; by chaz
#
# BUILD : 1.7.19 (1316)
# BUGS  : 802
# NOTES : Added support for MSVC++ 2008 Express (damn names.. gcc-4.4 would be so much shorter)
#
# BUILD : 1.7.19 (1315)
# BUGS  : 
# NOTES : Left an oops after the last commit :)
#
# BUILD : 1.7.19 (1314)
# BUGS  : 797
# NOTES : Fixed malformed command for chgident in inspircd11.c
#
# BUILD : 1.7.19 (1313)
# BUGS  : 796
# NOTES : Fixed unregistered users getting access level -1 instead of 0 so they could never get opped
#
# BUILD : 1.7.19 (1311)
# BUGS  : 804,805,806
# NOTES : Applied the patches of my beer buddy.
#
# BUILD : 1.7.19 (1310)
# BUGS  : 794
# NOTES : Fixes the segfault in inspircd11.c / anope_event_capab() on missing required modules.
#
# BUILD : 1.7.19 (1309)
# BUGS  : 793
# NOTES : Fixed a typo in inspircd11.c where it checked for chgident.so
#
# BUILD : 1.7.19 (1308)
# BUGS  : 787
# NOTES : Applied a patch by T fixing moduleGetConfigDirective disliking CRLF line-ends
#
# BUILD : 1.7.19 (1307)
# BUGS  : 788
# NOTES : Fixed OS HELP OPER showing admin instead of root (OH NOES)
#
# BUILD : 1.7.19 (1306)
# BUGS  : 789
# NOTES : Fixed Polish language reporting itself as English when switching to it
#
# BUILD : 1.7.19 (1305)
# BUGS  : 757
# NOTES : Fixed mysql_config values only being tried to compile/link sources and not running the result to see if it actually works
#
# BUILD : 1.7.19 (1304)
# BUGS  : 782
# NOTES : Fixed an undeclared identifier in the new code for cleaning up the modules dir on win32
#
# BUILD : 1.7.19 (1303)
# BUGS  : 703
# NOTES : Fixed user being able to change channel modes on empty channels without permission (eg SECUREOPS)
#
# BUILD : 1.7.19 (1302)
# BUGS  : 
# NOTES : Minor style changes in Changes
#
# BUILD : 1.7.19 (1301)
# BUGS  : 780, 781
# NOTES : [1] Removed extra bolds from OS HELP SET [2] Removed extra Limited to... messages from os_akill and 
# os_modload.
#
# BUILD : 1.7.19 (1300)
# BUGS  : 
# NOTES : Changed 2 // (C++-style) comments in /* (C-style) */ comments in src/misc.s and ran indent on the same file
#
# BUILD : 1.7.19 (1299)
# BUGS  : 
# NOTES : Added MySQL indexes to decrease the MySQL load during database operations
#
# BUILD : 1.7.19 (1298)
# BUGS  : N/A
# NOTES : [1] Applied heinz patch to WIN32 docs [2] Corrected comment in chanserv.c
#
# BUILD : 1.7.19 (1297)
# BUGS  : N/A
# NOTES : In the last commit, I forgot to store the just resolved IP in common_unban() so we wont need to 
# resolve the host again.
#
# BUILD : 1.7.19 (1296)
# BUGS  : N/A
# NOTES : Since we now have u->hostip, lets use it in common_unban()
#
# BUILD : 1.7.19 (1295)
# BUGS  : N/A
# NOTES : We now have hostip in user_ struct so we can use it where needed. We wont do host_resolve() unless 
# it is extremely necessary, coz we dont want to flood the nameserver.
#
# BUILD : 1.7.19 (1294)
# BUGS  : N/A
# NOTES : in is_excepted() if we found the exception, break(). There is no point on continue exploring the 
# array. Also, I forgot to free hostip in my previous commit.
#
# BUILD : 1.7.19 (1293)
# BUGS  : 778
# NOTES : is_excepted() now uses match_userip() also.
#
# BUILD : 1.7.19 (1292)
# BUGS  : 776
# NOTES : Fixed wrong reply when deleting entries by number (akick, badwords)
#
# BUILD : 1.7.19 (1291)
# BUGS  : 774
# NOTES : Unreals (3.2) SVSJOIN command now supports channel keys
#
# BUILD : 1.7.19 (1290)
# BUGS  : 723
# NOTES : Anope now can except users from Session limit based on their IP.
#
# BUILD : 1.7.19 (1289)
# BUGS  : 768
# NOTES : Fixed module runtime directory not always being cleaned up nicely
#
# BUILD : 1.7.19 (1288)
# BUGS  : 761
# NOTES : Fixing up a comment from the last commit
#
# BUILD : 1.7.19 (1287)
# BUGS  : 761
# NOTES : Fixed OperServ SGLINE to now remove trailing spaces from the mask... this is not 100% syntactically correct, but spaces on the end are not usually needed anyways
#
# BUILD : 1.7.19 (1286)
# BUGS  : 731
# NOTES : Fixed TS6 UID generation
#
# BUILD : 1.7.19 (1285)
# BUGS  : 684, 772
# NOTES : [1] Added InspIRCd11 vIdent support [2] InspIRCD11 protocol now uses SVSJOIN/PART instead of 
# SAJOIN/PART
#
# BUILD : 1.7.19 (1284)
# BUGS  : 770
# NOTES : SuperAdmins now have a higher channel level than channel founders so they will always win from founders
#
# BUILD : 1.7.19 (1283)
# BUGS  : 773
# NOTES : Patch provided by katsklaw: This patch makes us check commands existance before issuing and we scream like a girl if its 
# not.
#
# BUILD : 1.7.19 (1282)
# BUGS  : 729
# NOTES : Changed the "Limited to ..." lines in help replies to automatically appended lines
#
# BUILD : 1.7.19 (1281)
# BUGS  : 
# NOTES : Reworded some stuffs in Changes
#
# BUILD : 1.7.19 (1280)
# BUGS  : 763
# NOTES : Fixed bug in ptlink protocol where topic time wasnt being sent.
#
# BUILD : 1.7.19 (1279)
# BUGS  : 765
# NOTES : Fixed bug when truncating passwords to PASSMAX with enc_none.
#
# BUILD : 1.7.19 (1278)
# BUGS  : 683, 767
# NOTES : [1] typo in en_us.l [2] Provided by katsklaws patch: inspircd11 protocol now uses svshold.
#
# BUILD : 1.7.19 (1277)
# BUGS  : 759
# NOTES : Added missed NS CONFIRM help.
#
# BUILD : 1.7.19 (1275)
# BUGS  : 753
# NOTES : Services Admins and Services Opers can now be kicked by ChanServ.
#
# BUILD : 1.7.19 (1275)
# BUGS  : 747
# NOTES : CS SET XOP can not be used if cs_xop is not loaded.
#
# BUILD : 1.7.19 (1274)
# BUGS  : 764
# NOTES : Fixed firstuser/nextuser and first_uid/next_uid using the same globals thus being unable to be used at the same time
#
# BUILD : 1.7.19 (1273)
# BUGS  : 
# NOTES : Updated src/bin/am to now correctly work with multiversioned repositories as reported by svnversion
#
# BUILD : 1.7.19 (1272)
# BUGS  : N/A
# NOTES : Patch provided by teh heinz: [1] Updated the WIN32.txt document a bit [2] Re-worded the CHAN_LEVELS_XOP string in en_us.l
#
# BUILD : 1.7.19 (1271)
# BUGS  : 
# NOTES : Fixed revision numbering in version.log
#
# BUILD : 1.7.19 (1270)
# BUGS  : 714
# NOTES : Moved left settings for commands to core modules.
#
# BUILD : 1.7.19 (1269)
# BUGS  : 662
# NOTES : Optimized akick and badwords lists, provided by Viper.
#
# BUILD : 1.7.19 (1268)
# BUGS  : 662
# NOTES : badword counting fixed, and now the list is sorted also. fixed remaining bug in akick sorting.
#
# BUILD : 1.7.19 (1267)
# BUGS  : 662
# NOTES : akick counts are now properly decressed. os_info now really uses status var. some module clean ups.
#
# BUILD : 1.7.19 (1266)
# BUGS  : 
# NOTES : Updated src/bin/am for now SVN host some more
#
# BUILD : 1.7.19 (1265)
# BUGS  : 
# NOTES : Updated copyright information
#
# BUILD : 1.7.19 (1264)
# BUGS  : 
# NOTES : Made an oops in the fix for bug 742 :) (wrong params passed to a function)
#
# BUILD : 1.7.19 (1263)
# BUGS  : 742
# NOTES : Fixed inspircd11.c so it generates a fake capab parse call to enable things like NOQUIT... also ran indent on inspircd11.c
#
# BUILD : 1.7.19 (1262)
# BUGS  : 727
# NOTES : Fixed DefConChanModes being re-set while being unset
#
# BUILD : 1.7.19 (1260)
# BUGS  : 734
# NOTES : Fixed a false debug notice claiming the killed user did not exist when it was killed due to a session limit exceeded
#
# BUILD : 1.7.19 (1260)
# BUGS  : 
# NOTES : Updated FAQ to reflect the changes on wiki/site
#
# BUILD : 1.7.19 (1258)
# BUGS  : 
# NOTES : Quick fix to src/bin/am to make it work (sort of) again...
#
# BUILD : 1.7.19 (1258)
# BUGS  : 750
# NOTES : Fixed CA_AUTODEOP not working anymore (since 1.7.9 or so probably)
#
# BUILD : 1.7.19 (1256)
# BUGS  : 
# NOTES : Moved the displaying of command infos on command add/remove to debug level 2 instead of 1
#
# BUILD : 1.7.19 (1255)
# BUGS  : 743
# NOTES : Fixed various compile errors with `make strict`
#
# BUILD : 1.7.19 (1254)
# BUGS  : 741
# NOTES : Fixed a possible buffer overflow in inspircd10.c
#
# BUILD : 1.7.19 (1253)
# BUGS  : 737
# NOTES : Fixed GlobalOnCycle notices being sent to Anope itself and juped servers
#
# BUILD : 1.7.19 (1252)
# BUGS  : 729
# NOTES : Fixed various access levels for oper commands
#
# BUILD : 1.7.19 (1251)
# BUGS  : 732
# NOTES : Fixed /os MODINFO showing 'no information about module' when it was loaded but had no hooked commands
#
# BUILD : 1.7.19 (1250)
# BUGS  : 718
# NOTES : Fixed the fact that we did not send a receive-notification for the SQUIT for a juped server
#
# BUILD : 1.7.19 (1249)
# BUGS  : 726
# NOTES : Fixed some jupe stuff: when juping a currently non-existing server, it was still squitted and the globaloncycleup message was sent to newly juped servers
#
# BUILD : 1.7.19 (1248)
# BUGS  : 
# NOTES : Development Framework
#
# BUILD : 1.7.19 (1247)
# BUGS  : 
# NOTES : Anope 1.7.19 Release
#
# BUILD : 1.7.18 (1246)
# BUGS  : 
# NOTES : Fixed possible compile error with inspircd11 on win32
#
# BUILD : 1.7.18 (1245)
# BUGS  : 671
# NOTES : NSDefKill can now only be enabled if UsePrivmsg is also enabled; NSDefKill is now used instead of UsePrivmsg to determine whether unregistered users receive PRIVMSGs or NOTICEs
#
# BUILD : 1.7.18 (1244)
# BUGS  : 713 719
# NOTES : Corrected typo in rdb.c, added code in backup_databases() and remove_backups() to backup the prenick db, and added checks in remove_backups() for s_BotServ and s_HostServ being NULL
#
# BUILD : 1.7.18 (1243)
# BUGS  : 
# NOTES : Fixed a typo in example.conf
#
# BUILD : 1.7.18 (1242)
# BUGS  : 
# NOTES : Minor tweaks to the ns_noop_convert output
#
# BUILD : 1.7.18 (1241)
# BUGS  : 707
# NOTES : Applied a patch by jilles to fix various charybdis and ts6 related issues
#
# BUILD : 1.7.18 (1240)
# BUGS  : 706
# NOTES : Fixed EVENT_ACCESS_DEL nog being sent on each delete when mass-deleting in cs_xop
#
# BUILD : 1.7.18 (1239)
# BUGS  : 705
# NOTES : Applied patch by Jan Milants to fix the swapped ACCESS_ADD and ACCESS_CHANGED events in cs_xop
#
# BUILD : 1.7.18 (1238)
# BUGS  : 662
# NOTES : Fixed array count not being decremented on ChanServ access lists (provided by Jan Milants)
#
# BUILD : 1.7.18 (1237)
# BUGS  : 661
# NOTES : Fixed DefCon which did not force DefConChanModes when it was enabled
#
# BUILD : 1.7.18 (1236)
# BUGS  :
# NOTES : Applied Rob's password length patch
#
# BUILD : 1.7.18 (1235)
# BUGS  : 643
# NOTES : Defcon's AKILL will now honor the server's sync flag
#
# BUILD : 1.7.18 (1234)
# BUGS  : 680 681
# NOTES : typos in en_us.l
#
# BUILD : 1.7.18 (1233)
# BUGS  : 670
# NOTES : Fixed minor booboo in en_us.l and de.l
#
# BUILD : 1.7.18 (1232)
# BUGS  : 622
# NOTES : Modified en_us.l, de.l and Changes.lang to fix 622.
#
# BUILD : 1.7.18 (1231)
# BUGS  : N/A
# NOTES : Ensure moduleData is still populated when anopeFini gets called when explicitaly unloading a single module.
#
# BUILD : 1.7.18 (1230)
# BUGS  : 656
# NOTES : We now send out UNKLINE on hybridircd
#
# BUILD : 1.7.18 (1229)
# BUGS  : 690
# NOTES : SAs can no longer move down other SAs to the SO list.
#
# BUILD : 1.7.18 (1228)
# BUGS  : 672
# NOTES : Fixed a crash when MySQL was enabled; it checked the (unset) uplink server flags resulting in a segfault
#
# BUILD : 1.7.18 (1227)
# BUGS  : 667
# NOTES : Fixed inspircd11.c using strtok_r - myStrGetToken is more compatible (strtok_r does not work on windows)
#
# BUILD : 1.7.18 (1226)
# BUGS  : 668
# NOTES : Fixed win32 makefile for the inspircd protocol module changes
#
# BUILD : 1.7.18 (1225)
# BUGS  : 669
# NOTES : Fixed spurious PONGs being sent during burst when MySQL was saving (it still is a dirty hack, but at least it should work now)
#
# BUILD : 1.7.18 (1224)
# BUGS  : 663
# NOTES : Fixed BotServ kicks to now obey the SignKick setting of the channel
#
# BUILD : 1.7.18 (1223)
# BUGS  : 666
# NOTES : Fixed CHAN_SYMBOL_REQUIRED which claimed one can register local (&) channels (sorry Rob, i should have left this bug for you)
#
# BUILD : 1.7.18 (1222)
# BUGS  : 665
# NOTES : Fixed a minor syntax error in anoperc (echi instead of echo)
#
# BUILD : 1.7.18 (1221)
# BUGS  : 659
# NOTES : Fixed a mistake in the MySQL code with identifying services roots
#
# BUILD : 1.7.18 (1220)
# BUGS  : 657
# NOTES : Fixed various OperServ commands which did not respect a disabled OSOpersOnly
#
# BUILD : 1.7.18 (1219)
# BUGS  : 
# NOTES : Fixed a missing backtick in the INSERT query for newsitems
#
# BUILD : 1.7.18 (1218)
# BUGS  : 622
# NOTES : Fixed ChanServ LIST to now search for <#chan> if only <chan> is given; Fixed all LIST commands to give error reporting when specifying incorrect ranges.
#
# BUILD : 1.7.18 (1217)
# BUGS  : 
# NOTES : Fixed small mistakes in both InspIRCd protocol modules
#
# BUILD : 1.7.18 (1216)
# BUGS  : 
# NOTES : Added support for inspircd 1.1 (b8+)
#
# BUILD : 1.7.18 (1215)
# BUGS  : 
# NOTES : Development Framework
#
# BUILD : 1.7.18 (1214)
# BUGS  : 
# NOTES : Anope 1.7.18 Release
#
# BUILD : 1.7.17 (1213)
# BUGS  : 651 653
# NOTES : Fixed channel joins being logged twice in debug mode on some IRCds and BotServ incorrectly attempting to remove bans with BSSmartJoin
#
# BUILD : 1.7.17 (1212)
# BUGS  : 652
# NOTES : Fixed handleModuleOperationQueue to also include error messages instead of only error numbers
#
# BUILD : 1.7.17 (1211)
# BUGS  : 650
# NOTES : Fixed ModuleNoticeLang which was formatting the string twice
#
# BUILD : 1.7.17 (1210)
# BUGS  : 645 646 647
# NOTES : Fixed anoperc restart, nickchanges on TS6, typo in CHAN_REGISTER_NONE_CHANNEL; added error messages when RDB functions fail (thx heinz)
#
# BUILD : 1.7.17 (1209)
# BUGS  : 
# NOTES : Another batch of changes regarding RDB/MySQL; all functions are now doing proper error reporting; errors are not yet handled properly
#
# BUILD : 1.7.17 (1208)
# BUGS  : N/A
# NOTES : EVENT_BOT_KICK and EVENT_BOT_ADD added
#
# BUILD : 1.7.17 (1207)
# BUGS  : 641
# NOTES : Fixed EVENT_TOPIC_UPDATED not being sent when the topic was updated from within certain protocol modules
#
# BUILD : 1.7.17 (1206)
# BUGS  : 631
# NOTES : Fixed small language mistake in en_us.l and nl.l
#
# BUILD : 1.7.17 (1205)
# BUGS  : 630
# NOTES : Fixed a small typo in ru.l
#
# BUILD : 1.7.17 (1204)
# BUGS  : 629
# NOTES : Fixed ns_alist which did not accept Founder as a correct min_lev
#
# BUILD : 1.7.17 (1203)
# BUGS  : 
# NOTES : Small MySQL fix which should have already been in
#
# BUILD : 1.7.17 (1202)
# BUGS  : 640
# NOTES : Fixed langfiles having CHANAKILL instead of CHANKILL in the chankill syntax lines
#
# BUILD : 1.7.17 (1201)
# BUGS  : 634
# NOTES : Fixed install.js by adding the possibility to search for files on multiple drives instead of just C:
#
# BUILD : 1.7.17 (1200)
# BUGS  : 632
# NOTES : Fixed BotServ KICK incorrectly reporting assigned status
#
# BUILD : 1.7.17 (1199)
# BUGS  : 621
# NOTES : Added the ability to see if AutoOp is enabled in NickServ INFO displays.
#
# BUILD : 1.7.17 (1198)
# BUGS  : 
# NOTES : Reviewed and updated all of the MySQL code...
#
# BUILD : 1.7.17 (1196)
# BUGS  : 623
# NOTES : Applied marks 623 patch, didnt apply the 621 patch as only en_us.l has been updated in it.
# 
#
# BUILD : 1.7.17 (1195)
# BUGS  : N/A
# NOTES : testing...
#
# BUILD : 1.7.17 (1194)
# BUGS  : N/A
# NOTES : Hmm it sent the mail but didnt commit... 
#
# BUILD : 1.7.17 (1193)
# BUGS  : N/A
# NOTES : really just making sure i can still commit properly
#
# BUILD : 1.7.17 (1192)
# BUGS  : 617
# NOTES : Send svspart instead of eob
# 
#
# BUILD : 1.7.17 (1191)
# BUGS  : 616
# NOTES : Error message changed when trying to register a nick before NSRegDelay is up.
# 
#
# BUILD : 1.7.17 (1190)
# BUGS  : N/A
# NOTES : sha1 is a valid choice of encryption hash
#
# BUILD : 1.7.17 (1189)
# BUGS  : 
# NOTES : Support for mlocking +c on ultimate3 was missing
#
# BUILD : 1.7.17 (1188)
# BUGS  : N/A
# NOTES : Make the mysql secure check easier to read... its ugly :(
# 
#
# BUILD : 1.7.17 (1187)
# BUGS  : N/A
# NOTES : Put mysql secure back to how it should be - i think
#
# BUILD : 1.7.17 (1186)
# BUGS  : N/A
# NOTES : Encryption fixes for win32
#
# BUILD : 1.7.17 (1185)
# BUGS  : N/A
# NOTES : Encryption now offers the choice of none, old and md5 - the md5 module is nicely taken from irc-services and actaully works, yes, real md5, in anope, wow eh?
# 
#
# BUILD : 1.7.17 (1184)
# BUGS  : 
# NOTES : Development Framework
#
# BUILD : 1.7.17 (1182)
# BUGS  : 
# NOTES : Anope 1.7.17 release
#
# BUILD : 1.7.16 (1181)
# BUGS  : 
# NOTES : Fixed MySQL detection in configure.in; it should now always work correctly if mysql_config is found
#
# BUILD : 1.7.16 (1180)
# BUGS  : 614
# NOTES : Fixed: [1] MySQL not storing passwords at all (blank passes) [2] saving of ttb with MySQL/RDB was completely fubar [3] do not send PONG-flood anymore on db-load...
#
# BUILD : 1.7.16 (1179)
# BUGS  : 
# NOTES : Changed uber-mysql-validation-detection to use AM_LINK_IFELSE as it should have used all along...
#
# BUILD : 1.7.16 (1178)
# BUGS  : 
# NOTES : Fixed a MySQL query error in the RDB functions.... successor cannot be NULL
#
# BUILD : 1.7.16 (1177)
# BUGS  : 
# NOTES : Fixed MySQL query debug to not excessivly quote queries before displaying in debug mode
#
# BUILD : 1.7.16 (1176)
# BUGS  : 611
# NOTES : Fixed anoperc restart to allow arguments like anoperc start
#
# BUILD : 1.7.16 (1175)
# BUGS  : 612
# NOTES : Fixed a number of MySQL/RDB-related functions which did not correctly escape their arguments
#
# BUILD : 1.7.16 (1174)
# BUGS  : 
# NOTES : Fixed src/mod_version.c to be compiled with module options and added an additional check to see if the values returned by mysql_config are valid
#
# BUILD : 1.7.16 (1173)
# BUGS  : 
# NOTES : Fixed a boo-boo in docs/WIN32.txt and removed a solved bug from BUGS (the one with clone detection... well it's not fixed but it's not there anymore either!)
#
# BUILD : 1.7.16 (1172)
# BUGS  : 
# NOTES : Added copyright notice for strlcat() and strlcpy() in src/misc.c
#
# BUILD : 1.7.16 (1171)
# BUGS  : 
# NOTES : Small documentation updates
#
# BUILD : 1.7.16 (1170)
# BUGS  : 
# NOTES : Development Framework
#
# BUILD : 1.7.16 (1168)
# BUGS  : 
# NOTES : Anope 1.7.16 Release
#
# BUILD : 1.7.15 (1167)
# BUGS  : 609
# NOTES : Removed LANGUAGE from the SASET help for nearly all languages (it was only not there in en_us.l)
#
# BUILD : 1.7.15 (1166)
# BUGS  : 603
# NOTES : Modified do_umode() to work with last fix.
#
# BUILD : 1.7.15 (1165)
# BUGS  : 603
# NOTES : Added support for SVSMODE by parsing it as a MODE on supported IRCDs
#
# BUILD : 1.7.15 (1164)
# BUGS  : 607
# NOTES : Fixed the BotServ CAPS-kicker; when calculating the percentage, it now ignores all non-alphabetic characters
#
# BUILD : 1.7.15 (1163)
# BUGS  : 
# NOTES : Various small changes to documentation and example config (and removing void \r from sources)
#
# BUILD : 1.7.15 (1162)
# BUGS  : 604
# NOTES : Added functions to let modules backup their own databases and added this functionality to the bundled modules
#
# BUILD : 1.7.15 (1161)
# BUGS  : 606
# NOTES : Fixed Makefile.win32 to fix a typo and `nmake clean` (it now uses spotless)
#
# BUILD : 1.7.15 (1159)
# BUGS  : 603
# NOTES : we will now process UnrealIRCd's SVS(2)MODE messages
#
# BUILD : 1.7.15 (1158)
# BUGS  : 
# NOTES : Fixed the Makefile to let make work with multiple threads (tested with 3)
#
# BUILD : 1.7.15 (1157)
# BUGS  : 589
# NOTES : Fixed restarting under windows, it should now work correctly
#
# BUILD : 1.7.15 (1156)
# BUGS  : 
# NOTES : Another small fix in nl.l
#
# BUILD : 1.7.15 (1155)
# BUGS  : 
# NOTES : Fixed small mistakes in nl.l
#
# BUILD : 1.7.15 (1154)
# BUGS  : N/A
# NOTES : Fixed plexus3 noop support
# 
#
# BUILD : 1.7.15 (1153)
# BUGS  : 596
# NOTES : Applied first part of Heinz's win32 patch
#
# BUILD : 1.7.15 (1152)
# BUGS  : 599
# NOTES : Corrected valid nick characters for /OS SVSNICK by making the bs_bot isvalidnick() macro global via services.h
#
# BUILD : 1.7.15 (1151)
# BUGS  : 601
# NOTES : Fixed us with reposding we didn't know someone when we were WHOIS'd for a nick enforcer client; now we reply correctly
#
# BUILD : 1.7.15 (1150)
# BUGS  : 595
# NOTES : Fixed MySQL making a new connection for each query (bit TOO enthousiastic?)
#
# BUILD : 1.7.15 (1149)
# BUGS  : 598
# NOTES : Added HOP to the list of XOP commands in the error from ChanServ ACCESS when XOP is enabled on supported ircds (and that line is too long!)
#
# BUILD : 1.7.15 (1148)
# BUGS  : 588
# NOTES : Added SASET AUTOOP to NickServ to match SET AUTOOP
#
# BUILD : 1.7.15 (1147)
# BUGS  : 587
# NOTES : Fixed missing help for /ns SET AUTOOP
#
# BUILD : 1.7.15 (1146)
# BUGS  : 583
# NOTES : Fixed mass compiler warnings with make strict on FC5 (patch by Trystan)
#
# BUILD : 1.7.15 (1145)
# BUGS  : 579
# NOTES : Fixed make strict issues with src/tools
#
# BUILD : 1.7.15 (1144)
# BUGS  : 
# NOTES : Fixed some c++-comments rob added; c-comments ftw!
#
# BUILD : 1.7.15 (1143)
# BUGS  : 593
# NOTES : Fixed mod_current_module not always NULL-ified in mod_run_cmd, resulting in weird segfaults in special situations
#
# BUILD : 1.7.15 (1142)
# BUGS  : N/A
# NOTES : Dont let hybrid send EOBs since we told it we dont suppor them anymore
#
# BUILD : 1.7.15 (1141)
# BUGS  : N/A
# NOTES : Removed EOB support from hybrid protocol file, this should make things like entry message work even after a remove net-join
# 
#
# BUILD : 1.7.15 (1140)
# BUGS  : N/A
# NOTES : Plexus3 can send global EOBs if we send SVS in the capab string - so now we do, this does NOT help with other hyb based ircds, and they still have an issue.
# 
#
# BUILD : 1.7.15 (1139)
# BUGS  : N/A
# NOTES : Applied pelxus3 fixs from ThaPrince
#
# BUILD : 1.7.15 (1138)
# BUGS  : 585
# NOTES : Another attempt at fixing db_mysql_query()
#
# BUILD : 1.7.15 (1137)
# BUGS  : n/a
# NOTES : Another try at better mysql query.
#
# BUILD : 1.7.15 (1136)
# BUGS  : 578
# NOTES : fixed bsd compiler warning
#
# BUILD : 1.7.15 (1135)
# BUGS  : 586 584 582
# NOTES : several fixes
#
# BUILD : 1.7.15 (1134)
# BUGS  : N/A
# NOTES : Missed two %Rs in hun.l
#
# BUILD : 1.7.15 (1133)
# BUGS  : N/A
# NOTES : Improved robustness on db_mysql_query()
#
# BUILD : 1.7.15 (1132)
# BUGS  : 
# NOTES : Fixed development framework
#
# BUILD : 1.7.15 (1131)
# BUGS  :
# NOTES : fixed revision number, we're missing an entry
#
# BUILD : 1.7.15 (1130)
# BUGS  : 
# NOTES : missing entry
#
# BUILD : 1.7.15 (1129)
# BUGS  : 575
# NOTES : fixed port checking when using cmd line switches
#
# BUILD : 1.7.15 (1128)
# BUGS  : 
# NOTES : Anope 1.7.15 Release
#
# BUILD : 1.7.14 (1127)
# BUGS  : 573
# NOTES : fixed integer types in db-merger.c
#
# BUILD : 1.7.14 (1126)
# BUGS  : N/A
# NOTES : Applied ThaPrinces plexus support patch
#
# BUILD : 1.7.14 (1125)
# BUGS  : 572
# NOTES : Increasd langauge buffer size to avoid issues 256 wasnt big enough.
#
# BUILD : 1.7.14 (1124)
# BUGS  : 552
# NOTES : Added a way to modules_unload_all() to specify if we should unload the protocol module or not
#
# BUILD : 1.7.14 (1123)
# BUGS  : 563
# NOTES : Fixed UseTSMode thing for ratbox; TS6 for ratbox should work now
#
# BUILD : 1.7.14 (1122)
# BUGS  : 571
# NOTES : fixed typos in cs_appendtopic
# 
# BUILD : 1.7.14 (1121)
# BUGS  : 491
# NOTES : anope segfault on shutdown
#
# BUILD : 1.7.14 (1120)
# BUGS  : N/A
# NOTES : ok last time with the lang file thing 
#
# BUILD : 1.7.14 (1119)
# BUGS  : N/A
# NOTES : Should have fixed my stupid segfault
#
# BUILD : 1.7.14 (1118)
# BUGS  : N/A
# NOTES : Updated Changes to show %R
#
# BUILD : 1.7.14 (1117)
# BUGS  : N/A
# NOTES : Use %R instead of %M
#
# BUILD : 1.7.14 (1116)
# BUGS  : N/A
# NOTES : Changed %M to %R to avoid strftime call
#
# BUILD : 1.7.14 (1115)
# BUGS  : 491
# NOTES : Dont allow IRCD Protocol modules to be unloaded 
#
# BUILD : 1.7.14 (1114)
# BUGS  : 565
# NOTES : Updated all lang files
#
# BUILD : 1.7.14 (1113)
# BUGS  : 
# NOTES : Same for de.l
# 
# BUILD : 1.7.14 (1112)
# BUGS  : 565
# NOTES : %M will now be replaced by either /msg or / depending on UseStrictPrivMsg - we still need to update the .l files for all langauges tho.
# 
# BUILD : 1.7.14 (1111)
# BUGS  : 570
# NOTES : Allow doValidHost to be called from modules.
#
# BUILD : 1.7.14 (1110)
# BUGS  : 523
# NOTES : os_info.c now calls mSaveData on AnopeFini
# 
# BUILD : 1.7.14 (1109)
# BUGS  : 566
# NOTES : Finished support for SVSJOIN/SVSPART/SWHOIS in ircd modules
#
# BUILD : 1.7.14 (1108)
# BUGS  : 569
# NOTES : Fixed giving modes for unregistered users :)
#
# BUILD : 1.7.14 (1107)
# BUGS  : 561
# NOTES : Various small fixes for charybdis
#
# BUILD : 1.7.14 (1106)
# BUGS  :
# NOTES : applied heinz's fix for the gcc hardened issue
#
# BUILD : 1.7.14 (1105)
# BUGS  : 558
# NOTES : fixed usermode stuff for ratbox and shadow
#
# BUILD : 1.7.14 (1104)
# BUGS  : 557
# NOTES : new fix to make the last fix work ;-p
# 
# BUILD : 1.7.14 (1103)
# BUGS  : 557
# NOTES : Fixed very nasty typecast. GCC Hardened should now work.
# 
# BUILD : 1.7.14 (1102)
# BUGS  : 560
# NOTES : fixed ptlink /newmask stuff. thx to trystan.
# 
# BUILD : 1.7.14 (1101)
# BUGS  : N/A
# NOTES : Unreal32 will now prompt users to check there link blocks if there wrong.
# 
# BUILD : 1.7.14 (1100)
# BUGS  : 
# NOTES : removed os_killclones.c
#
# BUILD : 1.7.14 (1099)
# BUGS  : 
# NOTES : removed all that clone stuff
#
# BUILD : 1.7.14 (1098)
# BUGS  : 
# NOTES : db-merger booboo
#
# BUILD : 1.7.14 (1097)
# BUGS  : 
# NOTES : another fix for db-merger and epona2anope
#
# BUILD : 1.7.14 (1096)
# BUGS  : 536
# NOTES : Fixed win32 versions of db-merger.c and epona2anope.c
#
# BUILD : 1.7.14 (1095)
# BUGS  : 554
# NOTES : Applied heinzs manifest patch
#
# BUILD : 1.7.14 (1094)
# BUGS  : 530
# NOTES : Applied marks botserv bold striping patch 
#
# BUILD : 1.7.14 (1093)
# BUGS  : 
# NOTES : hs_request was missing the "officially supported" flag.
#
# BUILD : 1.7.14 (1092)
# BUGS  : 551
# NOTES : applied chaz's fix for win32.
#
# BUILD : 1.7.14 (1091)
# BUGS  : 534
# NOTES : applied trystan's fantasy patch.
#
# BUILD : 1.7.14 (1090)
# BUGS  : 538
# NOTES : added BOT_LONG_IDENT.
#
# BUILD : 1.7.14 (1089)
# BUGS  : 549
# NOTES : applied trystan's patch for the SJOIN issue.
#
# BUILD : 1.7.14 (1088)
# BUGS  :
# NOTES : applied trystan's patch for 491.
#
# BUILD : 1.7.14 (1087)
# BUGS  : 545 550 541
# NOTES : Various fixes.
#
# BUILD : 1.7.14 (1086)
# BUGS  : N/A
# NOTES : Applied gds socket buffering patch, we should play nice with inspircd now.
# 
# BUILD : 1.7.14 (1085)
# BUGS  : 544
# NOTES : Applied Heinzy-mcHeinzs documentation update
# 
# BUILD : 1.7.14 (1084)
# BUGS  : N/A
# NOTES : Added ns_noop_convert.c
# 
#
# BUILD : 1.7.14 (1082)
# BUGS  : 423
# NOTES : Moved ns_noop into core, its now a /ns set option.
#
# BUILD : 1.7.14 (1079)
# BUGS  : 529 531
# NOTES : applied trystan's fix and fixed some readonly stuff
# 
# BUILD : 1.7.14 (1078)
# BUGS  : 527
# NOTES : Applied path from heinz for... 1) fixes bug 527 2) adds mod version to windows stuff  3) fixes some ugly indentation in install.js 4) cleans up manifest files on spotless
# 
#
# BUILD : 1.7.14 (1077)
# BUGS  : N/A
# NOTES : renamed set_key to chan_set_key, modified modules Makefiles to not link against anope libs (its unneeded)
#
# BUILD : 1.7.14 (1076)
# BUGS  : N/A
# NOTES : Missing space 
#
# BUILD : 1.7.14 (1075)
# BUGS  : N/A
# NOTES : multiple file modules now respect mod_version, and ./configure is checked for and executed.
#
# BUILD : 1.7.14 (1074)
# BUGS  : N/A
# NOTES : Small patch by ThaPrince for ircds with modes on id
#
# BUILD : 1.7.14 (1073)
# BUGS  : N/A
# NOTES : Added a string privmsg option, which can force services to only accept /msg nick@host
#
# BUILD : 1.7.14 (1072)
# BUGS  : 
# NOTES : Fixed a mistake in en_us.nl and updated inspircd support module
#
# BUILD : 1.7.14 (1071)
# BUGS  : N/A
# NOTES : plexus3 now uses the ircd struct when deciding which modes to send for svid_umode3 calls
#
# BUILD : 1.7.14 (1070)
# BUGS  : N/A
# NOTES : Added N as a root mode on id for plexus3.c
# 
#
# BUILD : 1.7.14 (1069)
# BUGS  : N/A
# NOTES : Added support for ircd modules to set extra modes based on services access (plexus needs this)
#
# BUILD : 1.7.14 (1068)
# BUGS  : N/A
# NOTES : Added -nothird and -support command line options
#
# BUILD : 1.7.14 (1067)
# BUGS  : 
# NOTES : Updating VERSION_BUILD with am
#
# BUILD : 1.7.14 (1064)
# BUGS  : 
# NOTES : Fixed booboo with win32.rc.template.. it was seeing double!
#
# BUILD : 1.7.14 (1063)
# BUGS  : 526
# NOTES : Applied win32-maintenance patch by heinz
#
# BUILD : 1.7.14 (1062)
# BUGS  : 
# NOTES : Fixed the makefiles to not recompile the core if nothing changed, and to not always re-link all modules if not needed
#
# BUILD : 1.7.14 (1061)
# BUGS  : 408
# NOTES : Added support for Visual Studio 2005, partially by replacing install.vbs by a more robust install.js -- thanks heinz!
#
# BUILD : 1.7.14 (1060)
# BUGS  : 523
# NOTES : Module data was cleared before calling AnopeFini, thus being evil to saving-routines and such (like in ns_noop)
#
# BUILD : 1.7.14 (1059)
# BUGS  : 525
# NOTES : In cs_xop, copied the check from ADD to DEL, so you still need AOP to remove people from any XOP list (HOP could delete VOP)
#
# BUILD : 1.7.14 (1058)
# BUGS  : 496
# NOTES : Removed legacy my_vsnprintf() code and anything related; detection for it was already gone...
#
# BUILD : 1.7.14 (1054)
# BUGS  : 524
# NOTES : fixed typo in a function name.
#
# BUILD : 1.7.14 (1053)
# BUGS  : 
# NOTES : just a booboo.
#
# BUILD : 1.7.14 (1052)
# BUGS  : 
# NOTES : Fixed several memleaks in ns_noop.c. Certus 4 teh win!
#
# BUILD : 1.7.14 (1051)
# BUGS  : 
# NOTES : Changed mysql detection to use mysql_config instead of home brewn mysql.m4
#
# BUILD : 1.7.14 (1050)
# BUGS  : 498
# NOTES : Removed last traces of threading support and added a W-flag in our version response if we run on windows
#
# BUILD : 1.7.14 (1049)
# BUGS  : 
# NOTES : Two small win32 fixes...
#
# BUILD : 1.7.14 (1048)
# BUGS  : 510
# NOTES : Fixed a lot of redundant function declarations
#
# BUILD : 1.7.14 (1047)
# BUGS  : 464
# NOTES : Added cleanup code to tools/anopesmtp to clear out used memory etc...
#
# BUILD : 1.7.14 (1046)
# BUGS  : 
# NOTES : We were walking memory in moduleGetConfigDirecte with an allocated pointer, and free-ing it later when it was past the allocatrd space... We now store the original pointer so we can free it correctly :)
#
# BUILD : 1.7.14 (1045)
# BUGS  : 
# NOTES : Fixed ano_modclearerr() - it was not POSIX-compliant
#
# BUILD : 1.7.14 (1044)
# BUGS  : 
# NOTES : Update InspIRCd protocol support module
#
# BUILD : 1.7.14 (1043)
# BUGS  : 
# NOTES : NULLified *s and *t in moduleGetConfigDirective in src/modules.c by default
#
# BUILD : 1.7.14 (1042)
# BUGS  : 520
# NOTES : Fixed src/protocol/Makefile.win32 for plexus->plexus2/plexus3 change
#
# BUILD : 1.7.14 (1041)
# BUGS  : 514
# NOTES : Fixed booboo. Thx to Trystan.
#
# BUILD : 1.7.14 (1040)
# BUGS  : 509 511
# NOTES : Fixed compiler warnigs, thx to trystan. again.
#
# BUILD : 1.7.14 (1039)
# BUGS  : 493
# NOTES : Fixed /bs BOT CHANGE not setting new Q:Line when only nick was changed
#
# BUILD : 1.7.14 (1038)
# BUGS  : 500
# NOTES : Updated register script; it now accepts YES, yes, and Yes as valid values and tells about ./Config instead of ./configure
#
# BUILD : 1.7.14 (1037)
# BUGS  : 507
# NOTES : Fixed NICKIP/NICKv2 support for unreal32
#
# BUILD : 1.7.14 (1032)
# BUGS  : 
# NOTES : suspended nicks/chans won't expire
#
# BUILD : 1.7.14 (1031)
# BUGS  : 504
# NOTES : fixed memleak, thx to trystan
#
# BUILD : 1.7.14 (1030)
# BUGS  : 
# NOTES : fixed coding booboo, thx to viper
#
# BUILD : 1.7.14 (1029)
# BUGS  : 501
# NOTES : several fixes.
#
# BUILD : 1.7.14 (1028)
# BUGS  : 499
# NOTES : fixed index of backtrace(), thx craig
#
# BUILD : 1.7.14 (1027)
# BUGS  : 
# NOTES : removed threads.h
#
# BUILD : 1.7.14 (1026)
# BUGS  : 487 488 489
# NOTES : some fixes.
#
# BUILD : 1.7.14 (1025)
# BUGS  : 
# NOTES : Development Framework (1.7.14-svn)
#
# BUILD : 1.7.14 (1023)
# BUGS  : N/A
# NOTES : Anope 1.7.14 Release.
#
# BUILD : 1.7.14 (1022)
# BUGS  : 483
# NOTES : important seg fix
#
# BUILD : 1.7.14 (1021)
# BUGS  : 
# NOTES : Anope 1.7.14 RC1
#
# BUILD : 1.7.13 (1020)
# BUGS  : 
# NOTES : fixed main.c after last commit :)
#
# BUILD : 1.7.13 (1019)
# BUGS  : 390
# NOTES : fixed some obsolete defines. hopefully :P
#
# BUILD : 1.7.13 (1017)
# BUGS  : 
# NOTES : updated version.log :P
#
# BUILD : 1.7.13 (1016)
# BUGS  : 
# NOTES : fixed broken strings in de.l
#
# BUILD : 1.7.13 (1015)
# BUGS  : 
# NOTES : Fixed distclean.
#
# BUILD : 1.7.13 (1014)
# BUGS  : 
# NOTES : de.l updated, thx to monk.
#
# BUILD : 1.7.13 (1013)
# BUGS  : 
# NOTES : bs will now check for a bot on /bs kick
#
# BUILD : 1.7.13 (1012)
# BUGS  : 453
# NOTES : gcc4 compiling fixes
#
# BUILD : 1.7.13 (1011)
# BUGS  : 472 478
# NOTES : new w32 icon and fixed file pointer
#
# BUILD : 1.7.13 (1010)
# BUGS  : 471
# NOTES : fixed charybdis umodes.
#
# BUILD : 1.7.13 (1009)
# BUGS  : 460
# NOTES : fixed sstrdup(NULL) in cs_akick.c
#
# BUILD : 1.7.13 (1008)
# BUGS  : 473 474
# NOTES : gcc switches and win98 stop, thx 2 trystan
#
# BUILD : 1.7.13 (1007)
# BUGS  : 476
# NOTES : Applied Trystan's patch.
#
# BUILD : 1.7.13 (1006)
# BUGS  : 468
# NOTES : Fixed a counting issue in /os stats uplink and ran indent on src/core/os_uplink.c
#
# BUILD : 1.7.13 (1005)
# BUGS  : 469
# NOTES : Applied Trystan's moduleNoticeLang() patch
#
# BUILD : 1.7.13 (1004)
# BUGS  : 333
# NOTES : Fixed botserv's mode stuff with protect umode
#
# BUILD : 1.7.13 (1003)
# BUGS  : 467
# NOTES : Fixed server desc for several ircds
#
# BUILD : 1.7.13 (1002)
# BUGS  : 440
# NOTES : Made bs_init and hostserv_init useless when BotServ/HostServ are disabled; fixed compile errors/warnings introduced by Certus
#
# BUILD : 1.7.13 (1001)
# BUGS  : 
# NOTES : NickServ will now check anope_valid_nick()
#
# BUILD : 1.7.13 (1000)
# BUGS  : 424
# NOTES : Added TS6 Save support. This is #1000!
#
# BUILD : 1.7.13 (998)
# BUGS  : 445
# NOTES : Fixed possible overflow in process()
#
# BUILD : 1.7.13 (997)
# BUGS  : 418
# NOTES : Fixed TS6 stuff in channels.c, thx 2 Trystan.
#
# BUILD : 1.7.13 (993)
# BUGS  : 441
# NOTES : Fixed memleak in hs_set.c
#
# BUILD : 1.7.13 (992)
# BUGS  : 450 447
# NOTES : Fixed more memleaks.
#
# BUILD : 1.7.13 (989)
# BUGS  : 444
# NOTES : Fixed memleak in os_mode.c
#
# BUILD : 1.7.13 (988)
# BUGS  : 421 436 438
# NOTES : Hooray, it's still bug-fixing-day!
#
# BUILD : 1.7.13 (987)
# BUGS  : 456
# NOTES : Added fix for unreal's "local" channels
#
# BUILD : 1.7.13 (986)
# BUGS  : n/a
# NOTES : Propagated CHAN_X_INVALID to all languages and Changes.lang
#
# BUILD : 1.7.13 (985)
# BUGS  : 
# NOTES : added new langstring CHAN_X_INVALID
#
# BUILD : 1.7.13 (984)
# BUGS  : 451 459
# NOTES : bug fixing day!
#
# BUILD : 1.7.13 (983)
# BUGS  : 
# NOTES : Updated version.log by hand :P
#
# BUILD : 1.7.13 (982)
# BUGS  : 457
# NOTES : Fixed wasteful finduser() call in os_oline.c
#
# BUILD : 1.7.13 (981)
# BUGS  : 429 434 446
# NOTES : several fixes
#
# BUILD : 1.7.13 (980)
# BUGS  : 419
# NOTES : Fixed NULL checks to add_invite and add_exception.
#
# BUILD : 1.7.13 (979)
# BUGS  : 455
# NOTES : Fixed ns_saset: swapped args to createCommand and added check to see if nick was set
#
# BUILD : 1.7.13 (978)
# BUGS  : 417
# NOTES : fixed events on /join 0.
#
# BUILD : 1.7.13 (977)
# BUGS  : 461 463
# NOTES : happy bug-fixing-day to all of you.
#
# BUILD : 1.7.13 (976)
# BUGS  : 396
# NOTES : Fixed TS6 issues with handling nick changes and channel modes
#
# BUILD : 1.7.13 (975)
# BUGS  : 435
# NOTES : Added messages explaining what module status numbers mean
#
# BUILD : 1.7.13 (974)
# BUGS  : 454
# NOTES : Fixed a crash when passing a NULL-user to moduleGetLangString
#
# BUILD : 1.7.13 (972)
# BUGS  : 
# NOTES : Fixed a bug involving EVENT_ACCESS_DEL.
#
# BUILD : 1.7.13 (969)
# BUGS  : 
# NOTES : Fixed position of EVENT_ACCESS_DEL. HEADACHE!
#
# BUILD : 1.7.13 (968)
# BUGS  : 
# NOTES : Fixed cs_getpass.c, thx to Trystan.
#
# BUILD : 1.7.13 (965)
# BUGS  : 442 437 432 431 420
# NOTES : Fixed a few memleaks.
#
# BUILD : 1.7.13 (962)
# BUGS  : 
# NOTES : Added events for channel kicks and nickserv logout
#
# BUILD : 1.7.13 (961)
# BUGS  : 
# NOTES : Added support for Charybdis IRCd
#
# BUILD : 1.7.13 (958)
# BUGS  : 
# NOTES : Applied the new french translation provided by illu.
#
# BUILD : 1.7.13 (955)
# BUGS  : 
# NOTES : updated config.guess and config.sub
#
# BUILD : 1.7.13 (953)
# BUGS  : 
# NOTES : Fixed SGLine removal on all ircds.
#
# BUILD : 1.7.13 (952)
# BUGS  : 
# NOTES : Development Framework ; made .BANNER version dynamic
#
# BUILD : 1.7.13 (951)
# BUGS  : 
# NOTES : Anope 1.7.13 release
#
# BUILD : 1.7.13 (949)
# BUGS  : 
# NOTES : Anope 1.7.13 release
#
# BUILD : 1.7.13 (948)
# BUGS  : 
# NOTES : Anope 1.7.13-rc1
#
# BUILD : 1.7.12 (947)
# BUGS  : 
# NOTES : Updated inspircd support module and fixed error with generating language.h on certain setups
#
# BUILD : 1.7.12 (945)
# BUGS  : 405 410
# NOTES : Fixed: first user on HelpChannel always got +h, even if it had no access at all; enforcers had incorrect user when only user was specified; missing quitmessage when catching unknown signals
#
# BUILD : 1.7.12 (924)
# BUGS  : 
# NOTES : Updated docs/FAQ
#
# BUILD : 1.7.12 (920)
# BUGS  : 
# NOTES : Development Framework
#
# BUILD : 1.7.12 (918)
# BUGS  : 
# NOTES : 1.7.12 Release
#
# BUILD : 1.7.12 (917)
# BUGS  : 
# NOTES : Fixed module loading code to get rid of a few memory leaks and to (hopefully) correctly remove runtime copies when loading fails
#
# BUILD : 1.7.12 (915)
# BUGS  : 
# NOTES : Fixed indenting errors in last commit (1.7.12-rc1)
#
# BUILD : 1.7.12 (914)
# BUGS  : 
# NOTES : Anope 1.7.12-rc1 stuffs
#
# BUILD : 1.7.11 (913)
# BUGS  : 
# NOTES : Turned NickLen into RECOMMENDED and BSFantasyCharacter into OPTIONAL
#
# BUILD : 1.7.11 (912)
# BUGS  : 
# NOTES : Turned identical userkeys error into a warning and added hs_request to src/modules/makefile.inc.win32
#
# BUILD : 1.7.11 (911)
# BUGS  : 
# NOTES : Added a check to os_stats to see if we actually have a param to avoid segs
#
# BUILD : 1.7.11 (910)
# BUGS  : 
# NOTES : Fixed some stats not passing the correct letter to anope_cmd_219
#
# BUILD : 1.7.11 (909)
# BUGS  : 
# NOTES : Fixed /cs hop being available on ircds without halfop support
#
# BUILD : 1.7.11 (908)
# BUGS  : 
# NOTES : Created a CapabInfo table to allow easier handling of capab tokens/flags
#
# BUILD : 1.7.11 (907)
# BUGS  : 
# NOTES : Fixed capab parsing on hybrid/plexus/ratbox and a typo in example.conf
#
# BUILD : 1.7.11 (906)
# BUGS  : 
# NOTES : Added information on the uplink server via /os stats uplink
#
# BUILD : 1.7.11 (905)
# BUGS  : 
# NOTES : Fixed up config; UserKeys can be safely missing again, you get a real warning when they are identical, and fixed a small grammar error in the GlobalOnCycle warning just above
#
# BUILD : 1.7.11 (904)
# BUGS  : 
# NOTES : Stripping fantasy char from fantasy commands now
#
# BUILD : 1.7.11 (903)
# BUGS  : 
# NOTES : Added BSFantasyCharacter configuration option to change the fantasy prefix character
#
# BUILD : 1.7.11 (902)
# BUGS  : 
# NOTES : Changed how /os modload and /os modunload load/unload modules; they are now handled in a queue instead of using the mod_current_* variables
#
# BUILD : 1.7.11 (901)
# BUGS  : 
# NOTES : Updated Italian translation (by Hal9000); updated German translation for cs_appendtopic (by Cloud); added Changes message for ns_saset fix accidently comitted when comitting the dev framework
#
# BUILD : 1.7.11 (900)
# BUGS  : 
# NOTES : Added an event for fantasy commands triggered by people without CA_FANTASY access on the channel
#
# BUILD : 1.7.11 (899)
# BUGS  : 
# NOTES : Development Framework
#
# BUILD : 1.7.11 (897)
# BUGS  : 
# NOTES : Anope 1.7.11 Release
#
# BUILD : 1.7.11 (896)
# BUGS  : 
# NOTES : Fixed minor issues: forgot an 'End If' in install.vbs and an old typo in Changes.conf
#
# BUILD : 1.7.11 (895)
# BUGS  : 
# NOTES : Fixed a typo in en_us.l
#
# BUILD : 1.7.11 (894)
# BUGS  : 
# NOTES : Anope 1.7.11-rc3
#
# BUILD : 1.7.11 (893)
# BUGS  : 
# NOTES : Fixed a segfault in find_byuid() if it was passed with a NULL-argument
#
# BUILD : 1.7.11 (892)
# BUGS  : 
# NOTES : Applied patch by Trystan to [1] strip CR/LF as well with normalizeBuffer() [2] fix various issues with hs_request (makes use of #1 in hs_request so that lines that are \n only are not processed; Adds check of tmp before allowing strtol() to get its hands on it; HSRequestDBName is set during the config load, if not by the config its sstrdup() with the default value.. so that the message at the end of the load does not read (NULL); frees the HSRequestDBName on unload; ran indent again it)
#
# BUILD : 1.7.11 (891)
# BUGS  : 
# NOTES : Fixed bot ident length checking and sending a reponse when loading a non-existing module
#
# BUILD : 1.7.11 (890)
# BUGS  : 
# NOTES : Fixed common_get_vhost/vident to also return vhost/vident on ircds without usermode for vhost/vident
#
# BUILD : 1.7.11 (889)
# BUGS  : 
# NOTES : Applied patches by Trystan to: (1) Fix memleak when AddAkiller was enabled (2) Fix MySQL detection on win32 with install.vbs (3) Remove color codes from tools on win32
#
# BUILD : 1.7.11 (888)
# BUGS  : 
# NOTES : Anope 1.7.11-rc2
#
# BUILD : 1.7.11 (887)
# BUGS  : 
# NOTES : Fixed various errors with version handling, mostly related to VERSION_EXTRA on win32
#
# BUILD : 1.7.11 (886)
# BUGS  : 
# NOTES : Redid the gcc4 fixes for the db-merger
#
# BUILD : 1.7.11 (884)
# BUGS  : n/a
# NOTES : Version bump. First release candidate for .11
#
# BUILD : 1.7.10 (883)
# BUGS  : n/a
# NOTES : Making use of VERSION_EXTRA for release candidates.
#
# BUILD : 1.7.10 (882)
# BUGS  : n/a
# NOTES : Typo fix
#
# BUILD : 1.7.10 (881)
# BUGS  : 
# NOTES : Added a NickLen directive to make sure bot nicks are not longer than the net's allowed niclen, and thus we can't be yelled at because of that
#
# BUILD : 1.7.10 (880)
# BUGS  : n/a
# NOTES : Version 0.2 for db-merge fixing corruptions. By Certus.
#
# BUILD : 1.7.10 (879)
# BUGS  : n/a
# NOTES : The anoperc scripts is now generate for the user. By DrStein
#
# BUILD : 1.7.10 (878)
# BUGS  : 
# NOTES : Applied patch by ThaPrince to fix XLINEs with plexus
#
# BUILD : 1.7.10 (877)
# BUGS  : 
# NOTES : Added two more globops warnings when a database cannott be opened
#
# BUILD : 1.7.10 (876)
# BUGS  : 
# NOTES : Added something about DevNull to the FAQ
#
# BUILD : 1.7.10 (873)
# BUGS  : 
# NOTES : Added SGLINE support for plexus, and fixed minor other things (by ThaPrince)
#
# BUILD : 1.7.10 (872)
# BUGS  : 
# NOTES : Fixed delete_user to always free any allocated memory for vhost/vident
#
# BUILD : 1.7.10 (871)
# BUGS  : 
# NOTES : Applied two patches by ThaPrince to add the correct nicks to SQLINE/SGLINE with plexus and ratbox
#
# BUILD : 1.7.10 (870)
# BUGS  : 
# NOTES : Move on, nothing to see here (typo fix in Changes)
#
# BUILD : 1.7.10 (869)
# BUGS  : 
# NOTES : pmodule_cmd_unsgline for plexus set plexus_cmd_unsqline instead of pmodule_cmd_unsgline (so unsQline instead of unsGline)
#
# BUILD : 1.7.10 (868)
# BUGS  : 
# NOTES : Fixed duplicate Changes entries for Hal9000
#
# BUILD : 1.7.10 (866)
# BUGS  : 
# NOTES : Added a moduleGetLangString() function to allow modules to retrieve their language strings instead of only being able to send a NOTICE with them
#
# BUILD : 1.7.10 (865)
# BUGS  : 
# NOTES : Fixed the "limited to" line in the help for /os modlist
#
# BUILD : 1.7.10 (864)
# BUGS  : 
# NOTES : Changed UserKeys from REQUIRED to RECOMMENDED
#
# BUILD : 1.7.10 (862)
# BUGS  : 
# NOTES : Fixed anope_cmd_part passing on "\0" instead of NULL when given NULL-arg
#
# BUILD : 1.7.10 (858)
# BUGS  : 
# NOTES : Converted docs/FAQ to a more organized format
#
# BUILD : 1.7.10 (857)
# BUGS  : 
# NOTES : Another FAQ update
#
# BUILD : 1.7.10 (856)
# BUGS  : 
# NOTES : Fixed gcc4 warnings for db-merger and epona2anope
#
# BUILD : 1.7.10 (855)
# BUGS  : 
# NOTES : Fixed default location of services.conf in example.conf being incorrect
#
# BUILD : 1.7.10 (854)
# BUGS  : 
# NOTES : Added ns_saset to the win32 makefiles
#
# BUILD : 1.7.10 (853)
# BUGS  : 
# NOTES : Moved SET for other nicks (SA only) to a seperate SASET command
#
# BUILD : 1.7.10 (852)
# BUGS  : 
# NOTES : Added the new windows installation files
#
# BUILD : 1.7.10 (851)
# BUGS  : 
# NOTES : Fixed a few memleaks in os_info (thanks Certus)
#
# BUILD : 1.7.10 (850)
# BUGS  : 
# NOTES : Fixed NS SET sometimes using the option as nick if it existed and updated docs/NEWS for 1.7
#
# BUILD : 1.7.10 (847)
# BUGS  : 
# NOTES : Fixed a typo when loading two protocol modules
#
# BUILD : 1.7.10 (846)
# BUGS  : 
# NOTES : Clarified comments above SendMailPath in the config, thanks IcyLiquid
#
# BUILD : 1.7.10 (845)
# BUGS  : 
# NOTES : Added a warning for *NIX when running as root
#
# BUILD : 1.7.10 (844)
# BUGS  : 
# NOTES : Fixed module languages defaulting to english instead of NSDefLanguage
#
# BUILD : 1.7.10 (843)
# BUGS  : 
# NOTES : Fixed various compile warnings on AMD64 systems
#
# BUILD : 1.7.10 (842)
# BUGS  : 
# NOTES : Added 3 new events for channel access/xop list modifications
#
# BUILD : 1.7.10 (841)
# BUGS  : 400
# NOTES : Modules will now get a more random filename in the runtime/ folder, which makes sure that no duplicate filenames will occur, which makes sure listchans can run at the same time as services since they both use the same protocol module, which in turn fixes bug 400. And all modules are now properly unloaded on shutdown :)
#
# BUILD : 1.7.10 (840)
# BUGS  : 
# NOTES : Fixed most core compile warnings when using make strict
#
# BUILD : 1.7.10 (839)
# BUGS  : 
# NOTES : Removed the requirement of a valid config file when running ./services -version
#
# BUILD : 1.7.10 (836)
# BUGS  : 
# NOTES : Added italian translations for all modpack modules
#
# BUILD : 1.7.10 (835)
# BUGS  : 
# NOTES : Added portugese translation to hs_request, applied win32 fixes by heinz (or should i say heniz?)
#
# BUILD : 1.7.10 (834)
# BUGS  : 
# NOTES : Added hs_request to the modpack, made memo_send a real global, and fixed a bug with module config stuff and PARAM_SET options
#
# BUILD : 1.7.10 (833)
# BUGS  : 
# NOTES : Fixed some fuckups in the previous commit
#
# BUILD : 1.7.10 (832)
# BUGS  : 
# NOTES : Updated Italian langfile and removed some leftovers of userban stuff
#
# BUILD : 1.7.10 (831)
# BUGS  : 
# NOTES : Removing userban code for now
#
# BUILD : 1.7.10 (829)
# BUGS  : 
# NOTES : Forgot a comment and a return in userban.c, and various win32 fixed by heinz
#
# BUILD : 1.7.10 (828)
# BUGS  : 
# NOTES : Added a new ban system which should be faster than what we have now and also supports CIDR bans -- not yet in use, but will be used for akills andeventually channel bans -- hashing and cidr bans are not tested yet
#
# BUILD : 1.7.10 (827)
# BUGS  : 394
# NOTES : Fixed /src/bin/register
#
# BUILD : 1.7.10 (826)
# BUGS  : 384
# NOTES : Removed --with-ircd stuff from configure(.in)
#
# BUILD : 1.7.10 (825)
# BUGS  : 398
# NOTES : Forgot to enable finish_sync() for ultimate3, it was still using the old way to do it
#
# BUILD : 1.7.10 (824)
# BUGS  : 389
# NOTES : Added the possibility for protocol files to override the code setting mod_current_buffer, which is needed for InspIRCd
#
# BUILD : 1.7.10 (823)
# BUGS  : 385 391
# NOTES : Moved checks for UseTokens, UseTS6, and Numeric into protocol_module_init because they need the ircd struct, and split init() into two functions to load the protocol module for listnicks/listchans.
#
# BUILD : 1.7.10 (822)
# BUGS  : none
# NOTES : Added pt.l and bundled modules pt.l patch. Thanx to Ricardo.
#
# BUILD : 1.7.10 (817)
# BUGS  : N/A
# NOTES : Synced inspircd.c with brains cvs server
#
# BUILD : 1.7.10 (816)
# BUGS  : 
# NOTES : Updated the FAQ
#
# BUILD : 1.7.10 (815)
# BUGS  : 383
# NOTES : Added value checking for deleting ignores, which fixes a (very rare) segfault
#
# BUILD : 1.7.10 (814)
# BUGS  : 381
# NOTES : Removed a double extern definition of rdb_tag_table; Fixed mydbgen so it sends the pass and installs in the data dir
#
# BUILD : 1.7.10 (813)
# BUGS  : 380
# NOTES : Fixed a bug with listnicks option displaying
#
# BUILD : 1.7.10 (811)
# BUGS  : 
# NOTES : Development Framework
#
# BUILD : 1.7.10 (810)
# BUGS  : 
# NOTES : And heniz (yes, heniz!) made a boo-boo with the version of install.vbs :)
#
# BUILD : 1.7.10 (809)
# BUGS  : 
# NOTES : Updated install.vbs to detect SDK paths (by heinz)
#
# BUILD : 1.7.10 (808)
# BUGS  : 
# NOTES : Updated banner for 1.7.10
#
# BUILD : 1.7.10 (805)
# BUGS  : N/A
# NOTES : Removed trailing space for whois output
#
# BUILD : 1.7.10 (803)
# BUGS  : 
# NOTES : Anope 1.7.10 Release
#
# BUILD : 1.7.9 (801)
# BUGS  : N/A
# NOTES : last couple of solaris fixs :)
#
# BUILD : 1.7.9 (799)
# BUGS  : N/A
# NOTES : Fixed compiling on solaris and amd64 systems
#
# BUILD : 1.7.9 (798)
# BUGS  : N/A
# NOTES : Should compile on solaris and amd64, inspircd.c has warnings atm, [brain] is on them :)
# 
#
# BUILD : 1.7.9 (797)
# BUGS  : N/A
# NOTES : Applied some nicities for sun boxs
#
# BUILD : 1.7.9 (796)
# BUGS  : N/A
# NOTES : Updated inspircd module to work with inspircd beta 5 and up
#
# BUILD : 1.7.9 (795)
# BUGS  : 379
# NOTES : Fixed the channelname issue in do_part once and for all with sstrdup(tm) power
#
# BUILD : 1.7.9 (794)
# BUGS  : 377
# NOTES : Removed any ! and further from topicsetters, since Unreal sometimes sends a nick!user@host topicsetter instead of just nick
#
# BUILD : 1.7.9 (793)
# BUGS  : 378
# NOTES : Applied patch
#
# BUILD : 1.7.9 (792)
# BUGS  : N/A
# NOTES : Added a check for last_quit when infoing a suspended nick, this should never happen, but it seems a few networks have odd databases which are using the suspend flag for something else, i think its related to networks that have merged databases, but i dont know, anyway, we check for it before using it now. (this dosnt fix the fact they are using a nc->flag that core wants for something else)
# 
#
# BUILD : 1.7.9 (791)
# BUGS  : N/A
# NOTES : PARAM_RELOAD works for NSListOpersOnly etc again *grumbles at heniz* 
#
# BUILD : 1.7.9 (790)
# BUGS  : N/A
# NOTES : Removed some comments from config.c
#
# BUILD : 1.7.9 (789)
# BUGS  : 375
# NOTES : NSOperListOnly and CSOperListOnly are correctly formated in the help now.
#
# BUILD : 1.7.9 (788)
# BUGS  : 374
# NOTES : Moved free() to after sending the EVENT_PART_CHANNEL event, so the event does not use an already freed variable
#
# BUILD : 1.7.9 (787)
# BUGS  : 369
# NOTES : Added a dummy folder/makefile to keep older shells happen with doing processing Makefile.inc subs
#
# BUILD : 1.7.9 (786)
# BUGS  : 
# NOTES : Applied patch by crazy for language updates and removal of IRCDFILE stuff
#
# BUILD : 1.7.9 (785)
# BUGS  : 371 372
# NOTES : Set mod_current_module_name for AnopeFini and updated get_access to return -1 for non-identified users instead of 0.
#
# BUILD : 1.7.9 (784)
# BUGS  : 
# NOTES : Fixed another segfault in ns_maxemail, forget a check for nc->email this time.
#
# BUILD : 1.7.9 (783)
# BUGS  : 
# NOTES : Fixed most compiler warnings for the core (not modules) when using make strict
#
# BUILD : 1.7.9 (782)
# BUGS  : 357
# NOTES : Fixed a segfault in os_clearmodes when clearing invites -- it used the exception list for the invite hosts, not the invite list, which is bad :)
#
# BUILD : 1.7.9 (781)
# BUGS  : 358 364
# NOTES : Changed chan_set_correct_modes() to allow identified founders to get founder is SECUREFOUNDER is on. Added code in delchan() to logout people identified as founder to the channel dropped.
#
# BUILD : 1.7.9 (780)
# BUGS  : none
# NOTES : Language to clarify configuration directive dependencies.
#
# BUILD : 1.7.9 (779)
# BUGS  : none
# NOTES : TS6 nick tracking fix by static
#
# BUILD : 1.7.9 (778)
# BUGS  : N/A
# NOTES : inspircd fixs, debug output fix
#
# BUILD : 1.7.9 (777)
# BUGS  : N/A
# NOTES : Synced with [brain]s cvs server
#
# BUILD : 1.7.9 (776)
# BUGS  : none
# NOTES : Prepended all debug messages for consistency.
#
# BUILD : 1.7.9 (775)
# BUGS  : 
# NOTES : Fixed possible segfaults in ns_maxemail
#
# BUILD : 1.7.9 (774)
# BUGS  : 366
# NOTES : Updated chan_set_correct_modes() to work ok with U:Lined servers and added checking for OPDEOPME next to AUTOOP levels (same for the other modes)
#
# BUILD : 1.7.9 (773)
# BUGS  : none
# NOTES : Development Framework.
#
# BUILD : 1.7.9 (771)
# BUGS  : none
# NOTES : Anope 1.7.9 Release (fixed compiler warning).
#
# BUILD : 1.7.9 (770)
# BUGS  : none
# NOTES : Anope 1.7.9 Release.
#
# BUILD : 1.7.8 (769)
# BUGS  : N/A
# NOTES : Quick tidy up to cs_enforce
#
# BUILD : 1.7.8 (768)
# BUGS  : N/A
# NOTES : synced with [brain]s cvs server
#
# BUILD : 1.7.8 (767)
# BUGS  : N/A
# NOTES : Removed some pointless alogs
#
# BUILD : 1.7.8 (766)
# BUGS  : N/A
# NOTES : Added author/version and type to cs_tban
#
# BUILD : 1.7.8 (765)
# BUGS  : 352
# NOTES : Fixed various PTlink vhost handling bugs. Added a fake umode to indicate we have a vHost, to not break other IRCDs which DO use umodes. Ignoring PTlinks NEWMASK on SVSMODE +r, as that would desynch the services internal vhost.
#
# BUILD : 1.7.8 (764)
# BUGS  : 363
# NOTES : Missing (c->)ci check in do_topic(), causing segfaults...
#
# BUILD : 1.7.8 (763)
# BUGS  : none
# NOTES : Final file normalization, Languages ready for dev release.
#
# BUILD : 1.7.8 (762)
# BUGS  : none
# NOTES : Language file normalization
#
# BUILD : 1.7.8 (761)
# BUGS  : N/A
# NOTES : Tidied up tr.l in trunk
#
# BUILD : 1.7.8 (759)
# BUGS  : 
# NOTES : Various updates to the modulepack, and fixed an issue with mod_current_module set incorrectly in some cases, making the lang functions fail
#
# BUILD : 1.7.8 (758)
# BUGS  : 332
# NOTES : FIXED: anope_event_away() doing dangerous things with ac/av, viagra had issues in notice_ops, anope_cmd_mode() used wrongly for dreamforge and ultimate2
#
# BUILD : 1.7.8 (757)
# BUGS  : 355 361
# NOTES : FIXED: Seperated +q/+a and +o in chan_set_correct_modes, and used +Z (and not +R) for services roots with ultimate3.
#
# BUILD : 1.7.8 (756)
# BUGS  : N/A
# NOTES : Turnend -x off
#
# BUILD : 1.7.8 (754)
# BUGS  : N/A
# NOTES : store default vales in Config properly
#
# BUILD : 1.7.8 (753)
# BUGS  : N/a
# NOTES : Merged anope-dev with trunk
#
# BUILD : 1.7.8 (752)
# BUGS  : none
# NOTES : Startup alog language change to reflect modular ircd protocol.
#
# BUILD : 1.7.8 (751)
# BUGS  : none
# NOTES : Added latest inspircd protocol file
#
# BUILD : 1.7.8 (750)
# BUGS  : 354 316
# NOTES : FIXED: (354) typo in include/extern.h (316) modes with no arguments where required being set internally with /os mode
#
# BUILD : 1.7.8 (749)
# BUGS  : 
# NOTES : Fixed small example.conf typo and updated win32 stuff by heinz (and VBS is evil!)
#
# BUILD : 1.7.8 (748)
# BUGS  : 
# NOTES : Updates ns_noop by DrS, and added a small debug with send_event which can be handy with debugging
#
# BUILD : 1.7.8 (747)
# BUGS  : N/A
# NOTES : win32 makefile patchs - install.vbs isnt in svn yet!
#
# BUILD : 1.7.8 (746)
# BUGS  : N/A
# NOTES : Compile issues when encryption is used
#
# BUILD : 1.7.8 (745)
# BUGS  : N/A
# NOTES : Fixed cs_tban help for newlines, and fixed null in os_info
#
# BUILD : 1.7.8 (744)
# BUGS  : N/A
# NOTES : Added cs_tban 
#
# BUILD : 1.7.8 (743)
# BUGS  : 
# NOTES : <heinz> missed Changes.conf
#
# BUILD : 1.7.8 (742)
# BUGS  : 
# NOTES : Added five modules of the modulepack, and added their configvars to the config file
#
# BUILD : 1.7.8 (741)
# BUGS  : 
# NOTES : Fixed a small bug with my previous am update and ran indent on src/core and src/protocol
#
# BUILD : 1.7.8 (740)
# BUGS  : 
# NOTES : Updated am to also indent src/core and src/protocol files
#
# BUILD : 1.7.8 (739)
# BUGS  : 
# NOTES : Modularized BotServ fantasy commands, and fixed a small error with BOT_SEEN_UNKNOWN in most langfiles (most had a newline after it)
#
# BUILD : 1.7.8 (738)
# BUGS  : 
# NOTES : Updated docs/EVENTS -- It was ancient! We have argc/argv now, and we have a few new events as well...
#
# BUILD : 1.7.8 (737)
# BUGS  : 
# NOTES : Added EVENT_PART_CHANNEL (same params as JOIN_CHANNEL)
#
# BUILD : 1.7.8 (736)
# BUGS  : 
# NOTES : Fixed Rob his spelling mistakes with langau... language -- Added EVENT_JOIN_CHANNEL for when users join a channel (av: [0] START/STOP [1] nick [2] chan)
#
# BUILD : 1.7.8 (735)
# BUGS  : N/A
# NOTES : Applied crazys patch for gcc4 compiling
#
# BUILD : 1.7.8 (734)
# BUGS  : N/A
# NOTES : Synced with brains cvs for inspircd 
#
# BUILD : 1.7.8 (733)
# BUGS  : N/A
# NOTES : synced with brains cvs tree
#
# BUILD : 1.7.8 (732)
# BUGS  : N/a
# NOTES : Synced with [brain]s cvs for inspircd support
#
# BUILD : 1.7.8 (731)
# BUGS  : N/A
# NOTES : shadowircd.c will never try and use a null, i hope shadows comments can be beleived :)
#
# BUILD : 1.7.8 (730)
# BUGS  : N/A
# NOTES : Dont leave the tmp  veriable un-freeed in the hs_conf demo module
#
# BUILD : 1.7.8 (729)
# BUGS  : N/A
# NOTES : added hs_conf.c to the demos folder
#
# BUILD : 1.7.8 (728)
# BUGS  : N/A
# NOTES : Anope compiles with no modules present at all :)
#
# BUILD : 1.7.8 (727)
# BUGS  : N/A
# NOTES : ci always set
#
# BUILD : 1.7.8 (726)
# BUGS  : 
# NOTES : Ran indent on src/modules.c -- Added support for multi-line language texts with the module lang system -- Fixed display help texts with the modulelang system; mod_current_module(_name) was not set correctly
#
# BUILD : 1.7.8 (725)
# BUGS  : N/A
# NOTES : Added multi-langauge module framework
#
# BUILD : 1.7.8 (724)
# BUGS  : N/A
# NOTES : Added new module type
#
# BUILD : 1.7.8 (723)
# BUGS  : 
# NOTES : Small error with variable names fixed. That is what you get for coding on sunday...
#
# BUILD : 1.7.8 (722)
# BUGS  : N/A
# NOTES : Moved demo modules to demos folder
#
# BUILD : 1.7.8 (721)
# BUGS  : 
# NOTES : EVENT_TOPIC_UPDATES is now sent for all channels, not just registered ones, and it has no NULL-argument anymore (which sstrdup() complained about)
#
# BUILD : 1.7.8 (720)
# BUGS  : 
# NOTES : Fixed normalizeBuffer using malloc() instead of smalloc()
#
# BUILD : 1.7.8 (719)
# BUGS  : N/A
# NOTES : Restored old win32 makefile (i think)
#
# BUILD : 1.7.8 (718)
# BUGS  : N/A
# NOTES : Removed old calls to addCoreCommand()
#
# BUILD : 1.7.8 (717)
# BUGS  : N/A
# NOTES : Didnt mean to commit alog()s :)
#
# BUILD : 1.7.8 (716)
# BUGS  : N/A
# NOTES : Fixed cs_xop
#
# BUILD : 1.7.8 (715)
# BUGS  : N/A
# NOTES : Heinz win32 patch part 2 of 2
#
# BUILD : 1.7.8 (714)
# BUGS  : N/A
# NOTES : Applied heinzs win32 patch (part 1)
#
# BUILD : 1.7.8 (713)
# BUGS  : 
# NOTES : Cosmetic updates for OSOpersOnly
#
# BUILD : 1.7.8 (712)
# BUGS  : N/A
# NOTES : Added OSOpersOnly as a default config flag, when enabled, it will prefect modules from adding operserv commands with the standard command access level checks.
#
# BUILD : 1.7.8 (711)
# BUGS  : N/A
# NOTES : Fixed what i broke in Changes file :)
#
# BUILD : 1.7.8 (710)
# BUGS  : N/A
# NOTES : Updated version numbers on modules to use svn revision string
#
# BUILD : 1.7.8 (709)
# BUGS  : N/A
# NOTES : Dont event params if there wernt any, while it isnt a problem to do so, its a waste of time.
#
# BUILD : 1.7.8 (708)
# BUGS  : N/A
# NOTES : Added a fantasy command to events.c to demo the easy event system for botserv fantasy commands.
# 
#
# BUILD : 1.7.8 (706)
# BUGS  : N/A
# NOTES : Dont seg on -version anymore
#
# BUILD : 1.7.8 (705)
# BUGS  : N/A
# NOTES : Applied DrSteins patch, convereted all events to argc,argv this means we can expand the event system alot without breaking modules more in the future.
#
# BUILD : 1.7.8 (704)
# BUGS  : N/A
# NOTES : Converted nenolods  (spellin?) new shadowircd.c file into a suitable module format 
#
# BUILD : 1.7.8 (703)
# BUGS  : N/A
# NOTES : I trust heniz, really i do! 
#
# BUILD : 1.7.8 (702)
# BUGS  : N/A
# NOTES : Removed extra gap in lang. files
#
# BUILD : 1.7.8 (701)
# BUGS  : N/A
# NOTES : Finished all the modular work, all servs are now fully modular :)
#
# BUILD : 1.7.8 (700)
# BUGS  : 
# NOTES : Updated the FAQ to enlighten people about how to enable RAW if really needed
#
# BUILD : 1.7.8 (699)
# BUGS  : N/A
# NOTES : synced with inspircds cvs
#
# BUILD : 1.7.8 (698)
# BUGS  : N/A
# NOTES : Fixed case insensitve token matching for ircd messages
#
# BUILD : 1.7.8 (697)
# BUGS  : N/A
# NOTES : Synced our svn with brains cvs for inspircd
#
# BUILD : 1.7.8 (696)
# BUGS  : N/A
# NOTES : Moved veriable declare, used the right version of inspircd.c and .h :)
#
# BUILD : 1.7.8 (695)
# BUGS  : N/A
# NOTES : Modularised nickserv, added brians inspircd module to ./src/protocols 
#
# BUILD : 1.7.8 (694)
# BUGS  : N/A
# NOTES : Added AnopeFini() calls to all modules - i forgot them :(
# 
#
# BUILD : 1.7.8 (693)
# BUGS  : N/A
# NOTES : Removed the os_raw module from the example.conf 
#
# BUILD : 1.7.8 (692)
# BUGS  : N/A
# NOTES : OperServ now nice and modular 
#
# BUILD : 1.7.8 (691)
# BUGS  : N/A
# NOTES : All compiles for win32 now thanks to heniz the window fitter :)
#
# BUILD : 1.7.8 (690)
# BUGS  : N/A
# NOTES : Updated example.conf and Changes.conf
#
# BUILD : 1.7.8 (689)
# BUGS  : N/A
# NOTES : BotServ is now all modular
#
# BUILD : 1.7.8 (688)
# BUGS  : N/A
# NOTES : Added helpserv stuff
#
# BUILD : 1.7.8 (684)
# BUGS  : N/A
# NOTES : Converted memoserv over to be module based too
#
# BUILD : 1.7.8 (683)
# BUGS  : N/A
# NOTES : Module subfolders now get ./configure called on them if it exists, so they could check for any custom libraries they need etc... now.
# 
#
# BUILD : 1.7.8 (682)
# BUGS  : N/A
# NOTES : Removed a couple of alog debug output from the previous bug hunting fun
#
# BUILD : 1.7.8 (681)
# BUGS  : N/A
# NOTES : Events no long segfault after when being called after mod-unloaded.
#
# BUILD : 1.7.8 (680)
# BUGS  : N/A
# NOTES : Added Id keyword (i think)
#
# BUILD : 1.7.8 (679)
# BUGS  : N/A
# NOTES : id test... :/
#
# BUILD : 1.7.8 (678)
# BUGS  : N/A
# NOTES : Added module types
#
# BUILD : 1.7.8 (676)
# BUGS  : N/A
# NOTES : Added modules to hostserv Changes.conf line
#
# BUILD : 1.7.8 (675)
# BUGS  : N/A
# NOTES : Swaped declarations of found around so older compilers dont complain
#
# BUILD : 1.7.8 (674)
# BUGS  : N/A
# NOTES : Updated Changes.conf
#
# BUILD : 1.7.8 (673)
# BUGS  : N/A
# NOTES : Added warning in example.conf
#
# BUILD : 1.7.8 (672)
# BUGS  : N/A
# NOTES : dos2unix on all hs .c files
#
# BUILD : 1.7.8 (671)
# BUGS  : N/A
# NOTES : Removed extra space from lang file
#
# BUILD : 1.7.8 (670)
# BUGS  : N/A
# NOTES : Added host langage strings to all languages.
#
# BUILD : 1.7.8 (669)
# BUGS  : N/A
# NOTES : Added module.h to ./include/ 
#
# BUILD : 1.7.8 (668)
# BUGS  : N/A
# NOTES : Added ircd.c file :)
#
# BUILD : 1.7.8 (663)
# BUGS  : 
# NOTES : Small typo in last commit
#
# BUILD : 1.7.8 (662)
# BUGS  : 342
# NOTES : I should know that real_av and av are not identical, thanks for pointing that out heinz :P
#
# BUILD : 1.7.8 (661)
# BUGS  : 341 342
# NOTES : Fixed removing modes when users with insufficient rights entered a channel, and added a check to make sure the guestnick is not in use yet
#
# BUILD : 1.7.8 (660)
# BUGS  : 
# NOTES : Added .BANNER file for the Config script
#
# BUILD : 1.7.8 (659)
# BUGS  : N/A
# NOTES : dbgen script will now accept a blank sql pass if you tell it too...
#
# BUILD : 1.7.8 (658)
# BUGS  : 658
# NOTES : Applied qa patch for bug 658
#
# BUILD : 1.7.8 (657)
# BUGS  : 346 351 341 328 345
# NOTES : Added channame to XOP/ACCESS/AKICK CLEAR, added checks to /hs off, fixed guest nick to take an unused nick, added SVN revision to win32 versions, fixed /ns alist to not accept invalid access levels, improved Config script, fixed responses for /ns glist/alist -- ty qa ;)
#
# BUILD : 1.7.8 (656)
# BUGS  : 331
# NOTES : (1) Updated de.l (2) mydbgen will now be installed correctly (3) added support for cmodes +SN to solidircd
#
# BUILD : 1.7.8 (655)
# BUGS  : 
# NOTES : We need to update the sync-state for leaf servers as well, or strange things will happen...
#
# BUILD : 1.7.8 (654)
# BUGS  : 
# NOTES : DrSteins Makefile Patches...
#
# BUILD : 1.7.8 (653)
# BUGS  : 339
# NOTES : Chanserv now sets topic when channel is recreated.
#
# BUILD : 1.7.8 (652)
# BUGS  : 
# NOTES : Changed anoperc to use numerics for compliance.
#
# BUILD : 1.7.8 (651)
# BUGS  : none
# NOTES : Applied shadowirc.c patch from nenolod.
#
# BUILD : 1.7.8 (650)
# BUGS  : 338
# NOTES : Moved GlobalOnCycleUP again...
#
# BUILD : 1.7.8 (649)
# BUGS  : 336
# NOTES : Moved code for GlobalOnCycleUP to after the server has connected.
#
# BUILD : 1.7.8 (648)
# BUGS  : 337
# NOTES : Fixed the db query for anope_cs_akicks in display name change function.
#
# BUILD : 1.7.8 (647)
# BUGS  : 326
# NOTES : Changed usermode for ultimate3 SRA to +Z
#
# BUILD : 1.7.8 (646)
# BUGS  : 327 329 334 335
# NOTES : Fixed quite a few bugs with mode handling (not always removed correctly, added/removed modes were split), fixed a segfault in chan_set_correct_modes, fixed some issues with topic setting, made stripModePrefix really stripping the mode prefix instead of the first char
#
# BUILD : 1.7.8 (645)
# BUGS  : none
# NOTES : Language file normalization.
#
# BUILD : 1.7.8 (644)
# BUGS  : 330
# NOTES : Fixed bugs with nickserv suspend
#
# BUILD : 1.7.8 (643)
# BUGS  : 
# NOTES : Fixed: (1) memleak in nickIsServices [src/misc.c] (2) Fixed language files to reflect r641 (3) Updated nl.l (4) Added event of r642 to docs/EVENTS
#
# BUILD : 1.7.8 (642)
# BUGS  : 
# NOTES : Minor Update (Event Handler) for SUSPENDING
#
# BUILD : 1.7.8 (641)
# BUGS  : 
# NOTES : Added SUSPEND and UNSUSPEND to NickServ. Also added running as root check to anoperc.
#
# BUILD : 1.7.8 (640)
# BUGS  : 323
# NOTES : Fixed /ns update setting +a if you had rights to get +q but already had it
#
# BUILD : 1.7.8 (639)
# BUGS  : 
# NOTES : Some more fixing of the topic stuff to get it to work better with UnrealIRCd
#
# BUILD : 1.7.8 (638)
# BUGS  : 
# NOTES : Accidently left 2 lines too much while fixing the topics being re-set on sync, causing them to be re-set on every normal join sent via SJOIN
#
# BUILD : 1.7.8 (637)
# BUGS  : 
# NOTES : Changed the email addy of Simba in Changes
#
# BUILD : 1.7.8 (636)
# BUGS  : 
# NOTES : When the topic was fully identical to the topiclocked one it still was being re-set, fixed that
#
# BUILD : 1.7.8 (635)
# BUGS  : 
# NOTES : Topics should be only updated when really needed during bursts now (on IRCDs that support it)
#
# BUILD : 1.7.8 (634)
# BUGS  : 321
# NOTES : Applied Trystans patch for shadow-ircd nick changing and vhosting - there are still issues with it tho.
#
# BUILD : 1.7.8 (633)
# BUGS  : none
# NOTES : OS SET SQL ON shall warn about SQL disabled in services.conf
#
# BUILD : 1.7.8 (632)
# BUGS  : 315
# NOTES : 422 is sent if the file dosnt exist, 375 and 376 are no longer sent, if the error numeric is sent.
#
# BUILD : 1.7.8 (631)
# BUGS  : 320
# NOTES : Fixed an error in the big if/else if thing when setting the modes on SJOIN, should now give correct modes
#
# BUILD : 1.7.8 (630)
# BUGS  : N/A
# NOTES : Use sstrdup instead of strdup 
#
# BUILD : 1.7.8 (629)
# BUGS  : 313
# NOTES : Updated mydbgen and Changes.mysql to remove anope_os_cache
#
# BUILD : 1.7.8 (628)
# BUGS  : none
# NOTES : Moved ALIST from CHAN_HELP to NICK_HELP on es.l (Reported
#         by alladus)
#
# BUILD : 1.7.8 (627)
# BUGS  : 318
# NOTES : ChanServ will now include the channel name in SET responses. By Drstein
#
# BUILD : 1.7.8 (626)
# BUGS  : N/A
# NOTES : Moved the protect defines out of the ircd protocol header files.
# 
#
# BUILD : 1.7.8 (625)
# BUGS  : 319
# NOTES : Globalized do_getkey by DrStein.
#
# BUILD : 1.7.8 (624)
# BUGS  : 312
# NOTES : Revision 623 was the bugfix for bug 312, noted it in Changes now
#
# BUILD : 1.7.8 (623)
# BUGS  : 
# NOTES : FAQ update (thx DrS)
#
# BUILD : 1.7.8 (622)
# BUGS  : 317
# NOTES : Applied Trystans patch to remove old ifdef convertor code
#
# BUILD : 1.7.8 (621)
# BUGS  : 314
# NOTES : Fixed normalizeBuffer not being freed twice (anope_cmd_ctcp / delete_user)
#
# BUILD : 1.7.8 (620)
# BUGS  : 313
# NOTES : Fixed various mistakes, as listed in bug 313 (only the mydbgen issue is not done yet)
#
# BUILD : 1.7.8 (619)
# BUGS  : 
# NOTES : Fixed the recording of server sync state more reliable, which fixes a bug where servers which did not report bursts would always remain in burst-mode internally
#
# BUILD : 1.7.8 (618)
# BUGS  : 
# NOTES : Fixed a small error in my previous commit caused by making a few if/else if easier to read
#
# BUILD : 1.7.8 (617)
# BUGS  : 
# NOTES : Fixed: [1] Will not set already set channel modes anymore [2] Do not display entrymsg/greet while syncing [3] Sync state for uplink not always set correctly
#
# BUILD : 1.7.8 (616)
# BUGS  : 
# NOTES : Added EVENT_DB_BACKUP and changed EVENT_BOT_ASSIGN to pass channel name instead of bot nick as argument
#
# BUILD : 1.7.8 (615)
# BUGS  : N/A
# NOTES : PTlink has +a
#
# BUILD : 1.7.8 (614)
# BUGS  : 
# NOTES : Updated es.l - thx DrStein
#
# BUILD : 1.7.8 (613)
# BUGS  : 
# NOTES : Documentation: 1) Added PROXY for information on the current state of the proxy detector 2) Updated the event list of EVENTS to be more clear
#
# BUILD : 1.7.8 (612)
# BUGS  : none
# NOTES : Updated pt.l by Ricardo.
#
# BUILD : 1.7.8 (611)
# BUGS  : none
# NOTES : alogs display the real host instead of vhost.
#
# BUILD : 1.7.8 (610)
# BUGS  : 
# NOTES : Update tools README for one documentation style
#
# BUILD : 1.7.8 (609)
# BUGS  : 
# NOTES : Updated the README for tools.
#
# BUILD : 1.7.8 (608)
# BUGS  : 
# NOTES : Added db-merger and epona db converter. docs will follow.
#
# BUILD : 1.7.8 (607)
# BUGS  : N/A
# NOTES : Clean up after proxy was removed, some Win32 touch ups
#
# BUILD : 1.7.8 (606)
# BUGS  : 
# NOTES : Removed proxy detector code from the core, threads stuff still there. Needs good testing
#
# BUILD : 1.7.8 (605)
# BUGS  : N/A
# NOTES : Win32 encryption fixed 
#
# BUILD : 1.7.8 (604)
# BUGS  : N/A
# NOTES : tolower/toupper compiler errors on Win32.
#
# BUILD : 1.7.8 (603)
# BUGS  : N/A
# NOTES : Fixed EVENT_DEFCON_LEVEL
#
# BUILD : 1.7.8 (602)
# BUGS  : 308, 311
# NOTES : Fixed a couple of bugs, some smelling errors, and only in debug will nonexistent warnings display
#
# BUILD : 1.7.8 (601)
# BUGS  : N/A
# NOTES : Only module subfolders which contain Makefiles will be compiled on nix
#
# BUILD : 1.7.8 (600)
# BUGS  : N/A
# NOTES : Added UPDATE to the ns help menu
#
# BUILD : 1.7.8 (599)
# BUGS  : N/A
# NOTES : Cleaned up debug message for Win32 users
#
# BUILD : 1.7.8 (598)
# BUGS  : 310
# NOTES : Updated Unreal 3.2 token support.
#
# BUILD : 1.7.8 (596)
# BUGS  : N/A
# NOTES : Added clean_modules and distclean_modules as valid make targets
#
# BUILD : 1.7.8 (595)
# BUGS  : N/A
# NOTES : ShadowIRCD, and cleaned up Numeric
#
# BUILD : 1.7.8 (594)
# BUGS  : N/A
# NOTES : Changes strdup to sstrdup - doh!
#
# BUILD : 1.7.8 (593)
# BUGS  : 307
# NOTES : Fixed admin/owner mode handling 
#
# BUILD : 1.7.8 (591)
# BUGS  : 306
# NOTES : Fixed LogUser message, normalizes the "realname" on nick change.
#
# BUILD : 1.7.8 (590)
# BUGS  : 288 / N/A
# NOTES : Fixed 288, moved updated all set/unset admin/owner calls to use the ircd protocol files. This needs a fair good test, but it seems all ok, and i cant see anything wrong with it :)
# 
#
# BUILD : 1.7.8 (589)
# BUGS  : 303
# NOTES : normalizeBuffer() now strips two digit color codes
#
# BUILD : 1.7.8 (588)
# BUGS  : 304
# NOTES : 1. nickIsServices() no longer alters the buffer 2. Fixes +I on Unreal and Bahamut 3. Anope Feature Request 285
# 4. Updates documentation 5. Ratbox compiles clean with make strict 6. Trap and storing of NICKCHARS
#
# BUILD : 1.7.8 (587)
# BUGS  : N/A
# NOTES : Fixed a typo in the win32 makefile.inc
# 
#
# BUILD : 1.7.8 (586)
# BUGS  : N/A
# NOTES : Added multifile module support for win32 - thanks heinz :)
#
# BUILD : 1.7.8 (585)
# BUGS  : N/A
# NOTES : removed veriable that isnt used anymore :)
# 
#
# BUILD : 1.7.8 (584)
# BUGS  : N/A
# NOTES : Removed ircd_catserv.c and added ./src/modules/catserv/ subfolder
# 
#
# BUILD : 1.7.8 (583)
# BUGS  : N/A
# NOTES : Added multifile module support for nix, win32 will follow
#
# BUILD : 1.7.8 (582)
# BUGS  : 
# NOTES : Another update in the docs/ dir. All that's left is FAQ now if i'm right. Has been noted in Changes already in r578
#
# BUILD : 1.7.8 (581)
# BUGS  : 
# NOTES : Another docs/ style update - has been noted in Changes at r578
#
# BUILD : 1.7.8 (580)
# BUGS  : 301 302
# NOTES : Fixed (1) uninitialized var in nickserv do_drop (2) remote whois returning incorrect numeric (3) some operserv commands using notice() instead of notice_user()
#
# BUILD : 1.7.8 (579)
# BUGS  : 
# NOTES : Updated a small leftover from my previous commit.
#
# BUILD : 1.7.8 (578)
# BUGS  : 
# NOTES : Updates of documentation (BUGS, IRCD, EVENTS, MYSQL, INSTALL, MODULES, DEFCON) for one style and some smaller fixes and updates.
#
# BUILD : 1.7.8 (577)
# BUGS  : 
# NOTES : Applied a patch in behalf of heinz.
#
# BUILD : 1.7.8 (576)
# BUGS  : N/A
# NOTES : Build flag to show its Win32
#
# BUILD : 1.7.8 (575)
# BUGS  : N/A
# NOTES : Some event clean ups found by heinz today
#
# BUILD : 1.7.8 (574)
# BUGS  : N/A
# NOTES : Internal Events, Win32 can build with encryption, nickIsServices() works if format is nick@services
#
# BUILD : 1.7.8 (573)
# BUGS  : 296
# NOTES : mod_current_buffer was not set in all possible cases
#
# BUILD : 1.7.8 (572)
# BUGS  : 
# NOTES : fixed grammar.
#
# BUILD : 1.7.8 (571)
# BUGS  : 
# NOTES : Updated userkey infos in example.conf.
#
# BUILD : 1.7.8 (570)
# BUGS  : 294
# NOTES : Win32 Module Load Errors
#
# BUILD : 1.7.8 (569)
# BUGS  : N/A
# NOTES : Cleaned up the win32 makefiles, fixed hs_moo
#
# BUILD : 1.7.8 (568)
# BUGS  : N/A
# NOTES : Set default value for botmodes
#
# BUILD : 1.7.8 (565)
# BUGS  : 293
# NOTES : Merge of Win32 branch into the main, support for Unreal +I, German language updated, fixed bug vidents not 
# updating, Setting and Removal of sqlines on forbid or drop
#
# BUILD : 1.7.8 (564)
# BUGS  : 285
# NOTES : Compiling modules under MacOSX, and fixes up some ChanServ stuff
#
# BUILD : 1.7.8 (563)
# BUGS  : none
# NOTES : SVN Framework.
#
# BUILD : 1.7.8 (561)
# BUGS  : none
# NOTES : Anope 1.7.8 Release.
#
# BUILD : 1.7.7 (560)
# BUGS  : 290, 291
# NOTES : Fixes HS HELP LIST, and improves on Robs fix for RSEND
#
# BUILD : 1.7.7 (559)
# BUGS  : 291
# NOTES : Fixed memoserv issue :)
#
# BUILD : 1.7.7 (558)
# BUGS  : N/A
# NOTES : Should really fix gcc2 stuff
#
# BUILD : 1.7.7 (557)
# BUGS  : N/A
# NOTES : Should fix gcc2 compiler warnings with ratbox
#
# BUILD : 1.7.7 (556)
# BUGS  : N/A
# NOTES : synced headers so our copyright is 2005, Solid IRCD compiles again, fixed sstrdup() error, 
# updated the documentation a bit, cleaned up ratbox a bit.
#
# BUILD : 1.7.7 (555)
# BUGS  : N/A
# NOTES : TS6 support, Ratbox support, lots of little bug fixes, updated documentation
#
# BUILD : 1.7.7 (554)
# BUGS  : none
# NOTES : Updated pt.l by Ricardo.
#
# BUILD : 1.7.7 (553)
# BUGS  : none
# NOTES : Forgot Changes file :)
#
# BUILD : 1.7.7 (552)
# BUGS  : none
# NOTES : Fixed misplaced MEMO_NO_RSEND_SELF in es.l
#
# BUILD : 1.7.7 (551)
# BUGS  : 25
# NOTES : OperServ HELP cleaned up to show only commands that work on the given ircd
#
# BUILD : 1.7.7 (550)
# BUGS  : N/A
# NOTES : Anope SMTP client
#
# BUILD : 1.7.7 (549)
# BUGS  : N/A
# NOTES : Fixes a segfault with the last commit
#
# BUILD : 1.7.7 (548)
# BUGS  : N/A
# NOTES : Support for PTlinks VHOST (NEWMASK) command.
#
# BUILD : 1.7.7 (547)
# BUGS  : 272 275
# NOTES : Fixes up help for their access levels, and ircops except from ignore in all places
#
# BUILD : 1.7.7 (546)
# BUGS  : 271
# NOTES : Help for /OS HELP SET IGNORE.
#
# BUILD : 1.7.7 (545)
# BUGS  : 278
# NOTES : On vhost unset show the correct vhost character
#
# BUILD : 1.7.7 (544)
# BUGS  : N/A
# NOTES : Forgot the changelog
#
# BUILD : 1.7.7 (543)
# BUGS  : 276
# NOTES : Disables UseRDB when MysqlSecure is enable, since we use one way encryption on the sql databases
#
# BUILD : 1.7.7 (542)
# BUGS  : 263
# NOTES : BotServ bots would flood if they were attempting to reset modes on themselves ie.. (-oooooo), this fix makes 
# them check if they set the mode last on themselves, if so it ignores and continues. This should also fix if you did -v to a bot as it would 
# says non-existant user
#
# BUILD : 1.7.7 (541)
# BUGS  : 274, 281
# NOTES : IRCops are not killed on sqline/sgline when set KillOnSQline or KillOnSGline are enabled, made it so uline 
# servers are except from NOJOIN settings
#
# BUILD : 1.7.7 (540)
# BUGS  : 277
# NOTES : BotServ Badwords (START) would return a false positivie when BSCaseSensitive is enabled
#
# BUILD : 1.7.7 (539)
# BUGS  : 279
# NOTES : Fixed typo in example.conf...
#
# BUILD : 1.7.7 (538)
# BUGS  : none
# NOTES : Framework for svn development.
#
# BUILD : 1.7.7 (536)
# BUGS  : none
# NOTES : Added mysql schema change to mydbgen and created Changes.mysql
#
# BUILD : 1.7.7 (535)
# BUGS  : N/A
# NOTES : Added +h halfop support for plexus - plexus is now fully supported according to ThaPrince (plexus coder) :)
#
# BUILD : 1.7.7 (534)
# BUGS  : N/A
# NOTES : Added support for plexus user timestamping 
#
# BUILD : 1.7.7 (533)
# BUGS  : N/A
# NOTES : Added make profile to allow for gprof profiling
#
# BUILD : 1.7.7 (532)
# NOTES : Updated es.l by DrStein
#
# BUILD : 1.7.7 (531)
# NOTES : Language file normalization.
#
# BUILD : 1.7.7 (530)
# BUGS  : N/A
# NOTES : Fixed /ns status to be consistant with what help reports it will do.
#
# BUILD : 1.7.7 (529)
# BUGS  : 
# NOTES : Fixed example.conf syntax error, token was space and not comma space. 
#
# BUILD : 1.7.7 (528)
# BUGS  : N/A
# NOTES : Rolled back hs_moo - which i didnt mean to commit in the first place :)
#
# BUILD : 1.7.7 (527)
# BUGS  : 269
# NOTES : You can no longer request a reciept when sending a memo to yourself.
#
# BUILD : 1.7.7 (526)
# NOTES : Anope 1.7.7 Release.
#
# BUILD : 1.7.6 (525)
# BUGS  : 
# NOTES : Updated nl.l a bit
#
# BUILD : 1.7.6 (524)
# BUGS  : 
# NOTES : bot_raw_ban was not adjusted for TSMODE capable IRCDs yet
#
# BUILD : 1.7.6 (523)
# BUGS  : 267
# NOTES : Internal last topic was not emptied on channel creation when KEEPTOPIC was off
#
# BUILD : 1.7.6 (522)
# BUGS  : 254
# NOTES : Memo INFO should finallly be fixed
#
# BUILD : 1.7.6 (521)
# BUGS  : 254, 266
# NOTES : Fixed up some alog() messages, and MemoServ INFO showing -1 for no hard limit
#
# BUILD : 1.7.6 (520)
# BUGS  : 265
# NOTES : Fixed a few issues with chanserv, botserv, symbiosis, and topics
#
# BUILD : 1.7.6 (519)
# BUGS  : N/A
# NOTES : Ultimate3 bug fixes, they have NICKIP, and some channel modes were defined the same causing problems
#
# BUILD : 1.7.6 (518)
# BUGS  : 262
# NOTES : CS ACCESS was also affected by the overflow
#
# BUILD : 1.7.6 (517)
# BUGS  : 262
# NOTES : Fixed integer overflow error with CS LEVELS.
#
# BUILD : 1.7.6 (516)
# BUGS  : 261
# NOTES : This should be it finally! The moduleAddData function was using the old head to append/prepend the new moduleData to, but it had to use the new head. Thanks to DrStein for finding the cause! :)
#
# BUILD : 1.7.6 (515)
# BUGS  : 261
# NOTES : Fixed a few memleaks with moduleData functions returning early, and fixed the list handling with deleting moduleData (thanks DrStein)
#
# BUILD : 1.7.6 (514)
# BUGS  : 261
# NOTES : Modules can no longer call addCommand directly. The mod_name of the command MUST be set if it is a module.
#
# BUILD : 1.7.6 (513)
# BUGS  : 
# NOTES : Added warnings for NULL-args with sstrdup, and NULL modname with module*Data functions. Fixed Catserv to use moduleAddCommand instead of addCommand.
#
# BUILD : 1.7.6 (512)
# BUGS  : 
# NOTES : Indenting src/modules.c correctly.... it got skipped somehow...
#
# BUILD : 1.7.6 (511)
# BUGS  : 
# NOTES : Rollback to 507
#
# BUILD : 1.7.6 (507)
# BUGS  : N/A
# NOTES : Fixed not freeing memory when a channel got deleted.
#
# BUILD : 1.7.6 (506)
# BUGS  : 260
# NOTES : Fixed segfaults in the user-list walking with KillonSGline/KillonSQline
#
# BUILD : 1.7.6 (505)
# BUGS  : N/A
# NOTES : Some documentation updated, fixed compiler errors with ptlink, and fixed a segfault with some options when 
# set with just quotes
#
# BUILD : 1.7.6 (504)
# BUGS  : 245
# NOTES : Enforce SGLINE/SQLINE where the ircd does not do it on its own, and updated ptlink support to be more complaint
#
# BUILD : 1.7.6 (503)
# BUGS  : N/A
# NOTES : Fixes alot of user and channel modes on various ircd, also applied two patches provided by DrStein
#
# BUILD : 1.7.6 (502)
# BUGS  : N/A
# NOTES : SolidIRCD can mlock +R again
#
# BUILD : 1.7.6 (501)
# BUGS  : N/A
# NOTES : Added Flag to tell if we need to enforce SGlines or not so GD can fix 245
#
# BUILD : 1.7.6 (500)
# BUGS  : 259
# NOTES : Added support for hybrid TBURST -- merry xmas :)
#
# BUILD : 1.7.6 (499)
# BUGS  : 
# NOTES : Fixed several compiler warnings with make strict, removed 2 deprecated config vars.
#
# BUILD : 1.7.6 (498)
# BUGS  : N/A
# NOTES : Updated plexus.c/.h as per patch from ThaPrince
#
# BUILD : 1.7.6 (497)
# BUGS  : 256, 258
# NOTES : support for QS, and fixed a /away bug
#
# BUILD : 1.7.6 (496)
# BUGS  : N/A
# NOTES : Dreamforge now compiles properly again :)
#
# BUILD : 1.7.6 (495)
# BUGS  : N/A
# NOTES : Moved global regarding the deletion of non-existing session toinside the if(debug) as anope will call that function when users ping out etc
# 
#
# BUILD : 1.7.6 (494)
# BUGS  : N/A
# NOTES : Added support for plexus IRCD - provided by ThaPrince
#
# BUILD : 1.7.6 (493)
# BUGS  : N/A
# NOTES : Applied patch from mitch regarding unclear password emails.
#
# BUILD : 1.7.6 (492)
# BUGS  : N/A
# NOTES : Some gcc2 errors fixed
#
# BUILD : 1.7.6 (491)
# BUGS  : N/A
# NOTES : Forgot to update the change log
#
# BUILD : 1.7.6 (490)
# BUGS  : 253
# NOTES : Fixed loguser where the nickip is 0
#
# BUILD : 1.7.6 (489)
# BUGS  : 244, 246, 247, 248, 249, 250, 251, 252, 254, 255
# NOTES : 1. In some cases READONLY was not respected, and data was saved.
# 2. Corrected a few mistakes in example.conf.
# 3. Wrong column type in tables.sql for nick alias status fiag.
# 4. listchans and listnicks work under Cygwin.
# 5. NickRegDelay no longer accepts negative values.
# 6. -is44 option not show if converter not built.
# 7. Removed #ifndef STREAMLINE from the code as its no longer set during build time
# 8. MS MAX LIMIT was set incorrectly
# 9. Segfault if USERDB enabled and tables does not exist
# 10. Provides clear message of SUPERADMIN is not enabled
#
# BUILD : 1.7.6 (488)
# BUGS  : N/A
# NOTES : del_session() warning messages when LimitSessions is disabled.
#
# BUILD : 1.7.6 (487)
# BUGS  : 
# NOTES : Fixed possible NULL-free() in delcore()
#
# BUILD : 1.7.6 (486)
# BUGS  : 243
# NOTES : docs patch to bug 243, and removed shut_clean_user() it started to do more harm then good
#
# BUILD : 1.7.6 (485)
# BUGS  : 
# NOTES : Fixed a segfault when unsetting registration modes on hybrid
#
# BUILD : 1.7.6 (484)
# BUGS  : 167
# NOTES : Made BotServ !seen recognize the channel founder
#
# BUILD : 1.7.6 (483)
# BUGS  : 240
# NOTES : 1. ChanServ ACCESS wrong when dealing negative numbers, 2. make strict under FreeBSD works again
#
# BUILD : 1.7.6 (482)
# BUGS  : N/A
# NOTES : Minor updates to the Unreal32 protocol for NICK and NETINFO
#
# BUILD : 1.7.6 (481)
# BUGS  : 
# NOTES : Fixed misplaced pointer in moduleaddData().
#
# BUILD : 1.7.6 (480)
# BUGS  : 
# NOTES : Updated some formatting in the Changes file
#
# BUILD : 1.7.6 (479)
# BUGS  : 239
# NOTES : Fixes infinite loop with  moduleGetData()
#
# BUILD : 1.7.6 (478)
# BUGS  : N/A
# NOTES : 1. CS CLEAR strips +q/+a
# 2. CS CLEAR uses SVSMODE with Unreal to strip +q/a/o/h/v
# 3. SVSMODE unban works again on Viagra
# 4. Adds anope_cmd_svsmode_chan() to for SVSMODE on channels
# 5. OS CLEARMODES uses SVSMODE with Unreal to strip +q/a/o/h/v
# 6. memory.c, servers.c, slist.c, sockutil.c, misc. is doxygen ready
# 7. Unreal32 pseduo clients use SJOIN now to join the channels
# 8. clean out the process() buffers before we start to use them, maybe less garbage in them when we do bts
# 9. Few memory cleans up in hostserv do_setall()
# 10. Tons of clean up, only a handful left when you make strict
#
# BUILD : 1.7.6 (477)
# BUGS  : N/A
# NOTES : list.c and mail.c are doxygen ready now
#
# BUILD : 1.7.6 (476)
# BUGS  : N/A
# NOTES : Fixed Ultimate3 not setting +a on channel admins
#
# BUILD : 1.7.6 (475)
# BUGS  : 126
# NOTES : Some valgrind clean up, should fix 126
#
# BUILD : 1.7.6 (474)
# BUGS  : N/A
# NOTES : Unreal 391 TIME replies
#
# BUILD : 1.7.6 (473)
# BUGS  : N/A
# NOTES : In some cases if you set TOPICLOCK on the channel before it ever got a TOPIC, then attempted to set a TOPIC, 
# services would try to set a maliformed TOPIC message to the ircd. 
#
# BUILD : 1.7.6 (472)
# BUGS  : N/A
# NOTES : 1. Bahamut +I support
# 2. Changes file updated (merged my items under the dev banner)
#
# BUILD : 1.7.6 (471)
# BUGS  : N/A
# NOTES : Redid Services Mode stuff to be config option called UlineServers this allows you to state what servers can set 
# channel modes and we are to respecet the mode. Gotta clean this up some more in a bit
#
# BUILD : 1.7.6 (470)
# BUGS  : N/A
# NOTES : add mode.. not remove mode.. from the previous commit 
#
# BUILD : 1.7.6 (469)
# BUGS  : N/A
# NOTES : 1. ultimate3 setting the wrong channel mode on botserv bots
# 2. helpserv.c is doxygen ready, did some code clean up
# 3. Services Clients (+S) now override channel modes (yeah no more deopping NeoStats), this only
#    works on ircds where there is a clear services mode (Unreal, Viagra, Ultimeate2/3)
# 4. send.c is doxygen ready, did some code clean up
# 5. commands.c id doxygen ready, did some code clean up
#
# BUILD : 1.7.6 (468)
# BUGS  : N/A
# NOTES : 1. fixes del_session() warning when LimitSessions is disabled
# 2. actions.c is doxygen ready, along with code clean up
# 3. sessions.c cleaned up and moved some items around
# 4. ChanServ AKICK (pointed to freed memory)
# 5. servers.c is doxygen ready, along with some code clean up
#
# BUILD : 1.7.6 (467)
# BUGS  : 
# NOTES : Fixed bug with ircd->chanmodes. Thanks to Syzop.
#
# BUILD : 1.7.6 (466)
# BUGS  : 237
# NOTES : docs patch to bug 237
#
# BUILD : 1.7.6 (465)
# BUGS  : 218, 235
# NOTES : 1. correct the grammer in the example.conf
# 2. SolidIRCD cmode +S
# 3. NSSecureAdmins now restricts /NS SET EMAIL
# 4. Unreals version of SVSHOLD
# 5. SolidIRCD halfop support
# 6. /os set list
#
# BUILD : 1.7.6 (464)
# BUGS  : N/A
# NOTES : gcc 2.x compiler errors
#
# BUILD : 1.7.6 (463)
# BUGS  : 192, 210, 222, 234
# NOTES : 1. Removed +d references from the ptlink protocol code, since they do not timestamp the nicks
# 2. Memos sent as notification of receipt can not be cancelled.
# 3. Unreal3.2 supports SVSMODE -b on clearing bans
# 4. fixed do_kill() not remove the user from the user list
# 5. /os set sql [on|off] runtime sql toggle
# 6. Segfaults logged to the services log when DumpCore is disabled
# 7. fixed RUNGROUP not passed during build time
# 8. Exceptions now update if the limit is changed
# 9. Solid-IRCD support
# 10. Fixed TSMODE warnings when using FANTASY commands
# 11. Fixed read_int32 warnings (fixes compiling and running under cygwin)
# - Thats all.. 
#
# BUILD : 1.7.6 (462)
# BUGS  : 226
# NOTES : 1. RageIRCD sends TSMODE which is part of their beta7
# 2. RageIRCD protocol file now has anope_cmd_chghost()
# 3. RageIRCD SVINFO more in line with what we get
# 4. Bahamut protocol file now has anope_cmd_chghost() to prevent undefined symbol messages
# 5. Bahamut SZLINE and UNSZLINE dealt with per documentation, left the old commands behind
#    for now, till we decide to move our base Bahamut version forward
#
# BUILD : 1.7.6 (461)
# BUGS  : 230
# NOTES : 1. Moving Services Operators to Services Admins and vice-versa (230), 2. PTlink anope_cmd_server() had a minor 
# issue thats now fixed
#
# BUILD : 1.7.6 (460)
# BUGS  : 223
# NOTES : HelpChan +h mode not being given if status was greater then op.
#
# BUILD : 1.7.6 (459)
# BUGS  : N/A
# NOTES : Got Unreals SVSNLINE (sgline) working
#
# BUILD : 1.7.6 (458)
# BUGS  : N/A
# NOTES : Updated our SGLINE/SZLINE support to all ircd where avaiable, this fixes some issues as well
# 1. Unreal still doesnt do SGLINE well so its still disabled at this time
# 2. We now enforce SZLINE on ircd with NICKIP
# 3. Added check_szline() so we can check for szline matches
# 4. Ultimate3 (s)zline work as documented, which is AKILL without the user part
#
# BUILD : 1.7.6 (457)
# BUGS  : 
# NOTES : Fixed session decrease on /NS GHOST.
#
# BUILD : 1.7.6 (456)
# BUGS  : N/A
# NOTES : Disables UseRDB if SQL fails to init
#
# BUILD : 1.7.6 (455)
# BUGS  : N/A
# NOTES : Clean up changelog
#
# BUILD : 1.7.6 (454)
# BUGS  : 225
# NOTES : MS CHECK now checks if the nick is forbidden.
#
# BUILD : 1.7.6 (453)
# BUGS  : 224
# NOTES : Removing Sqline on bot nicks change if the nick was registered
#
# BUILD : 1.7.6 (452)
# BUGS  : N/A
# NOTES : 1. Fixed some config options could overflow strtol(), 2. Fixed CTCP Ping replies when UsePrivmsg is enabled
#
# BUILD : 1.7.6 (451)
# BUGS  : 221
# NOTES : Fixes for wrong string for bot nick registration check, and added the check to bot change
#
# BUILD : 1.7.6 (450)
# BUGS  : 
# NOTES : Updated en_us.l for new BotServ BOT ADD behaviour
#
# BUILD : 1.7.6 (449)
# NOTES : Language normalization.
#
# BUILD : 1.7.6 (448)
# BUGS  : 
# NOTES : Added NSAddAccessOnReg config directive
#
# BUILD : 1.7.6 (447)
# BUGS  : 
# NOTES : New botserv bot nicks need to be unregistered nicks from now on
#
# BUILD : 1.7.6 (446)
# BUGS  : N/A
# NOTES : 1. Added a debug message to do_kill(), 2. nsCheckNickTracking() could return true in some cases where the nick 
# was forbidden
#
# BUILD : 1.7.6 (445)
# NOTES : Setup for devel.
#
# BUILD : 1.7.6 (443)
# BUGS  : 217
# NOTES : minor typo with OS CLEARMODES
#
# BUILD : 1.7.6 (442)
# BUGS  : N/A
# NOTES : padded RDB database updates with pongs to help prevent time outs
#
# BUILD : 1.7.6 (441)
# BUGS  : 215, 216
# NOTES : Fixed some last minute bugs, and fixed make strict under Redhat
#
# BUILD : 1.7.6 (440)
# BUGS  : 211
# NOTES : 1. Updated PTLink support, 2. OperServ takes +q/+a on CLEARMODES, 3. fixed a segfault in do_match_wild() 
# reported by DJ
#
# BUILD : 1.7.6 (439)
# BUGS  : 68, 170, 209
# NOTES : 1. DrSteins XOP patch (bug# 170), 2. Cleaned up the English language file for grammar (bug# 209), 
# 3. Patch that fixes segfaults under NetBSD, 4. Cleaned up some places that could lead to segfaults, 
# 5. DrSteins patch for NS ACCESS LIST, 6. Chanserv taking modes more than once (bug #68), 
# 7. Fixed errors when doing "make" under some BSD systems, 8. Fixed syntax error when NSForceEmail is disabled
# 
#
# BUILD : 1.7.6 (438)
# BUGS  : 160
# NOTES : configure warning about sysproto.h resolved
#
# BUILD : 1.7.6 (437)
# NOTES : Anope 1.7.6 Release
#
# BUILD : 1.7.5 (436)
# BUGS  : 207
# NOTES : Fixed up OS CLEARMODES
#
# BUILD : 1.7.5 (435)
# BUGS  : 203, 204, 205
# NOTES :  1. minor fix to CS CLEAR, 2. Added to DrSteins more CS obsecure password, 3. fixed memoserv not using the
# correct message, 4. fixed botserv info to tell the channel is forbidden
#  
#
# BUILD : 1.7.5 (434)
# BUGS  : N/A
# NOTES : 1. fixed typo in the lang files, 2. updated de.l from Crazytoon, 3. UnRestrictSAdmin for Bahamut to allow them 
# the usage of +a without being a Service Admin
#
# BUILD : 1.7.5 (433)
# BUGS  : 182
# NOTES : Fixed CS not resetting the modes after CS CLEAR MODES
#
# BUILD : 1.7.5 (432)
# BUGS  : 199
# NOTES : 1. fixed unused var from previous commit, 2. normalized the realname when doing LogUsers (199)
#
# BUILD : 1.7.5 (431)
# BUGS  : 193
# NOTES : 1. extern normalizeBuffer() helpful in some many other places not just botserv, 2. fixed BS ACT, if the string 
# contained a control char 001, it would cause the string to act like SAY
#
# BUILD : 1.7.5 (430)
# BUGS  : 187, 201, 202
# NOTES : Reorder fixes, Obsecure password for chanserv registeration (DrStein), minor tweak to hybrid support (TSL)
#
# BUILD : 1.7.5 (429)
# NOTES : Minor fix on example.conf
#
# BUILD : 1.7.5 (426)
# BUGS  : 133, 196, 200
# NOTES : Add method to deal with hardcored sqline in the ircd (133), fixes timestamp errors with TOPIC (196), modes 
# structs externed so mod coders can get to them easier (N/A), MS CHECK now checks the right value (200)
#
# BUILD : 1.7.5 (424)
# BUGS  : N/A
# NOTES : Updated de.l per crazytoon
#
# BUILD : 1.7.5 (423)
# BUGS  : N/A
# NOTES : code tidy up fixes stuff under Freebsd
#
# BUILD : 1.7.5 (421)
# BUGS  : 198
# NOTES : 1. fixes TSMODE warnings found by SGR, 2. Fixed OPNOTICE when doing /CS OP
#
# BUILD : 1.7.5 (418)
# BUGS  : N/A
# NOTES : 1. Fixed Rage IRCD compiler error, 2. Added hook for Unreal SJOIN +I support, 3. wallops() is back, 4. 
# depricated.h added to help older modules work with the new commands
#
# BUILD : 1.7.5 (415)
# BUGS  : N/A
# NOTES : Fixes Unreal NICKIP and SVSMODE, Updated Base64 lib to fix NICKIP, Updated Spanish language file
#
# BUILD : 1.7.5 (414)
# BUGS  : N/A
# NOTES : Deleted compile.sh as it wont work anymore anyway
#
# BUILD : 1.7.5 (412)
# BUGS  : 169
# NOTES : A minor touch up to prevent issues
#
# BUILD : 1.7.5 (411)
# BUGS  : 197
# NOTES : Fixed hostserv message on removal of vhost
#
# BUILD : 1.7.5 (410)
# BUGS  : 
# NOTES : Added shot note in example.conf regarding NsRestrictOperNick or whatever it is called.
#
# BUILD : 1.7.5 (409)
# BUGS  : 
# NOTES : Made expire_all() extern instead of static.
#
# BUILD : 1.7.5 (408)
# BUGS  : 189, 191
# NOTES : segfault fix, and vident sent to logs when set
#
# BUILD : 1.7.5 (407)
# BUGS  : 185, 190
# NOTES : TTB work again, and RestrictOperNicks is no longer case sensitive
#
# BUILD : 1.7.5 (406)
# BUGS  : N/A
# NOTES : Forgot the changes file
#
# BUILD : 1.7.5 (405)
# BUGS  : 180
# NOTES : Fixed tsbuf not being sent, which caused issues with ircds whom have +d (deaf)
#
# BUILD : 1.7.5 (404)
# BUGS  : 
# NOTES : Fixed bug 188.
#
# BUILD : 1.7.5 (403)
# BUGS  : 186
# NOTES : Fixed anope_cmd_server() in some protocol files it was broken
#
# BUILD : 1.7.5 (403)
# BUGS  : 186
# NOTES : Fixed anope_cmd_server() on some protocol files it would not work correctly
#
# BUILD : 1.7.5 (402)
# BUGS  : N/A
# NOTES : Forgot to get chanserv.c and nickserv.c in the last commit
#
# BUILD : 1.7.5 (401)
# BUGS  : 147, 179, 181, 183, 184, 186
# NOTES : Lots of little fixes, should fix OS JUPE issues
#
# BUILD : 1.7.5 (400)
# BUGS  : N/A
# NOTES : Removed debug left over from last commit
#
# BUILD : 1.7.5 (399)
# BUGS  : 180, 181
# NOTES : code tidy up, fixes a few items from bug 180 and 181
#
# BUILD : 1.7.5 (398)
# BUGS  : N/A
# NOTES : Tiny change to save 1*len bytes per line said in a botserv channel - they are freeed anyway, so... :)
#
# BUILD : 1.7.5 (396)
# BUGS  : N/A
# NOTES : Added arvg[0] to AnopeInit call, it will contain the nick of the person who loaded the module.  All existing modules are un-effected :)
#
# BUILD : 1.7.5 (395)
# BUGS  : N/A
# NOTES : Fixed a typo in all source files, and merged sstrdup and anopeStrDup, as they do the same thing
#
# BUILD : 1.7.5 (394)
# BUGS  : N/A
# NOTES : More code tidying, added make strict_modules etc, incase module coders what to use it :)
#
# BUILD : 1.7.5 (393)
# BUGS  : N/A
# NOTES : Ultimate3 EOBURST support
#
# BUILD : 1.7.5 (392)
# BUGS  : N/A
# NOTES : More code tidy with strict enabled, some clean up of Unreal32
#
# 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