# (C) 2003-2014 Anope Team # Contact us at team@anope.org # # 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 : 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 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 : 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 # (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