The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog | Stats
 
[svn] / trunk / inspircd / src / modules Repository:
Powered by ViewVC

Index of /trunk/inspircd/src/modules

Files shown:143
Directory revision: 10837 (of 10843)
Sticky Revision:
Query: Query revision history


File Rev. Age Author Last log entry
 Parent Directory        
extra/  10783  4 weeks  w00t  Second attempt at time() -> SI->Time(), now problems with the original were fixed. (SI::TIME was not...
m_spanningtree/  10835  3 days  w00t  Remove unused variable (thanks to everyone who noticed it)
account.h  10593  2 months  brain  Set Id property on a bunch of modules which lack it, etc.
httpd.h  10593  2 months  brain  Set Id property on a bunch of modules which lack it, etc.
m_abbreviation.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_alias.cpp  10445  2 months  w00t  Don't execute multiple aliases after executing one.
m_allowinvite.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_alltime.cpp  10356  3 months  w00t  Make m_alltime easier to scan read for discrepancies on larger networks
m_antibear.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_antibottler.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_auditorium.cpp  10676  6 weeks  w00t  Convert a number of modules to using privs.
m_banexception.cpp  10407  2 months  brain  Newer extban-supporting listmode api
m_banredirect.cpp  10415  2 months  brain  Depends on: ../../include/u_listmode.h
m_blockamsg.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_blockcaps.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_blockcolor.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_botmode.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_callerid.cpp  10783  4 weeks  w00t  Second attempt at time() -> SI->Time(), now problems with the original were fixed. (SI::TIME was not...
m_cap.cpp  10333  3 months  w00t  Make this comply with the spec; that is - CAP may be requested after registration.
m_cap.h  10593  2 months  brain  Set Id property on a bunch of modules which lack it, etc.
m_cban.cpp  10741  5 weeks  w00t  Add reasons to other modules that implement XLines also.
m_censor.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_cgiirc.cpp  10607  2 months  special  Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines and zlines on IPs affectin...
m_chancreate.cpp  10748  5 weeks  w00t  Add +s +J - for remote channel creation. This helps m_chanlog stop being quite so silly, and also me...
m_chanfilter.cpp  10408  2 months  brain  Publish interface in chanfilter
m_chanlog.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_channelban.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_chanprotect.cpp  10752  4 weeks  w00t  Revert "Add option to allow +q to +q users, +a to +a users." This reverts commit 1c035722a6083f9d62...
m_check.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_chghost.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_chgident.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_chgname.cpp  10718  5 weeks  w00t  Fix a number of commands to have max_params field. This means in practice, that colons on gline reas...
m_cloaking.cpp  10781  4 weeks  w00t  Remove now-unneeded 4in6 hacks [danieldg]
m_clones.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_close.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_commonchans.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_conn_join.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_conn_umodes.cpp  10497  2 months  w00t  Hook conn_umodes before anything else so that config order is less of a factor
m_conn_waitpong.cpp  10292  3 months  w00t  Fix a few malformed Id tags
m_connectban.cpp  10799  3 weeks  brain  Module class was still called QuitBan, rename to ConnectBan for sanity
m_connflood.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_customtitle.cpp  10292  3 months  w00t  Fix a few malformed Id tags
m_cycle.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_dccallow.cpp  10646  7 weeks  special  Numerous fixes for m_dccallow - only the first banfile tag mattered, improper behavior with no banfi...
m_deaf.cpp  10622  2 months  brain  Header tidyups. Apart from module to module API stuff and external deps, modules dont really need to...
m_delayjoin.cpp  10615  2 months  brain  The module hook is kinda required.
m_denychans.cpp  10339  3 months  w00t  Fix: 'Notice' vs 'NOTICE' as a command. I bet this would break some client or other.. ;p. Thanks to ...
m_devoice.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_dnsbl.cpp  10781  4 weeks  w00t  Remove now-unneeded 4in6 hacks [danieldg]
m_filter.cpp  10718  5 weeks  w00t  Fix a number of commands to have max_params field. This means in practice, that colons on gline reas...
m_foobar.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_gecosban.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_globalload.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_globops.cpp  10718  5 weeks  w00t  Fix a number of commands to have max_params field. This means in practice, that colons on gline reas...
m_hash.h  10593  2 months  brain  Set Id property on a bunch of modules which lack it, etc.
m_helpop.cpp  10659  6 weeks  w00t  Patch from Namegduf to use established numerics for HELPOP instead of notices.
m_hidechans.cpp  10676  6 weeks  w00t  Convert a number of modules to using privs.
m_hideoper.cpp  10676  6 weeks  w00t  Convert a number of modules to using privs.
m_hostchange.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_httpd.cpp  10579  2 months  w00t  Be consistent. Use ServerInstance in all places instead of 'Instance' in half. This has bugged me fo...
m_httpd_acl.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_httpd_config.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_httpd_stats.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_ident.cpp  10622  2 months  brain  Header tidyups. Apart from module to module API stuff and external deps, modules dont really need to...
m_invisible.cpp  10821  10 days  w00t  Don't check permission to +Q for remote users, probably fixes bug #619 reported by yell0w.
m_inviteexception.cpp  10407  2 months  brain  Newer extban-supporting listmode api
m_joinflood.cpp  10819  10 days  w00t  Fix crashes in m_joinflood and m_nickflood, found by Schitz0, introduced by commit f123b4f0081360e96...
m_jumpserver.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_kicknorejoin.cpp  10783  4 weeks  w00t  Second attempt at time() -> SI->Time(), now problems with the original were fixed. (SI::TIME was not...
m_knock.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_lockserv.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_maphide.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_md5.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_messageflood.cpp  10819  10 days  w00t  Fix crashes in m_joinflood and m_nickflood, found by Schitz0, introduced by commit f123b4f0081360e96...
m_muteban.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_namesx.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_nickflood.cpp  10819  10 days  w00t  Fix crashes in m_joinflood and m_nickflood, found by Schitz0, introduced by commit f123b4f0081360e96...
m_nicklock.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_noctcp.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_nokicks.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_nonicks.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_nonotice.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_nopartmsg.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_operchans.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_operinvex.cpp  10416  2 months  w00t  Add m_operinvex, adds first use for extended invex (added by Brain). Allows for +I O:opertypemask, +...
m_operjoin.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_operlevels.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_operlog.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_opermodes.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_opermotd.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_operprefix.cpp  10825  10 days  w00t  Add OperPrefixMode::GetPrefixRank(), so +y is ranked above all other prefix modes.
m_override.cpp  10775  4 weeks  w00t  Resolve a conflict by changing override to +s +G (godmode) instead of +s +O.
m_password_hash.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_permchannels.cpp  10695  5 weeks  w00t  Revert earlier time() -> SI->Time() diff for now, this causes problems with dns.cpp in mysterious wa...
m_randquote.cpp  10783  4 weeks  w00t  Second attempt at time() -> SI->Time(), now problems with the original were fixed. (SI::TIME was not...
m_redirect.cpp  10700  5 weeks  w00t  Consistancy: Allow opers to +L to a nonexistant channel, as we allow opers to bypass ops restriction...
m_regex.h  10593  2 months  brain  Set Id property on a bunch of modules which lack it, etc.
m_regex_glob.cpp  10620  2 months  brain  Fix for bug #613 reported by Casey, m_regex_glob's parameters were back to front!
m_regonlycreate.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_remove.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_restrictchans.cpp  10609  2 months  w00t  Fix inverted logic in restrictchans that caused it to not play nice with permchannels.
m_restrictmsg.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_ripemd160.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_rline.cpp  10741  5 weeks  w00t  Add reasons to other modules that implement XLines also.
m_rpc_json.cpp  10622  2 months  brain  Header tidyups. Apart from module to module API stuff and external deps, modules dont really need to...
m_rpctest.cpp  10622  2 months  brain  Header tidyups. Apart from module to module API stuff and external deps, modules dont really need to...
m_safelist.cpp  10666  6 weeks  w00t  Implement channels/auspex priv for /names and /list.
m_sajoin.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_samode.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_sanick.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_sapart.cpp  10718  5 weeks  w00t  Fix a number of commands to have max_params field. This means in practice, that colons on gline reas...
m_saquit.cpp  10718  5 weeks  w00t  Fix a number of commands to have max_params field. This means in practice, that colons on gline reas...
m_sasl.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_satopic.cpp  10718  5 weeks  w00t  Fix a number of commands to have max_params field. This means in practice, that colons on gline reas...
m_securelist.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_seenicks.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_serverban.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_services_account.cpp  10768  4 weeks  w00t  Fix crash.
m_servprotect.cpp  10622  2 months  brain  Header tidyups. Apart from module to module API stuff and external deps, modules dont really need to...
m_sethost.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_setident.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_setidle.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_setname.cpp  10718  5 weeks  w00t  Fix a number of commands to have max_params field. This means in practice, that colons on gline reas...
m_sha256.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_showwhois.cpp  10697  5 weeks  w00t  Fix broken stuff.
m_shun.cpp  10741  5 weeks  w00t  Add reasons to other modules that implement XLines also.
m_silence.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_spy.cpp  10666  6 weeks  w00t  Implement channels/auspex priv for /names and /list.
m_ssl_dummy.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_sslmodes.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_stripcolor.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_svshold.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_swhois.cpp  10718  5 weeks  w00t  Fix a number of commands to have max_params field. This means in practice, that colons on gline reas...
m_taxonomy.cpp  10711  5 weeks  w00t  Use TargetTypeFlags instead of int in a few places.
m_testcommand.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_timedbans.cpp  10783  4 weeks  w00t  Second attempt at time() -> SI->Time(), now problems with the original were fixed. (SI::TIME was not...
m_tline.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_uhnames.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_uninvite.cpp  10596  2 months  brain  Fix for bug #610 reported by ankit, numeric changed to 505
m_userip.cpp  10319  3 months  w00t  USERHOST/USERIP fix, return '-' char, not '+' if the user is away. Thanks jilles.
m_vhost.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
m_watch.cpp  10791  4 weeks  w00t  Fix incorrect watch usage, patch from dz (thanks).
m_xline_db.cpp  10291  3 months  w00t  Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versi...
rpc.h  10593  2 months  brain  Set Id property on a bunch of modules which lack it, etc.
transport.h  10593  2 months  brain  Set Id property on a bunch of modules which lack it, etc.

Download tarball


This repository is synched from our developer network every five minutes There may be a short delay between a commit taking place, and it becoming availble here.
Use svn co http://svn.inspircd.org/repository/trunk/inspircd to check out trunk, or svn co http://svn.inspircd.org/repository/branches/1_1_stable to check out the stable 1.1 branch.
ViewVC Help