Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
d8671a1
for
logging.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Oct 13, 2008, 3:05:55 PM (
16 years
ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master
,
debian
,
release-1.10
,
release-1.4
,
release-1.5
,
release-1.6
,
release-1.7
,
release-1.8
,
release-1.9
Children:
e979da9
Parents:
ee0574c
Message:
logging.c: Replace / with _ in JIDs when logging Jabber
File:
1 edited
logging.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
logging.c
raef51f8
rd8671a1
151
151
} else if (owl_message_is_type_jabber(m)) {
152
152
to = owl_sprintf("jabber:%s", owl_message_get_recipient(m));
153
owl_text_tr(to, '/', '_');
153
154
} else if (owl_message_is_type_aim(m)) {
154
155
char *temp2;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive