summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-25Changed the versioning system to use gitAdam
2010-06-25Made db-convert handle old corrupted databases from 1.8 that used mysql with rdbAdam
2010-06-24fixed some typos in example.confDukePyrolator
2010-06-24The next of a few "CBX OCDing over code style" commits, focusing on src/core/...Naram Qashat
2010-06-22Made db-convert really convert nickalias lastseen/lastused/lastquitAdam
2010-06-22moved FindMessage() into the Anope classDukePyrolator
2010-06-22changed the name of the logfile from servics.log.<date> to <date>.services.lo...DukePyrolator
2010-06-22Fixed a typo in the example.conf for m_helpchanAdam
2010-06-22Fix compile errors I unintentionally caused 2 commits ago. <.<Naram Qashat
2010-06-22The next of a few "CBX OCDing over code style" commits, for db_plain.cppNaram Qashat
2010-06-21The next of a few "CBX OCDing over code style" commits, focusing on src/core/...Naram Qashat
2010-06-21Fixed some more problems with db-convertAdam
2010-06-21Fix problem with anope.db being empty even after running /os update.Naram Qashat
2010-06-21Fixed a few Windows problems with cleaning out the runtime directoryAdam
2010-06-20Store modules in a list and xlines in a vector, not deques. We need to be abl...Adam
2010-06-20Fixed Windows buildAdam
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-20Fixed the name of cs_forbid in chanserv:modules so it really loadsAdam
2010-06-19Updated TODOAdam
2010-06-19Made db-converter add all of the core clients when converting a 1.8 databaseAdam
2010-06-19Made db-converter only write mlock params if there really is one, fixes some ...Adam
2010-06-19Merge remote branch 'sf/1.9' into 1.9Adam
2010-06-19Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9Adam
2010-06-19Merge remote branch 'origin/1.9.3' into 1.9Adam
2010-06-19Revert "file 1 edit"Charles
2010-06-19Revert "file 2 edit"Charles
2010-06-19file 2 editCharles
2010-06-19file 1 editCharles
2010-06-19Revert "work"Charles
2010-06-19workCharles
2010-06-19Revert "testing"Charles
2010-06-19testingCharles
2010-06-19Test commit for CIAAdam
2010-06-19Test commit for CIAAdam
2010-06-19Revert "Testing commit to see if CIA is playing"Charles
2010-06-19Testing commit to see if CIA is playingCharles
2010-06-18Made install.js use VS 2010Adam
2010-06-18Switched cs_set to the subcommand system and added cs_sasetAdam
2010-06-18Added in a subcommand system and switched ns_set and ns_saset to use itAdam
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-18Rewrote cs_access to be more C++ish, changed NumberList to be more C++ish and...Adam
2010-06-18Removed a lot of unnecessary .c_str() calls in the find* functionsAdam
2010-06-18Made NumberList take an arg to determin if it should pass numbers in descendi...Adam
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