Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-22 | Make command group descriptions translatable. | Jyzee | |
2014-05-21 | Fix deflanguage from 4034b3054aaff28da1db5545063cf8b3c2e8aa24, this ↵ | Adam | |
shouldn't have been removed | |||
2014-05-21 | Core prep for p10 stuff | Adam | |
2014-05-21 | Fix extra space in log messages with logtype channel and no source | Adam | |
2014-05-20 | Speed up akill xline checks | Adam | |
Cache xline nick, user, host, etc instead of rebuilding it everytime its requested. Store users ip in sockaddr form and not string form to prevent having to rebuild sockaddrs when checking xlines. Also do not try to convert empty config values in Config::Get as this can be rather common if a non string configuration value is not set, and the cost of the ConvertException is great. | |||
2014-05-20 | Show account names in log messages | Adam | |
2014-05-20 | Add English language file which users can edit to modify language strings | Adam | |
2014-05-20 | Fix two compile warnings in access.cpp on newer compiles | Adam | |
2014-05-20 | Also search channel descriptions and topics in /cs list | Adam | |
2014-05-19 | Fix server usercounter not being incremented when servers are bursting | Adam | |
2014-05-19 | Fixup previous commit when serializing access entries | Adam | |
2014-05-14 | Fix access lists showing the wrong mask if the display nick for a group | Adam | |
expires but the group still exists. This can cause access entries for nicks to not be deleted whenever the nicks are deleted. | |||
2014-05-13 | Fix webpanel mode list to only show real list modes | Adam | |
2014-05-13 | Sanitize nuh masks more to prevent the other side from rewriting them, which ↵ | Adam | |
screws with our internal tracking of them | |||
2014-05-13 | Accept an optional reason for svspart | Adam | |
2014-05-13 | Don't show both online from's if they have the same mask in ns_info | Adam | |
2014-05-13 | Merge pull request #76 from miwob/master | Adam | |
Update ircd-hybrid protocol module | |||
2014-05-13 | Merge pull request #77 from Cronus89/patch-2 | Adam | |
Update Paramater length for os_dns to fix DNS SET | |||
2014-05-13 | Fix compile warning in base64.cpp:B64Encode | Michael Wobst | |
/home/ircd/anope/src/base64.cpp: In function ‘void Anope::B64Encode(const Anope::string&, Anope::string&)’: /home/ircd/anope/src/base64.cpp:85: warning: ‘input’ is used uninitialized in this function | |||
2014-05-13 | Update Paramater length for os_dns to fix DNS SET | Cronus89 | |
2014-05-13 | Update ircd-hybrid protocol module | Michael Wobst | |
2014-05-01 | Add config options to ns_suspend and cs_suspend to configure which ↵ | Adam | |
information is shown to non opers | |||
2014-05-01 | Pass password to nick register event so modules like m_ldap_authentication ↵ | Adam | |
can create the respective account using the decrypted password which might not always be available | |||
2014-05-01 | Merge pull request #75 from attilamolnar/2.0+inspircd-globops | Adam | |
InspIRCd 2.0: Recognize GLOBOPS in CAPAB CAPABILITIES | |||
2014-05-01 | Merge pull request #74 from attilamolnar/2.0+fix-os-stats | Adam | |
Fix undefined symbol error when loading os_stats, caused by 82008d50 | |||
2014-04-30 | Fix undefined symbol error when loading os_stats, caused by ↵ | Attila Molnar | |
82008d507cccbf24c73502bc97bc492d21305549 | |||
2014-04-29 | InspIRCd 2.0: Recognize GLOBOPS in CAPAB CAPABILITIES | Attila Molnar | |
2014-04-26 | Fix misc help output to not be case sensitive | Adam | |
2014-04-26 | Fire the on user quit event when bots are deleted too | Adam | |
2014-04-26 | Change the "does not expire" string in ns_group to NO_EXPIRE which is ↵ | Adam | |
translatable | |||
2014-04-26 | Accept non server sources for SQUIT | Adam | |
2014-04-26 | Fix ModeManager::RebuildStatusModes, not all modes are in GetChannelModes() ↵ | Adam | |
at the time this is called | |||
2014-04-25 | Add "virtual mode" support | Adam | |
This allows fully tracking extbans and other modes set by a different underlying mode, such as InspIRCd's namedmodes Add two configuration options to cs_ban to configure which mode is set and whether or not to kick banned users. Add default "mute" fantasy command to botserv.example.conf | |||
2014-04-25 | Close timed out proxyscan sockets better | Adam | |
2014-04-25 | Fix Stas::Unserialize to return the instance | Adam | |
2014-04-25 | Don't allow users to join channels they are already in | Adam | |
2014-04-24 | Fix botserv/kick/bolds desc | Adam | |
2014-04-24 | Fix os_stats counters not saving with db_sql_live. Bleh. | Adam | |
2014-04-24 | Resend ircd login name on /ns set display | Adam | |
2014-04-24 | Require at least user@host format for akills. Fix XLine::GetHost() not ↵ | Adam | |
returning anything if an xline only has a host | |||
2014-04-24 | Bug #1587 - fix bot change not properly reintroducing clients | Adam | |
2014-04-20 | Merge pull request #72 from attilamolnar/2.0+svsnickfix | Adam | |
Fix SVSNICK target being a nick even when UIDs are available | |||
2014-04-19 | Fix SVSNICK target being a nick even when UIDs are available | Attila Molnar | |
2014-04-18 | Remove unused event. | Adam | |
Mark some oper only usermodes as oper only. Fix reading SID in TS6_SID_Retrieve | |||
2014-04-17 | Use OnChanRegistered instead of OnCreateChan to set default mlocks. | Adam | |
Because OnCreateChan is called from ChannelInfo's constructor, during DB loading it could cause mode locks to be unserialized without having all channels loaded, which breaks things. | |||
2014-04-09 | Merge pull request #70 from Jyzee/langFR-Patch | Adam | |
Update French language file. | |||
2014-04-09 | Update French language file. | Jyzee | |
2014-04-07 | Do not clear all extension items tied to objects when unserializing. | Adam | |
Instead, pass the old object to the unserialization functions and let them incrementally update the object. | |||
2014-04-06 | Document that memo_mail can be in nickserv defaults. These should move to ↵ | Adam | |
memoserv.conf one day. | |||
2014-04-06 | Do not apply module changes on rehash until after the new config has been ↵ | Adam | |
applied. Fix renaming opertypes on reload. |