Bram Matthys
548d66d26c
Reformat all source code, using 'make format' (clang-format 21.1.8)
...
This reformats entire UnrealIRCd source code, according to
.clang-format which was previously commited.
This is reproducable using clang-format version 21.1.8.
These are only visual changes, they have no effect on code.
This commit will be added to .git-blame-ignore-revs so 'git blame'
and the similar blame view on GitHub will ignore this commit.
2026-07-05 12:11:51 +02:00
Bram Matthys
10ecbffcaa
Fix irc*printf handling of certain negative numbers
2020-08-29 14:13:58 +02:00
Bram Matthys
e889a07849
Updates to ircvsnprintf(): add %lld and remove special handling of %lu.
...
And some re-indenting when we're at it...
2019-08-23 08:41:47 +02:00
Bram Matthys
101d2dd6a3
Big 3.4.x commit containing bug fixes and enhancements. Modularizing
...
user & channel modes. Fixing Windows build. Etc..
2014-05-11 20:56:02 +02:00
William Pitcock
34cb24c62e
- assorted warning fixes from clang
2013-05-24 22:15:20 +00:00
William Pitcock
37b6a3e919
- Simplify ircsnprintf(). Patch from FalconKirtaran. ( #4211 )
2013-05-23 03:42:01 +00:00
William Pitcock
afdf5d780a
- Replace ircsprintf() with bounds-checking ircsnprintf(), patch from FalconKirtaran. ( #4208 )
2013-05-21 06:26:52 +00:00
William Pitcock
061c405172
- Remove base64enc() and friends, as they are no longer used. Patch from FalconKirtaran ( #4199 ).
2013-05-19 10:36:38 +00:00
Bram Matthys
188e7990ba
- Temporary fix for ircsprintf %lu 1..6 issue.
2004-09-19 18:32:14 +00:00
codemastr
99ee86c9c9
NS cleanups
2003-02-23 21:47:56 +00:00
codemastr
eaecb8c42a
Win32 -Wall cleanup
2002-03-04 23:34:13 +00:00
codemastr
c4d3ae9df1
Clean compile with -Wall
2002-03-04 21:31:01 +00:00
stskeeps
aa7a1485d0
events code
2001-05-14 16:52:17 +00:00
stskeeps
00b464154b
+- Fixed the SJB64 bugs that misplaced users
2000-10-28 15:42:27 +00:00
stskeeps
71bdc5c08d
+- Added protoctl SJB64, which adds B64-9 timestamps to many timestamping
...
+ operations
+- Added ircsprintf %B (base64-9^10) with ! as prefix, and %b (no prefix)
2000-10-26 17:09:35 +00:00
cmunk
0d30ef8540
Import of Unreal3.1-beta3
2000-05-28 08:55:44 +00:00