Age | Commit message (Expand) | Author |
2010-03-31 | Added akicks into SQL | Adam- |
2010-03-31 | Burned db-merger & docs, it will eventually need a complete rewrite | Adam- |
2010-03-31 | Added last used time to akick view | Adam- |
2010-03-31 | Marked mysql modules as a database module and fixed os_modlist to show databa... | Adam- |
2010-03-30 | Fixed --with-mysqlpp configure option on some systems | Adam- |
2010-03-28 | Finish rest of BotServ SQL stuff | Adam- |
2010-03-28 | Track BotServ settings in SQL | Adam- |
2010-03-24 | Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma... | Adam- |
2010-03-21 | Replaced old update/expire timers with newer timers | Adam- |
2010-03-21 | Added options:passlen | Adam- |
2010-03-21 | Made the database file name configurable | Adam- |
2010-03-21 | Made usermax and hostmax configurable | Adam- |
2010-03-21 | fixed typo in mysql query | DukePyrolator |
2010-03-21 | assigned botserv bots will now join permanent channels when syncing with our ... | DukePyrolator |
2010-03-21 | fixed bad mysql query | DukePyrolator |
2010-03-20 | fixed sending CHGIDENT without parameter | DukePyrolator |
2010-03-20 | Fixed /ms list reply header to include the users nick | Adam- |
2010-03-20 | Fix loading akills/sxlines from plaintext database | Adam- |
2010-03-20 | Added in support for OperServ and MemoServ into SQL | Adam- |
2010-03-18 | Made the exception list really work | Adam- |
2010-03-16 | Fixed bug #1141, reodered some access checks in cs_kick and cs_modes to hide ... | Adam- |
2010-03-15 | Removed old parts for 1.7.x from mydbgen and fixed db_mysql_write query for /... | Adam- |
2010-03-13 | Foward port of r2809 | Adam- |
2010-03-09 | Fixed loading memo messages from the flatfile databases | Adam- |
2010-03-09 | Made guestnick generation really work | Adam- |
2010-03-08 | Added the --with-mysqlpp option to configure to tell it where mysql++ is inst... | Adam- |
2010-03-06 | added a check for null pointers | dukepyrolator |
2010-03-06 | Added help for sqlsync and fixed installing mydbgen into the wrong directory ... | Adam- |
2010-02-28 | Made it so you can register empty nonregistered channels to make registering ... | Adam- |
2010-02-28 | Added in support for live updating MySQL databases and the ability to execute... | Adam- |
2010-02-28 | Marked mode +f on inspircd1.2 as minusnoarg | Adam- |
2010-02-25 | Removed OnBotPreLoad event, this is a much better way to prevent multiple of ... | Adam- |
2010-02-25 | Rewrote part of the Timer and CallBack code for modules to be sane | Adam- |
2010-02-23 | Actually use the cmdTable pointer in bot structures, it now points to the bot... | Adam- |
2010-02-12 | Added generic support for unknown modes told to Anope at runtime by the IRCd | Adam- |
2010-02-10 | Changed up a small part of the mode API for preparation for dynamic mode supp... | Adam- |
2010-02-08 | Rewrote & fixed CAPAB support | Adam- |
2010-02-07 | fixed some uninitialized pointers | DukePyrolator |
2010-02-06 | Fix typo in inspircd11 that would cause people not to get status from FJOINs | Adam- |
2010-02-06 | Recieve the max number of modes we can set at once from the IRCd and use it | Adam- |
2010-02-06 | Remove protectbotserv option from modes, just use options:botmodes instead | Adam- |
2010-02-06 | Parse CAPAB from the server to determin what modes we know about | Adam- |
2010-02-04 | We now store a list of users using a NickCore in the NickCore, this prevents ... | Adam- |
2010-02-02 | Only set necessary modes on people, eg dont set +qaohv.. unnecessary | Adam- |
2010-02-02 | Added options:botmodes to configure what modes BotServ bots should use in cha... | Adam- |
2010-01-31 | replaced the alog() command with a new type-safe and stream-based Alog() | DukePyrolator |
2010-01-24 | Fixed db-convert and enc_old to work when converting databases using enc_old | Adam- |
2010-01-21 | Rewrote how Anope stores channel status modes on users. | Adam- |
2010-01-16 | fixed a compile error on windows | DukePyrolator |
2010-01-16 | Removed c_userlist and u_chanlist, replaced with std::list | Adam- |