summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2013-03-02Fix compile warning in webcpanel/memosAdam
2013-03-02Fix build with -std=c++11Adam
2013-03-02Fix /ns drop nick showing "your nick" and not the nick you specified if the n...Adam
2013-03-02Fixed logic fail in /ns resendAdam
2013-03-01Fix Windows buildAdam
2013-03-01Don't have cs_seen update data for users on syncing serversAdam
2013-02-28Fix entrymsg's creation time being reset from restartsAdam
2013-02-25Don't enforce session limit on clients with no IP on Unreal, fix typo in /cs ...Adam
2013-02-24Allow /cs up and /cs down to take an optional nick argAdam
2013-02-24fixed wrong parameter count in cs_updownDukePyrolator
2013-02-23Add SVSNICK and SVSHOLD to hybridAdam
2013-02-23Revert "do not send RESV from operserv when its not introduced"DukePyrolator
2013-02-23Add missing SVSHold funcs to plexus protocol moduleAdam
2013-02-23Fix akick list/view not showing masks sometimesAdam
2013-02-23do not send RESV from operserv when its not introducedDukePyrolator
2013-02-22This OnServerSync event hook in inspircd20 can go away (it does nothing curre...Adam
2013-02-20Add Matthew to webpanel credits, fix alignment of akill listAdam
2013-02-20Merge pull request #12 from MatthewM/webcpanelAdam
2013-02-20Add /cs mode clear command that behaves like the old /cs clear modes/bans/etcAdam
2013-02-19Allow /os mode clear [all] to unset modes, similar to old clearmodesAdam
2013-02-19Merge branch '1.9' of github.com:anope/anope into 1.9Adam
2013-02-19Fix some OpenBSD build issues, and bugs #1485 #1486 #1487Adam
2013-02-19fixed a typo in the last SASL commitDukePyrolator
2013-02-17SASL sends AUTHFAIL on unsupported mechanisms, fixes bug #1482DukePyrolator
2013-02-16InsIRCd only sends QUIT on KILL for users 1 hop from us, so always internally...Adam
2013-02-16Fix missing CheckInit check in db_sql_liveAdam
2013-02-15Fix setting modes on botserv bots in channels that have other bots in them on...Adam
2013-02-15Store hashes of the last commit instead of the last commitAdam
2013-02-15Fixed unserializing servers in dns zonesAdam
2013-02-14Switch Destroy methods to deleteAdam
2013-02-14This Serialize::Destroy method isn't actually needed anymore. Fixes weirdness...Adam
2013-02-14Magiobiwan is sillyAdam
2013-02-14Made chanserv/unban with no parameters unban you in every channel you have ac...Adam
2013-02-14Fix CommandCSMode::CanSet letting everyone set voiceAdam
2013-02-14Store what channels have references to accounts in NickCore to prevent having...Adam
2013-02-14Make NickCore::aliases a vectorAdam
2013-02-14Update obj ts when constructed in db_sqlAdam
2013-02-10Sort output in ns_list and cs_listAdam
2013-02-09(re?)add mlock set as a simple way to clear all mlocks and add new ones at onceAdam
2013-02-07Made DNSServer::Find case insensitiveAdam
2013-02-05Merge pull request #9 from Robby-/1.9-ns_set_miscAdam
2013-02-05Fixed ns_set_misc not showing help for its SASET commands.Robby-
2013-02-05Made access del by nick and other functions from 326f1a really delete objectsAdam
2013-02-02cs_enforce: Make the logging also show the channel it was used on, added 2 mi...Robby-
2013-02-02Some more typo and help text fixes, proper formatting of control codes, missi...Robby-
2013-01-31Updated jquery API to v1.9.0MatthewM
2013-01-31Some configuration file updates: Removed now non-existing settings. Redid som...Robby-
2013-01-30Don't expire session exceptions if in noexpire modeAdam
2013-01-30Evidently Persistant is not a wordAdam
2013-01-30fixed an infinite loop in ns_recover, caused by a very small typo.DukePyrolator