Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-29 | Redo some of the sighandling code, and made anoperc rehash actually work. | Adam | |
2010-08-28 | Clean up some of the old now unused IRCDVar struct vars, and made the ↵ | Adam | |
logchan bots join if the IRCd requires them to | |||
2010-08-27 | Removed options:keeplogs because its no longer used | Adam | |
2010-08-27 | Added a new logging system | Adam | |
2010-08-21 | Removed Config.bat and install.js and replaced it with a small C# program ↵ | Adam | |
that tends to fail less. | |||
2010-08-17 | Rewrote the config reader to better handle invalid configs. | Adam | |
This prevents Anope from exploding when /os reload has errors. | |||
2010-08-15 | Rewrote the MySQL API to use threads. This acts similar to before, but is ↵ | Adam | |
faster. Removed db_mysql_execute for now. | |||
2010-08-14 | Fixed some chanserv help set/saset replies | lethality | |
2010-08-05 | Update TODO, and minor change to enc_md5 (no, it doesn't fix encryption with ↵ | Naram Qashat | |
1.9 git yet, I'll get to that eventually) | |||
2010-08-02 | Added Italics support to the BotSev kickers | lethality | |
2010-07-27 | Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ↵ | Adam | |
release builds | |||
2010-07-15 | Moved some files and diretories around, made cmake skip files it knows it ↵ | Adam | |
can't compile because of missing dependices. | |||
2010-07-10 | Added options:hideprivilegedcommands config option to hide privileged ↵ | Adam | |
commands from normal users | |||
2010-07-10 | Added ns_set_misc and cs_set_misc. | Adam | |
These modules allows users to configure settable options in /ns and /cs set that will be displayed in /ns and /cs info. Removed os_info, cs_set_url, ns_set_url, cs_set_email, ns_set_icq | |||
2010-07-08 | Added an epoll socket engine | Adam | |
2010-06-27 | Removed nickserv/chanserv info all, just have info show all information | Adam | |
2010-06-25 | docs/TOOlS -> docs/TOOLS | Adam | |
2010-06-25 | Moved src/tools/README to docs/TOOLS | Adam | |
2010-06-20 | Added m_helpchan to replace the cores helpchannel functionality | Adam | |
2010-06-19 | Updated TODO | Adam | |
2010-06-18 | Switched cs_set to the subcommand system and added cs_saset | Adam | |
2010-06-18 | Burned slist, rewrote operservs XLine code | Adam | |
2010-06-18 | Added a founder access level used to determin who is a channel founder. This ↵ | Adam | |
is completely independant of the owner levels | |||
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam | |
2010-06-18 | Rewrote the mail system to use threading | Adam | |
2010-06-18 | Added the nickserv/ungroup command | Adam | |
2010-06-18 | Made opertypes inheritable | Adam | |
2010-06-18 | Added nickserv/auspex permission and fixed core modules so they build | Adam | |
2010-06-18 | Tell users when their nicks expire in /ns glist and /ns info | Adam | |
2010-06-18 | Updated TODO to contain most of what 1.9.3 will have | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3011 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-06-18 | Initialize 1.9.3 SVN | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3009 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-06-03 | Removed ircd->b_delay_auth, have User::CheckAuthenticationToken validate ↵ | Adam- | |
users. Fixes us telling people to identify after netmerge then silently identifying them once we process svid. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2994 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-23 | Fixed bug #1167 - Fixed rsquitting juped servers on InspIRCd1.2+ | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2980 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-17 | Made is possible to change levels back to founder only and made founder only ↵ | Adam- | |
levels only apply to the real founder. Changed the defaults for things such as autoowner to ACCESS_QOP git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2965 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-08 | Removed channel passwords from the CHAN_HELP_REGISTER and CHAN_HELP_DROP ↵ | Adam- | |
language strings git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2942 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-07 | Removed the chanserv/aop/list command perm and switched it with ↵ | Adam- | |
chanserv/access/list. Fixed a bug so users on the access list can request the vop and hop list. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2940 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-04 | db_mysql_read now loads the full database | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2928 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-02 | Moved CODING, TODO, and Changes* to docs/. Removed unused empty file install-sh. | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2926 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-01 | Added support for InspIRCd 2.0 | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2925 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-02-28 | Added in support for live updating MySQL databases and the ability to ↵ | Adam- | |
execute commands to Anope through MySQL. Currently database support only applies to NickServ, ChanServ and BotServ but will be expanded soon. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2798 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-02-10 | Changed up a small part of the mode API for preparation for dynamic mode ↵ | Adam- | |
support at runtime git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2789 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-02-10 | Updated docs to reflect CAPAB change | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2788 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-02-06 | Recieve the max number of modes we can set at once from the IRCd and use it | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2783 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-01-15 | burned helpserv from README | DukePyrolator | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2759 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 | |||
2009-12-14 | Updated docs/IRCD to reflect recent changes in the ircdvar struct, and made ↵ | Adam- | |
botinfo constructors set created time not bs_bot, db loaders will change it later if needed git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2702 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-12-05 | Added options:mlock in the config so you can set what modes should be locked ↵ | Adam- | |
on new channels git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2690 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-11-13 | Updated docs dir, specifically the IRCD and EVENTS file to be up to date ↵ | Adam- | |
with 1.9s new systems git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2648 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-10-07 | Removed OLDCHANGES from CMakes list of files to install, it doesn't exist ↵ | Adam- | |
anymore git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2540 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-08-06 | Split off troubleshooting into its own file from FAQ and linked to the wiki ↵ | sjaz | |
for updates. (Thanks again Amanda) git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2433 5417fbe8-f217-4b02-8779-1006273d7864 |