Age | Commit message (Expand) | Author |
2009-12-23 | Replaced some static_casts related to modes with dynamic_cast - its a bit safer | Adam- |
2009-12-20 | Rewrote part of extensible, it will now automatically unallocate memory for u... | Adam- |
2009-12-17 | Added BotInfo* sender arg to all of the User mode functions, changed IRcdProt... | Adam- |
2009-12-16 | Made many of the functions in IRCDProto accept the relative object pointers i... | Adam- |
2009-12-13 | Added in a modestacker and rewrote almost all of the remaining old mode code | Adam- |
2009-12-05 | Added options:mlock in the config so you can set what modes should be locked ... | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-17 | Removed some unnecessary casts, used C++-style casts over C-style casts, fixe... | cyberbotx |
2009-10-25 | Rewrote part of news system and moved it all to os_news.c. Removed src/news.c | Adam- |
2009-10-13 | Complete rewrite of everything associated with modes, this breaks saving and ... | Adam- |
2009-10-03 | Fix bug #1109. Anopes now replies with proper PONGs to rfc compliant PINGs . | jantje_85 |
2009-09-26 | Fixed bug #1107. We now have support for IRCds that send auth after the initi... | Adam- |
2009-09-20 | Removed the file name arg from MODULE_INIT | Adam- |
2009-08-19 | Add a few items to outstanding issues in TODO, clean up a lot of warnings (no... | cyberbotx |
2009-08-08 | Remove SSYNC_UNKNOWN. All IRCds can report sync state, and for those that _re... | rburchell |
2009-08-04 | Fixed autoid | adam- |
2009-08-03 | Fix a crash in the ratbox protocol module when Numeric is not defined in the ... | adam- |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-04-03 | Patch from DukePyrolator to include an OnUserNickChange() event to replace EV... | cyberbotx |
2009-04-03 | Fix ratbox protocol to use TS6SID for sending (UN)RESV, and fix m_privmsg to ... | cyberbotx |
2009-04-03 | Don't generate UID twice in ratbox protocol module. This is a leftover from b... | rburchell |
2009-04-02 | Remove rootmodeonid, opermodeonid, adminmodeonid - unused, and utterly useles... | rburchell |
2009-03-25 | Fix bug #1009, patch inspired by DukePyrolator, add a TS6 SID generator from ... | cyberbotx |
2009-02-15 | Remove User::na, use User::nc everywhere. Will probably break everything, but... | rburchell |
2009-02-15 | Edit IRCDVar of inspircd12 so certain modules don't load on that IRCd, and sm... | cyberbotx |
2009-02-09 | Squashed commit: merge next (1.9.1) back to trunk. | rburchell |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-11-28 | Remove (void) args, these just make things ugly. | rburchell |
2008-11-23 | Converted many C-style casts to C++-style casts. | cyberbotx |
2008-11-22 | Replaced most uses of smalloc and scalloc with new, replaced most uses of fre... | cyberbotx |
2008-11-21 | Remove unnecessary comment | rburchell |
2008-11-16 | Added support for multiple uplink blocks in the new config. | cyberbotx |
2008-11-16 | Remove UseTS6. This is now on or off at an ircd, not a config level. Move Cha... | rburchell |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-14 | Fix compile error caused by constification of some parametes. | rburchell |
2008-11-09 | UseTokens needs to die in a fire, don't let it be turned off. | Robin Burchell w00t@inspircd.org |
2008-11-08 | A few compile fixes for protocol modules. | Naram Qashat cyberbotx@cyberbotx.com |
2008-11-08 | moduleAddVersion -> Module::SetVersion | Robin Burchell w00t@inspircd.org |
2008-11-08 | moduleSetType() -> Module::SetType(). | Robin Burchell w00t@inspircd.org |
2008-11-08 | Convert moduleSetType() to not require a module pointer.. actually, this is p... | Robin Burchell w00t@inspircd.org |
2008-11-08 | Call the new base constructor too.. let's hope this all works? | Robin Burchell w00t@inspircd.org |
2008-11-08 | Convert all the derived module constructors to take the new parameter (sed mu... | Robin Burchell w00t@inspircd.org |
2008-11-06 | Add module name to MODULE_INIT. This is not yet actually used, but it will be... | Robin Burchell w00t@inspircd.org |
2008-11-05 | Convert protocol modules | Robin Burchell w00t@inspircd.org |
2008-11-03 | Consolidate modes: we really don't need to have a different one for every pse... | Robin Burchell w00t@inspircd.org |
2008-11-03 | Add UID parameter to SendClientIntroduction, and make it get a UID. This is a... | Robin Burchell w00t@inspircd.org |
2008-10-13 | Merge commit 'cbx/anopeng-config' into anopeng-config | Robin Burchell w00t@inspircd.org |
2008-10-05 | Removed DevNull pseudo-client as well as all *Alias pseudo-clients. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-03 | Merge commit 'cbx/anopeng-charfix' into anopeng | Robin Burchell w00t@inspircd.org |