aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-084-1/+11
* Force Extensible objects to be registered prior to useGravatar Daniel De Graaf2010-10-082-1/+11
* 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 a lot more timestamps for debugging things that take too longGravatar Daniel De Graaf2010-10-062-2/+13
* Add some timing debug logging to OnGarbageCollectGravatar Daniel De Graaf2010-10-062-4/+23
* 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 incorrect sign of idle timeGravatar Daniel De Graaf2010-10-031-1/+1
* 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
* Remove errored FDs in the next HandleEvent if OnError neglects to do soGravatar Daniel De Graaf2010-10-021-0/+3
* 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-024-3/+24
* 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
* Run garbage collect on rehashGravatar Jackmcbarn2010-09-281-0/+2
* Clean up m_timedmodesGravatar Jackmcbarn2010-09-281-33/+45
* Translate TR_NICK modes inside TryModeGravatar Jackmcbarn2010-09-281-3/+9
* Add support for shorthand listmodesGravatar Jackmcbarn2010-09-271-0/+60
* Change WhoWasMaintainTimer to a separate heap allocation because DelTimer is ...Gravatar Daniel De Graaf2010-09-271-6/+6
* Remove deleted Membership objects from the user's channel list on quitGravatar Daniel De Graaf2010-09-271-4/+4
* Initialize recursing and botID in the constructorGravatar Jackmcbarn2010-09-271-3/+1
* Notify users of successful account drop even if they aren't logged in to the ...Gravatar Jackmcbarn2010-09-271-0/+2
* Handle an account not existingGravatar Jackmcbarn2010-09-271-5/+6
* Fix crash in the account systemGravatar Jackmcbarn2010-09-274-181/+134