Adam-
|
de7b668ad1
|
Removed the file name arg from MODULE_INIT
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2510 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-09-20 00:40:14 +00:00 |
|
Adam-
|
68592b0445
|
Removed command position from Module::AddCommand(), it is no longer used because of OnPreCommand/OnPostCommand
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2505 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-09-15 21:00:51 +00:00 |
|
cyberbotx
|
b2a57b0974
|
Changed params parameter of Command's Execute() from std::vector<std::string> to std::vector<ci::string>, seems to have no ill effects but may require some testing to be sure.
Also a few minor cleanups here and there.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2392 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-07-25 00:37:43 +00:00 |
|
cyberbotx
|
578da38d30
|
Replace Set*Help() functions with virtual *ServHelp() functions that can be overriden in a module's Module class. Patch from Adam.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2266 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-04-06 21:25:56 +00:00 |
|
rburchell
|
f74036dc58
|
Set CFLAG_ALLOW_UNREGISTERED on commands which should be usable for unidentified users.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2066 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-02-15 15:23:26 +00:00 |
|
rburchell
|
b0e41b4811
|
Fix *_help, so they work and, uh, don't crash.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2010 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-02-11 00:57:47 +00:00 |
|
rburchell
|
fe39b96db7
|
Fix modules to use the right type (CommandReturn, not CommandResult)
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1977 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-02-10 16:17:16 +00:00 |
|
rburchell
|
d7d01bdc5c
|
Squashed commit: merge next (1.9.1) back to trunk.
SVN users, NOTE: THIS WILL NOT BUILD, NOR SHOULD YOU RUN IT YET.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1953 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-02-09 21:01:05 +00:00 |
|
sjaz
|
73bd4f99ca
|
Housekeeping contact address updates.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1914 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-01-03 17:06:39 +00:00 |
|
rburchell
|
fba6ec736d
|
Update copyrights for 2009.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1909 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-01-02 18:20:35 +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 |
|
Robin Burchell w00t@inspircd.org
|
1072827648
|
Move moduleAddCommand and moduleDelCommand to Module:: members.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1597 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-08 17:00:55 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
1c3b8e15c2
|
moduleAddVersion -> Module::SetVersion
moduleAddAuthor -> Module::SetAuthor
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1590 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-08 01:54:17 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
7ac7c564f5
|
moduleSetType() -> Module::SetType().
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1583 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-08 00:48:04 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
d18d3f094c
|
Convert moduleSetType() to not require a module pointer.. actually, this is probably the wrong way to go about this (we should use a member func),
but who cares for now.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1580 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-08 00:34:29 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
e459e5833e
|
Call the new base constructor too.. let's hope this all works?
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1578 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-08 00:14:35 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
8d4789efaa
|
Convert all the derived module constructors to take the new parameter (sed must be worshipped). They still call the base constructor the wrong way.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1577 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-08 00:12:54 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
4171f140c2
|
Add module name to MODULE_INIT. This is not yet actually used, but it will be soon.. >_>
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1567 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-06 22:48:59 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
e1344b1cab
|
Convert HelpServ (useless crap..) and HostServ.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1554 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-04 22:28:32 +00:00 |
|
Robin Burchell w00t@inspircd.org
|
a3a360394e
|
Add MODULE_INIT to all modules, fix a few various crashes.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1273 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-09-30 18:45:13 +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 |
|
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 |
|
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 |
|