Age | Commit message (Expand) | Author |
2013-04-21 | m_permchannels Workaround for alphabetical module initialization order | attilamolnar |
2013-03-20 | m_permchannels Load channels from the config only at module load time and onl... | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-10-27 | Issue #346 - fix m_permchannels.cpp and m_xline_db.cpp saving their databases... | Adam |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-02-28 | Fix misspelling | danieldg |
2010-02-23 | Add a short message at the top of permchannel DB, and ensure config format is... | danieldg |
2010-02-16 | Delete 0-user permanent channels that are being set -P | danieldg |
2010-02-12 | Fix compilation | danieldg |
2010-02-12 | Write out the permchannels database on a timer, not on every mode change | danieldg |
2010-02-01 | Mark +P mode as oper-only now that it no longer requires an explicit permissi... | danieldg |
2010-01-31 | Remove duplicated permisison check for setting mode +P (it is already restric... | danieldg |
2010-01-19 | Clean up some slow iterations | danieldg |
2010-01-15 | Remove VF_COMMON from mode-provider modules (no longer needed due to better C... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-25 | Fixes from vtable cross-check | danieldg |
2009-10-20 | Fix interaction of m_permchannels post-cull and channel empty-by-quit that ca... | danieldg |
2009-10-19 | Valgrind now runs completely clean. | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-08 | Add names for all modes (part 1 of named channel mode list) | danieldg |
2009-10-05 | Run DelMode and DelModeWatcher in RemoveModule | danieldg |
2009-09-26 | Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to cla... | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-15 | Fix quoting in permchannels DB, discovered by jackmcbarn (could result in com... | danieldg |
2009-09-14 | Introduce "X" snomask for remote *:line messages [patch by jackmcbarn] | danieldg |
2009-09-13 | Remove redundant ServerInstance* fields | danieldg |
2009-09-13 | Simplify ModeHandler constructor | danieldg |
2009-09-05 | Utilise OnRawMode and OnPostTopicChange hooks to write a dynamic conf of perm... | w00t |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Remove "servermode" parameter, replace with IS_FAKE() which is more reliable | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | Remove empty permanent channels when m_permchannels is unloaded | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-04-09 | If you're going to add magical number hacks, please comment them appropriatel... | w00t |
2009-04-08 | Set topic timestamp on newly created channels to a dummy value to work around... | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-24 | Return ERR_NOPRIVILEGES for +P without channels/set-permanent priv. | w00t |
2008-12-20 | Readd check for +P setting to channels/set-permanent priv, thanks Johannes13 ... | w00t |
2008-10-23 | Revert earlier time() -> SI->Time() diff for now, this causes problems with d... | w00t |
2008-10-23 | Add/document channels/set-permanent priv, and tie setting of +P to it. | w00t |
2008-09-29 | Make topic optional for permanent channels tags. | w00t |
2008-08-29 | Don't try destroy on -P of a 0 user chan, as this causes problems during netm... | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-25 | Add and document <permchannels> block for m_permchannels, which creates a cha... | w00t |
2008-07-12 | Delete channel on -P if usercount is 0, fixes part of #565 | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-03-24 | And more of them | brain |