summaryrefslogtreecommitdiff
path: root/modules/pseudoclients
AgeCommit message (Expand)Author
2013-12-26Fix not setting the persist flag on newly registered channels when the perman...Adam
2013-11-21Shrink nick and channel default flags in db_old, otherwise converted nicks/ch...Adam
2013-10-28Stop requesting identification when changing nicks to a registered nick, and ...Robby-
2013-10-28Fix kill and killquick default expiry times.Robby-
2013-10-28Fix some typos and touch up the configs a little.Robby-
2013-10-26moved some config options from example.conf to nickserv.example.confDukePyrolator
2013-10-05Always show expire time for nicks in /ns info to opers, even if the user is o...Adam
2013-10-05Hide expires in /cs info if the channel is actively in use as it confuses peopleAdam
2013-10-05Fix logging for log type 'other'.Robby-
2013-10-05Fix not setting -r when channels are deletedAdam
2013-09-29Exempt ulines/myself from bounce mode checkAdam
2013-09-29Fix NickServ default nick expiry time.Robby-
2013-09-29Add chanserv:always_lower_ts config option to always lower registeredAdam
2013-09-27Make column titles in listings translatable.Robby-
2013-09-27Fix typos, remove dead language defines.Robby-
2013-09-27Don't send regex qlines and nlines to the IRCdAdam
2013-09-27Drop matching channels on forbid, and enforce nick forbids even on IRCdsAdam
2013-09-27Don't send SQLines unless the IRCd supports itAdam
2013-09-27Remove +r etc when channels are deletedAdam
2013-09-19Fix not updating last_seen on expire nick for nicks with secure off. Don't sh...Adam
2013-09-08Fix allowing duplicate entries on the snline listAdam
2013-09-08Fix logging /os set list. Enforce snlines on ircds that can't have snlines se...Adam
2013-08-27Make chanserv:require not default to rAdam
2013-08-25Fix User::IsIdentified with check_nick, do not remove +r on bursting clients ...Adam
2013-08-25Remove unnecesary mlock code in cs_mode, change mode set events to never boun...Adam
2013-08-25Create persistent channels on startup, which used to work and got lost somewhereAdam
2013-08-21Always require the registered channel mode is set. Comment out default config...Adam
2013-08-18Fix not setting vhost on nickserv updateAdam
2013-08-14Replace some get calls on <bool> extenisble types with hasextAdam
2013-08-12Fix some issues with suspendAdam
2013-08-11Remove channels from accesss lists when they expire/dropAdam
2013-08-11Fix chanserv opersonly settingAdam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
2013-07-26Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit messAdam
2013-07-26Fix issues with 'Me' related to previous commitAdam
2013-07-21More validation stuff from fgsAdam
2013-07-20Fix not setting the correct compile flags on modules and fix the resulting wa...Adam
2013-07-03Allow channels on access listsAdam
2013-07-01Change extensible keys to require explicitly having a type defined for it. Co...Adam
2013-06-19Set vhosts when users id to an account (and not a nick), add account arg to u...Adam
2013-06-06Made the message for unconfirmed nicks relevant to the ns_register registrati...lethality
2013-06-01Move OnJoinChannel event to trigger after the user has completely joined and ...Adam
2013-06-01Move CheckKick event to Channel and make os_forbid use it instead of kicking ...Adam
2013-05-28Don't compare system time to a users timestamp to determine when to collide w...Adam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-19Mark service:channels as a "botchannel" and don't try to hold them on sync, a...Adam
2013-05-18Add botserv bot usermode config optionAdam
2013-05-15do not validate nicks from ulined servers. this also fixes bug #1521DukePyrolator
2013-05-10Fix ChannelMode::CanSetAdam