Naram Qashat cyberbotx@cyberbotx.com
|
1f579c0fe2
|
Replaced anope_SendSQLine() with direct call to SendSQLine() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1348 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 21:20:35 +00:00 |
|
Naram Qashat cyberbotx@cyberbotx.com
|
765f561952
|
Replaced anope_SendKick() with direct call to SendKick() in IRCDProto class.
Also added SendKickInternal() function to IRCDProto class, now SendKick() is a stub to handle varargs.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1331 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 18:37:32 +00:00 |
|
Naram Qashat cyberbotx@cyberbotx.com
|
0ded225023
|
Replaced anope_SendMode() with direct call to SendMode() in IRCDProto class.
Also added SendModeInternal() function to IRCDProto class, now SendMode() is a stub to handle varargs.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1329 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 18:26:56 +00:00 |
|
Naram Qashat cyberbotx@cyberbotx.com
|
fecf65d7ba
|
Replaced anope_SendSVSMode() with direct call to SendSVSMode() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1327 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 18:12:54 +00:00 |
|
Naram Qashat cyberbotx@cyberbotx.com
|
70501666e8
|
Replaced anope_SendSVSKill() with direct call to SendSVSKill() in IRCDProto class.
Also added SendSVSKillInternal() function to IRCDProto class, now SendSVSKill() is a stub to handle varargs.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1326 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 18:04:29 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
e5051e4aa5
|
Merge commit 'cbx/anopeng-uid' into anopeng-uid
Conflicts:
include/extern.h
include/services.h
src/protocol/bahamut.c
src/protocol/inspircd11.c
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1320 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 16:03:16 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
4fbf03aaba
|
set_umode -> ProcessUsermodes
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1314 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 14:20:56 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
17ac25990b
|
cmd_unban -> SendBanDel. TODO: should this be yanked in favour of SendMode?
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1311 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 14:04:05 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
55bf54a305
|
Various conversions to use new protocol.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1307 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 08:45:43 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
4e395e1962
|
KICK, notice ops.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1303 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 08:31:33 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
5d695b7bf6
|
Guest nicks, MODE.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1301 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 08:29:56 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
c8d4ff56a1
|
AKILL, SVSMODE
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1300 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 08:29:01 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
8a3495279c
|
Commit modified protocol name, using perl.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1298 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-01 22:49:44 +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
|
06f53a8582
|
Various constification/fixes for g++.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1183 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:09 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
aa806eba53
|
Constify a lot of the API. Core now "builds".
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1182 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:09 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
e3adfa4191
|
Make a bunch of stuff build under g++.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1171 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:08 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
2923c21db7
|
BUILD : 1.7.22 (1440) BUGS : NOTES : Anope 1.7.22 release
git-svn-id: svn://svn.anope.org/anope/trunk@1440 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1155 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-14 16:32:24 +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 |
|
drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
|
2a08701f55
|
BUILD : 1.7.21 (1374) BUGS : 820 NOTES : do_cmode() called without passing TS
git-svn-id: svn://svn.anope.org/anope/trunk@1374 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1089 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-02-05 19:16:42 +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 |
|
drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
|
5088cdcf99
|
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.
git-svn-id: svn://svn.anope.org/anope/trunk@1297 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1015 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-08-31 21:19:50 +00:00 |
|
drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
|
57776f87e6
|
BUILD : 1.7.19 (1296) BUGS : N/A NOTES : Since we now have u->hostip, lets use it in common_unban()
git-svn-id: svn://svn.anope.org/anope/trunk@1296 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1014 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-08-31 20:51:05 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
4f9325f8d0
|
BUILD : 1.7.19 (1265) BUGS : NOTES : Updated copyright information
git-svn-id: svn://svn.anope.org/anope/trunk@1265 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@983 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-08-26 15:33:06 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
d20ad8e180
|
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
git-svn-id: svn://svn.anope.org/anope/trunk@1261 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@979 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-08-08 18:25:14 +00:00 |
|
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
|
902eedeb6f
|
BUILD : 1.7.13 (986) BUGS : n/a NOTES : Propagated CHAN_X_INVALID to all languages and Changes.lang
git-svn-id: svn://svn.anope.org/anope/trunk@986 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@711 5417fbe8-f217-4b02-8779-1006273d7864
|
2006-03-01 15:20:15 +00:00 |
|
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
|
66248d41ff
|
Applied patches by neno and trystan
git-svn-id: svn://svn.anope.org/anope/trunk@966 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@691 5417fbe8-f217-4b02-8779-1006273d7864
|
2006-02-12 10:11:23 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
717e1a1d58
|
BUILD : 1.7.11 (890) BUGS : NOTES : Fixed common_get_vhost/vident to also return vhost/vident on ircds without usermode for vhost/vident
git-svn-id: svn://svn.anope.org/anope/trunk@890 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@637 5417fbe8-f217-4b02-8779-1006273d7864
|
2005-09-18 14:50:57 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
96832f34e7
|
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.
git-svn-id: svn://svn.anope.org/anope/trunk@765 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@526 5417fbe8-f217-4b02-8779-1006273d7864
|
2005-05-04 11:17:29 +00:00 |
|
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
|
f91057c662
|
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.
git-svn-id: svn://svn.anope.org/anope/trunk@556 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@409 5417fbe8-f217-4b02-8779-1006273d7864
|
2005-01-27 06:10:08 +00:00 |
|
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
|
1ef4a60c46
|
BUILD : 1.7.7 (549) BUGS : N/A NOTES : Fixes a segfault with the last commit
git-svn-id: svn://svn.anope.org/anope/trunk@549 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@402 5417fbe8-f217-4b02-8779-1006273d7864
|
2005-01-17 04:31:45 +00:00 |
|
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
|
4797b990aa
|
BUILD : 1.7.7 (548) BUGS : N/A NOTES : Support for PTlinks VHOST (NEWMASK) command.
git-svn-id: svn://svn.anope.org/anope/trunk@548 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@401 5417fbe8-f217-4b02-8779-1006273d7864
|
2005-01-17 03:19:41 +00:00 |
|
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
|
f18d506cad
|
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
git-svn-id: svn://svn.anope.org/anope/trunk@468 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@322 5417fbe8-f217-4b02-8779-1006273d7864
|
2004-12-02 06:06:47 +00:00 |
|
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
|
4ed066cc22
|
BUILD : 1.7.5 (399) BUGS : 180, 181 NOTES : code tidy up, fixes a few items from bug 180 and 181
git-svn-id: svn://svn.anope.org/anope/trunk@399 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@263 5417fbe8-f217-4b02-8779-1006273d7864
|
2004-10-15 05:08:53 +00:00 |
|
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
|
e6ed7b9eb5
|
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
git-svn-id: svn://svn.anope.org/anope/trunk@395 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@260 5417fbe8-f217-4b02-8779-1006273d7864
|
2004-10-13 18:28:55 +00:00 |
|
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
|
20d3109377
|
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
git-svn-id: svn://svn.anope.org/anope/trunk@383 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@252 5417fbe8-f217-4b02-8779-1006273d7864
|
2004-10-10 05:51:21 +00:00 |
|
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
|
048ddbeb2f
|
BUILD : 1.7.5 (378) BUGS : N/A NOTES : News reodering - DrStein, TSMODE issues - TSL, NULL crash fixes - TSL
git-svn-id: svn://svn.anope.org/anope/trunk@378 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@248 5417fbe8-f217-4b02-8779-1006273d7864
|
2004-10-08 04:09:53 +00:00 |
|
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
|
676b8eaf7f
|
BUILD : 1.7.5 (362) BUGS : 17 143 147 166 172 173 NOTES : Applied patch 927 provided by Trystan.
git-svn-id: svn://svn.anope.org/anope/trunk@362 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@233 5417fbe8-f217-4b02-8779-1006273d7864
|
2004-09-29 20:19:18 +00:00 |
|
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
|
61a23cd017
|
BUILD : 1.7.5 (327) BUGS : none NOTES : Merged anope-capab into main trunk...
git-svn-id: svn://svn.anope.org/anope/trunk@327 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@203 5417fbe8-f217-4b02-8779-1006273d7864
|
2004-08-23 18:36:58 +00:00 |
|
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
|
a1479a8775
|
BUILD : 1.7.4 (264) BUGS : N/A NOTES : Switched to autoconf - try to commit part 1
git-svn-id: svn://svn.anope.org/anope/trunk@264 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@169 5417fbe8-f217-4b02-8779-1006273d7864
|
2004-07-19 14:08:30 +00:00 |
|