Age | Commit message (Expand) | Author |
2013-08-21 | Always require the registered channel mode is set. Comment out default config... | Adam |
2013-08-18 | Fix not setting vhost on nickserv update | Adam |
2013-08-14 | Replace some get calls on <bool> extenisble types with hasext | Adam |
2013-08-12 | Fix some issues with suspend | Adam |
2013-08-11 | Remove channels from accesss lists when they expire/drop | Adam |
2013-08-11 | Fix chanserv opersonly setting | Adam |
2013-08-01 | Use MessageSource as the source for many IRCDProto funcs | Adam |
2013-07-26 | Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit mess | Adam |
2013-07-26 | Fix issues with 'Me' related to previous commit | Adam |
2013-07-21 | More validation stuff from fgs | Adam |
2013-07-20 | Fix not setting the correct compile flags on modules and fix the resulting wa... | Adam |
2013-07-03 | Allow channels on access lists | 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-06-01 | Move OnJoinChannel event to trigger after the user has completely joined and ... | Adam |
2013-06-01 | Move CheckKick event to Channel and make os_forbid use it instead of kicking ... | Adam |
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-19 | Mark service:channels as a "botchannel" and don't try to hold them on sync, a... | Adam |
2013-05-18 | Add botserv bot usermode config option | Adam |
2013-05-15 | do not validate nicks from ulined servers. this also fixes bug #1521 | DukePyrolator |
2013-05-10 | Fix ChannelMode::CanSet | Adam |
2013-05-08 | Readd check for users.size() == 1 before holding channels | Adam |
2013-05-08 | Fixed some issues and desyncs with creating empty permanent channels on start... | Adam |
2013-05-08 | Allow using sxlines on ircds that do not support them, since we always enforc... | Adam |
2013-05-08 | Add activate_on_set option for hostserv | Adam |
2013-05-08 | Make sockaddrs/cidr not throw on invalid ips to give us an easier/cheaper way... | Adam |
2013-05-07 | Fix setting some default flags, reading fantasy blocks, and minusers setting ... | Adam |
2013-05-06 | Update the rest of modules.example.conf, default inspircd status modes to a s... | Adam |
2013-05-05 | The const char* specialization of this no longer works | 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-03-20 | Check that channels still exist before nulling their ci pointer in channelinf... | Adam |
2013-02-15 | Fix setting modes on botserv bots in channels that have other bots in them on... | Adam |
2013-02-14 | Switch Destroy methods to delete | 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-02 | Some more typo and help text fixes, proper formatting of control codes, missi... | Robby- |
2013-01-25 | mysql_insert_id doesn't return an id if one isnt generated, so | Adam |
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most f... | Adam |
2013-01-21 | Allow channels that have users in them that are not the access list to expire... | 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-08 | Use m_rewrite to rewrite op, deop, halfop, ... etc | Adam |