Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-16 | Use module type to determine what type each module is instead of its ↵ | Adam | |
location in the configuration file. | |||
2011-05-16 | Fixed reading empty config values in the multiconfig code, caused by removal ↵ | Adam | |
of DT_CHARPTR | |||
2011-05-16 | Removed DT_CHARPTR from the config reader, its unneeded | Adam | |
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam | |
2011-03-29 | Fixed windows build | Adam | |
2011-03-26 | replaced all %R with %s in the language strings | DukePyrolator | |
2011-03-14 | Rewrote some of the opertype system, added os_login | Adam | |
2011-03-11 | Added os_config and support for including additional configuration files. | Adam | |
2011-03-05 | Removed nickrequests, instead have unconfirmed registrations. Also made ↵ | Adam | |
ns_resetpass allow remote-id to get past things such as kill immed. | |||
2011-02-25 | Fixed a lot of small problems | Adam | |
2011-02-12 | Removed the Wallop config options and replaced them with the new log system | Adam | |
2011-01-19 | Added options:nomlock | Adam | |
2011-01-17 | Added ns_ajoin | Adam | |
2010-12-12 | Added a default expiry time for suspended and forbidden nicks and channels | Adam | |
2010-12-12 | Removed and deprecated /cs set mlock, removed /cs clear, removed /os ↵ | Adam | |
clearmodes, removed /cs akick (un)stick, added /cs clearusers | |||
2010-10-11 | Fixed Windows build | Adam | |
2010-10-11 | Fixed some warnings | Adam | |
2010-09-26 | Changed the language system to use gettext | Adam | |
2010-09-09 | Added an asynchronous DNS system and m_dnsbl, which checks clients against ↵ | Adam | |
DNS blacklists. Rewrote internal handling of IPs, we now properly support users using IPv6. Fixed a few problems with the UnrealIRCd protocol module. | |||
2010-08-29 | Redo some of the sighandling code, and made anoperc rehash actually work. | Adam | |
2010-08-27 | Removed options:keeplogs because its no longer used | Adam | |
2010-08-27 | Added a new logging system | Adam | |
2010-08-17 | Rewrote the config reader to better handle invalid configs. | Adam | |
This prevents Anope from exploding when /os reload has errors. | |||
2010-07-26 | Trying to make things a little more const-safe, a work in progress but this ↵ | Naram Qashat | |
is a bit better. | |||
2010-07-25 | Epic commit to replace most of the strings in Anope with a single ↵ | Naram Qashat | |
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-10 | Added options:hideprivilegedcommands config option to hide privileged ↵ | Adam | |
commands from normal users | |||
2010-07-08 | Added an epoll socket engine | Adam | |
2010-06-26 | Made the flags class take an optional size arg | Adam | |
2010-06-20 | Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9 | Naram Qashat | |
Conflicts: include/config.h | |||
2010-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on ↵ | Naram Qashat | |
include/* and src/* but not src/core/* or src/modules/*. | |||
2010-06-20 | Added m_helpchan to replace the cores helpchannel functionality | Adam | |
2010-06-18 | Burned slist, rewrote operservs XLine code | Adam | |
2010-06-18 | Removed old config.h and moved configreader.h to config.h | Adam | |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam | |
2010-04-08 | Rewrote sockets. This adds support for IPv6 and makes Anope capable of ↵ | Adam- | |
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-03-24 | Rewrote arg parsing system, changed lots of std::string*s to std::string&, ↵ | Adam- | |
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-21 | Added options:passlen | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2831 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-03-21 | Made the database file name configurable | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2830 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-03-21 | Made usermax and hostmax configurable | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2829 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-01-11 | updated copyright info for 2010 | pimpmylinux | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2753 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-01-04 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ↵ | Adam- | |
std::string git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2732 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-12-31 | Added in new plaintext databases. Note: This currently has no automatic ↵ | Adam- | |
backup feature. Big thanks to Phil on this for mass scale testing git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2722 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-01-03 | Housekeeping contact address updates. | sjaz | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1914 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-01-02 | Update copyrights for 2009. | rburchell | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1909 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2008-11-08 | Fix various scary stuff to do with API. | Robin Burchell w00t@inspircd.org | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1584 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2008-01-13 | BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b | |
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 | |||
2007-08-26 | BUILD : 1.7.19 (1265) BUGS : NOTES : Updated copyright information | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b | |
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 | |||
2006-07-22 | # BUILD : 1.7.14 (1099) # BUGS : # NOTES : removed all that clone stuff | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b | |
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 | |||
2005-01-27 | BUILD : 1.7.7 (556) BUGS : N/A NOTES : synced headers so our copyright is ↵ | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b | |
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 | |||
2004-07-19 | BUILD : 1.7.4 (264) BUGS : N/A NOTES : Switched to autoconf - try to commit ↵ | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b | |
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 |