summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2010-07-15Moved some files and diretories around, made cmake skip files it knows it can...Adam
2010-07-11Added ns_set_misc.cpp which was missing from a previous commitAdam
2010-07-10Added ns_set_misc and cs_set_misc.Adam
2010-07-09Removed autotools and the makefiles. This will be reintroduced differently be...Adam
2010-07-08Added an epoll socket engineAdam
2010-07-06Fixed bug #1173, Made hs_request reject actually reject vhostsAdam
2010-06-27The next of a few "CBX OCDing over code style" commits, maybe the last.Naram Qashat
2010-06-27Made Anope track its own clients internally as if they were real usersAdam
2010-06-25Changed the versioning system to use gitAdam
2010-06-20Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9Naram Qashat
2010-06-20The first of a few "CBX OCDing over code style" commits, focusing on include/...Naram Qashat
2010-06-20Added m_helpchan to replace the cores helpchannel functionalityAdam
2010-06-18Moved the *Serv help functions to Command, will come in use later with subcom...Adam
2010-06-18Rewrote all of the command handling to get rid of all the nasty strtoks() eve...Adam
2010-06-18Added an arg to User::IsRecognized to check for NI_SECUREAdam
2010-06-18Removed a lot of unnecessary .c_str() calls in the find* functionsAdam
2010-06-18Renamed all of source files from .c to .cppAdam
2010-06-18Burned slist, rewrote operservs XLine codeAdam
2010-06-18Dont load mlock from the database until after Anope is connected, it doesnt k...Adam
2010-06-18Rewrote the hashing system to use std::tr1::unordered_mapAdam
2010-06-18Store a plaintext version of mode names in the mode structures, removes alot ...Adam
2010-06-18Allow enabling ssl on a per-uplink basisAdam
2010-06-18Fixed the Makefiles to build m_ssl correctly and marked m_ssl as permanentAdam
2010-06-18Added m_ssl.cpp which allows Anope to use SSL when connecting to its uplinkAdam
2010-06-18Added two events called in ns_info and cs_info that allows modules to easiall...Adam
2010-06-18Prevent negaitve mode changes, kicks, bans, and autokicks from affecting user...Adam
2010-06-18Added nickserv/auspex permission and fixed core modules so they buildAdam
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-06-18Made all modules version be VERSION_STRINGAdam
2010-06-18Removed .svn from CMakes list of folders to ignore, it not longer existsAdam
2010-05-28Rewrote some of the user nick changing code, enable vhosts for users on nick ...Adam-
2010-05-26Fixed some windows problems with db_mysql_executeAdam-
2010-05-24Truncate memo table before sqlsync and actually add sglinesAdam-
2010-05-23Fixed bug #1165, fixed soem missing tables in /os sqlsync. Also added support...Adam-
2010-05-14Removed ns_noop_convert. The ns_noop module is for stable and almost 4 years oldAdam-
2010-05-13Fixed all of the bugs related to bug #1162 and fixed mlock params to be saved...Adam-
2010-05-13fixed crashbugs in db_mysql_write when unsetting url, email and greetDukePyrolator
2010-05-13fixed crashbug in db_mysql_write on updating an empty greet messageDukePyrolator
2010-05-10Changed the names of modes in the databases to be exactly the same way they a...Adam-
2010-05-06Fixed bug #1159 and made the SQL fields holding timestamps more consistantAdam-
2010-05-05Fixed a compile error in r2933Adam-
2010-05-05SVN Id keyword to .h/.c/.cpp filespimpmylinux
2010-05-03Fixed a crash because of a bad SQL query when changing your passwordAdam-
2010-04-24Logout the SQLUser & any fake users after using commandsAdam-
2010-04-24Fixed crash when shutting down when db_mysql_execute is loaded and logusers i...Adam-
2010-04-24Fixed dropping nicks registered through MySQLAdam-
2010-04-10Made MySQL log errors when executing queries instead of crashingAdam-
2010-04-10changed all mysqlpp::String::empty() calls to mysqlpp::String::size() to make...dukepyrolator
2010-04-09Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to hand...Adam-
2010-03-31Added akicks into SQLAdam-