summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-09Fixed loading memo messages from the flatfile databasesAdam-
2010-03-09Made guestnick generation really workAdam-
2010-03-08Added the --with-mysqlpp option to configure to tell it where mysql++ is inst...Adam-
2010-03-06added a check for null pointersdukepyrolator
2010-03-06Added help for sqlsync and fixed installing mydbgen into the wrong directory ...Adam-
2010-02-28Made it so you can register empty nonregistered channels to make registering ...Adam-
2010-02-28Added in support for live updating MySQL databases and the ability to execute...Adam-
2010-02-28Marked mode +f on inspircd1.2 as minusnoargAdam-
2010-02-25Removed OnBotPreLoad event, this is a much better way to prevent multiple of ...Adam-
2010-02-25Rewrote part of the Timer and CallBack code for modules to be saneAdam-
2010-02-23Actually use the cmdTable pointer in bot structures, it now points to the bot...Adam-
2010-02-12Added generic support for unknown modes told to Anope at runtime by the IRCdAdam-
2010-02-10Changed up a small part of the mode API for preparation for dynamic mode supp...Adam-
2010-02-08Rewrote & fixed CAPAB supportAdam-
2010-02-07fixed some uninitialized pointersDukePyrolator
2010-02-06Fix typo in inspircd11 that would cause people not to get status from FJOINsAdam-
2010-02-06Recieve the max number of modes we can set at once from the IRCd and use itAdam-
2010-02-06Remove protectbotserv option from modes, just use options:botmodes insteadAdam-
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-02Only set necessary modes on people, eg dont set +qaohv.. unnecessaryAdam-
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-24Fixed db-convert and enc_old to work when converting databases using enc_oldAdam-
2010-01-21Rewrote how Anope stores channel status modes on users.Adam-
2010-01-16fixed a compile error on windowsDukePyrolator
2010-01-16Removed c_userlist and u_chanlist, replaced with std::listAdam-
2010-01-15Fixed bug #1135 - Don't kick or ban ulined clientsAdam-
2010-01-15some code cleanup in enc_sha256DukePyrolator
2010-01-14Added param arg to ChannelModeSet/Unset events, and fixed it to not ignore st...Adam-
2010-01-14Use commasepstream in do_join and do_topic, much cleanerAdam-
2010-01-14Fixed crash caused by r2732 caused by adding someone to the exception 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-11some language fixes ported from stablepimpmylinux
2010-01-11Rewrote the os_staff command to work properly with the account system. This a...Adam-
2010-01-11Forward port of r2747Adam-
2010-01-10Rewrote the code that handles and sends kicksAdam-
2010-01-10changed enc_sha256 to use random salts instead of a hardcoded saltDukePyrolator
2010-01-10changed the source argument of enc_decrypt to constDukePyrolator
2010-01-09services will now send the correct message on /cs invite <nick>DukePyrolator
2010-01-09added a salted sha256 encryption moduleDukePyrolator
2010-01-09changed all password fields to std::string and reworked the way how the enc m...DukePyrolator
2010-01-09fixed a crashbug in os_ignore on db saving and cleaned up the db code in hs_r...DukePyrolator
2010-01-06Fix crash caused by trying to add an akick to a channel when certain types of...Adam-
2010-01-06Messaging service@server.name works again as it shouldAdam-
2010-01-06Fixed windows build and cleaned up a few small thingsAdam-
2010-01-04Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha...cyberbotx
2010-01-04Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...Adam-
2010-01-03Fixed base64 functions to be const safe until I can convert them to use std::...cyberbotx