elemental-ircd/modules/core
B.Greenham 1fe75e33cc mode api: Remove most modes from the chmode_table, and have them initialized in modeset files.
Modeset files are modules stored in shadowircd/modes. All they do is initalize
a set of modes on load, and orphan said modes on unload.

All cmodes not included in ircd-ratbox are now located in modeset files, rather
than being in the core. These modes no longer simply use defines, their
locations are stored in a the new struct module_modes. Each of these is set
when intializing the mode in the modeset files, and set to 0 when orphaning
the mode upon unloading the modeset file.

In addition, use_forward has been removed, as it is now obsoleted by modesets.
2010-07-02 19:09:46 -04:00
..
m_ban.c Improve technical documentation of BAN protocol. 2010-04-29 00:26:49 +02:00
m_die.c Removal of ancient SVN ID's part one 2010-06-10 21:22:44 -04:00
m_error.c Removal of ancient SVN ID's part one 2010-06-10 21:22:44 -04:00
m_join.c mode api: Remove most modes from the chmode_table, and have them initialized in modeset files. 2010-07-02 19:09:46 -04:00
m_kick.c mode api: Remove most modes from the chmode_table, and have them initialized in modeset files. 2010-07-02 19:09:46 -04:00
m_kill.c Removal of ancient SVN ID's part one 2010-06-10 21:22:44 -04:00
m_message.c mode api: Remove most modes from the chmode_table, and have them initialized in modeset files. 2010-07-02 19:09:46 -04:00
m_metadata.c Fix some compile warnings. 2010-03-18 12:32:42 -04:00
m_mode.c mode api: Remove most modes from the chmode_table, and have them initialized in modeset files. 2010-07-02 19:09:46 -04:00
m_nick.c Removal of ancient SVN ID's part one 2010-06-10 21:22:44 -04:00
m_part.c mode api: Remove most modes from the chmode_table, and have them initialized in modeset files. 2010-07-02 19:09:46 -04:00
m_quit.c Removal of ancient SVN ID's part one 2010-06-10 21:22:44 -04:00
m_server.c Removal of ancient SVN ID's part one 2010-06-10 21:22:44 -04:00
m_squit.c Removal of ancient SVN ID's part one 2010-06-10 21:22:44 -04:00