Age | Commit message (Expand) | Author |
2009-09-30 | Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b... | Adam- |
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-09-12 | Fixes bugs #1105 and #1106 | 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-06-23 | Adds check for using commands on non-registered channels before the | adam- |
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-28 | Patch from Adam, reducing duplication in cs_modes. Untested. | rburchell |
2009-02-19 | Fix missing variable. | rburchell |
2009-02-15 | Remove User::na, use User::nc everywhere. Will probably break everything, but... | rburchell |
2009-02-13 | Pass the right array to do_umode(), fixes mode tracking on Unreal. Thanks to ... | rburchell |
2009-02-11 | Revert oper protection patch from SciFi, it breaks things. This reverts commi... | rburchell |
2009-02-09 | Squashed commit: merge next (1.9.1) back to trunk. | rburchell |
2009-02-07 | Backported mooncups patch and added a message to /hs off when using inspircd12. | robbeh |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-12-23 | Fixed problem with unreal protocol module not storing usermode changes. Not t... | jantje_85 |
2008-12-17 | Fix umode +d bug slightly more properly. | rburchell |
2008-12-17 | Forward-port 0f3414de39df90405cf6c98a51194e957e8e5afa from 1.8: don't set +d ... | 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-16 | Added support for multiple uplink blocks in the new config. | cyberbotx |
2008-11-16 | Remove UnRestrictSAdmin. | rburchell |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-09 | Always UseSVS2MODE, too. | Robin Burchell w00t@inspircd.org |
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 | Merge commit 'cbx/anopeng-config' into anopeng | Robin Burchell w00t@inspircd.org |
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 | Add UID parameter to SendClientIntroduction, and make it get a UID. This is a... | Robin Burchell w00t@inspircd.org |
2008-11-03 | Remove IRCdProto::SendGuestNick(). It's identical to IRCdProto::SendClientInt... | 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 branch 'anopeng' into pv-sql | peavey peavey@inspircd.org |
2008-10-03 | Merge commit 'cbx/anopeng-uid' into anopeng-uid | Robin Burchell w00t@inspircd.org |
2008-10-02 | Replaced anope_SendSVSMode_chan() with direct call to SendSVSModeChan() in IR... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendSVSHoldDel() with direct call to SendSVSHoldDel() in IRCDP... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendSVSHold() with direct call to SendSVSHold() in IRCDProto c... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendGlobops() with direct call to SendGlobops() in IRCDProto c... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendNoticeChanops() with direct call to SendNoticeChanops() in... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendKick() with direct call to SendKick() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |