cyberbotx
|
f7088139a0
|
Fix bug 993, Anope was crashing on /os reload, no longer crashes.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1920 5417fbe8-f217-4b02-8779-1006273d7864
|
2009-01-12 18:25:28 +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 |
|
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
|
bfedbe0370
|
Fixed a potential memory leak in the config parser.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1785 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-22 18:24:20 +00:00 |
|
cyberbotx
|
b62f8b67f5
|
Changed integer config values that were marked PARAM_POSINT in the old config to unsigned integers.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1765 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-20 02:06:30 +00:00 |
|
cyberbotx
|
fa82184d9c
|
Removed old example.conf and replaced with example_new.conf, services.conf will now be read by the new parser and not services_new.conf
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1764 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-20 02:06:20 +00:00 |
|
cyberbotx
|
0f069f0e8b
|
Converted modules to use ConfigReader to access new config parser.
Added all module directives to new config.
Removed references to old config parser (not sure if I got them all, though).
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1756 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-19 00:48:29 +00:00 |
|
cyberbotx
|
57b115363c
|
Removed autokilldatabase directive from operserv block as it is no longer in use with the removal of legacy database support.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1752 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-18 17:06:20 +00:00 |
|
cyberbotx
|
dbcc42e932
|
Added localhost and localport directives to serverinfo block in new config.
Removed some more MySQL references.
Added proper check for uplink block to make sure there is at least one defined.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1748 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-18 03:24:48 +00:00 |
|
cyberbotx
|
ffbcff1604
|
Added support for multiple uplink blocks in the new config.
Moved the type and id directives from the uplink block to the serverinfo block.
Small config fixes.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1746 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-16 19:31:31 +00:00 |
|
cyberbotx
|
72a4c7e6c7
|
Added module blocks for autoloading non-core modules.
Modified buildStringList to take an std::string and use spacesepstream instead of strtok.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1745 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-16 17:44:35 +00:00 |
|
cyberbotx
|
0db67c7938
|
Fix a few lines added/changed earlier to be the way they should be.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1744 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-16 02:20:12 +00:00 |
|
rburchell
|
1d45a53fa2
|
Remove UseTS6. This is now on or off at an ircd, not a config level. Move Chary to obsolete for now, it's identical to ratbox anyway in most regards, and it's getting annoying having to redo the same work twice..
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1740 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-16 01:26:47 +00:00 |
|
rburchell
|
61f2ce9a41
|
Enable SVSHOLD for Insp1.1/1.2, remove UseSVSHOLD. Enforcer support may go away, as it is hacky, and no longer used with any of the ircds.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1739 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-16 00:56:47 +00:00 |
|
rburchell
|
01806ba861
|
Remove UnRestrictSAdmin.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1738 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-16 00:56:17 +00:00 |
|
cyberbotx
|
69d5982adb
|
Remove the MySQL related directives from the old config as MySQL has been ripped out of 1.9 for the time being.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1737 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 21:49:16 +00:00 |
|
cyberbotx
|
8131ca2c98
|
Added ulineservers directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1736 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 21:49:07 +00:00 |
|
cyberbotx
|
77c47e06a8
|
Added newscount directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1735 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 21:48:55 +00:00 |
|
cyberbotx
|
561096f729
|
Added restrictopernicks directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1734 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 21:48:44 +00:00 |
|
cyberbotx
|
a5ef72b9b4
|
Added nickregdelay directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1733 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 21:48:33 +00:00 |
|
cyberbotx
|
45e9c393df
|
Added anonymousglobal directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1732 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 21:48:20 +00:00 |
|
cyberbotx
|
f0fe5427ff
|
Added globaloncycleup directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1728 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 21:20:13 +00:00 |
|
cyberbotx
|
3ae892c608
|
Added globaloncycledown directive to options block in new config.
Added ValidateGlobalOnCycle function to validate the directives that control Global on cycle.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1727 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 21:20:00 +00:00 |
|
cyberbotx
|
e696a843fc
|
Added globaloncycle directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1726 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 21:19:50 +00:00 |
|
cyberbotx
|
78b1bc9b0a
|
Added hidestatso directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1725 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 21:19:38 +00:00 |
|
cyberbotx
|
dd4069b504
|
Added dumpcore and logusers directives to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1724 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 21:19:28 +00:00 |
|
cyberbotx
|
dc2176560d
|
Added usestrictprivmsg directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1723 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 20:39:49 +00:00 |
|
cyberbotx
|
2aff20acc0
|
Added useprivmsg directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1722 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 20:39:37 +00:00 |
|
cyberbotx
|
db43487faf
|
Added forceforbidreason directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1721 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 20:39:20 +00:00 |
|
cyberbotx
|
c30ec33695
|
Added keepbackups directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1720 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 20:39:02 +00:00 |
|
cyberbotx
|
f3bb3064d2
|
Added keeplogs directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1719 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 20:38:50 +00:00 |
|
cyberbotx
|
28a7779174
|
Added timeoutcheck directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1715 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 19:15:06 +00:00 |
|
cyberbotx
|
2e9f890978
|
Added warningtimeout directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1714 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 19:14:43 +00:00 |
|
cyberbotx
|
4ed52553b0
|
Added readtimeout directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1713 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 19:14:23 +00:00 |
|
cyberbotx
|
486097e27b
|
Added expiretimeout directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1712 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 19:14:05 +00:00 |
|
cyberbotx
|
5fa7475f65
|
Added updatetimeout directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1711 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 19:13:44 +00:00 |
|
cyberbotx
|
ec8fd88965
|
Added badpasstimeout directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1710 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 19:13:26 +00:00 |
|
cyberbotx
|
675c8dc34a
|
Added badpasslimit directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1709 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 19:13:07 +00:00 |
|
cyberbotx
|
55e9bf5aea
|
Added strictpasswords directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1703 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 17:52:45 +00:00 |
|
cyberbotx
|
12b60a78ff
|
Added nobackupokay directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1702 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 17:52:36 +00:00 |
|
cyberbotx
|
a5eb22efd8
|
Added userkey[123] directives to options block in new config.
Added ValueContainerLUInt specialization of ValueContainer for the above directives.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1701 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 17:52:23 +00:00 |
|
cyberbotx
|
7fde7771aa
|
Started options block in new config, added encryption directive to it.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1700 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 17:52:12 +00:00 |
|
cyberbotx
|
cc5bc5b363
|
Config file parser in ServerConfig::LoadConf modified to allow for a single-directive single-line block.
This allows for a construct like: module { name = "load_me" }
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1687 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-15 01:28:58 +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 |
|
robbeh
|
6321db16cf
|
Fixed a few annoying compile warnings
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1664 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-13 21:38:48 +00:00 |
|
Naram Qashat cyberbotx@cyberbotx.com
|
359e7ebdef
|
Added dontquoteaddresses directive to mail block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1626 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-09 23:55:49 +00:00 |
|
Naram Qashat cyberbotx@cyberbotx.com
|
2b07bdbf2f
|
Added delay directive to mail block in new config.
Renamed restrictmail to restrict in mail block.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1625 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-09 23:52:14 +00:00 |
|
Naram Qashat cyberbotx@cyberbotx.com
|
1a89f2475c
|
Added restrictmail directive in mail block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1624 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-09 23:47:54 +00:00 |
|
Naram Qashat cyberbotx@cyberbotx.com
|
fc21dbc2ec
|
Added sendfrom directive to mail block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1623 5417fbe8-f217-4b02-8779-1006273d7864
|
2008-11-09 23:44:34 +00:00 |
|