Age | Commit message (Expand) | Author |
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 | fixed some typos in example.conf | DukePyrolator |
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 | Fixed a typo in the example.conf for m_helpchan | Adam |
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-20 | Fixed the name of cs_forbid in chanserv:modules so it really loads | Adam |
2010-06-19 | Updated TODO | 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-19 | Merge remote branch 'sf/1.9' into 1.9 | Adam |
2010-06-19 | Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9 | Adam |
2010-06-19 | Merge remote branch 'origin/1.9.3' into 1.9 | Adam |
2010-06-19 | Revert "file 1 edit" | Charles |
2010-06-19 | Revert "file 2 edit" | Charles |
2010-06-19 | file 2 edit | Charles |
2010-06-19 | file 1 edit | Charles |
2010-06-19 | Revert "work" | Charles |
2010-06-19 | work | Charles |
2010-06-19 | Revert "testing" | Charles |
2010-06-19 | testing | Charles |
2010-06-19 | Test commit for CIA | Adam |
2010-06-19 | Test commit for CIA | Adam |
2010-06-19 | Revert "Testing commit to see if CIA is playing" | Charles |
2010-06-19 | Testing commit to see if CIA is playing | Charles |
2010-06-18 | Made install.js use VS 2010 | 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 |