Robin Burchell w00t@inspircd.org
|
bc9e96d6eb
|
Added cmd_notice_ops() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1221 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:11 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
ac05ac3857
|
Added cmd_kick() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1220 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:11 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
d3a79969c2
|
Added cmd_bot_nick() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1219 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:11 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
00466f884c
|
Added cmd_mode() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1218 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:11 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
7a167d97af
|
Added cmd_guest_nick() function to IRCDProtoClass.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1217 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:10 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
60b293b58e
|
Added cmd_nick() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1216 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:10 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
24ae706b9c
|
Added cmd_svsmode() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1214 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:10 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
3d4bf6d876
|
Added cmd_svskill() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1213 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:10 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
b18604c31c
|
Added chost variable to User class, stores cloaked host, used in inspircd11 module.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1212 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:10 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
4996cc4b06
|
Added cmd_akill() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1211 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:10 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
c08993be09
|
Added cmd_vhost_off() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1210 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:10 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
cef2f72082
|
Added cmd_topic() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1209 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:10 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
f9b628b0d3
|
Remove legacy global function.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1208 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:10 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
d64b3aa890
|
Remove anope_cmd_privmsg2 (it's identical to anope_cmd_privmsg!)
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1207 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:10 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
792b705757
|
Remove some older protocol modules, mark a number of others obsolete. Some may be rescued later on.
Fix problems with anopesmtp and db-merger tool, mark epona2anope obsolete.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1203 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:10 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
c32c3c99a1
|
Made all protocol modules able to be compiled via mostly constifying strings.
Due to the above, also had to constify strings in many other areas.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1202 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:10 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
0f2719990e
|
Added cmd_remove_akill() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1199 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:09 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
d4d0cf7d7b
|
Added cmd_svsnoop function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1196 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:09 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
8d3d1775ae
|
Core skeleton of IRCDProtoNew class created.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1195 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:09 +00:00 |
|
viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
|
47da2c9310
|
BUILD : 1.7.22 (1451) BUGS : 942 NOTES : We now enforce UnRestrictSAdmin on Unreal and InspIRCd.
git-svn-id: svn://svn.anope.org/anope/trunk@1451 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1165 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-25 22:10:36 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
42b6d1f78b
|
BUILD : 1.7.22 (1447) BUGS : NOTES : Applied patch by w00t to enable UMODE in insp
git-svn-id: svn://svn.anope.org/anope/trunk@1447 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1161 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-22 14:16:35 +00:00 |
|
viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
|
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.
git-svn-id: svn://svn.anope.org/anope/trunk@1426 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1141 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-03 20:11:12 +00:00 |
|
mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b
|
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
git-svn-id: svn://svn.anope.org/anope/trunk@1418 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1133 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-08-24 15:54:58 +00:00 |
|
mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b
|
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
git-svn-id: svn://svn.anope.org/anope/trunk@1414 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1129 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-08-17 14:15:48 +00:00 |
|
mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b
|
f8ae0732fe
|
BUILD : 1.7.21 (1413) BUGS : 832 NOTES : Added support for channelmodes +efI and SVSHOLD to inspircd11.c
git-svn-id: svn://svn.anope.org/anope/trunk@1413 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1128 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-08-17 13:03:53 +00:00 |
|
mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b
|
e9ec7df0b5
|
BUILD : 1.7.21 (1412) BUGS : NOTES : Fixed the SVN ID/module version for inspircd11.c
git-svn-id: svn://svn.anope.org/anope/trunk@1412 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1127 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-08-16 22:41:27 +00:00 |
|
mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b
|
932fd33387
|
BUILD : 1.7.21 (1411) BUGS : 887 NOTES : SGLINE and SQLINE support added for Hybrid
git-svn-id: svn://svn.anope.org/anope/trunk@1411 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1126 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-08-16 21:59:02 +00:00 |
|
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
|
6d7d43f1c8
|
w00t removed more sa commands from inspircd, as they no longer work
git-svn-id: svn://svn.anope.org/anope/trunk@1406 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1121 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-08-08 10:14:57 +00:00 |
|
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
|
b5d62435c3
|
Applied patch from w00t to remove sajoin in inspircd.
git-svn-id: svn://svn.anope.org/anope/trunk@1405 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1120 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-08-08 10:04:51 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
15bb6a8067
|
Applied patch by Hal to fix crashbug in his latest patch
git-svn-id: svn://svn.anope.org/anope/trunk@1396 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1111 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-05-20 09:07:39 +00:00 |
|
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
|
d751db2d96
|
Fixed moduleNoticeLang and anope_cmd_notice_ops
git-svn-id: svn://svn.anope.org/anope/trunk@1394 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1109 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-05-12 18:08:31 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
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
git-svn-id: svn://svn.anope.org/anope/trunk@1392 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1107 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-04-29 10:25:01 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
3ccf2f6e53
|
BUILD : 1.7.21 (1369) BUGS : 685 NOTES : Fixed some small compiler warnings about buffer addresses always evaluating to true
git-svn-id: svn://svn.anope.org/anope/trunk@1369 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1084 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-02-05 13:51:50 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
555c7ff856
|
BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information
git-svn-id: svn://svn.anope.org/anope/trunk@1345 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1060 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-01-13 12:54:14 +00:00 |
|
mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b
|
2f79c36305
|
BUILD : 1.7.20 (1338) BUGS : 821 NOTES : Temporary patch for the crash in inspircd_cmd_mode()
git-svn-id: svn://svn.anope.org/anope/trunk@1338 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1054 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-01-09 14:11:35 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
d4c1e5f025
|
BUILD : 1.7.20 (1336) BUGS : NOTES : Fixed swapped prefixes for +a and +q on inspircd11
git-svn-id: svn://svn.anope.org/anope/trunk@1336 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1052 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-01-06 17:01:30 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
3daf76ca8c
|
BUILD : 1.7.20 (1334) BUGS : NOTES : Fixed insp11 not parsing +q correctly in FJOIN
git-svn-id: svn://svn.anope.org/anope/trunk@1334 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1050 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-01-05 21:30:29 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
b9854dad63
|
BUILD : 1.7.20 (1333) BUGS : 817 NOTES : Fixed users not being re-identified automatically after a netsplit on insp
git-svn-id: svn://svn.anope.org/anope/trunk@1333 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1049 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-01-05 18:59:04 +00:00 |
|
mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b
|
0f5b5ab936
|
BUILD : 1.7.19 (1323) BUGS : 692 NOTES : Added RSQUIT support to the InspIRCd 1.1 protocol module
git-svn-id: svn://svn.anope.org/anope/trunk@1323 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1041 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-12-28 22:51:49 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
4a5cf6e1e3
|
BUILD : 1.7.19 (1322) BUGS : 685 NOTES : Applied a patch by Jilles which should fix SJOIN not always sending the correct TS
git-svn-id: svn://svn.anope.org/anope/trunk@1322 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1040 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-12-28 19:12:02 +00:00 |
|
mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b
|
59cd3a35fe
|
BUILD : 1.7.19 (1319) BUGS : NOTES :
git-svn-id: svn://svn.anope.org/anope/trunk@1319 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1037 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-12-24 15:30:44 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
edfb74f6e6
|
BUILD : 1.7.19 (1315) BUGS : NOTES : Left an oops after the last commit :)
git-svn-id: svn://svn.anope.org/anope/trunk@1315 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1033 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-12-03 16:17:48 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
2ad0fde826
|
BUILD : 1.7.19 (1314) BUGS : 797 NOTES : Fixed malformed command for chgident in inspircd11.c
git-svn-id: svn://svn.anope.org/anope/trunk@1314 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1032 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-12-03 15:59:39 +00:00 |
|
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
|
a7c2b269db
|
git-svn-id: svn://svn.anope.org/anope/trunk@1312 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1030 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-12-02 16:51:10 +00:00 |
|
mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b
|
0318d9547e
|
BUILD : 1.7.19 (1310) BUGS : 794 NOTES : Fixes the segfault in inspircd11.c / anope_event_capab() on missing required modules.
git-svn-id: svn://svn.anope.org/anope/trunk@1310 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1028 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-10-07 18:00:05 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
f055aa452a
|
BUILD : 1.7.19 (1309) BUGS : 793 NOTES : Fixed a typo in inspircd11.c where it checked for chgident.so
git-svn-id: svn://svn.anope.org/anope/trunk@1309 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1027 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-10-05 16:15:58 +00:00 |
|
drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
|
fb8c78607c
|
BUILD : 1.7.19 (1291) BUGS : 774 NOTES : Unreals (3.2) SVSJOIN command now supports channel keys
git-svn-id: svn://svn.anope.org/anope/trunk@1291 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1009 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-08-30 20:59:14 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
071a08c7ec
|
BUILD : 1.7.19 (1286) BUGS : 731 NOTES : Fixed TS6 UID generation
git-svn-id: svn://svn.anope.org/anope/trunk@1286 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1004 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-08-29 18:34:07 +00:00 |
|
drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
|
53fbcea421
|
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
git-svn-id: svn://svn.anope.org/anope/trunk@1285 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1003 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-08-29 04:13:44 +00:00 |
|
drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
|
405d39fcdc
|
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.
git-svn-id: svn://svn.anope.org/anope/trunk@1283 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1001 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-08-28 14:50:59 +00:00 |
|