Age | Commit message (Expand) | Author |
2010-07-15 | Moved some files and diretories around, made cmake skip files it knows it can... | Adam |
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 |
2010-07-09 | Removed autotools and the makefiles. This will be reintroduced differently be... | Adam |
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 |
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 |
2010-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on include/... | Naram Qashat |
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 subcom... | Adam |
2010-06-18 | Rewrote all of the command handling to get rid of all the nasty strtoks() eve... | Adam |
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 k... | Adam |
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 |
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 easiall... | Adam |
2010-06-18 | Prevent negaitve mode changes, kicks, bans, and autokicks from affecting user... | Adam |
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- |
2010-05-26 | Fixed some windows problems with db_mysql_execute | Adam- |
2010-05-24 | Truncate memo table before sqlsync and actually add sglines | Adam- |
2010-05-23 | Fixed bug #1165, fixed soem missing tables in /os sqlsync. Also added support... | Adam- |
2010-05-14 | Removed ns_noop_convert. The ns_noop module is for stable and almost 4 years old | Adam- |
2010-05-13 | Fixed all of the bugs related to bug #1162 and fixed mlock params to be saved... | Adam- |
2010-05-13 | fixed crashbugs in db_mysql_write when unsetting url, email and greet | DukePyrolator |
2010-05-13 | fixed crashbug in db_mysql_write on updating an empty greet message | DukePyrolator |
2010-05-10 | Changed the names of modes in the databases to be exactly the same way they a... | Adam- |
2010-05-06 | Fixed bug #1159 and made the SQL fields holding timestamps more consistant | Adam- |
2010-05-05 | Fixed a compile error in r2933 | Adam- |
2010-05-05 | SVN Id keyword to .h/.c/.cpp files | pimpmylinux |
2010-05-03 | Fixed a crash because of a bad SQL query when changing your password | Adam- |
2010-04-24 | Logout the SQLUser & any fake users after using commands | Adam- |
2010-04-24 | Fixed crash when shutting down when db_mysql_execute is loaded and logusers i... | Adam- |
2010-04-24 | Fixed dropping nicks registered through MySQL | Adam- |
2010-04-10 | Made MySQL log errors when executing queries instead of crashing | Adam- |
2010-04-10 | changed all mysqlpp::String::empty() calls to mysqlpp::String::size() to make... | dukepyrolator |
2010-04-09 | Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to hand... | Adam- |
2010-03-31 | Added akicks into SQL | Adam- |