summaryrefslogtreecommitdiff
path: root/include/extern.h
AgeCommit message (Expand)Author
2010-10-30Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.Adam
2010-10-27Do not store memo number in memo structs, fixes some bugs with deleting memosAdam
2010-10-22Fixed some Windows problemsAdam
2010-10-11Fixed some warningsAdam
2010-10-05Fixed restarting Anope when it is started from outside of the services binary...Adam
2010-10-04Changed the protocol handling system to use a vector of strings instead of C ...Adam
2010-10-03Fixed checking the global block in the config to work ok, fixed having non-co...Adam
2010-10-02Made ChanServ optionalAdam
2010-10-01Rewrote some of the socket code to allow m_ssl to be a service.Adam
2010-09-27Cleaned up some unused code, moved handling of user modes around so we dont g...Adam
2010-09-26Changed the language system to use gettextAdam
2010-09-15Rewrote all of the topic code, fixes a few topic related problems on some old...Adam
2010-09-12Removed the --log command line option because its no longer necessary, and up...Adam
2010-09-10Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCdsAdam
2010-09-09Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...Adam
2010-09-01Only look up session exceptions if the user exceeds the session limit, really...Adam
2010-08-28Properly store our clients internal channel status's and burst them if needed.Adam
2010-08-28Clean up some of the old now unused IRCDVar struct vars, and made the logchan...Adam
2010-08-27Added a new logging systemAdam
2010-08-21Made Anope keep track of channels its clients are in if it splits from its up...Adam
2010-08-17Rewrote the config reader to better handle invalid configs.Adam
2010-08-04Add a delimiter argument to BuildStringList and BuildStringVector, and use it...Naram Qashat
2010-08-02changed the way how CTCP PINGs are processed, all services clients can now re...DukePyrolator
2010-08-01Cleanup in main.cpp.Naram Qashat
2010-08-01Cleanup in memoserv.cpp.Naram Qashat
2010-07-30Cleanup in misc.cpp.Naram Qashat
2010-07-30Some code cleanup and constification in nickserv.cpp.Naram Qashat
2010-07-29Used std::list for ignore's IgnoreData instead of using the old C-style doubl...Naram Qashat
2010-07-29Added support for tracking inspircd2.0 usermode +Q and cahnged the Flags bits...Adam
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