Age | Commit message (Expand) | Author |
2010-04-09 | fixed the database converter (streams dont like null pointers) | dukepyrolator |
2010-04-09 | Fixed cs_ban, os_jupe, and os_restart | Adam- |
2010-04-09 | Removed the OnFind events, they are not necessary anymore and just waste CPU | Adam- |
2010-04-09 | added a new event OnFinishSync, that allows modules to send additional data t... | dukepyrolator |
2010-04-09 | changed the way how the IV is stored with the password and renamed some varia... | dukepyrolator |
2010-04-09 | Process the socket engine one last time before Anope disconnects to send ever... | Adam- |
2010-04-09 | Made the mode stacker never send a mode change for something that is already ... | Adam- |
2010-04-09 | Fixed enc_none OnDecrypt to work correctly on Windows | Adam- |
2010-04-09 | Fixed windows compile on new sockets | Adam- |
2010-04-09 | Fixed ns_getpass and ns_sendpass to not load when there is no supported encry... | Adam- |
2010-04-08 | Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn... | Adam- |
2010-04-04 | Fixed make install | Adam- |
2010-03-31 | Fixed cs_xop to not add its commands until after it knows what modes as suppo... | Adam- |
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- |