cyberbotx
|
8431ac369b
|
Converted many C-style casts to C++-style casts.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1788 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-23 19:12:20 +00:00 |
|
cyberbotx
|
16e667a2ce
|
Replaced most uses of smalloc and scalloc with new, replaced most uses of free with delete.
NOTE: This build is unstable due to lack of memory zeroing, this will be addresses in a future commit.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1783 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-22 01:11:19 +00:00 |
|
cyberbotx
|
04c8b28ae7
|
Removed some signed/unsigned comparison warnings.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1766 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-20 03:35:16 +00:00 |
|
rburchell
|
16321e7638
|
Remove an insane amount of backwards compatibility from database loading, this means that only latest DB versions will load, others will print an error.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1750 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-18 15:26:18 +00:00 |
|
rburchell
|
6c55e0a529
|
Insane commit of doom: s/ \t/g
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1681 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-14 20:57:20 +00:00 |
|
rburchell
|
f25ca483fa
|
Various small fixes, part #2.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1670 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-14 20:03:07 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
df30d0bc2a
|
Move modules_core_init() to ModuleManager::LoadModuleList().
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1612 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-09 03:11:54 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
d5162d6e45
|
Fix various scary stuff to do with API.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1584 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-08 01:00:16 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
ec9dafb778
|
Rip out SQL. It's utterly useless in current implementation.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1502 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-02 23:50:53 +00:00 |
|
Naram Qashat cyberbotx@cyberbotx.com
|
eaf557fc86
|
Added timeout directive to defcon block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1496 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-27 01:05:53 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
f09953561b
|
Merge commit 'cbx/anopeng-charfix' into anopeng
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1408 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-03 17:37:45 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
968616980c
|
Merge commit 'cbx/anopeng-uid' into anopeng-uid
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1395 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-03 08:00:31 +00:00 |
|
Naram Qashat cyberbotx@cyberbotx.com
|
1b6c423898
|
Replaced anope_SendSGLine() with direct call to SendSGLine() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1361 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 21:57:10 +00:00 |
|
Naram Qashat cyberbotx@cyberbotx.com
|
6ba871c953
|
Replaced anope_SendSZLine() with direct call to SendSZLine() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1360 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 21:56:14 +00:00 |
|
Naram Qashat cyberbotx@cyberbotx.com
|
9c685cd1d5
|
Replaced anope_SendSZLineDel() with direct call to SendSZLineDel() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1359 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 21:55:12 +00:00 |
|
Naram Qashat cyberbotx@cyberbotx.com
|
82fa350987
|
Replaced anope_SendSGLineDel() with direct call to SendSGLineDel() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1358 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 21:54:20 +00:00 |
|
Naram Qashat cyberbotx@cyberbotx.com
|
6c305a3d67
|
Replaced anope_SendGlobops() with direct call to SendGlobops() in IRCDProto class.
Added SendGlobopsInternal() function to IRCDProto class, now SendGlobops() is a stub to handle varargs.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1347 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 21:02:37 +00:00 |
|
Naram Qashat cyberbotx@cyberbotx.com
|
809f55f1cc
|
Replaced anope_SendSQLineDel() with direct call to SendSQLineDel() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1344 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 20:18:03 +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 |
|
Naram Qashat cyberbotx@cyberbotx.com
|
af0bf80a07
|
Replaced anope_SetAkill() with direct call to SetAkill() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1325 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 17:58:15 +00:00 |
|
Naram Qashat cyberbotx@cyberbotx.com
|
ab07a491a4
|
Replaced anope_SendAkillDel() with direct call to SendAkillDel() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1322 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 17:33:41 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
f0caf3a4e0
|
SVSJOIN, SVSPART, CTCP, svid_umode*, unregistered nickchange func renames
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1312 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 14:08:21 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
a11aa3e493
|
Convert a bunch more protocol stuff.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1308 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 08:49:02 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
809ed7c2c0
|
Convert various to new name scheme.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1306 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 08:39:28 +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
|
d5d6b049e0
|
Rename a bunch of functions to use new scheme.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1299 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-10-02 08:28:10 +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
|
2fd6bf39b1
|
Remove 'skeleton' mode. It's not really all that useful.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1200 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:09 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
3e6f3f6b54
|
Fixes for g++
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1179 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:09 +00:00 |
|
drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
|
46c09b5da9
|
BUILD : 1.7.21 (1385) BUGS : 862 NOTES : rdb_close() where rdb_open() is used in rdb_dbase() functions.
git-svn-id: svn://svn.anope.org/anope/trunk@1385 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1100 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-02-12 14:56:33 +00:00 |
|
drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
|
2c82302421
|
BUILD : 1.7.21 (1381) BUGS : 868 NOTES : Fixed memory leak in add_akill().
git-svn-id: svn://svn.anope.org/anope/trunk@1381 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1096 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-02-11 21:02:15 +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
|
1baff08ad8
|
BUILD : 1.7.21 (1373) BUGS : 855 NOTES : Fixed various issues in handling of DefCon modes with params
git-svn-id: svn://svn.anope.org/anope/trunk@1373 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1088 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-02-05 14:35: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
|
f946a555d0
|
BUILD : 1.7.19 (1268) BUGS : 714 NOTES : Moved left settings for commands to core modules.
git-svn-id: svn://svn.anope.org/anope/trunk@1270 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@988 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-08-27 03:23:06 +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
|
f3d98aecbc
|
BUILD : 1.7.19 (1262) BUGS : 727 NOTES : Fixed DefConChanModes being re-set while being unset
git-svn-id: svn://svn.anope.org/anope/trunk@1262 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@980 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-08-08 18:41:42 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
2a0c54c27c
|
BUILD : 1.7.19 (1253) BUGS : 737 NOTES : Fixed GlobalOnCycle notices being sent to Anope itself and juped servers
git-svn-id: svn://svn.anope.org/anope/trunk@1253 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@972 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-07-09 11:09:33 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
ab0dc81bc2
|
BUILD : 1.7.18 (1237) BUGS : 661 NOTES : Fixed DefCon which did not force DefConChanModes when it was enabled
git-svn-id: svn://svn.anope.org/anope/trunk@1237 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@956 5417fbe8-f217-4b02-8779-1006273d7864
|
2007-04-21 11:19:52 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
4e409e31cb
|
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)
git-svn-id: svn://svn.anope.org/anope/trunk@1210 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@929 5417fbe8-f217-4b02-8779-1006273d7864
|
2006-12-24 17:51:32 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
6e41124608
|
BUILD : 1.7.17 (1198) BUGS : NOTES : Reviewed and updated all of the MySQL code...
git-svn-id: svn://svn.anope.org/anope/trunk@1198 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@917 5417fbe8-f217-4b02-8779-1006273d7864
|
2006-12-09 22:35:44 +00:00 |
|
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
|
570acfa25f
|
# BUILD : 1.7.14 (1099) # BUGS : # NOTES : removed all that clone stuff
git-svn-id: svn://svn.anope.org/anope/trunk@1099 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@823 5417fbe8-f217-4b02-8779-1006273d7864
|
2006-07-22 21:13:32 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
b95c53765c
|
BUILD : 1.7.14 (1048) BUGS : 510 NOTES : Fixed a lot of redundant function declarations
git-svn-id: svn://svn.anope.org/anope/trunk@1048 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@772 5417fbe8-f217-4b02-8779-1006273d7864
|
2006-06-13 12:37:17 +00:00 |
|
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
|
c7c2ca7b51
|
# BUILD : 1.7.13 (984)
# BUGS : 451 459
# NOTES : bug fixing day!
git-svn-id: svn://svn.anope.org/anope/trunk@984 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@709 5417fbe8-f217-4b02-8779-1006273d7864
|
2006-03-01 14:37:56 +00:00 |
|
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
|
6825c4c6dc
|
BUILD : 1.7.9 (783) BUGS : NOTES : Fixed most compiler warnings for the core (not modules) when using make strict
git-svn-id: svn://svn.anope.org/anope/trunk@783 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@543 5417fbe8-f217-4b02-8779-1006273d7864
|
2005-05-06 09:16:55 +00:00 |
|
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
|
e058391883
|
BUILD : 1.7.8 (753) BUGS : N/a NOTES : Merged anope-dev with trunk
git-svn-id: svn://svn.anope.org/anope/trunk@753 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@516 5417fbe8-f217-4b02-8779-1006273d7864
|
2005-05-02 19:02:12 +00:00 |
|
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
|
7983a0acbd
|
BUILD : 1.7.8 (633) BUGS : none NOTES : OS SET SQL ON shall warn about SQL disabled in services.conf
git-svn-id: svn://svn.anope.org/anope/trunk@633 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@481 5417fbe8-f217-4b02-8779-1006273d7864
|
2005-03-17 14:52:28 +00:00 |
|
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
|
0ec837922c
|
BUILD : 1.7.8 (611) BUGS : none NOTES : alogs display the real host instead of vhost.
git-svn-id: svn://svn.anope.org/anope/trunk@611 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@459 5417fbe8-f217-4b02-8779-1006273d7864
|
2005-03-08 15:07:01 +00:00 |
|
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
|
2278e8c77b
|
BUILD : 1.7.8 (607) BUGS : N/A NOTES : Clean up after proxy was removed, some Win32 touch ups
git-svn-id: svn://svn.anope.org/anope/trunk@607 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@455 5417fbe8-f217-4b02-8779-1006273d7864
|
2005-03-08 05:45:40 +00:00 |
|