Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-22 | The next of a few "CBX OCDing over code style" commits, for db_plain.cpp | Naram Qashat | |
2010-06-21 | The next of a few "CBX OCDing over code style" commits, focusing on ↵ | Naram Qashat | |
src/core/bs_* and src/core/cs_*. | |||
2010-06-21 | Fixed some more problems with db-convert | Adam | |
2010-06-21 | Fix problem with anope.db being empty even after running /os update. | Naram Qashat | |
2010-06-20 | Store modules in a list and xlines in a vector, not deques. We need to be ↵ | Adam | |
able to keep iterators valid. | |||
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 | Switched cs_set to the subcommand system and added cs_saset | Adam | |
2010-06-18 | Added in a subcommand system and switched ns_set and ns_saset to use it | 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 | Rewrote cs_access to be more C++ish, changed NumberList to be more C++ish ↵ | Adam | |
and fixed some compiler warnings on 64bit systems | |||
2010-06-18 | Removed a lot of unnecessary .c_str() calls in the find* functions | Adam | |
2010-06-18 | Made NumberList take an arg to determin if it should pass numbers in ↵ | Adam | |
descending order, fixes listing specific ranges being returned in descending order | |||
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 | 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 | Removed process_numlist and having to mark everything as "in use" and ↵ | Adam | |
constantly checking it. Replaced with a better system. | |||
2010-06-18 | Fixed cmake build, removed version_flags it is no longer need, removed old ↵ | Adam | |
unneeded defs.h and split up pseudo.h | |||
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam | |
2010-06-18 | Added some global variables for the core pseudo clients, keeps us from ↵ | Adam | |
having to call findbot() everywhere | |||
2010-06-18 | Allow attaching metadata to nickrequests and storing it in the databases and ↵ | Adam | |
fixed windows build | |||
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 | Rewrote the mail system to use threading | Adam | |
2010-06-18 | Added the nickserv/ungroup command | 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 | Rewrote all of the server handling code | 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 | Removed all references to $, git has no svn keywords | Adam | |
2010-06-18 | Made all modules version be VERSION_STRING | Adam | |
2010-06-18 | Merge svn with git | Charles | |
2010-06-16 | Minor edits to fix compile errors/warnings with clang and a small compile ↵ | cyberbotx | |
warning under Windows (gotta work on the other 450+ Windows warnings sometime). git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3006 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-06-16 | Replaced some spaces with tabs in unreal32.c, os_defcon.c, and modes.cpp | Adam | |
2010-05-27 | Fixed some compiler warnings found on 64bit systems | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2989 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@2987 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-25 | Fixed a crash if /ns ghost is used without a password | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2983 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-22 | Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ↵ | Adam- | |
on IRCds without svsnick and/or svshold git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2975 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-21 | Fixed saving capsmin in the database, fixes the bug also fixed by the last ↵ | Adam- | |
commit git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2974 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-19 | Moved opertype access checking to NickAlises constructor, cleans up some ↵ | Adam- | |
code and fixes bug #1163 git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2968 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-19 | Fixed a potential crash in os_szline because of a bad pointer passed to an event | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2967 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-14 | You dont see this | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2961 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-05-14 | Finished r2957 | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2958 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-14 | Reversed the autoop flag to make it more logical. In 1.8, we set this flag ↵ | DukePyrolator | |
to DISABLE autoop. Now we set this flag to ENABLE autoop. Also updated the database converter. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2957 5417fbe8-f217-4b02-8779-1006273d7864 |