Age | Commit message (Expand) | Author |
2013-04-11 | Pass new config and the new config reader to the OnReload event, aswell as ca... | Adam |
2013-04-10 | Move some of the modules in extras/ that arent really extra out of extras. Ma... | Adam |
2013-04-08 | Made XOP privileges configurable | Adam |
2013-04-08 | Fix /ns set display | Adam |
2013-04-08 | Made auto* chanserv privileges not hard coded. | Adam |
2013-04-07 | Optimizations of much of the more commonly used code | Adam |
2013-04-06 | This worked before but is a little weird | Adam |
2013-04-06 | Add more logging to bs_set, cs_set, and ns_set | Adam |
2013-04-06 | Let non founders still /cs ban by wildcard mask, but limit the number of peop... | Adam |
2013-04-06 | Unset +P from perm channels when expiring | Adam |
2013-04-06 | Fix toggling topiclock when the channel setting is changed | Adam |
2013-04-05 | Made the securefounder checks in cs_set more consistent | Adam |
2013-04-05 | Fix not constructing the /bs set greet command | Adam |
2013-04-04 | Fix applying some sxlines to users on add | Adam |
2013-04-04 | Fix /hs reject syntax | Adam |
2013-04-04 | Fix defcon taking action on new clients | Adam |
2013-03-31 | Add networkinfo:modelistsize config option to set the max size of b/e/I lists | Adam |
2013-03-30 | Merge usefulness of Timer and CallBack classes into Timer, and fix it to real... | Adam |
2013-03-30 | Add /bs set banexpire command to configure if/when botserv bans expire | Adam |
2013-03-30 | Split up bs_kick subcommands into real subcommands | Adam |
2013-03-29 | Fix /bs set private | Adam |
2013-03-21 | Properly cleanup after entrymsglists and ajoinlists when destructed | Adam |
2013-03-20 | Check that channels still exist before nulling their ci pointer in channelinf... | Adam |
2013-03-15 | Allow autokicking real names, extbans, and channels | Adam |
2013-03-13 | Allow opers to override chanserv kick/ban, botserv say/act, and akick's peace... | Adam |
2013-03-03 | improved the operserv mode command | DukePyrolator |
2013-03-02 | Fix build with -std=c++11 | Adam |
2013-03-02 | Fix /ns drop nick showing "your nick" and not the nick you specified if the n... | Adam |
2013-03-02 | Fixed logic fail in /ns resend | Adam |
2013-03-01 | Don't have cs_seen update data for users on syncing servers | Adam |
2013-02-28 | Fix entrymsg's creation time being reset from restarts | Adam |
2013-02-25 | Don't enforce session limit on clients with no IP on Unreal, fix typo in /cs ... | Adam |
2013-02-24 | Allow /cs up and /cs down to take an optional nick arg | Adam |
2013-02-24 | fixed wrong parameter count in cs_updown | DukePyrolator |
2013-02-23 | Fix akick list/view not showing masks sometimes | Adam |
2013-02-20 | Add /cs mode clear command that behaves like the old /cs clear modes/bans/etc | Adam |
2013-02-19 | Allow /os mode clear [all] to unset modes, similar to old clearmodes | Adam |
2013-02-15 | Fixed unserializing servers in dns zones | Adam |
2013-02-14 | Switch Destroy methods to delete | Adam |
2013-02-14 | Made chanserv/unban with no parameters unban you in every channel you have ac... | Adam |
2013-02-14 | Fix CommandCSMode::CanSet letting everyone set voice | Adam |
2013-02-14 | Store what channels have references to accounts in NickCore to prevent having... | Adam |
2013-02-14 | Make NickCore::aliases a vector | Adam |
2013-02-10 | Sort output in ns_list and cs_list | Adam |
2013-02-09 | (re?)add mlock set as a simple way to clear all mlocks and add new ones at once | Adam |
2013-02-07 | Made DNSServer::Find case insensitive | Adam |
2013-02-05 | Merge pull request #9 from Robby-/1.9-ns_set_misc | Adam |
2013-02-05 | Fixed ns_set_misc not showing help for its SASET commands. | Robby- |
2013-02-05 | Made access del by nick and other functions from 326f1a really delete objects | Adam |
2013-02-02 | cs_enforce: Make the logging also show the channel it was used on, added 2 mi... | Robby- |