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-10 | Added options:hideprivilegedcommands config option to hide privileged command... | Adam |
2010-07-10 | Fixed tracking of introducing and quitting juped servers | 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-09 | No need to allocate the numberlist callback classes with new | Adam |
2010-07-08 | Added an epoll socket engine | Adam |
2010-07-05 | Removed OnEncryptInPlace, although it currently causes no problems it is just... | Adam |
2010-06-28 | No need for BotInfo to have its own ChangeNick function | Adam |
2010-06-27 | The next of a few "CBX OCDing over code style" commits, maybe the last. | Naram Qashat |
2010-06-27 | Removed nickserv/chanserv info all, just have info show all information | 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 | 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 | Changed the versioning system to use git | Adam |
2010-06-24 | The next of a few "CBX OCDing over code style" commits, focusing on src/core/... | Naram Qashat |
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-20 | Store modules in a list and xlines in a vector, not deques. We need to be abl... | Adam |
2010-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on include/... | Naram Qashat |
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 | 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 | 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 |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam |
2010-06-18 | Added some global variables for the core pseudo clients, keeps us from having... | Adam |
2010-06-18 | Allow attaching metadata to nickrequests and storing it in the databases and ... | Adam |
2010-06-18 | Store a plaintext version of mode names in the mode structures, removes alot ... | Adam |
2010-06-18 | Rewrote the mail system to use threading | Adam |
2010-06-18 | Added the nickserv/ungroup command | 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 | Rewrote all of the server handling code | Adam |
2010-06-18 | Added nickserv/auspex permission and fixed core modules so they build | Adam |
2010-06-18 | Tell users when their nicks expire in /ns glist and /ns info | Adam |