summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Delete unneeded channels from chanhistory tableGravatar Daniel De Graaf2010-10-101-2/+17
* Allow changing registration without unregisteringGravatar Jackmcbarn2010-10-101-13/+26
* Remove registrants that no longer existGravatar Jackmcbarn2010-10-101-2/+65
* Fix backwards comparison for maximum line queryGravatar Daniel De Graaf2010-10-101-2/+2
* Fix forgotten extension registration in sql_chanhistoryGravatar Daniel De Graaf2010-10-101-0/+1
* Fix crash on sqlite rehash/unload if a database fails to openGravatar Daniel De Graaf2010-10-101-2/+5
* Fix incorrect dependency in m_clear causing crashes on partial rebuildGravatar Daniel De Graaf2010-10-101-1/+1
* Fix some unregistered Extensibles and include names in the thrown exceptionGravatar Daniel De Graaf2010-10-102-0/+2
* Rewrite TreeSocket timeout and lifecycle managementGravatar Daniel De Graaf2010-10-108-174/+125
* Fix compilationGravatar Daniel De Graaf2010-10-101-1/+1
* Support glob patternsGravatar Jackmcbarn2010-10-091-1/+1
* Convert more stuff to printf-styleGravatar Jackmcbarn2010-10-092-21/+21
* Hide TSs other than account creation TS in ACCTSHOWGravatar Jackmcbarn2010-10-094-7/+24
* Remove connectclass from the account system coreGravatar Jackmcbarn2010-10-095-59/+10
* Move /ACCTLIST and /ACCTSHOW to their own moduleGravatar Jackmcbarn2010-10-092-69/+149
* Add BOTNOTICE pseudo-command to <botcmd> parsingGravatar Daniel De Graaf2010-10-081-1/+9
* Add early_init() for module setup needed prior to config readingGravatar Daniel De Graaf2010-10-081-1/+5
* Allow /ACCTSHOW to take aliasesGravatar Jackmcbarn2010-10-081-5/+12
* Add /FDELNICK command and convert everything to printf-styleGravatar Jackmcbarn2010-10-081-16/+65
* This removal doesn't need to be sentGravatar Jackmcbarn2010-10-081-1/+1
* Remove from the account as well as the mapGravatar Jackmcbarn2010-10-081-13/+30
* Fix possible desyncs on netjoin when an alias and an account with the same na...Gravatar Jackmcbarn2010-10-083-8/+55
* Password changes and vhosts shouldn't take aliasesGravatar Jackmcbarn2010-10-082-3/+3
* Add account aliasesGravatar Jackmcbarn2010-10-076-49/+71
* Add command to control autoconnect blocksGravatar Jackmcbarn2010-10-074-3/+89
* Add limit to nicks that can be registeredGravatar Jackmcbarn2010-10-061-1/+13
* Rename m_nickregister to m_account_nick_ownershipGravatar Jackmcbarn2010-10-061-3/+3
* Register the enforce extension itemGravatar Jackmcbarn2010-10-061-0/+1
* Fix up enforcementGravatar Jackmcbarn2010-10-061-2/+20
* Make a user's account name always belong to them and enable users to disable ...Gravatar Jackmcbarn2010-10-061-24/+90
* Move generic extension items to account.hGravatar Jackmcbarn2010-10-063-79/+108
* Fix order of checksGravatar Jackmcbarn2010-10-051-2/+2
* Remove tags from the account systemGravatar Jackmcbarn2010-10-054-62/+15
* Make sure m_nickregister loads after m_accountGravatar Jackmcbarn2010-10-051-0/+1
* Change accounts to be stored as an irc::stringGravatar Jackmcbarn2010-10-053-14/+14
* Remove remaining syntax.clear()sGravatar Jackmcbarn2010-10-054-4/+2
* Improve performance of unserialization and use a typedef for readabilityGravatar Jackmcbarn2010-10-051-16/+21
* Rewrite m_nickregister to work with the account systemGravatar Jackmcbarn2010-10-052-202/+164
* Update login orderGravatar Jackmcbarn2010-10-051-5/+7
* Kludge to fix permanent channels loaded from config not being set +PGravatar Jackmcbarn2010-10-051-19/+26
* Prevent unsafe expiration times and make a value of 0 disable expirationGravatar Jackmcbarn2010-10-051-0/+6
* Fix crashGravatar Jackmcbarn2010-10-031-0/+1
* Add m_sql_chanhistory, a mode +H that does not have memory use issuesGravatar Daniel De Graaf2010-10-032-0/+225
* Improve GnuTLS socket error messagesGravatar Daniel De Graaf2010-10-021-2/+24
* Avoid RESYNC on channel creation when possibleGravatar Daniel De Graaf2010-10-021-1/+16
* Fix multiple-insert of newly created channelsGravatar Daniel De Graaf2010-10-022-1/+3
* Fix error handling and bad SQL syntaxGravatar Daniel De Graaf2010-10-023-3/+15
* Remove some unneeded complexity from spanningtreeGravatar Daniel De Graaf2010-10-0215-367/+118
* Make vhosts work when a user identifies with a server passwordGravatar Jackmcbarn2010-10-011-2/+15
* Allow vhosts to be set on accountsGravatar Jackmcbarn2010-10-011-0/+180