summaryrefslogtreecommitdiff
path: root/version.log
blob: de8dbdd4781d48606ed4a90ed0cd9afd4290cc77 (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
# (C) 2003-2005 Anope 
# Contact us at info@anope.org
#
# Please read COPYING and README for furhter details.
#
# $Id$

VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="8"
VERSION_BUILD="575"

# $Log$
#
# 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