summaryrefslogtreecommitdiff
path: root/src/bots.cpp
AgeCommit message (Expand)Author
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
2013-07-26Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit messAdam
2013-07-26Fix issues with 'Me' related to previous commitAdam
2013-07-01Change extensible keys to require explicitly having a type defined for it. Co...Adam
2013-06-22pseudoclients now trigger OnJoinChannel and OnPartChannelDukePyrolator
2013-06-19Set vhosts when users id to an account (and not a nick), add account arg to u...Adam
2013-06-01Move OnJoinChannel event to trigger after the user has completely joined and ...Adam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-18Give botserv bots assigned by persist the same botmodes as normal bots, fix s...Adam
2013-05-18Add botserv bot usermode config optionAdam
2013-05-17Removed some hard coded command names in help outputAdam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-07Optimizations of much of the more commonly used codeAdam
2013-03-29Fix /bs set privateAdam
2013-02-15Fix setting modes on botserv bots in channels that have other bots in them on...Adam
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most f...Adam
2013-01-13Allow grouping commands to make help output easier to comprehendAdam
2013-01-09Update copyright to 2013. This was done with:Adam
2012-12-19Having these references to bots bugged out older compilers, so simplify this ...Adam
2012-12-13Optimize much of the database code and serialize code.Adam
2012-11-24Make the actual clients into services tooAdam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-06Use std::tr1::unordered_map for a few of the larger mapsAdam
2012-10-30Clean up ngircd proto mod slightly, and send sqlines before introducing clientsAdam
2012-10-08Fix fantasy !help & give it its own help header, not ChanServ'sAdam
2012-10-01Allow modules to store data in their own databases.Adam
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to be...Adam
2012-09-01Added a web panel module + a default templateAdam
2012-06-18Allow userless command sourcesAdam
2012-04-25Fixed non-debug buildAdam
2012-04-23Reworked live SQL support yet againAdam
2012-02-24Fixed calculating bots channel count of assigned channels and fixed the order...Adam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-25WindowsAdam
2012-01-02Updated Copyright to 2012Adam
2011-11-17Fixed storing mode locksAdam
2011-11-08WindowsAdam
2011-09-25Store flags for objects, also fixes bug #1333Adam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a mo...Adam
2011-09-19LOG_COMMAND must now always give a valid commandAdam
2011-09-10Added chanserv/logAdam
2011-09-10Removed /bs set msgAdam
2011-09-10Removed log:inhabitlogchannel and replaced it with service:channelsAdam
2011-08-14Brought back the old 1.7 behavior of a level -1 matching all users and 0 matc...Adam
2011-08-12Track when our clients are introduced or notAdam
2011-08-12Allow bot usermodes to be configurableAdam
2011-08-07Made botserv bots with no commands just ignore messages to them, and made bot...Adam
2011-08-04Added a command:permission settingAdam
2011-07-14Rewrote how commands are handled within Anope.Adam