1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 06:56:39 +02:00

Commit Graph

  • c417bc89ef 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. viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-09-13 21:35:58 +00:00
  • 41bd111094 BUILD : 1.7.21 (1433) BUGS : NOTES : Help now handled by respective modules. Should fix compiling on windows. viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-09-11 18:27:08 +00:00
  • d96924c43a BUILD : 1.7.21 (1432) BUGS : NOTES : The newscount in help is now handled by modules instead of os_help. viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-09-11 17:33:47 +00:00
  • 66a68d639f BUILD : 1.7.21 (1431) BUGS : NOTES : Fixes possible mismatches in entry_match() introduced in previous commit. viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-09-09 00:39:38 +00:00
  • deb6fde2ed BUILD : 1.7.21 (1430) BUGS : NOTES : Fixes a possible segfault in entry_match. viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-09-08 23:33:39 +00:00
  • 8d9d51727a BUILD : 1.7.21 (1429) BUGS : 929 NOTES : Updated the help on ignore. viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-09-04 12:55:31 +00:00
  • 8472915461 BUILD : 1.7.21 (1428) BUGS : 930 NOTES : Rewrote the ignore system to handle both nicks and masks properly. viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-09-03 23:58:28 +00:00
  • 8e35ae5f27 BUILD : 1.7.21 (1427) BUGS : 931 NOTES : Added anope build scripts for windows to /src/tools viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-09-03 22:29:47 +00:00
  • 790dc8a4bf 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. viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-09-03 20:11:12 +00:00
  • 482a8aa766 BUILD : 1.7.21 (1425) BUGS : 873 NOTES : We now show config variables in the help. viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-09-03 19:55:36 +00:00
  • 6846e75cc8 BUILD : 1.7.21 (1424) BUGS : 934 NOTES : Fixed bogus password being returned by enc_none when password was truncated. viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-09-02 15:14:59 +00:00
  • 90833c2ba1 BUILD : 1.7.21 (1423) BUGS : 932 NOTES : Fixed crashbug in cs_access. viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-09-01 01:00:25 +00:00
  • 4c9f2c89b5 BUILD : 1.7.21 (1422) BUGS : 927 NOTES : Fixes compiling on windows. We should define new variables above the code not in between. viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-31 23:52:20 +00:00
  • 8ff1b1d828 BUILD : 1.7.21 (1421) BUGS : 879 NOTES : Updated help on ChanServ AKICK. viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-28 14:57:23 +00:00
  • 08453816be 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. viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-28 13:54:27 +00:00
  • c52ae2037e Fixes a number of minor language errors. Restricts access to svsnick, oline and umode to SRA as superadmin too requires SRA. Prevents the cmds from showing up in SA help. viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-28 13:20:41 +00:00
  • 10e0b81d3d 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 mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-24 15:54:58 +00:00
  • 0030f51a2d BUILD : 1.7.21 (1417) BUGS : NOTES : Set SO_REUSEADDR on sock to prevent potential issues with bind() failing after a restart mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-21 17:20:03 +00:00
  • 1f637024fc BUILD : 1.7.21 (1416) BUGS : 880 NOTES : Changed CS GETKEY response to what the help for GS GETKEY says it should be mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-17 23:42:32 +00:00
  • 32d7c5ff65 BUILD : 1.7.21 (1415) BUGS : 905 NOTES : Applied patch by Viper to add missing config file changes in Changes.conf mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-17 14:43:16 +00:00
  • 8b757ca053 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 mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-17 14:15:48 +00:00
  • f8ae0732fe BUILD : 1.7.21 (1413) BUGS : 832 NOTES : Added support for channelmodes +efI and SVSHOLD to inspircd11.c mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-17 13:03:53 +00:00
  • e9ec7df0b5 BUILD : 1.7.21 (1412) BUGS : NOTES : Fixed the SVN ID/module version for inspircd11.c mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-16 22:41:27 +00:00
  • 932fd33387 BUILD : 1.7.21 (1411) BUGS : 887 NOTES : SGLINE and SQLINE support added for Hybrid mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-16 21:59:02 +00:00
  • 8955e156a5 BUILD : 1.7.21 (1410) BUGS : 924 NOTES : Bug fixed where forbidden channels will appear in /list when inhabited by ChanServ mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-16 15:43:09 +00:00
  • efc03b7be4 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() mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-14 23:34:43 +00:00
  • acfe67f2fd Set os_raw to show up as a 3rd party module... rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-11 12:53:26 +00:00
  • b31121671c Removed pointless checks for buf existing, as they always will for non pointers. rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-08 10:50:21 +00:00
  • 6d7d43f1c8 w00t removed more sa commands from inspircd, as they no longer work rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-08 10:14:57 +00:00
  • b5d62435c3 Applied patch from w00t to remove sajoin in inspircd. rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-08-08 10:04:51 +00:00
  • 964bbfe559 BUILD : 1.7.21 (1404) BUGS : 917 NOTES : make install now runs install routine for modules subdirs also. Thanks Viper drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-07-20 21:04:01 +00:00
  • 31125cca37 BUILD : 1.7.21 (1403) BUGS : 916 NOTES : Fixes weird hs_setall behaviour (memory issues). Thanks Jan again drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-07-20 20:59:17 +00:00
  • cc4c1e7d2f BUILD : 1.7.21 (1402) BUGS : 899 NOTES : DEFCON was akilling ulined servers clients. Thanks Jan drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-07-20 20:51:37 +00:00
  • a5da1eb1fa BUILD : 1.7.21 (1401) BUGS : 894 NOTES : Botserv replying with /(null). Thanks Jan drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-07-20 20:47:07 +00:00
  • 72fef2ab67 BUILD : 1.7.21 (1400) BUGS : 892 NOTES : Updated Deutch language file. Thanks to Christian drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-07-20 20:41:29 +00:00
  • 74a4709641 BUILD : 1.7.21 (1399) BUGS : 909 NOTES : Anope will not limit sessions for ulined servers. Thanks Jan drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-07-20 20:36:33 +00:00
  • fc07bee76a 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. drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-07-20 20:28:05 +00:00
  • 1fc432fb65 Fixing svn:keywords Id geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-06-03 18:44:54 +00:00
  • 15bb6a8067 Applied patch by Hal to fix crashbug in his latest patch geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-05-20 09:07:39 +00:00
  • efb6623742 BUILD : 1.7.21 (1395) BUGS : 897 NOTES : install.js script now works properly on x64 machines drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-05-13 01:11:16 +00:00
  • d751db2d96 Fixed moduleNoticeLang and anope_cmd_notice_ops rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-05-12 18:08:31 +00:00
  • 1d467b95a8 BUILD : 1.7.21 (1393) BUGS : NOTES : Services Operators can now also use NickServ INFO ALL geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-04-30 07:55:50 +00:00
  • 1397cfdcd3 BUILD : 1.7.21 (1392) BUGS : NOTES : <Hal9000> fixes a potential crash in channels.c and does handle the TS on incoming FMODE in inspircd.11 geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-04-29 10:25:01 +00:00
  • b4d51711c9 Reverted the rusian operinfo string back to english rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-04-06 15:07:31 +00:00
  • db2f31eea6 BUILD : 1.7.21 (1390) BUGS : 881 NOTES : Fixed error in lang files related to NS SASET LANGUAGE drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-21 13:09:44 +00:00
  • f3d1f178dc BUILD : 1.7.21 (1389) BUGS : 872 NOTES : Added NS SASET LANGUAGE drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-20 17:18:45 +00:00
  • a8c90154f3 BUILD : 1.7.21 (1388) BUGS : N/A NOTES : Modified NS LIST help messages to add SUSPENDED keyword. drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-13 13:49:57 +00:00
  • 1a3f71be60 BUILD : 1.7.21 (1387) BUGS : 869 NOTES : Added SUSPENDED to NS LIST keywords. drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-12 17:44:54 +00:00
  • 62de724353 BUILD : 1.7.21 (1386) BUGS : 867 NOTES : Removed extra loop when parsing defcon modes. drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-12 15:30:38 +00:00
  • 46c09b5da9 BUILD : 1.7.21 (1385) BUGS : 862 NOTES : rdb_close() where rdb_open() is used in rdb_dbase() functions. drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-12 14:56:33 +00:00
  • 7c476bb32e BUILD : 1.7.21 (1384) BUGS : 870 NOTES : Fixed segfault introduced y me trying to fix 870. drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-12 01:27:27 +00:00
  • d8e2d63905 BUILD : 1.7.21 (1383) BUGS : 863 NOTES : Added missed debug message when HostServ is disabled. drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-11 21:25:39 +00:00
  • 40bc328526 BUILD : 1.7.21 (1382) BUGS : 870 NOTES : Fixed memory leak in cs_akick(). drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-11 21:10:09 +00:00
  • 2c82302421 BUILD : 1.7.21 (1381) BUGS : 868 NOTES : Fixed memory leak in add_akill(). drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-11 21:02:15 +00:00
  • c2411bef50 BUILD : 1.7.21 (1380) BUGS : 864 NOTES : Fixed configure script so it will complain about args. drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-11 20:46:31 +00:00
  • eea393f77f BUILD : 1.7.21 (1379) BUGS : 856 NOTES : x86_64 generating improper SHA1 hash values. Thanks Johno Crawford ;) drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-08 14:54:04 +00:00
  • 1e9c3a0242 BUILD : 1.7.21 (1378) BUGS : 861 NOTES : NickServ replying to SVSNICK command where OperServ must. drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-07 20:34:17 +00:00
  • b0ea0e9e9c 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\! geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-07 11:00:05 +00:00
  • dc313bfab6 BUILD : 1.7.21 (1376) BUGS : 859 NOTES : Fixed a small oddity in do_cmode() geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-07 10:55:54 +00:00
  • 2a83fd3599 BUILD : 1.7.21 (1375) BUGS : 858 NOTES : do_sjoin() called finduser(NULL) geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-07 10:50:04 +00:00
  • 2a08701f55 BUILD : 1.7.21 (1374) BUGS : 820 NOTES : do_cmode() called without passing TS drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-05 19:16:42 +00:00
  • 1baff08ad8 BUILD : 1.7.21 (1373) BUGS : 855 NOTES : Fixed various issues in handling of DefCon modes with params geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-05 14:35:42 +00:00
  • 2844a3ed59 BUILD : 1.7.21 (1372) BUGS : 854 NOTES : Removed bs_fantasy_unban from core modules. drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-05 14:15:07 +00:00
  • de3cc8e044 BUILD : 1.7.21 (1371) BUGS : 849 NOTES : Applied patch by Jan Milants to remove an excessive free in cs_akick geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-05 14:04:07 +00:00
  • 04d048a22d BUILD : 1.7.21 (1370) BUGS : 846 NOTES : Updated docs/WIN32.txt geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-05 13:59:42 +00:00
  • 3ccf2f6e53 BUILD : 1.7.21 (1369) BUGS : 685 NOTES : Fixed some small compiler warnings about buffer addresses always evaluating to true geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-05 13:51:50 +00:00
  • 4dd8573f20 BUILD : 1.7.21 (1368) BUGS : 853 NOTES : Updated config.guess and config.sub from upstream (GNU) geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-05 13:45:51 +00:00
  • 167aa3e7c7 BUILD : 1.7.21 (1367) BUGS : 847 NOTES : Added missed NickServ HELP for RESEND command. drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-04 19:47:55 +00:00
  • 18bde8d0a0 BUILD : 1.7.21 (1366) BUGS : 848 NOTES : No variable for NSReleaseTimeout in NICK_RECOVERED message drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-04 17:52:13 +00:00
  • 8d6b3b17fc BUILD : 1.7.21 (1365) BUGS : 850, 851, 852 NOTES : Fixed several memory leaks reported by Trystan. Do not forget to free allocated memory! drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-02-04 15:54:32 +00:00
  • 395f3edacc BUILD : 1.7.21 (1364) BUGS : 844 NOTES : Removed broken version checking for windows media center edition and tablet edition; free(Jobe); geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-26 13:29:02 +00:00
  • ba7e2d8440 BUILD : 1.7.21 (1363) BUGS : 842 NOTES : Fixed yet another memory leak; it wass cs_akick this time geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-26 10:50:44 +00:00
  • 3e977708be BUILD : 1.7.21 (1362) BUGS : 841 NOTES : Fixed memleaks in hs_setall geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-26 10:41:11 +00:00
  • 439c66311a BUILD : 1.7.21 (1361) BUGS : 840 NOTES : Fixed a memory leak in cs_list geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-26 10:34:20 +00:00
  • aef8102b5b BUILD : 1.7.21 (1360) BUGS : 839 NOTES : Removed old code from cs_clear and fixed a memory leak in there as well geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-26 10:31:06 +00:00
  • b0f9385857 BUILD : 1.7.21 (1359) BUGS : 838 NOTES : Fixed various checks for LogBot in bs_say and bs_act geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-26 10:26:45 +00:00
  • 42b72b522f BUILD : 1.7.21 (1358) BUGS : 837 NOTES : Added a check for LogChannel when running with -logchan switch geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-26 10:20:45 +00:00
  • 1e23c7fdf0 BUILD : 1.7.21 (1357) BUGS : 836 NOTES : Fixed memleaks in os_clearmodes geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-26 10:15:04 +00:00
  • 6d33eeb6b3 BUILD : 1.7.21 (1356) BUGS : 835 NOTES : Fixed channel walking for do_mass_mode() and restore_unsynced_topics() to use firstchan/nextchan geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-26 10:10:46 +00:00
  • d7c0230e78 BUILD : 1.7.21 (1355) BUGS : 834 NOTES : Fixed various oddities in ChanServ suspend code geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-26 10:07:07 +00:00
  • 721a24ae21 BUILD : 1.7.21 (1354) BUGS : 833 NOTES : Ficed various oddities in moduleAddData() geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-26 09:55:53 +00:00
  • b8bd618303 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. geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-26 09:37:33 +00:00
  • 4b62b08ddf 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. drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-24 14:08:36 +00:00
  • b5bf30483b 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 geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-16 09:02:35 +00:00
  • dfec1723a8 BUILD : 1.7.21 (1350) BUGS : 828 NOTES : Forgot to update the other language files drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-15 19:59:28 +00:00
  • 0716aaaacb BUILD : 1.7.21 (1349) BUGS : 828 NOTES : BOT_NOT_ASSIGNED language string error drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-15 19:49:10 +00:00
  • d404f6183c BUILD : 1.7.21 (1348) BUGS : 825 NOTES : listnicks/listchans now shows if a nickname/channel is SUSPENDED. drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-15 19:31:20 +00:00
  • e6d67d1aba BUILD : 1.7.21 (1347) BUGS : 827 NOTES : Re-assigned OS CHANLIST perms to Services Opers drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-15 15:05:23 +00:00
  • 1f9fd58698 BUILD : 1.7.21 (1346) BUGS : 826 NOTES : GPL required header added drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-15 14:42:30 +00:00
  • 555c7ff856 BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-13 12:54:14 +00:00
  • 380e29d86e BUILD : 1.7.21 (1344) BUGS : 824 NOTES : Removed a random time(NULL) which was appended to bans set in check_kick() mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-12 22:31:24 +00:00
  • 6a948e9788 BUILD : 1.7.21 (1342) BUGS : NOTES : Development Framework geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-11 11:28:37 +00:00
  • 1d255739ca BUILD : 1.7.21 (1341) BUGS : NOTES : Anope 1.7.21 release geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-10 22:29:01 +00:00
  • 560f84efb6 BUILD : 1.7.20 (1340) BUGS : NOTES : I agree geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-09 14:17:42 +00:00
  • 71eb7fc492 BUILD : 1.7.20 (1339) BUGS : NOTES : mark is a retard when it comes to editing Changes :( mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-09 14:16:20 +00:00
  • 2f79c36305 BUILD : 1.7.20 (1338) BUGS : 821 NOTES : Temporary patch for the crash in inspircd_cmd_mode() mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-09 14:11:35 +00:00
  • c9ce8f3df3 BUILD : 1.7.20 (1337) BUGS : NOTES : Updating something in NEWS, just because i want r1337 instead of letting mark have it >:( geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-09 01:55:04 +00:00
  • d4c1e5f025 BUILD : 1.7.20 (1336) BUGS : NOTES : Fixed swapped prefixes for +a and +q on inspircd11 geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-06 17:01:30 +00:00
  • f4da46570b BUILD : 1.7.20 (1335) BUGS : NOTES : Updated documentations as by Jobes patch and did some readability work on cs_enforce geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-06 13:38:15 +00:00
  • 3daf76ca8c BUILD : 1.7.20 (1334) BUGS : NOTES : Fixed insp11 not parsing +q correctly in FJOIN geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 2008-01-05 21:30:29 +00:00