Age | Commit message (Expand) | Author |
2010-06-28 | No need for BotInfo to have its own ChangeNick function | Adam |
2010-06-28 | Fixed the makefiles to correctly build and install the new anopesmtp and db-c... | Adam |
2010-06-27 | The next of a few "CBX OCDing over code style" commits, maybe the last. | Naram Qashat |
2010-06-27 | Fixed unordered_map to build on VS 2008 | Adam |
2010-06-27 | Removed nickserv/chanserv info all, just have info show all information | Adam |
2010-06-27 | Log out users when they log in to another account. | Adam |
2010-06-27 | Don't attempt to enforce sqlines on our own clients | Adam |
2010-06-27 | Log out users from their groups when they disconnect, keeps us from storing i... | Adam |
2010-06-27 | The next of a few "CBX OCDing over code style" commits, focusing on src/core/... | Naram Qashat |
2010-06-27 | Made Anope track its own clients internally as if they were real users | Adam |
2010-06-26 | Made the flags class take an optional size arg | Adam |
2010-06-26 | Added in the rest of the InspIRCd 2.0 changes to the protocol module | Adam |
2010-06-26 | Added support for InspIRCd 2.0s dynamic modes. | Adam |
2010-06-26 | Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9 | Naram Qashat |
2010-06-26 | The next of a few "CBX OCDing over code style" commits, focusing on src/core/... | Naram Qashat |
2010-06-25 | Moved src/tools/README to docs/TOOLS | Adam |
2010-06-25 | Changed the versioning system to use git | Adam |
2010-06-25 | Made db-convert handle old corrupted databases from 1.8 that used mysql with rdb | Adam |
2010-06-24 | The next of a few "CBX OCDing over code style" commits, focusing on src/core/... | Naram Qashat |
2010-06-22 | Made db-convert really convert nickalias lastseen/lastused/lastquit | Adam |
2010-06-22 | moved FindMessage() into the Anope class | DukePyrolator |
2010-06-22 | changed the name of the logfile from servics.log.<date> to <date>.services.lo... | DukePyrolator |
2010-06-22 | Fix compile errors I unintentionally caused 2 commits ago. <.< | Naram Qashat |
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 src/core/... | Naram Qashat |
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-21 | Fixed a few Windows problems with cleaning out the runtime directory | Adam |
2010-06-20 | Store modules in a list and xlines in a vector, not deques. We need to be abl... | Adam |
2010-06-20 | Fixed Windows build | 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-19 | Made db-converter add all of the core clients when converting a 1.8 database | Adam |
2010-06-19 | Made db-converter only write mlock params if there really is one, fixes some ... | Adam |
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 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 | Rewrote cs_access to be more C++ish, changed NumberList to be more C++ish and... | Adam |
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 descendi... | 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 | Unmark services as syncing when we are done, fixes cs_xop and cs_modes reload... | Adam |
2010-06-18 | Added a founder access level used to determin who is a channel founder. This ... | Adam |
2010-06-18 | Removed process_numlist and having to mark everything as "in use" and constan... | Adam |
2010-06-18 | Fixed cmake build, removed version_flags it is no longer need, removed old un... | Adam |