Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11 | Added ns_set_misc.cpp which was missing from a previous commit | Adam | |
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-09 | Removed autotools and the makefiles. This will be reintroduced differently ↵ | Adam | |
before the 1.9.3 release. | |||
2010-07-08 | Added an epoll socket engine | Adam | |
2010-07-06 | Fixed bug #1173, Made hs_request reject actually reject vhosts | Adam | |
2010-06-27 | The next of a few "CBX OCDing over code style" commits, maybe the last. | Naram Qashat | |
NOTES: I have been unable to compile the db_mysql_* functions on my system here, so those are untested. db-convert seems to be badly programmed and needs more work in my opinion. | |||
2010-06-27 | Made Anope track its own clients internally as if they were real users | Adam | |
2010-06-25 | Changed the versioning system to use git | 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 | Moved the *Serv help functions to Command, will come in use later with ↵ | Adam | |
subcommands | |||
2010-06-18 | Rewrote all of the command handling to get rid of all the nasty strtoks() ↵ | Adam | |
everywhere, and added a bot map by uid | |||
2010-06-18 | Added an arg to User::IsRecognized to check for NI_SECURE | Adam | |
2010-06-18 | Removed a lot of unnecessary .c_str() calls in the find* functions | Adam | |
2010-06-18 | Renamed all of source files from .c to .cpp | Adam | |
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 | Rewrote the hashing system to use std::tr1::unordered_map | Adam | |
2010-06-18 | Store a plaintext version of mode names in the mode structures, removes alot ↵ | Adam | |
of unneeded code from db_plain/db_mysql. | |||
2010-06-18 | Allow enabling ssl on a per-uplink basis | Adam | |
2010-06-18 | Fixed the Makefiles to build m_ssl correctly and marked m_ssl as permanent | Adam | |
2010-06-18 | Added m_ssl.cpp which allows Anope to use SSL when connecting to its uplink | Adam | |
2010-06-18 | Added two events called in ns_info and cs_info that allows modules to ↵ | Adam | |
easially add info output. Made os_info use this | |||
2010-06-18 | Prevent negaitve mode changes, kicks, bans, and autokicks from affecting ↵ | Adam | |
users with unreal usermode +q or similar | |||
2010-06-18 | Added nickserv/auspex permission and fixed core modules so they build | Adam | |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam | |
2010-06-18 | Made all modules version be VERSION_STRING | Adam | |
2010-06-18 | Removed .svn from CMakes list of folders to ignore, it not longer exists | Adam | |
2010-05-28 | Rewrote some of the user nick changing code, enable vhosts for users on nick ↵ | Adam- | |
change, and dont update last seen/last realname when users are identified to an account which doesn't own the nick they are using git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2990 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-26 | Fixed some windows problems with db_mysql_execute | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2986 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-24 | Truncate memo table before sqlsync and actually add sglines | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2982 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-23 | Fixed bug #1165, fixed soem missing tables in /os sqlsync. Also added ↵ | Adam- | |
support for saving cs_levels git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2979 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-14 | Removed ns_noop_convert. The ns_noop module is for stable and almost 4 years old | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2959 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-13 | Fixed all of the bugs related to bug #1162 and fixed mlock params to be ↵ | Adam- | |
saved correctly in the mysql database git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2956 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-13 | fixed crashbugs in db_mysql_write when unsetting url, email and greet | DukePyrolator | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2955 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-13 | fixed crashbug in db_mysql_write on updating an empty greet message | DukePyrolator | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2954 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-10 | Changed the names of modes in the databases to be exactly the same way they ↵ | Adam- | |
are used internally. This will become very important in 1.9.3 later git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2949 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-06 | Fixed bug #1159 and made the SQL fields holding timestamps more consistant | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2939 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-05 | Fixed a compile error in r2933 | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2934 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-05 | SVN Id keyword to .h/.c/.cpp files | pimpmylinux | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2933 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-03 | Fixed a crash because of a bad SQL query when changing your password | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2927 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-24 | Logout the SQLUser & any fake users after using commands | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2911 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-24 | Fixed crash when shutting down when db_mysql_execute is loaded and logusers ↵ | Adam- | |
is enabled git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2908 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-24 | Fixed dropping nicks registered through MySQL | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2907 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-10 | Made MySQL log errors when executing queries instead of crashing | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2881 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-10 | changed all mysqlpp::String::empty() calls to mysqlpp::String::size() to ↵ | dukepyrolator | |
make it compile with older versions of the mysql++ library git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2880 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-09 | Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to ↵ | Adam- | |
handle parameter modes correctly git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2879 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 |