index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-04-20
Document parameters and return value for the OnNamesListItem() hook
Attila Molnar
2014-04-20
Change the OnNamesListItem() hook to return ModResult
Attila Molnar
2014-04-16
m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS
Attila Molnar
2014-04-16
m_spanningtree Throw an exception on protocol violations instead of returning...
Attila Molnar
2014-04-14
Remove WALLCHOPS and WALLVOICES ISUPPORT tokens
Attila Molnar
2014-04-14
core_lusers Don't capitalize "local users" and "global users"
Attila Molnar
2014-04-14
m_sajoin, m_sapart Support a comma separated list of channels
Attila Molnar
2014-04-14
m_sajoin Abort and report if the target user is already on the channel
Attila Molnar
2014-04-14
m_spanningtree Fix routing of unicast messages
Attila Molnar
2014-04-11
Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.
Peter Powell
2014-04-11
Implement support for numeric character references.
Peter Powell
2014-04-11
Clean up a bunch of legacy code in the Poll socketengine.
Peter Powell
2014-04-11
Remove various broken/useless features from the build system.
Peter Powell
2014-04-11
m_filter Allow exemption of messages sent to nicks specified in <exemptfromfi...
Attila Molnar
2014-04-11
Redirect the reader to filters.conf.example for advanced filter configuration
Attila Molnar
2014-04-11
m_filter Rename config key used in exemptfromfilter from "channel" to "target...
Attila Molnar
2014-04-11
m_filter Rename exemptfromfilter field to exemptedchans, use std::set::count()
Attila Molnar
2014-04-11
m_filter Use case insensitive compare for exempted targets, add typedef for t...
Attila Molnar
2014-04-09
m_services_account Remove now needless workaround added to 2.0 to display the...
Attila Molnar
2014-04-09
Fix m_cgiirc to set the user's host straight away when using WEBIRC.
md_5
2014-04-09
Avoid double Membership lookup in Channel::UserList()
Attila Molnar
2014-04-09
Move checks determining whether a user is allowed to view the NAMES list of a...
Attila Molnar
2014-04-09
Eliminate usage of has_one in Channel::UserList()
Attila Molnar
2014-04-08
m_blockcaps Get rid of needless cast, use unsigned types
Attila Molnar
2014-04-08
m_blockcaps Simplify CTCP ACTION (/me) detection
Attila Molnar
2014-04-08
m_spanningtree Don't rely on "m_sha256.so" being loaded, use any "hash/sha256...
Attila Molnar
2014-04-08
m_spanningtree Remove the (now) undocumented disablehmac config option
Attila Molnar
2014-04-07
Fix accessibility in intrusive_list_node and return value of operator-- in in...
Attila Molnar
2014-04-07
Merge insp20
Attila Molnar
2014-04-06
Release 2.0.16
Attila Molnar
2014-04-06
Fix IPv6 address handling in 6aaf7047297b739377e7d509cb914f32447fb281
Attila Molnar
2014-04-06
Fix typo in helpop-full that prevented it from loading and other minor helpop...
Attila Molnar
2014-04-04
Fix snotice about disabled command usage being sent to the wrong snomask
Attila Molnar
2014-04-04
Add REG_ALL checks to treat unregistered users as nonexistent in more cases
Attila Molnar
2014-04-04
Fix typos and update text in the configure script
Attila Molnar
2014-04-04
Major example configuration and helpop update
Attila Molnar
2014-04-03
m_override Deduplicate code
Attila Molnar
2014-04-02
Remove unused User::WriteCommonExcept()
Attila Molnar
2014-04-02
Move User::SendAll() into core_privmsg
Attila Molnar
2014-04-02
Remove User::WriteTo() functions; use User::WriteFrom() instead
Attila Molnar
2014-03-31
Check if Membership::GetPrefixChar() returns 0 before appending it to a string
Attila Molnar
2014-03-29
Build coremods on Windows, add general support to the cmake script for buildi...
Attila Molnar
2014-03-28
Convert the global list of dynamic reference pointers to an intrusively linke...
Attila Molnar
2014-03-27
m_watch Validate targ before use, noticed while rewriting m_watch for 2.2
Attila Molnar
2014-03-26
m_globalload Don't pass a callback to ModuleManager::Reload() if reloading m_...
Attila Molnar
2014-03-25
m_httpd Fix typo noticed by @SaberUK
Attila Molnar
2014-03-25
Change storage of UserManager::all_opers to be a vector
Attila Molnar
2014-03-25
Add typedef OperList to UserManager for use with all_opers
Attila Molnar
2014-03-24
Add stdalgo::delete_all() that deletes all elements in a container
Attila Molnar
2014-03-24
Cull ident sockets instead of immediate delete, add stdalgo::culldeleter
Attila Molnar
[next]