index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
2.1 alpha 1 release
v2.1a1
Daniel De Graaf
2010-08-03
1
-1
/
+1
*
Send error strings to users on mode change denials
Daniel De Graaf
2010-08-03
1
-0
/
+4
*
Clarify the m_custom prefix message a bit
Daniel De Graaf
2010-08-03
1
-1
/
+1
*
Fix /MODE allowing anyone to change modes in channels
Daniel De Graaf
2010-08-03
1
-1
/
+1
*
Fix compilation, add sorted ->init() calls to modmanager_static
Daniel De Graaf
2010-08-03
2
-18
/
+20
*
Fix for crash on restart or config file open (bug #44)
Adam
2010-08-03
1
-1
/
+1
*
Change kick permission to check rank prior to allowing module overrides
Daniel De Graaf
2010-08-03
1
-15
/
+11
*
Change regex modules to use a prioritized init()
Daniel De Graaf
2010-08-03
5
-4
/
+45
*
Allow module init to be prioritized to allow dependency checking
Daniel De Graaf
2010-08-03
6
-20
/
+39
*
Allow halfops to remove their own halfop status
Daniel De Graaf
2010-08-03
1
-0
/
+7
*
Remove wildcard support from module loading, breaks rehash (bug #51)
Daniel De Graaf
2010-08-03
1
-30
/
+0
*
Fix rehash message sending for remote rehashes
Daniel De Graaf
2010-08-03
1
-12
/
+10
*
Fix incorrect default on <alias:channelcommand>
Daniel De Graaf
2010-08-03
1
-2
/
+2
*
Change argument order of LDLIBS to work properly with -Wl,--as-needed
Daniel De Graaf
2010-08-03
1
-4
/
+7
*
Change ThreadSignalSocket to EventHandler to avoid calling recv() on an event...
Daniel De Graaf
2010-08-03
1
-21
/
+36
*
Fix makefile copying of modules
Daniel De Graaf
2010-08-03
1
-1
/
+1
*
Remove irc::string fixups that are no longer needed
Daniel De Graaf
2010-08-03
1
-2
/
+0
*
Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc 2.8/linu...
Daniel De Graaf
2010-08-03
2
-2
/
+2
*
Add print-vars to show the overridable settings in the Makefile
Daniel De Graaf
2010-08-03
1
-49
/
+80
*
Add some missing <connect> updates from rehash
Daniel De Graaf
2010-08-03
1
-1
/
+4
*
Be consistent in testing PURE_STATIC for defined vs == 1
Daniel De Graaf
2010-08-03
1
-1
/
+1
*
Fix negative array access in channame
Daniel De Graaf
2010-08-03
1
-13
/
+14
*
Correct source of initial BURST line from servers sending it without one (lik...
Daniel De Graaf
2010-08-03
1
-1
/
+1
*
Change -debug to force RAWIO level logging and disable all other logs
Daniel De Graaf
2010-08-03
2
-1
/
+8
*
Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this)
Daniel De Graaf
2010-08-03
1
-0
/
+2
*
Use unit-cc for all compile and and link tasks
•••
This allows splitting .o and .so generation for distcc builds, and also removes some unneeded autodetection of build stage.
Daniel De Graaf
2010-08-03
3
-52
/
+93
*
Don't use an empty direction when receiving a sourceless server command
Daniel De Graaf
2010-08-03
1
-6
/
+2
*
Removing example for m_spy which doesn't exist in insp20
PhilSliderS
2010-08-03
1
-6
/
+0
*
Helpop: Add snomask +v (requires override module)
Philouuu
2010-08-03
2
-0
/
+2
*
Add log header including ircd version
Daniel De Graaf
2010-08-03
4
-1
/
+10
*
Define comparator for irc::sockets::sockaddrs
•••
This only compares IP/port, which ignores IPv6 flow information and scope ID, which aren't important in testing for equality.
Daniel De Graaf
2010-08-03
3
-3
/
+17
*
Add debug output for received DNS packets
Daniel De Graaf
2010-08-03
1
-0
/
+4
*
Add debug output of UserResolver results
Daniel De Graaf
2010-08-03
1
-2
/
+10
*
Change DNS binding to avoid BindSocket which could use the wrong address family
Daniel De Graaf
2010-08-03
1
-20
/
+11
*
Add better debug output to dns.cpp
Daniel De Graaf
2010-08-03
1
-4
/
+24
*
Emulate a bug in 1.2 to get matching cloaks
Daniel De Graaf
2010-08-03
1
-2
/
+2
*
Add "CLOAK" command to allow opers to see the cloaked form of any host
Daniel De Graaf
2010-08-03
1
-21
/
+50
*
Fix IPv6 cloaking in compatability mode (was using the wrong xtab confusor)
Daniel De Graaf
2010-08-03
1
-2
/
+2
*
Add custom suffix support for 2.0-style IP cloaking (default of ".IP")
Daniel De Graaf
2010-08-03
1
-8
/
+13
*
typo
Dennis Friis
2010-08-03
1
-1
/
+1
*
Fix crash when a remote server has the same name as we do
Daniel De Graaf
2010-08-03
1
-2
/
+3
*
Check maximum length of ban list for local users, not remote
Daniel De Graaf
2010-08-03
1
-1
/
+1
*
Get rid of more useless assign() invocations
Daniel De Graaf
2010-08-03
10
-54
/
+42
*
Get rid of char* argument for channel name
Daniel De Graaf
2010-08-03
20
-51
/
+43
*
Fix cloak key being misread in 2.0 cloaking modes
Daniel De Graaf
2010-08-03
1
-9
/
+9
*
Add IPV6_V6ONLY support
Daniel De Graaf
2010-08-03
1
-0
/
+16
*
Avoid needless sort of timer list on every insert/repeat
Daniel De Graaf
2010-08-03
2
-29
/
+23
*
Drop ConfigReader::Enumerate
Daniel De Graaf
2010-08-03
9
-113
/
+90
*
Change UserChanList to an intrusive-style linked list
Daniel De Graaf
2010-08-03
15
-45
/
+101
*
Fix "foo" < "foobar" comparison in irc::string
Daniel De Graaf
2010-08-03
1
-1
/
+4
[next]