Age | Commit message (Expand) | Author |
2014-12-05 | Update Kill() calls to pass source pointer instead of name | Adam |
2014-11-25 | Move automatically identified for log message to users | Adam |
2014-10-06 | Clean up collide timers on identify, otherwise you can login and logout befor... | Adam |
2014-10-06 | Clear pending collided state on release, fixes colliding users using recover ... | Adam |
2014-05-27 | Set timer owner for nickserv timers | Adam |
2014-05-21 | Core prep for p10 stuff | Adam |
2014-03-10 | Do not send unregistered notice to users who are logged in, even if their nic... | Adam |
2014-03-10 | Set nickserv's modesonid on login too | Adam |
2014-03-04 | Do not allow guest nicks to exceed nicklen, and use a default enforcer ident/... | Adam |
2014-01-21 | Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601. | Adam |
2014-01-04 | Fix recovering enforcers not properly quitting them | Adam |
2014-01-01 | Update copyright to 2014. This was done with: | Adam |
2013-11-21 | Shrink nick and channel default flags in db_old, otherwise converted nicks/ch... | Adam |
2013-10-28 | Stop requesting identification when changing nicks to a registered nick, and ... | Robby- |
2013-10-28 | Fix kill and killquick default expiry times. | Robby- |
2013-10-28 | Fix some typos and touch up the configs a little. | Robby- |
2013-10-26 | moved some config options from example.conf to nickserv.example.conf | DukePyrolator |
2013-10-05 | Always show expire time for nicks in /ns info to opers, even if the user is o... | Adam |
2013-10-05 | Fix logging for log type 'other'. | Robby- |
2013-09-29 | Fix NickServ default nick expiry time. | Robby- |
2013-09-27 | Make column titles in listings translatable. | Robby- |
2013-09-27 | Fix typos, remove dead language defines. | Robby- |
2013-09-19 | Fix not updating last_seen on expire nick for nicks with secure off. Don't sh... | Adam |
2013-08-25 | Fix User::IsIdentified with check_nick, do not remove +r on bursting clients ... | Adam |
2013-08-12 | Fix some issues with suspend | Adam |
2013-08-01 | Use MessageSource as the source for many IRCDProto funcs | Adam |
2013-07-21 | More validation stuff from fgs | Adam |
2013-07-01 | Change extensible keys to require explicitly having a type defined for it. Co... | Adam |
2013-06-19 | Set vhosts when users id to an account (and not a nick), add account arg to u... | Adam |
2013-06-06 | Made the message for unconfirmed nicks relevant to the ns_register registrati... | lethality |
2013-05-28 | Don't compare system time to a users timestamp to determine when to collide w... | Adam |
2013-05-27 | Initially attach all modules to all events, and detach them as the events are... | Adam |
2013-05-26 | Get rid of the remaining references in the core to specific services. Move mo... | Adam |
2013-05-15 | do not validate nicks from ulined servers. this also fixes bug #1521 | DukePyrolator |
2013-05-07 | Fix setting some default flags, reading fantasy blocks, and minusers setting ... | Adam |
2013-05-05 | That doesn't work either, just don't use references. | Adam |
2013-05-05 | Move module header files to include/modules to fix naming conflicts with syst... | Adam |
2013-05-05 | Rework the config file reader to be much more flexible and move many configur... | Adam |
2013-04-10 | Move some of the modules in extras/ that arent really extra out of extras. Ma... | Adam |
2013-04-07 | Optimizations of much of the more commonly used code | Adam |
2013-03-30 | Merge usefulness of Timer and CallBack classes into Timer, and fix it to real... | Adam |
2013-02-14 | Switch Destroy methods to delete | Adam |
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most f... | Adam |
2013-01-13 | Allow grouping commands to make help output easier to comprehend | Adam |
2013-01-09 | Update copyright to 2013. This was done with: | Adam |
2013-01-06 | Buggy compilers are buggy | Adam |
2013-01-03 | Move enforcer checks on nick and logout to nickserv.cpp | Adam |
2013-01-03 | Don't delete users immediately when quit or killed, instead wait until messag... | Adam |
2013-01-02 | Move nickserv validate stuff to an event in nickserv.cpp | Adam |
2012-12-28 | Use the same object for chanusercontainer and userchancontainer | Adam |