Adam
|
c8b3809fc9
|
Added akill ids
|
2011-10-22 11:21:21 -04:00 |
|
Adam
|
ddc3c2f38c
|
Added options:nonicknameownership config option
|
2011-10-14 12:20:07 -04:00 |
|
Adam
|
d4db2b84f2
|
Made the IsValidHost checks configurable
|
2011-09-10 01:58:38 -04:00 |
|
Adam
|
13e8b26989
|
Made email messages sent by services configurable
|
2011-09-10 01:52:59 -04:00 |
|
Adam
|
4a7ba7ef4c
|
Removed SZLine. Instead, have AKILL determine whether or not a ZLINE should be set.
|
2011-09-10 00:58:35 -04:00 |
|
Adam
|
9ec18a3b02
|
Added a command:permission setting
|
2011-08-04 21:59:01 -04:00 |
|
Adam
|
f858164dee
|
Rewrote how commands are handled within Anope.
This allows naming commands and having spaces within command names.
|
2011-07-14 02:31:12 -04:00 |
|
Adam
|
115f94bfc2
|
Made Anope able to process normally when disconnected from the uplink and not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp.
|
2011-05-21 04:57:27 -04:00 |
|
Adam
|
fd4b52ec38
|
Added os_forbid
|
2011-05-16 04:10:18 -04:00 |
|
Adam
|
583954d3a1
|
Use module type to determine what type each module is instead of its location in the configuration file.
|
2011-05-16 04:09:32 -04:00 |
|
Adam
|
8fb1604f64
|
Fixed reading empty config values in the multiconfig code, caused by removal of DT_CHARPTR
|
2011-05-16 04:09:07 -04:00 |
|
Adam
|
13aa58ce5d
|
Removed DT_CHARPTR from the config reader, its unneeded
|
2011-05-16 04:06:22 -04:00 |
|
Adam
|
c8c23158a4
|
Moved the core pseudo clients out into their own modules
|
2011-05-16 04:06:17 -04:00 |
|
Adam
|
8dbdfa9a44
|
Fixed windows build
|
2011-03-29 13:43:40 -04:00 |
|
DukePyrolator
|
365769d14c
|
replaced all %R with %s in the language strings
|
2011-03-26 08:20:05 +01:00 |
|
Adam
|
ed73d76751
|
Rewrote some of the opertype system, added os_login
|
2011-03-14 13:52:26 -04:00 |
|
Adam
|
1ee3d3d810
|
Added os_config and support for including additional configuration files.
|
2011-03-11 00:47:28 -05:00 |
|
Adam
|
6fe2d8af97
|
Removed nickrequests, instead have unconfirmed registrations. Also made ns_resetpass allow remote-id to get past things such as kill immed.
|
2011-03-05 17:23:22 -05:00 |
|
Adam
|
ee38756982
|
Fixed a lot of small problems
|
2011-02-25 21:40:43 -05:00 |
|
Adam
|
1372dc1953
|
Removed the Wallop config options and replaced them with the new log system
|
2011-02-12 16:17:17 -05:00 |
|
Adam
|
ab2e34d817
|
Added options:nomlock
|
2011-01-19 00:31:18 -05:00 |
|
Adam
|
8975b52cc3
|
Added ns_ajoin
|
2011-01-17 15:46:53 -05:00 |
|
Adam
|
697dc89382
|
Added a default expiry time for suspended and forbidden nicks and channels
|
2010-12-12 19:36:01 -05:00 |
|
Adam
|
a85112172d
|
Removed and deprecated /cs set mlock, removed /cs clear, removed /os clearmodes, removed /cs akick (un)stick, added /cs clearusers
|
2010-12-12 19:33:59 -05:00 |
|
Adam
|
d7aa5f6a3a
|
Fixed Windows build
|
2010-10-11 18:47:54 -04:00 |
|
Adam
|
717c123441
|
Fixed some warnings
|
2010-10-11 15:37:39 -04:00 |
|
Adam
|
d646d455e2
|
Changed the language system to use gettext
|
2010-09-26 02:33:01 -04:00 |
|
Adam
|
46813ccb8c
|
Added an asynchronous DNS system and m_dnsbl, which checks clients against DNS blacklists.
Rewrote internal handling of IPs, we now properly support users using IPv6.
Fixed a few problems with the UnrealIRCd protocol module.
|
2010-09-09 23:43:11 -04:00 |
|
Adam
|
f276927365
|
Redo some of the sighandling code, and made anoperc rehash actually work.
|
2010-08-29 19:28:04 -04:00 |
|
Adam
|
334e5a4ef9
|
Removed options:keeplogs because its no longer used
|
2010-08-27 23:05:22 -04:00 |
|
Adam
|
c2ddecc2b1
|
Added a new logging system
|
2010-08-27 20:56:28 -04:00 |
|
Adam
|
e65d8b2f3d
|
Rewrote the config reader to better handle invalid configs.
This prevents Anope from exploding when /os reload has errors.
|
2010-08-17 19:27:37 -04:00 |
|
Naram Qashat
|
57bb759305
|
Trying to make things a little more const-safe, a work in progress but this is a bit better.
|
2010-07-26 23:32:03 -04:00 |
|
Naram Qashat
|
ae38212c1c
|
Epic commit to replace most of the strings in Anope with a single Anope::string class, plus some other little fixes here and there. If you follow 1.9.x development and are testing things, THIS is one of those things that NEEDS testing.
|
2010-07-25 21:58:20 -04:00 |
|
Adam
|
63d7142465
|
Added options:hideprivilegedcommands config option to hide privileged commands from normal users
|
2010-07-10 22:50:18 -04:00 |
|
Adam
|
1cf4ebb231
|
Added an epoll socket engine
|
2010-07-08 22:19:13 -04:00 |
|
Adam
|
d49aee6cf8
|
Made the flags class take an optional size arg
|
2010-06-26 22:50:02 -04:00 |
|
Naram Qashat
|
63d7bee2a6
|
Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9
Conflicts:
include/config.h
|
2010-06-20 18:51:03 -04:00 |
|
Naram Qashat
|
381c9c8870
|
The first of a few "CBX OCDing over code style" commits, focusing on include/* and src/* but not src/core/* or src/modules/*.
|
2010-06-20 18:42:58 -04:00 |
|
Adam
|
e8a1570ed9
|
Added m_helpchan to replace the cores helpchannel functionality
|
2010-06-20 14:04:17 -04:00 |
|
Adam
|
2fba686904
|
Burned slist, rewrote operservs XLine code
|
2010-06-18 21:04:05 -04:00 |
|
Adam
|
e78a055c2b
|
Removed old config.h and moved configreader.h to config.h
|
2010-06-18 21:00:02 -04:00 |
|
Adam
|
c4b725b2e1
|
Removed all references to $, git has no svn keywords
|
2010-06-18 18:39:30 -04:00 |
|
Adam-
|
973ecb7058
|
Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconnecting if it loses connection to the uplink.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2862 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-04-08 20:23:00 +00:00 |
|
Adam-
|
3ffd917926
|
Rewrote arg parsing system, changed lots of std::string*s to std::string&, made --config arg, and made Anope print out a few lines of information when starting
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2833 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-03-24 00:46:53 +00:00 |
|
Adam-
|
9302af51a3
|
Added options:passlen
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2831 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-03-21 19:57:22 +00:00 |
|
Adam-
|
287169d6e8
|
Made the database file name configurable
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2830 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-03-21 19:57:14 +00:00 |
|
Adam-
|
fc05827621
|
Made usermax and hostmax configurable
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2829 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-03-21 19:57:08 +00:00 |
|
pimpmylinux
|
0a61c06860
|
updated copyright info for 2010
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2753 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-01-11 19:36:24 +00:00 |
|
Adam-
|
2708eea5d1
|
Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with std::string
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2732 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-01-04 05:45:58 +00:00 |
|