This repository has been archived by the owner on Feb 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
version.log.old
4967 lines (4967 loc) · 137 KB
/
version.log.old
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
# (C) 2003-2010 Anope Team
# Contact us at [email protected]
#
# Please read COPYING and README for furhter details.
#
#
#
#
# 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