97 Commits

Author SHA1 Message Date
brain
07e75b8e85 Added documentation to manpages of Request, Event and ModuleMessage
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1152 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-21 13:22:31 +00:00
brain
2db0df5813 Added module message passing architecture
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1136 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-20 15:48:27 +00:00
brain
314c59cb3b Fixed /LUSERS server count
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1117 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-18 12:21:31 +00:00
brain
668df37516 Added:
OnMeshToken
MeshSendAll(std::string text);
MeshSendCommon(userrec* user, std::string text);
MeshSendAllAlive(std::string text);
MeshSendUnicast(std::string destination, std::string text);
MeshSendAllExcept(std::string target, std::string text);
MeshCheckChan(chanrec *c,std::string servername);
MeshCheckCommon(userrec* u,std::string servername);


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1112 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-16 18:58:08 +00:00
brain
3cd71f1ee5 Added extra parameter to OnRawMode in docs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1110 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-16 14:50:28 +00:00
brain
1def843ff4 Updated documentation of <connect> tags at request of Strike
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1109 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-16 03:05:40 +00:00
brain
674c868b22 New docs for API:
int Module::OnRawMode(userrec* user, char mode, std::string param, bool adding, int pcnt);
int Module::OnCheckInvite(userrec* user, chanrec* chan);
int Module::OnCheckKey(userrec* user, chanrec* chan, std::string keygiven);
int Module::OnCheckLimit(userrec* user, chanrec* chan);
int Module::OnCheckBan(userrec* user, chanrec* chan);
void Module::OnStats(char symbol);
int Module::OnChangeLocalUserHost(userrec* user, std::string newhost);
int Module::OnChangeLocalUserGECOS(userrec* user, std::string newhost);
int Module::OnLocalTopicChange(userrec* user, chanrec* chan, std::string topic);


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1106 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-15 19:31:08 +00:00
brain
df2a0e34e2 Removed some deprecated documentation (html)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1102 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-15 14:52:01 +00:00
brain
5ef1c283a8 Removed some deprecated documentation
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1101 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-15 14:51:38 +00:00
brain
3f4b15c2cf New documentation on today's new methods etc
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1096 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-14 21:13:24 +00:00
brain
654ff4ae2f Updated to support OnSendList
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1073 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-13 13:42:08 +00:00
brain
c0f731e19d Added Server::AddGLine
Added Server::AddKLine
Added Server::AddZLine
Added Server::AddQLine
Added Server::AddELine
Added Server::DelGLine
Added Server::DelKLine
Added Server::DelZLine
Added Server::DelQLine
Added Server::DelELine
Added Server::Duration


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1071 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-13 12:41:46 +00:00
brain
e7ed8d5b73 Somebody *dum de dum, nonchalant* put double closing tags, nullifying the effect of allowhalfop ;)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1056 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-12 03:29:21 +00:00
brain
3d7312f8af Changed parameters of OnPacketTransmit and OnPacketReceive to be much more useful
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1024 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-09 14:39:07 +00:00
brain
1485bcaf19 Finally updated ChangeLog to reflect beta 1
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1021 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-09 02:45:52 +00:00
brain
793a44d061 Added <disabled:commands> to the example config (commented out by default!)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1016 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-08 17:39:11 +00:00
brain
10f9b491f4 Changed documentation of /loadmodule and /unloadmodule to include parameters
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1010 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-08 13:06:09 +00:00
brain
755d67224f New docs to match extra module Version class stuff, etc
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1008 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-07 20:15:05 +00:00
brain
c3da4e977a Documented /LOADMODULE and /UNLOADMODULE plus new /MODULES behaviour
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1005 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-07 19:29:28 +00:00
brain
cda9fd02c9 Updated docs for ELINE
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@978 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-04 19:04:02 +00:00
brain
9c8b44176b Added new documentation for ELine class and OnUserPostNick method
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@977 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-04 18:13:55 +00:00
brain
b54f879f35 Added E:Lines, a form of ban exception that can prevent opers, netadmins etc from being glined. Can be added and removed
either in the config or by an oper with the correct permissions to use the /ELINE command


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@975 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-04 17:55:48 +00:00
brain
4705381691 Added DNS class to documentation
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@952 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-02 19:28:32 +00:00
brain
b0fe419fa0 Added pid file support, and documentation for it
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@950 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-02 18:08:53 +00:00
brain
fba70f50c5 Added new tags to example config.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@941 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-01 19:17:32 +00:00
brain
f326e475e3 Updated documentation (html)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@937 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-01 17:07:42 +00:00
brain
260d107be3 Updated documentation (manpages)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@936 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-01 17:07:33 +00:00
brain
0afad3dfbc Made config parsing code a bit more lenient
Added error checking to make sure opertypes exist before opering a user!
Added 005 handling for modules
Started on KILL event for modules
Started on OnModuleLoad event for modules


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@918 e03df62e-2008-0410-955e-edbf42e46eb7
2005-03-27 18:46:29 +00:00
brain
52899de0ff Documentation update
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@899 e03df62e-2008-0410-955e-edbf42e46eb7
2005-03-25 03:51:56 +00:00
frostycoolslug
1d125bf5e8 Updated it to actually contain items supported by the IRCd. (Was _VERY_ out of date)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@889 e03df62e-2008-0410-955e-edbf42e46eb7
2005-03-15 18:41:45 +00:00
frostycoolslug
54d2d16592 Updated SUPPORTED file to reflect some recent changes.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@885 e03df62e-2008-0410-955e-edbf42e46eb7
2005-03-15 16:13:03 +00:00
brain
01171d813f Fixed typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@824 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-22 21:47:07 +00:00
brain
2cc838ec22 Fixed issue where ReplaceText threw an exception (!)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@823 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-22 21:45:59 +00:00
brain
b513b12594 Added m_censor.cpp mode +G module
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@822 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-22 21:30:04 +00:00
brain
5b639d8e57 Added +N via m_nonicks, restored some stuff from a firewall fuckup
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@813 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-15 12:08:56 +00:00
brain
998f74743f Fixes to permissions issues
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@812 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-10 15:20:46 +00:00
brain
df89eb2b57 Added new channel modes to helpop docs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@809 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-10 15:18:09 +00:00
brain
9b8384baef Updated docs for new channel modes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@806 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-10 11:01:28 +00:00
brain
5b949866d4 Added m_nokicks and chanmode +Q
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@796 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-08 17:09:07 +00:00
brain
23303627e1 Added +O mode support through m_operchans.so
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@785 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-02 16:16:04 +00:00
brain
a0d27a59b2 Fixed tag typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@783 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-02 13:32:31 +00:00
brain
ae6fe83530 Updated helpop documentation
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@782 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-02 13:27:47 +00:00
brain
7d0fc07661 Added manpages
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@778 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-02 12:29:43 +00:00
brain
c881c52c43 documentation update for updated return values of OnUserPreJoin
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@776 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-01 23:10:23 +00:00
brain
0f2cf28d39 Added documentation of new ConfigReader methods suggested by Azhrarn for sanity
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@772 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-01 19:58:59 +00:00
frostycoolslug
dfd170b179 Added Updated by BlackDeathX
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@771 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-01 19:45:25 +00:00
brain
877a15fc3d Added extra docs to cover OnUserSync etc
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@769 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-01 16:54:50 +00:00
brain
66fcfda7cc Removed protocol violation errors
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@764 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-01 13:45:45 +00:00
brain
e53c7aa50c Added Module::OnAccessCheck
Added ListMode support


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@758 e03df62e-2008-0410-955e-edbf42e46eb7
2004-05-01 12:43:49 +00:00
brain
1899777c6d Added base.cpp, fixed documentation for userrec::HasPermission
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@757 e03df62e-2008-0410-955e-edbf42e46eb7
2004-04-30 14:47:34 +00:00