summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2012-05-23Add support for inspircd2.0+s mlock, improved on Unreal's, and made server ↵Adam
side mlock usage configurable
2012-05-23Fixed some problems found by RobbyAdam
2012-05-20Updated help messages for ns_list, cs_list, cs_entrymsg, and cs_info. Also ↵Robby
fixed logging for cs_entrymsg.
2012-05-20Fixed cs_entrymsg loading entries from the databaseAdam
2012-05-15m_ldap_authentication: Removed the dependency on a specific binddn in favour ↵Jeremy
of searching the tree for matching criteria and using the returned DN
2012-05-15Grab the DN for every LDAP query and send it in the resultAdam
2012-05-14Fixed parsing FMODE on inspircd 1.1Adam
2012-05-11Do not show help for set message if useprivmsg is disabledAdam
2012-05-09Made ssl cert and keyfiles configurableAdam
2012-05-09fixed paste error (failed awesomeness) in last commit.lethality
2012-05-09Fixed saving backupslethality
2012-05-08Fixed some 100% cpu bugs with the new SQL stuff, and fixed sqlite+db_sql_liveAdam
2012-05-08Allow services operators to release other user's nicks, and allow services ↵Robby
operators to view the access list of other operators
2012-05-06Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2012-05-06Split up db/conf/lib/locale install directories, and allow alternate ones to ↵Adam
be specified at runtime
2012-05-05Readding missing valid nick check to ns register/group removed in os_forbid ↵DukePyrolator
commit
2012-05-04Use Unreal's MLOCK command if supportedAdam
2012-04-29Pull table schemas from SQL on startup so we can alter the schemas if we ↵Adam
need to, fixed sqlite to work again
2012-04-27Fixes to db_sqlAdam
2012-04-27Add db_sql:prefix allow prefixing all anope tables similarly, and changed ↵Adam
db_sql to update the databases incrementally instead of one big flush
2012-04-25Clarify access denied messages caused by NSSecureAdminsAdam
2012-04-25Check for os_sesion to exist before having defcon try and place session bansAdam
2012-04-25Fixed non-debug buildAdam
2012-04-24Fixed build from the previous mergeAdam
2012-04-23Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2012-04-23Reworked live SQL support yet againAdam
2012-04-23Fixed hashm checking in db_old and loading 1.9.1 databasesAdam
2012-04-13fixed a bug in chanstatsDukePyrolator
2012-04-08fixed a compile error in m_sqliteDukePyrolator
2012-04-08Added Chanstats. It uses a new, improved database format and is not ↵DukePyrolator
compatible with current phpdenora or magirc installations.
2012-04-08Modified the SQL API to allow unescaped parameters (useful for passing row ↵DukePyrolator
names and NULL values)
2012-04-01fixed some typosDukePyrolator
2012-03-21fixed bug #1399DukePyrolator
2012-03-21fixed ns_ajoinDukePyrolator
2012-03-13Actually check if the nicks arent registered, oopsAdam
2012-03-13Add a nickserv:unregistered_notice config option to send a message to ↵Adam
unregistered users on connect. Suggested by Cronus.
2012-03-13Bug #1382 - Save maxusercount and maxusertimeAdam
2012-03-05Fixed backup databases having their names collide due to not separating ↵Adam
month and day, #1383
2012-03-05Fixed bs_kick syntax errorAdam
2012-03-02Escape all column names when building sql queriesAdam
2012-02-27Fixed db_old loading noexpireAdam
2012-02-26Changed the OnChanDrop event to be called right before channels are dropped, ↵Adam
not after
2012-02-26Added chanserv:require config option to set which modes must be on all ↵Adam
registered channels. Prevents the core from always enforcing +r on every channel, even if chanserv is not loaded.
2012-02-26Fixed vhost check on identifyAdam
2012-02-26Track plexus umode and cmode +C and renamed UMODE_NO_CTCP to match up with ↵Adam
the names of other modes.
2012-02-25Do not send kills after sending XLines because it causes us to internally ↵Adam
remove the user and then recieve a quit from the user (who is now nonexistant) once the IRCd processes the XLine
2012-02-24Fixed akill setter and ids showing in akill reasonsAdam
2012-02-24Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2012-02-24Fixed calculating bots channel count of assigned channels and fixed the ↵Adam
order of saving memos (among other things)
2012-02-24Tell users to use NickServ for registering nicks, not chanserv...lethality