Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-07 | Added db_mysql_live which allows Anope to pull data | Adam | |
from the four main SQL tables in realtime, which effectively gives us "live" SQL. Changed eventfd pipe engine to not use buffered write. Added TryLock to threading engines. Made blocking SQL queries in our SQL API thread-safe. | |||
2011-01-05 | update copyrights for 2011 | lethality | |
2010-12-30 | restoring topic for permchans on burst | DukePyrolator | |
2010-12-29 | Assign bots to new empty permanent channels on IRCds without permchannel ↵ | Adam | |
mode not just join | |||
2010-12-29 | Use empty SJOINs when allowed to create empty permanent channels | Adam | |
2010-12-24 | Fixed Windows build | Adam | |
2010-12-22 | Removed match_usermask | Adam | |
2010-12-12 | Cleaned up some things, made the protocol modules use some basic inheritance ↵ | Adam | |
to cut back on their code duplication. More work can be done in the future to remove even more of it. | |||
2010-12-12 | Do not use wildcard matching when looking up hosts on access add/del | Adam | |
2010-12-12 | Allowing adding hostmasks to channel access lists | Adam | |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam | |
2010-12-12 | Added /chanserv clone command | Adam | |
2010-11-17 | Fixed the mlock events to be useful and fixed /cs access view's last used time | Adam | |
2010-10-04 | Attempt to write back the old mlock to the databases if we try and fail to ↵ | Adam | |
connect to the uplink. Because we may not know modes until after we are synced we could accidentally nuke all of the mlocks | |||
2010-10-02 | Made ChanServ optional | Adam | |
2010-09-26 | Changed the language system to use gettext | Adam | |
2010-09-17 | Fixed bug #1190 and prevent m_dnsbl from akilling a user multiple times if ↵ | Adam | |
they are in multiple blacklists | |||
2010-09-15 | Rewrote all of the topic code, fixes a few topic related problems on some ↵ | Adam | |
older IRCds | |||
2010-09-10 | Added Anope::CurTime to keep us from calling time() everywhere | Adam | |
2010-08-27 | Added a new logging system | Adam | |
2010-08-21 | Made Anope keep track of channels its clients are in if it splits from its ↵ | Adam | |
uplink, then burst them back to its uplink once connection is reestablished. Also made Anope use TS enforcement to change persistant channels creation time to the time they were registered. | |||
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 | Cleanup of various different crashes/inconsistancies | Adam | |
2010-08-01 | Set the correct bs default flags on new channels | Adam | |
2010-08-01 | Fixed botserv bots parting empty channels. This also allows setting ↵ | Adam | |
bsminusers to 0, which keeps the botserv bot in the channel at all times. | |||
2010-07-28 | Some code cleanup in regchannel.cpp. | Naram Qashat | |
2010-07-27 | Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ↵ | Adam | |
release builds | |||
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 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-06-27 | Made Anope track its own clients internally as if they were real users | Adam | |
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-18 | Burned slist, rewrote operservs XLine code | Adam | |
2010-06-18 | Dont load mlock from the database until after Anope is connected, it doesnt ↵ | Adam | |
know all of the available modes until then | |||
2010-06-18 | Removed process_numlist and having to mark everything as "in use" and ↵ | Adam | |
constantly checking it. Replaced with a better system. | |||
2010-06-18 | Store modes in users and channels using the Flags class, cleaner | Adam | |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam | |
2010-06-18 | Prevent negaitve mode changes, kicks, bans, and autokicks from affecting ↵ | Adam | |
users with unreal usermode +q or similar | |||
2010-06-18 | Rewrote all of the server handling code | Adam | |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam | |
2010-05-17 | Free access and badwords list when channels are deleted | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2964 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-14 | Fixed many windows problems in the debug build | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2960 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-30 | Do not join ChanServ to hold channels if the channel is syncing | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2922 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-30 | Don't use botserv bots to hold channels open, becomes too much of a problem ↵ | Adam- | |
if people unassign/reassign bots etc git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2921 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-29 | Properly track users who join channels using an exception | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2920 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-25 | Allow superadmins and ulines to join channels always | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2916 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-09 | Made the mode stacker never send a mode change for something that is already ↵ | Adam- | |
(un)set, and set -r when dropping channels git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2868 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-03-31 | Added akicks into SQL | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2848 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-03-31 | Added last used time to akick view | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2846 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-03-28 | Finish rest of BotServ SQL stuff | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2839 5417fbe8-f217-4b02-8779-1006273d7864 |