Age | Commit message (Expand) | Author |
2010-09-15 | Rewrote all of the topic code, fixes a few topic related problems on some old... | Adam |
2010-09-12 | Removed the --log command line option because its no longer necessary, and up... | Adam |
2010-09-10 | Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCds | Adam |
2010-09-09 | Added an asynchronous DNS system and m_dnsbl, which checks clients against DN... | Adam |
2010-09-01 | Only look up session exceptions if the user exceeds the session limit, really... | Adam |
2010-08-28 | Properly store our clients internal channel status's and burst them if needed. | Adam |
2010-08-28 | Clean up some of the old now unused IRCDVar struct vars, and made the logchan... | Adam |
2010-08-27 | Added a new logging system | Adam |
2010-08-21 | Made Anope keep track of channels its clients are in if it splits from its up... | Adam |
2010-08-17 | Rewrote the config reader to better handle invalid configs. | Adam |
2010-08-04 | Add a delimiter argument to BuildStringList and BuildStringVector, and use it... | Naram Qashat |
2010-08-02 | changed the way how CTCP PINGs are processed, all services clients can now re... | DukePyrolator |
2010-08-01 | Cleanup in main.cpp. | Naram Qashat |
2010-08-01 | Cleanup in memoserv.cpp. | Naram Qashat |
2010-07-30 | Cleanup in misc.cpp. | Naram Qashat |
2010-07-30 | Some code cleanup and constification in nickserv.cpp. | Naram Qashat |
2010-07-29 | Used std::list for ignore's IgnoreData instead of using the old C-style doubl... | Naram Qashat |
2010-07-29 | Added support for tracking inspircd2.0 usermode +Q and cahnged the Flags bits... | Adam |
2010-07-28 | Clean up send.cpp a bit to use Anope::string, as well as fix Anope::string's ... | Naram Qashat |
2010-07-27 | A few more random annoyances cleaned up. | Naram Qashat |
2010-07-27 | Cleaned up some code in src/users.cpp that kinda annoyed me. | Naram Qashat |
2010-07-26 | Trying to make things a little more const-safe, a work in progress but this i... | Naram Qashat |
2010-07-25 | Epic commit to replace most of the strings in Anope with a single Anope::stri... | Naram Qashat |
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-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-25 | Changed the versioning system to use git | Adam |
2010-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on include/... | Naram Qashat |
2010-06-18 | Rewrote all of the command handling to get rid of all the nasty strtoks() eve... | Adam |
2010-06-18 | Burned slist, rewrote operservs XLine code | 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 | Store modes in users and channels using the Flags class, cleaner | 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 | Rewrote the mail system to use threading | Adam |
2010-06-18 | Added m_ssl.cpp which allows Anope to use SSL when connecting to its uplink | 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 | Removed all references to $, git has no svn keywords | Adam |
2010-05-22 | Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ... | Adam- |
2010-05-19 | Moved opertype access checking to NickAlises constructor, cleans up some code... | Adam- |
2010-04-11 | Return MOD_STOP in various places where the user executing the command had be... | Adam- |
2010-04-09 | Fixed a crash when linking servers | Adam- |
2010-04-08 | Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn... | Adam- |
2010-03-24 | Removed some unused externs from extern.h | Adam- |
2010-03-24 | Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma... | Adam- |
2010-02-28 | Added in support for live updating MySQL databases and the ability to execute... | Adam- |