summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2012-10-02modified the nickserv alist command to return nc->display instead of the ↵DukePyrolator
parameter provided by the user
2012-10-02Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope ↵DukePyrolator
into 1.9
2012-10-02fixed a small bug in the inspircd protocol modulesDukePyrolator
2012-10-01Fixed handling TOPIC on unreal, dont set topics in Channel::Reset unless we ↵Adam
are synced, and fixed ts checking in Channel::SetModesInternal
2012-10-01Allow modules to store data in their own databases.Adam
2012-10-01Add networkinfo:chanlen config directiveAdam
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to ↵Adam
be a bit more C++ ish
2012-09-30timestamp column is a special case tooAdam
2012-09-30Bug #1445 - Empty out columns in SQL we have no data for onAdam
insert. This is caused from serialize() only setting a key on certain conditions and otherwise doing nothing at all.
2012-09-30Make CommandSource use references, sometimes we hold them for awhileAdam
2012-09-30fixed nickserv alistDukePyrolator
2012-09-24Fix a few oddball warnings that came up from clang, and also make it so ↵Naram Qashat
webcpanel.so can be compiled under Mac OS X.
2012-09-23make nickserv glist check if the given nickname is in the group of the user ↵DukePyrolator
before checking for services oper
2012-09-12Add m_sql_authentication to allow authenticating users against an external ↵Adam
SQL database
2012-09-08Fixed os_defcon tooAdam
2012-09-07Add chanserv/set/autoop, like nickserv/set/autoop but for channelsAdam
2012-09-07These saset command stubs can go awayAdam
2012-09-07Fix os_session to really use ips for quits, don't enforce session for ↵Adam
spoofed users/other users who have no ip, clean up warnings
2012-09-07Made session tracking ip based, not host based, and allow using CIDR to ↵Adam
group multiple ips from one subnet to one session
2012-09-07Allow configuring killquick and kill delaysAdam
2012-09-07Fixed m_ldap_authentication not returning anything if the search for an ↵Adam
account game back empty
2012-09-05Not quite sure what I was thinking hereAdam
2012-09-02Fix WindowsAdam
2012-09-01Added a web panel module + a default templateAdam
2012-08-09Fixed db_old loading encrypted passwords from 1.8Adam
2012-07-18Warn about really big integer values in the configAdam
2012-07-01Actually the core can't handle empty realnames, just ignore themAdam
2012-07-01Remove some unused code in inspircd20 protocol module & allow ↵Adam
/chghost/ident/naming services clients
2012-07-01Don't crash on empty setnames on inspircd1.2Adam
2012-07-01Remove ExtensibleString everywhereAdam
2012-06-26Removed old set xop references and cleared up some other stuff.lethality
2012-06-18Allow userless command sourcesAdam
2012-06-11Split up bs_setAdam
2012-06-04Some more fantasy character help outputlethality
2012-06-04minor help output changes, including some confusion in fantasy charslethality
2012-06-01Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2012-06-01updated chanstatsDukePyrolator
2012-05-26Some access level fixes from Robby to more closely match the historic ↵Adam
levels, and some code cleanup
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