0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 16, 2024 — Sep 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add irc_dictionary code. More... almost 18 years ago
Update extensions/README. More... almost 18 years ago
Fix receiving TS5 client introductions. This was broken due to User.server removal. More... almost 18 years ago
Speed up /unresv. Rehash bans now only happens if explicitly requested. More... almost 18 years ago
Clean up m_xline a bit. More... almost 18 years ago
Speed up /unxline similarly. More... almost 18 years ago
Speed up /undline similarly - Change find_exact_conf_by_address() to work for dlines also. - Use find_exact_conf_by_address() to find the dline and abort immediately if there is no such dline. - When removing a permanent dline, remove the dline from the data structures instead of rehashing bans. - Convert alternative ways to write the same dline to the one in the found dline. (This was changed in unkline too.) More... almost 18 years ago
Speed up /unkline - Use find_exact_conf_by_address() to find the kline and abort immediately if there is no such kline. - When removing a permanent kline, remove the kline from the data structures instead of rehashing bans. More... almost 18 years ago
Add find_exact_conf_by_address() to find klines etc by exact mask. More... almost 18 years ago
Correct already X-Lined notice. More... almost 18 years ago
When checking if a nick resv or xline already exists, match exact not wild. This is important because masks containing @ or # do not match themselves. More... almost 18 years ago
Show opers a list of recently (<24hrs) split servers in /map. More... almost 18 years ago
Merge links_cache into scache and rework scache. This changes flattened /links output to disclose less routing information and slightly increases memory "leak" from server names that do not come back anymore. More... almost 18 years ago
Clarify meaning of some serverhide options. More... almost 18 years ago
Remove Server.up and Server.upid. Server.up is obsolete, like User.server. Server.upid has never been really useful. More... almost 18 years ago
Get rid of User.server. More... almost 18 years ago
[svn] - we do not need to call find_server() in the function for registering local users More... almost 18 years ago
[svn] Explain invalid username rejections to users when they are rejected. More... almost 18 years ago
[svn] Update description of oper privileges a bit. More... almost 18 years ago
[svn] Fix desyncs with very long extbans. Bans can now be upto 195 chars long. More... almost 18 years ago
[svn] allocate_channel(): no need to truncate name, its only caller already does it furthermore, truncating here causes an inconsistent channel name More... almost 18 years ago
[svn] Fix a memory leak. More... almost 18 years ago
[svn] Make /knock send to all channel members on +g (anyone may invite) channels. More... about 18 years ago
[svn] Make EXTBAN 005 token like unreal's (, instead of :). More... about 18 years ago
[svn] Remove a sentence which gives the impression that TS6 is optional. More... about 18 years ago
[svn] Clarify format of IPv6 addresses in SGML documentation. More... about 18 years ago
[svn] Clarify format of IPv6 addresses in auth{} and connect{}. More... about 18 years ago
[svn] Add more information about invitations and invexes. More... about 18 years ago
[svn] Add what /invite actually does (bypass +ijlr). More... about 18 years ago
[svn] callerid (+g) documentation: - Mention 005 (isupport) token with possibility of different mode letter. - Explicitly clarify that /accept can be used while -g, and setting -g does not clear the accept list. - Mention that some users may be able to bypass +g. - Mention that /accept may allow more than just going through +g. - Update to 716/717/718 numerics instead of notices. - Clarify that the one-minute period applies to messages from all users, not just one user. - Add a numerics section with more exact syntax. More... about 18 years ago