Age | Commit message (Expand) | Author |
2013-10-28 | Fix some typos and touch up the configs a little. | Robby- |
2013-10-26 | new event OnSetDisplayedHost | DukePyrolator |
2013-09-20 | Merge the two memo del events into one. Since they had the same name it was c... | Adam |
2013-09-16 | Remove static variables from functions in modules which causes them to be mar... | Adam |
2013-08-07 | Revert "Shrink to fit module event vectors when modules are removed from them" | Adam |
2013-08-07 | Shrink to fit module event vectors when modules are removed from them | Adam |
2013-08-07 | Add m_sql_log | Adam |
2013-08-01 | Use MessageSource as the source for many IRCDProto funcs | Adam |
2013-07-20 | Fix not setting the correct compile flags on modules and fix the resulting wa... | Adam |
2013-07-08 | added protocol support for incoming NOTICEs | DukePyrolator |
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-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 | Fixup last commit. We have events in log's destructor so we cant log messages... | 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-18 | Add botserv bot usermode config option | Adam |
2013-05-17 | Add Redis database support | Adam |
2013-05-08 | Fixed some issues and desyncs with creating empty permanent channels on start... | Adam |
2013-05-05 | Cleanup of dns stuff based on stuff found making inspircd's module | Adam |
2013-05-05 | Rework the config file reader to be much more flexible and move many configur... | Adam |
2013-04-14 | Allow assigning service bots via /invite | Adam |
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-06 | Remove the runtime module directory on non-windows because we no longer overw... | Adam |
2013-03-30 | Merge usefulness of Timer and CallBack classes into Timer, and fix it to real... | Adam |
2013-03-01 | Fix Windows build | Adam |
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most f... | Adam |
2013-01-09 | Update copyright to 2013. This was done with: | 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 |
2012-12-28 | Move some of CheckKick to the respective modules | Adam |
2012-12-25 | Allow modules loaded after startup to magically reobtain their database objec... | Adam |
2012-11-23 | Made IRCDProto a Service | Adam |
2012-11-23 | Change the return type of ircdmessage to void now that we don't use it, add a... | Adam |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam |
2012-10-22 | Cleanup of last few commits/warning fix | Adam |
2012-10-22 | Add os_dns, a way to control your DNS zone via services | Adam |
2012-10-13 | Simplify the db_sql_live code since this isn't actually necessary. Fixes a pr... | Adam |
2012-10-08 | Made fantasy commands configurable | Adam |
2012-10-07 | Remove the asynchronous identifing hack and replace it with something better.... | Adam |
2012-10-05 | Add an event for when nick or channel options are set | Adam |
2012-10-01 | Cleanup of all of the protocol modules, rewrote message handling system to be... | Adam |
2012-09-02 | Fix Windows | Adam |
2012-06-18 | Allow userless command sources | Adam |
2012-04-23 | Reworked live SQL support yet again | Adam |
2012-04-08 | Added Chanstats. It uses a new, improved database format and is not compatibl... | DukePyrolator |
2012-02-26 | Changed the OnChanDrop event to be called right before channels are dropped, ... | Adam |
2012-02-26 | Added chanserv:require config option to set which modes must be on all regist... | Adam |