summaryrefslogtreecommitdiff
path: root/include/extern.h
AgeCommit message (Expand)Author
2010-07-28Clean up send.cpp a bit to use Anope::string, as well as fix Anope::string's ...Naram Qashat
2010-07-27A few more random annoyances cleaned up.Naram Qashat
2010-07-27Cleaned up some code in src/users.cpp that kinda annoyed me.Naram Qashat
2010-07-26Trying to make things a little more const-safe, a work in progress but this i...Naram Qashat
2010-07-25Epic commit to replace most of the strings in Anope with a single Anope::stri...Naram Qashat
2010-07-08Added an epoll socket engineAdam
2010-07-05Removed OnEncryptInPlace, although it currently causes no problems it is just...Adam
2010-06-27Made Anope track its own clients internally as if they were real usersAdam
2010-06-26Made the flags class take an optional size argAdam
2010-06-25Changed the versioning system to use gitAdam
2010-06-20The first of a few "CBX OCDing over code style" commits, focusing on include/...Naram Qashat
2010-06-18Rewrote all of the command handling to get rid of all the nasty strtoks() eve...Adam
2010-06-18Burned slist, rewrote operservs XLine codeAdam
2010-06-18Added a founder access level used to determin who is a channel founder. This ...Adam
2010-06-18Removed process_numlist and having to mark everything as "in use" and constan...Adam
2010-06-18Fixed cmake build, removed version_flags it is no longer need, removed old un...Adam
2010-06-18Store modes in users and channels using the Flags class, cleanerAdam
2010-06-18Rewrote the hashing system to use std::tr1::unordered_mapAdam
2010-06-18Added some global variables for the core pseudo clients, keeps us from having...Adam
2010-06-18Rewrote the mail system to use threadingAdam
2010-06-18Added m_ssl.cpp which allows Anope to use SSL when connecting to its uplinkAdam
2010-06-18Prevent negaitve mode changes, kicks, bans, and autokicks from affecting user...Adam
2010-06-18Rewrote all of the server handling codeAdam
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-05-22Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ...Adam-
2010-05-19Moved opertype access checking to NickAlises constructor, cleans up some code...Adam-
2010-04-11Return MOD_STOP in various places where the user executing the command had be...Adam-
2010-04-09Fixed a crash when linking serversAdam-
2010-04-08Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn...Adam-
2010-03-24Removed some unused externs from extern.hAdam-
2010-03-24Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma...Adam-
2010-02-28Added in support for live updating MySQL databases and the ability to execute...Adam-
2010-02-12Added generic support for unknown modes told to Anope at runtime by the IRCdAdam-
2010-02-08Rewrote & fixed CAPAB supportAdam-
2010-02-06Parse CAPAB from the server to determin what modes we know aboutAdam-
2010-02-04We now store a list of users using a NickCore in the NickCore, this prevents ...Adam-
2010-02-02Added options:botmodes to configure what modes BotServ bots should use in cha...Adam-
2010-01-31replaced the alog() command with a new type-safe and stream-based Alog()DukePyrolator
2010-01-21Rewrote how Anope stores channel status modes on users.Adam-
2010-01-16Removed c_userlist and u_chanlist, replaced with std::listAdam-
2010-01-14Burned do_sjoin and rewrote it to be sane. This changes how Anope handles new...Adam-
2010-01-11updated copyright info for 2010pimpmylinux
2010-01-10Rewrote the code that handles and sends kicksAdam-
2010-01-10changed the source argument of enc_decrypt to constDukePyrolator
2010-01-09changed all password fields to std::string and reworked the way how the enc m...DukePyrolator
2010-01-06Fix crash caused by trying to add an akick to a channel when certain types of...Adam-
2010-01-04Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha...cyberbotx
2010-01-03Fixed base64 functions to be const safe until I can convert them to use std::...cyberbotx
2010-01-02Rewrote the vhost code, and moved it to be part of nickalias instead of in it...Adam-
2010-01-02Convert 'const char *' and 'char *' function arguments to 'const std::string ...cyberbotx