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
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
*
2.0.3 release
v2.0.3
Daniel De Graaf
2011-02-01
1
-1
/
+1
|
*
Fix bug #83
Jackmcbarn
2011-01-30
1
-1
/
+1
|
*
Fix bug #110
Jackmcbarn
2011-01-24
1
-10
/
+16
|
*
Fix bug where an empty parameter is generated when input to a tokenstream ↵
Jackmcbarn
2011-01-22
1
-1
/
+1
|
|
|
|
ends in a colon
*
Fix bug #117, found by satmd, thanks
Jackmcbarn
2011-01-19
1
-3
/
+3
|
*
Remove bad return statement - noticed by zynox, thanks
Jackmcbarn
2011-01-04
1
-1
/
+0
|
*
Fix bug #113
Jackmcbarn
2010-12-23
2
-4
/
+11
|
*
Restore prefix
Jackmcbarn
2010-12-02
1
-1
/
+1
|
*
Simplify ClearAllConnections code and fix possible crash
Jackmcbarn
2010-12-02
1
-5
/
+2
|
*
Fix possible crash
Jackmcbarn
2010-12-02
1
-1
/
+1
|
*
Register the silence list extension
Jackmcbarn
2010-10-15
1
-0
/
+1
|
*
Remove m_sqlv2.h from these modules, they both use v3 now.
Dennis Friis
2010-10-15
2
-2
/
+0
|
*
Fix memory leak in m_conn_waitpong caught by its breaking in 2.1
Daniel De Graaf
2010-10-13
1
-0
/
+1
|
*
Fix kick level check to scan all status modes and not skip checks for ↵
Daniel De Graaf
2010-09-30
1
-7
/
+12
|
|
|
|
modeless users
*
Fix kicking permisisons - GetPrefixChar returns the prefix, not the mode ↵
Daniel De Graaf
2010-09-28
1
-2
/
+2
|
|
|
|
character
*
Fix unsafe iteration in m_timedbans
Daniel De Graaf
2010-09-25
1
-17
/
+23
|
*
A zero return from gnutls_record_send is not an error
Daniel De Graaf
2010-09-19
1
-7
/
+1
|
*
Fix global notice of timedban add and remove being sourced from all servers
Daniel De Graaf
2010-09-18
1
-2
/
+1
|
*
SVSNICK should not translate nicks to UIDs
Daniel De Graaf
2010-09-17
1
-1
/
+1
|
*
Add gettimeofday() fallback for systems without clock_gettime
Daniel De Graaf
2010-09-08
1
-2
/
+8
|
*
Fix the pseudo-penalty hack that doesn't work properly
Daniel De Graaf
2010-09-05
2
-4
/
+1
|
*
2.0.2 release
v2.0.2
Daniel De Graaf
2010-09-04
1
-1
/
+1
|
*
Do not apply parameter length restrictions or CleanMask when unsetting modes
Daniel De Graaf
2010-09-04
3
-8
/
+8
|
*
Fix crash in m_silence when provided with a bad pattern (bug #79)
Daniel De Graaf
2010-09-04
1
-8
/
+17
|
*
Fix crash on matching j:@#chan ban when the user is not in the channel
Daniel De Graaf
2010-09-04
1
-1
/
+1
|
*
Fix resolved hostname not being changed when WEBIRC passes a hostname longer ↵
Daniel De Graaf
2010-09-03
1
-17
/
+15
|
|
|
|
than 64 characters
*
Prevent setting mode -H if already unset, bug #74
Daniel De Graaf
2010-08-28
1
-0
/
+2
|
*
Clarify null character append in m_cloaking (fixes compiler warning)
Daniel De Graaf
2010-08-17
1
-1
/
+1
|
*
Also tidy masks being removed, fixes bug #70
Daniel De Graaf
2010-08-11
1
-4
/
+3
|
*
Fix NotifyOpers setting not being applied correctly
Daniel De Graaf
2010-08-11
1
-10
/
+9
|
*
Stop hiding users when a prefix is set on them, fixes apparent desyncs
Jens Voss
2010-08-08
1
-3
/
+25
|
*
Don't try to tidy m_autoop entries (fixes extra !*@*)
Daniel De Graaf
2010-08-08
1
-0
/
+1
|
*
2.0.1 release
v2.0.1
Daniel De Graaf
2010-08-07
1
-1
/
+1
|
*
Prevent kicking people you do not have permission to deprivilege
Daniel De Graaf
2010-08-04
1
-3
/
+6
|
*
Fix $md5pass and $sha256pass in SQL queries
Daniel De Graaf
2010-08-04
3
-3
/
+3
|
*
Change ThreadSignalSocket to EventHandler to avoid calling recv() on an ↵
Daniel De Graaf
2010-08-04
1
-21
/
+36
|
|
|
|
eventfd, which does not work
*
Fix m_opermodes.so sending modes for unintroduced clients with oper ↵
Adam
2010-08-03
1
-4
/
+9
|
|
|
|
autologin (bug 53)
*
Use the remote channel's capitalization on a losing TS merge
Daniel De Graaf
2010-08-03
1
-2
/
+4
|
*
Fix for crash on restart or config file open (bug #44)
Adam
2010-08-03
1
-1
/
+1
|
*
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
|
*
Skip invalid allowed modes in oper block (bug #64)
Daniel De Graaf
2010-08-03
1
-2
/
+2
|
*
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-07-30
1
-2
/
+2
|
*
Include location of duplicated oper blocks
Daniel De Graaf
2010-07-04
1
-1
/
+1
|
*
Quick fix for /RESTART crashing
Daniel De Graaf
2010-06-12
1
-12
/
+5
|
*
2.0.0 release
v2.0.0
Daniel De Graaf
2010-06-11
1
-1
/
+1
|
*
Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc ↵
Daniel De Graaf
2010-05-21
1
-1
/
+1
|
|
|
|
2.8/linux 2.6.27)
*
Fix umode -r on nick change being denied by permission check
Daniel De Graaf
2010-05-16
1
-1
/
+1
|
*
Add some missing <connect> updates from rehash, noticed by mixx941
Daniel De Graaf
2010-05-12
1
-0
/
+5
|
[next]