aboutsummaryrefslogtreecommitdiff
path: root/src/modules/account.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices to 2011Gravatar Jackmcbarn2011-05-041-1/+1
* Rewrite sepstream logic, add an option to suppress empty items, and add test ...Gravatar Jackmcbarn2011-04-031-4/+6
* Add TSStringVectorExtItemGravatar Jackmcbarn2010-12-281-5/+48
* Add TSGenericExtItemGravatar Jackmcbarn2010-12-221-40/+163
* Ensure that there are no desyncs when account items have the same TS but diff...Gravatar Jackmcbarn2010-11-221-32/+6
* Display TSs in human-readable formGravatar Jackmcbarn2010-10-171-2/+8
* Second part of last commitGravatar Jackmcbarn2010-10-141-2/+6
* Hide TSs other than account creation TS in ACCTSHOWGravatar Jackmcbarn2010-10-091-2/+9
* Remove connectclass from the account system coreGravatar Jackmcbarn2010-10-091-3/+3
* Fix possible desyncs on netjoin when an alias and an account with the same na...Gravatar Jackmcbarn2010-10-081-1/+7
* Add account aliasesGravatar Jackmcbarn2010-10-071-1/+14
* Move generic extension items to account.hGravatar Jackmcbarn2010-10-061-0/+108
* Remove tags from the account systemGravatar Jackmcbarn2010-10-051-6/+4
* Change accounts to be stored as an irc::stringGravatar Jackmcbarn2010-10-051-4/+4
* Fix crash in the account systemGravatar Jackmcbarn2010-09-271-20/+24
* Major updates to the account systemGravatar Jackmcbarn2010-09-241-1/+1
* Rename m_flatfile_auth and split the reader/writer off, and change the way th...Gravatar Jackmcbarn2010-09-241-0/+92
* Add support for tagging m_services_account loginsGravatar Daniel De Graaf2010-08-231-1/+2
* Add support for setting accountname to m_sqlauth and m_ldapauthGravatar Daniel De Graaf2010-08-191-0/+7
* Change account.h to use the ServiceProvider hooksGravatar Daniel De Graaf2010-08-191-8/+13
* Add authorization cache module•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12405 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-091-1/+1
* ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2010-01-111-1/+1
* Move static map of extensions into ServerInstance, add const-correctness•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11873 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-10-141-0/+7
* Update Event and Request APIs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11808 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-10-081-3/+7
* Update all wiki links to point to the new wiki. This was done automatically w...•••for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar psychon2009-03-151-1/+1
* Update copyrights for 2009.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-01-021-1/+1
* A load of classes dont inherit from classbase, and they should. fix.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9191 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-241-1/+1
* Add capability for m_services_account to broadcast login events, with the use...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9149 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-211-0/+27